/*#05519d;*/
#meetingLinkBox {
  padding-left: 20px;
  margin-top: -15px;
}
#InboxListController .col .thread ul li .info .contentReply {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
#InboxListController .col .thread ul li .info .content {
  background: #6eb33e33;
  padding: 10px 10px 10px 0;
  border-radius: 5px;
  overflow-wrap: anywhere;
}
.suggestedPromptBlock {
  display: block;
}
.suggestedPrompt {
  cursor: pointer;
  padding: 5px 5px;
  border: 1px solid var(--linkColorHover);
  margin: 5px 10px 5px 0;
  display: inline-block;
  border-radius: 5px;
}
.markdown-content {
  margin-left: 10px;
}
.noShow {
  display: none !important;
}
@media (min-width: 960px) {
  .modal-content {
    min-width: 700px;
  }
}
.chat-fixed-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 80px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  z-index: 1010;
  overflow: hidden;
  font-family: sans-serif;
  max-height: 85vh;
}
.chat-fixed-widget .close-btn {
  display: none;
}
.chat-fixed-widget .chat-header {
  display: block;
  padding: 5px 8px 11px 8px;
  text-align: center;
  font-size: 14px;
}
.chat-fixed-widget .chat-header .ai-chat-bg-image {
  width: 50px;
  height: 50px;
  background-size: cover !important;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
}
.chat-fixed-widget .compose_box_responsive {
  bottom: 20px !important;
  padding-bottom: 15px !important;
}
.chat-fixed-widget:not(.open) .chat-header {
  max-width: 92px;
  border-radius: 10px;
}
.chat-fixed-widget:not(.open) .chat-header img {
  width: 65px;
}
/* Always show close icon by default */
.remove-tag {
  color: red;
  font-weight: bold;
  margin-left: 3px;
  cursor: pointer;
}
/* Only show the close icon if it's inside a contenteditable=true container */
.contenteditabledivClass .remove-tag {
  display: inline;
}
/* Hide close icon if NOT inside a contenteditable container */
.remove-tag {
  display: none;
}
.chat-fixed-widget.open {
  width: 550px;
}
.chat-fixed-widget.open .chat-header {
  max-width: 100% !important;
  position: relative !important;
  inset: unset !important;
  border-radius: none !important;
}
.chat-fixed-widget.open .chat-header img {
  width: 70px;
}
.chat-fixed-widget.open .ai-img-wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.chat-fixed-widget.open .ai-chat-bg-image {
  width: 30px;
  height: 30px;
  background-size: contain !important;
  background-position: center !important;
  margin-right: 10px;
}
.chat-fixed-widget.open .close-btn {
  display: block;
}
.chat-fixed-widget.open .chat-header img {
  display: none;
}
.chat-fixed-widget.open .chat-header {
  display: flex;
  padding: 12px 15px;
}
#chatWidgetContent {
  max-height: 85vh;
  min-height: 85vh;
  overflow: auto;
}
.message_main_box .dateAndOtherActions span {
  font-size: 12px !important;
}
.chat-fixed-widget.open .chat-body {
  display: block;
}
.chat-header {
  background: var(--btnColor);
  color: white;
  padding: 15px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.close-btn {
  font-size: 18px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}
/* Simulate a mobile screen */
.mobile-viewport-sim {
  /*height: 500px;*/
  overflow-y: auto;
  padding: 0;
  font-size: 14px;
  box-sizing: border-box;
}
.mobile-viewport-sim * {
  max-width: 100% !important;
  box-sizing: border-box;
  word-break: break-word;
}
@media only screen and (min-width: 280px) {
  .chat-fixed-widget #InboxListController.container {
    width: 100% !important;
    padding: 0px !important;
  }
}
.chat-fixed-widget .compose_box_responsive {
  max-width: 550px;
}
.chat-fixed-widget .well {
  padding-top: 0px;
}
.chat-fixed-widget .activeThreadNameBar {
  top: 0px;
  z-index: 9;
}
.chat-fixed-widget #left-col {
  width: 100%;
}
.chat-fixed-widget #left-col ul.nav-pills {
  display: none;
}
.chat-fixed-widget #left-col ul.ai-chat-wrap {
  max-height: 100%;
  overflow: hidden;
}
.chat-fixed-widget #left-col .tab-content {
  height: 100% !important;
  margin-top: 10px;
}
.chat-fixed-widget #mid-col {
  width: 100%;
}
.chat-fixed-widget #mid-col #thread ul.messageListUl {
  margin-bottom: 100px !important;
  margin-top: 40px !important;
}
.chat-fixed-widget #right-col {
  width: 100%;
}
.fadeCustom {
  display: inline-flex;
  align-items: center;
  animation: fadeEffectCustom 2s infinite;
  opacity: 0.4;
}
@keyframes fadeEffectCustom {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 0.4;
    transform: scale(1);
  }
}
.fadeCustom i {
  margin: 0 5px !important;
}
.capitalize {
  text-transform: capitalize;
}
#search-modal-results .resultsContainer .col-md-2 .btn-link {
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
.greyedClassForNonPremiums {
  color: #ccc;
}
.subTopics {
  margin-left: 22px;
}
.subTopics ul {
  margin: 0;
  padding: 0;
}
.subTopics ul li {
  list-style: none;
}
.contentCssStandard {
  font-size: 14px !important;
  line-height: 22px !important;
  color: #333;
}
.contentCssStandard h1 {
  font-size: 18px !important;
  line-height: 22px;
  letter-spacing: -0.5px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.contentCssStandard h2,
.contentCssStandard h3,
.contentCssStandard h4,
.contentCssStandard h5,
.contentCssStandard h6 {
  font-size: 14px !important;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.contentCssStandard ul,
.contentCssStandard ol {
  padding-left: 30px;
  padding-top: 0px;
}
.contentCssStandard p,
.contentCssStandard strong,
.contentCssStandard b,
.contentCssStandard em,
.contentCssStandard i,
.contentCssStandard u,
.contentCssStandard strike,
.contentCssStandard code,
.contentCssStandard pre,
.contentCssStandard blockquote,
.contentCssStandard ul,
.contentCssStandard li,
.contentCssStandard ol,
.contentCssStandard dl,
.contentCssStandard dt,
.contentCssStandard dd,
.contentCssStandard table,
.contentCssStandard tr,
.contentCssStandard th,
.contentCssStandard tbody,
.contentCssStandard thead,
.contentCssStandard td,
.contentCssStandard label,
.contentCssStandard select,
.contentCssStandard option,
.contentCssStandard button,
.contentCssStandard div,
.contentCssStandard span,
.contentCssStandard a {
  font-size: 14px !important;
  line-height: 22px !important;
}
.contentCssStandard strong,
.contentCssStandard b {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
.fullviewCssStandard h1 {
  font-size: 36px !important;
  line-height: 40px;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.fullviewCssStandard h2,
.fullviewCssStandard h3,
.fullviewCssStandard h4,
.fullviewCssStandard h5,
.fullviewCssStandard h6 {
  font-size: 18px !important;
  line-height: 22px;
  letter-spacing: -0.1px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.fullviewCssStandard ul,
.fullviewCssStandard ol {
  padding-left: 40px;
  padding-top: 0px;
}
.fullviewCssStandard p,
.fullviewCssStandard strong,
.fullviewCssStandard b,
.fullviewCssStandard em,
.fullviewCssStandard i,
.fullviewCssStandard u,
.fullviewCssStandard strike,
.fullviewCssStandard code,
.fullviewCssStandard pre,
.fullviewCssStandard blockquote,
.fullviewCssStandard ul,
.fullviewCssStandard li,
.fullviewCssStandard ol,
.fullviewCssStandard dl,
.fullviewCssStandard dt,
.fullviewCssStandard dd,
.fullviewCssStandard table,
.fullviewCssStandard tr,
.fullviewCssStandard th,
.fullviewCssStandard tbody,
.fullviewCssStandard thead,
.fullviewCssStandard td,
.fullviewCssStandard label,
.fullviewCssStandard select,
.fullviewCssStandard option,
.fullviewCssStandard button {
  font-size: 16px !important;
  line-height: 28px;
  letter-spaceing: -0.05px;
}
.fullviewCssStandard strong,
.fullviewCssStandard b {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
.lg-sub-html {
  padding-top: 40px;
  padding-bottom: 40px;
}
.lg-sub-html p {
  font-size: 16px !important;
}
.capitalize {
  text-transform: capitalize;
}
#search-modal-results .resultsContainer .col-md-2 .btn-link {
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
li.selectedMaterial {
  background-color: var(--primaryColor);
}
li.selectedMaterial a {
  color: #fff !important;
}
li.selectedMaterialSource {
  background-color: var(--primaryColor);
}
li.selectedMaterialSource a {
  color: #fff !important;
}
.subTopics {
  margin-left: 22px;
}
.subTopics ul {
  margin: 0;
  padding: 0;
}
.subTopics ul li {
  list-style: none;
}
.content table {
  max-width: 100%;
}
div[aria-describedby="gdiz-confirm-modal"].confirmModalWithYesNoCancel {
  padding: 35px !important;
}
div[aria-describedby="gdiz-confirm-modal"].confirmModalWithYesNoCancel #gdiz-confirm-modal {
  margin-bottom: 30px;
}
div[aria-describedby="gdiz-confirm-modal"].confirmModalWithYesNoCancel .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child {
  margin-right: 20px;
}
.form-group .contenteditabledivToolbar + div div.form-control {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
  margin-top: 0;
}
.contenteditabledivToolbar + div div.form-control h1 {
  font-size: 30px;
}
.contenteditabledivToolbar + div div.form-control h2 {
  font-size: 27px;
}
.contenteditabledivToolbar + div div.form-control h3 {
  font-size: 22px;
}
.contenteditabledivToolbar {
  background: white;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #b9b9b969;
  padding: 4px;
}
#message-box {
  border-radius: 0 0 5px 5px !important;
}
.contenteditabledivToolbar button {
  position: relative;
  border: none;
  background: transparent;
  width: 29px;
  text-align: center;
  border-radius: 3px;
  margin-right: 6px;
  color: #333333;
  transition: 0.3s;
}
.contenteditabledivToolbar button:last-child:after {
  display: none;
}
.form-group .contenteditabledivToolbar {
  border: 1px solid #b9b9b969;
}
.form-group .contenteditabledivToolbar + #cbMessage {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none !important;
  border-top: 0;
}
.form-group .contenteditabledivToolbar + #cbMessage h2 {
  font-size: 20px;
  color: #333;
}
.form-group .contenteditabledivToolbar + #cbMessage p {
  color: #333;
}
.form-group .contenteditabledivToolbar + #cbMessage li p {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0px;
}
.form-group .contenteditabledivToolbar + #cbMessage li {
  padding: 0;
  font-size: 19px;
  color: #333;
}
.form-group .contenteditabledivToolbar + #cbMessage ul {
  padding-left: 40px;
  list-style-type: disc;
}
.form-group .contenteditabledivToolbar + #cbMessage ul {
  list-style-type: disc;
}
.contenteditabledivToolbar button:after {
  content: '';
  border-right: 1px solid #d1cbcb66;
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  height: 100%;
}
#selection-icon {
  position: absolute;
  display: none;
  cursor: pointer;
  z-index: 1000;
  padding: 10px;
  background: var(--btnColor);
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  height: 39px;
}
#selection-icon:hover {
  background: var(--btnColorHover);
}
.contenteditabledivToolbar i.far {
  font-size: 13px;
  margin: 0 0px;
}
.contenteditabledivToolbar button:hover {
  background: var(--linkColorHover);
  color: #fff;
}
.contenteditabledivToolbar .activeIconInEditor {
  background: var(--linkColorHover);
  color: #fff;
}
#postCommentBox {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
.editConversationLabelIconHolder {
  position: relative;
  overflow-y: visible !important;
}
.editConversationLabelIconHolder:hover .editConversationLabelIcon {
  display: block;
}
.editConversationLabelIconHolder .editConversationLabelIcon {
  position: absolute;
  bottom: 17px;
  right: 15px;
  font-size: 12px;
  color: #777;
  cursor: pointer;
  display: none;
}
.note_content img {
  max-width: 100%;
  margin: 10px 0;
}
.threadTitleSpan:hover::after {
  content: attr(data-label);
  display: inline-block;
  padding: 0.6em 1em;
  text-wrap: wrap;
  font-weight: normal;
  font-family: 'Avenir LT W01_45 Book1475508', Helvetica, Arial, sans-serif;
  font-size: 12px;
  background-color: var(--primaryColor);
  opacity: 1;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  right: 11px;
  top: 35px;
  max-width: 90%;
  min-width: 90%;
  text-align: center;
  line-height: 18px;
  z-index: 1;
}
#taskChatWarningInfo {
  display: none;
  padding: 0.6em 1em;
  text-wrap: wrap;
  font-weight: normal;
  font-family: 'Avenir LT W01_45 Book1475508', Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: var(--primaryColor);
  opacity: 1;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  right: 5%;
  top: 80px;
  max-width: 90%;
  min-width: 90%;
  text-align: center;
  line-height: 18px;
  z-index: 1;
}
.settings_dropdown {
  position: absolute;
  top: 30px;
  right: 30px;
}
.marketplace_content {
  position: relative;
}
.privacyOfPostDropDown li svg {
  fill: #999;
  width: 18px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.privacyOfPostDropDown li:hover svg {
  fill: #fff;
}
#FilterResultsPrivacyPosts .far {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
#FilterResultsPrivacyPosts .caret {
  margin-left: 5px;
}
#FilterResultsPrivacyPosts svg {
  fill: #333;
  width: 16px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
#FilterResultsPrivacyPosts {
  display: flex;
  align-items: center;
}
[contentEditable=true]:empty:before {
  content: attr(data-placeholder);
}
[contentEditable=true] {
  /*min-height: 100px;*/
  max-height: 300px;
  overflow-y: auto;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  user-select: text;
  padding: 10px 10px 25px 10px;
}
[contentEditable=true] div br,
[contentEditable=true] div,
[contentEditable=true] br {
  font-size: 100%;
  line-height: 1;
  width: 100%;
  display: block;
  margin: 0;
}
[tagifydirective] {
  /*display: none;*/
}
.directory-map-popup p {
  margin: 0;
}
.directory-map-popup strong {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
}
.pointsAlert {
  cursor: pointer;
  background: var(--primaryColor);
  color: #fff;
  padding: 5px 5px;
  border-radius: 8px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.pointsAlert .col-md-5.text-center {
  vertical-align: middle;
}
.pointsAlert .pointsAlert .col-md-5 {
  padding: 0;
}
.pointsAlert .pointsAlert .col-md-7 {
  padding-right: 0;
}
.pointsAlert img {
  max-width: 80px;
}
.folderColor {
  color: var(--primaryColor);
}
.uploadOnGetPricing {
  display: inline-flex;
}
@media (min-width: 960px) {
  .modal-dialog {
    width: 700px;
  }
}
#introPopupModel .modal-dialog {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  height: 100%;
  margin-top: 0;
}
#introPopupModel .modal-body button {
  padding: 6px 40px;
}
#introPopupModel .modal-body p {
  text-align: center;
  color: #646464;
  margin-bottom: 30px;
  font-size: 19px;
  line-height: 27px;
}
#introPopupModel .modal-header h4 {
  margin: 0;
  line-height: normal;
  font-size: 26px;
}
#introPopupModel .modal-body {
  padding-top: 13px;
  padding-bottom: 35px;
}
#introPopupModel .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  text-align: center;
  padding-top: 35px;
}
#introPopupModel .modal-content {
  width: 500px;
}
body #commonCustomerFilter .dropdown-menu li.o_search_filter input,
body #commonLocationFilterBtn .dropdown-menu li.o_search_filter input,
body .btn-group.dropdown .dropdown-menu li.o_search_filter input {
  border: none;
  outline: none;
  color: #777;
  width: 90%;
}
body #commonCustomerFilter .dropdown-menu li.o_search_filter a,
body #commonLocationFilterBtn .dropdown-menu li.o_search_filter a,
body .btn-group.dropdown .dropdown-menu li.o_search_filter a {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  display: flex;
  align-items: center;
}
body #commonCustomerFilter .dropdown-menu li.o_search_filter a .fa-search,
body #commonLocationFilterBtn .dropdown-menu li.o_search_filter a .fa-search,
body .btn-group.dropdown .dropdown-menu li.o_search_filter a .fa-search {
  color: var(--primaryColor) !important;
}
body #commonCustomerFilter .dropdown-menu li.o_search_filter a:hover,
body #commonLocationFilterBtn .dropdown-menu li.o_search_filter a:hover,
body .btn-group.dropdown .dropdown-menu li.o_search_filter a:hover {
  background: transparent !important;
}
body #commonCustomerFilter .dropdown-menu li.o_search_filter a:hover .fa-search,
body #commonLocationFilterBtn .dropdown-menu li.o_search_filter a:hover .fa-search,
body .btn-group.dropdown .dropdown-menu li.o_search_filter a:hover .fa-search {
  color: var(--primaryColor);
}
body #commonCustomerFilter .dropdown-menu li.o_search_filter .s-unselect-btn,
body #commonLocationFilterBtn .dropdown-menu li.o_search_filter .s-unselect-btn,
body .btn-group.dropdown .dropdown-menu li.o_search_filter .s-unselect-btn {
  outline: none;
  border: 0;
  font-size: 19px;
  padding: 3px 10px;
  color: #777777;
  margin-right: 0;
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item.dropdown .dropdown-menu li.o_group_filter a:hover {
  background: transparent !important;
}
.o_group_filter a:hover {
  background: transparent !important;
}
.o_group_filter input {
  border: none;
  outline: none;
  color: #777;
  font-size: 16px;
  width: 75%;
}
.o_group_filter a .fa-search {
  color: var(--primaryColor) !important;
}
.menu-app-dropdown #sortResults {
  font-size: 15px !important;
  display: flex;
  align-items: center;
}
ul#topMenuBar .menu-app-dropdown i.far {
  margin-left: 5px;
  font-size: 17px !important;
  color: #000;
}
ul#topMenuBar .menu-app-dropdown i.far:hover {
  color: #000;
}
.menu-app-dropdown ul.dropdown-menu.application-list {
  min-width: 320px !important;
  border-radius: 0;
}
.menu-app-dropdown ul.dropdown-menu.application-list li a {
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif !important;
  color: #777 !important;
}
.menu-app-dropdown ul.dropdown-menu.application-list li a:hover {
  border-radius: 0 !important;
  color: #fff !important;
  background: var(--primaryColor) !important;
}
a.cs-top-quote-link {
  font-size: 14px !important;
  padding: 8px 25px !important;
}
[contentEditable=true] div {
  font-size: 100%;
  line-height: 1.6;
  text-align: left;
  clear: both;
  user-select: text;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  min-height: 1em;
}
.tagify__tag-text {
  padding: 0;
  background-color: transparent;
  color: #777 !important;
  cursor: pointer;
}
.tagify {
  height: auto;
  --tags-border-color: #eee !important;
  --tags-focus-border-color: #eee !important;
  --tags-hover-border-color: #eee !important;
  border-radius: 6px;
  padding: 3px;
}
.tagsBoxOnPostBottom {
  margin-bottom: 10px;
  margin-top: 20px;
}
.noPointerEvents {
  pointer-events: none;
}
.contentTag {
  background-color: #E5E5E5;
  border-radius: 2px ;
  color: #777 !important;
  display: inline-block;
  margin: 2px !important;
  padding: 4px 10px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
}
.contentTag:hover {
  background-color: var(--btnColor);
  color: #fff !important;
  text-decoration: none;
}
.smallFontForTagUsage {
  font-size: 13px !important;
}
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.goldenColor {
  color: #ebc11b;
}
.lightgreenColor {
  color: #62a628;
}
.neededOrAvailablebubble {
  padding: 0px 2px;
  margin-bottom: 10px;
}
.processing_image_paste {
  /*position: absolute;*/
  margin: 5px 5px;
}
.fas.fa-star.selectorBox.close:hover {
  color: #f2df5e;
}
.selectedPrimaryImage.fas.fa-star.selectorBox.close {
  color: #f2df5e;
}
.fas.fa-star.selectorBox.close:hover::after {
  content: attr(data-label);
  display: inline-block;
  padding: 0.6em 1em;
  font-weight: normal;
  font-family: 'Avenir LT W01_45 Book1475508', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  background-color: #000;
  opacity: 0.7;
  color: #fff;
  border-radius: 3em;
  position: absolute;
  top: -50px;
  left: -17px;
  text-align: center;
  line-height: normal;
}
.unreadMessagesThread .unreadDot {
  float: right;
  clear: both;
  color: red;
  display: inline-block;
  margin-right: 20px;
}
.unreadDot {
  display: none;
}
tr.highlighted {
  background: rgba(242, 223, 94, 0.4) !important;
}
.max-button-holder {
  position: fixed;
  bottom: 55px;
  right: -55px;
  z-index: 1000;
  width: 100px;
  height: 50px;
  background-color: #00703a;
  border-radius: 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: right 0.5s ease;
  display: none;
}
.max-button-holder:hover {
  right: 2px;
}
.list-note-badge {
  position: absolute;
  background: #ff4040;
  border-radius: 50%;
  color: #fff;
  padding: 2px 3px;
  font-size: 9px;
  line-height: 11px;
  top: -5px;
  left: 8px;
}
.post-partial .tagsBoxOnPostBottom {
  display: none;
}
.post-link-domain.link a {
  color: #7c7c7c !important;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif !important;
}
.modal-body .post-partial .tagsBoxOnPostBottom {
  display: block;
}
#showMarketplaceFilterOnSearch .btn-default:hover,
#distanceLinks .btn-default:hover,
#serviceClassOptions .btn-default:hover,
#offerCategoryOptions .btn-default:hover,
#showMarketplaceFilterOnSearch .open > .dropdown-toggle.btn-default,
#distanceLinks .open > .dropdown-toggle.btn-default,
#serviceClassOptions .open > .dropdown-toggle.btn-default,
#offerCategoryOptions .open > .dropdown-toggle.btn-default,
#showMarketplaceFilterOnSearch .btn-default:focus,
#distanceLinks .btn-default:focus,
#serviceClassOptions .btn-default:focus,
#offerCategoryOptions .btn-default:focus,
#showMarketplaceFilterOnSearch .btn-default:active,
#distanceLinks .btn-default:active,
#serviceClassOptions .btn-default:active,
#offerCategoryOptions .btn-default:active {
  background: transparent !important;
  box-shadow: unset !important;
}
#showMarketplaceFilterOnSearch.open .dropdown-toggle,
#distanceLinks.open .dropdown-toggle,
#serviceClassOptions.open .dropdown-toggle,
#offerCategoryOptions.open .dropdown-toggle {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
#GetQuotesInitialControllerUploadLinks a.lookLikeButton {
  margin-top: 15px;
  margin-left: 55px;
  padding-right: 12px;
  padding-left: 10px !important;
}
#GetQuotesInitialControllerUploadLinks .attacheDocSection {
  margin-top: 20px;
}
#GetQuotesInitialControllerUploadLinks .attachedPhotosAndFilesSection {
  margin-top: 25px;
}
#GetQuotesInitialControllerUploadLinks .attachedPhotosAndFilesSection a {
  color: #777;
  text-decoration: none;
  text-transform: none;
}
#GetQuotesInitialControllerUploadLinks .attachedPhotosAndFilesSection a .far {
  margin-right: 5px;
}
.selectPhotosFilesBox .selectFilesOptionsOpenerLink {
  color: #777;
  padding-left: 0 !important;
  text-decoration: none;
}
.selectPhotosFilesBox .selectFilesOptionsOpenerLink .far {
  margin-right: 5px;
}
.selectPhotosFilesBox a.selectFilesOptionsOpenerLink {
  font-size: 14px !important;
}
a[ng-click="showsection($event, 'composeLinkSection', 'linksuggestion')"] {
  font-size: 14px !important;
}
.fas.fa-star.selectorBox.close {
  color: #fff;
}
.fas.fa-star.selectorBox.close::before {
  font-size: 15px;
  display: inline-block;
  margin-top: 3px;
}
.overlayBelowStarRelative {
  position: relative;
}
.overlayBelowStar {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.selectFilesOptions {
  border: 1px solid #eee;
  border-radius: 4px;
  margin: 10px 0;
  padding: 10px 0;
  cursor: pointer;
}
.selectFilesOptions .selectFilesOptionsText {
  padding: 0;
}
.selectFilesOptions .selectFilesOptionsText h5 {
  margin: 0 0 10px 0;
  font-size: 17px !important;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.selectFilesOptions .selectFilesOptionsText p {
  margin: 0;
  line-height: normal;
  font-size: 16px !important;
}
.selectFilesOptions .selectFilesOptionsIcons {
  text-align: center;
  padding: 0;
}
.selectFilesOptions .selectFilesOptionsIcons i {
  font-size: 40px !important;
  line-height: normal;
  /*margin-left: 35%;*/
  /*margin-top: 12%; */
  vertical-align: middle;
  color: #aaa;
}
.selectPhotosFilesBoxOptions h4 {
  font-size: 18px !important;
  margin-bottom: 10px !important;
}
.selectorBox.close {
  left: 5px;
  top: 0;
  margin-top: -3px;
  cursor: pointer;
  display: inline-table;
}
.selectorBox.close .selectSpecialImage {
  cursor: pointer;
}
.notavailble {
  background: #ccc;
  pointer-events: none;
  cursor: not-allowed;
}
.selectFromComputer {
  cursor: pointer;
}
.photosFileSelectorCloseX {
  color: #aaa;
  margin-top: -5px;
  font-size: 28px;
  cursor: pointer;
}
.photosFileSelectorCloseX:hover {
  color: #333;
}
.selectFromComputer {
  margin-bottom: 0;
}
.selectPhotosFilesBoxOptions:after {
  display: none;
  content: '';
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  clear: both;
}
.post-content.compose-box {
  overflow: visible;
}
.lg-toolbar .lg-icon {
  color: #ccc !important;
}
.lg-toolbar .lg-icon:hover {
  color: #fff !important;
}
.photosAndVideosGrid section {
  display: flex;
  flex-wrap: wrap;
}
.photosAndVideosGrid section::after {
  content: '';
  flex-grow: 999999999;
}
.photosAndVideosGrid div {
  margin: 5px;
  background-color: #eee;
  position: relative;
}
.photosAndVideosGrid i {
  display: block;
}
.photosAndVideosGrid img {
  /*position: absolute;*/
  top: 0;
  width: 100%;
  vertical-align: bottom;
  margin: 10px 5px;
}
.reply_to_content {
  padding: 15px;
  background: #f3f3f3;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0px;
  color: #777;
}
.reply_to_content a {
  color: #777 !important;
}
.replies_box {
  margin-bottom: 15px;
}
[contentEditable=true] .delete_pasted_image {
  display: block;
  text-align: center;
  cursor: pointer;
  margin: -10px auto 10px;
}
.delete_pasted_image {
  display: none;
}
.tribute-container {
  max-width: 400px;
}
.tribute-container .wrapper {
  margin-left: 50px;
}
.tribute-container ul {
  background: #fff !important;
  border: 1px solid #eee;
  border-radius: 4px;
  background-clip: padding-box;
}
.tribute-container li {
  padding: 0 !important;
}
.tribute-container li:last-child a {
  border-bottom: none;
}
.tribute-container li a:nth-of-type(2) {
  display: none;
}
.tribute-container li.active a {
  color: #fff;
  background: var(--primaryColor) !important;
  text-decoration: none;
}
.tribute-container li a {
  border-bottom: 1px solid #eee;
  color: #777;
  font-size: 18px;
  padding: 10px 20px;
  transition: none 0s ease 0s;
  display: block;
  height: auto;
  overflow: hidden;
}
.tribute-container li a:hover {
  color: #fff;
  background: var(--primaryColor) !important;
}
.tribute-container li a .profile-img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.tribute-container li a h4 {
  margin-bottom: 0;
  line-height: normal;
  margin-top: 0px;
}
.tribute-container li a span {
  font-size: 17px;
}
.ui-widget-overlay {
  background: #000;
  z-index: 9999;
}
.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999;
}
.tribute-container ul {
  margin: 0;
  margin-top: 2px;
  padding: 0;
  list-style: none;
  background: #efefef;
}
.tribute-container li {
  padding: 5px 5px;
  cursor: pointer;
}
.tribute-container li.highlight,
.tribute-container li:hover {
  background: #ddd;
}
.tribute-container li span {
  font-weight: bold;
}
.tribute-container li.no-match {
  cursor: default;
}
.tribute-container .menu-highlighted {
  font-weight: bold;
}
img.emoji {
  margin: 2px 2px;
  max-width: 26px !important;
  vertical-align: middle;
}
.EmojiPanel__brand {
  z-index: -1;
}
.EmojiPanel__footer {
  display: flex !important;
}
.tox-tinymce-aux {
  display: none;
}
.compose-box .wrapper,
.col .wrapper {
  overflow: hidden;
  padding-left: 15px;
}
/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
/* total width */
::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}
/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
  background-color: #fff;
}
/* scrollbar itself */
::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 4px solid #fff;
  min-height: 30px;
}
/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
  display: none;
}
.online {
  position: relative;
}
.online::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #19B605;
  position: absolute;
  right: 0px;
  bottom: 1px;
}
.compose-box .commentBox_attachments .img {
  height: auto !important;
}
.comments_media_attachment div {
  font-size: 16px;
}
.fb_iframe_widget_fluid span {
  text-align: center !important;
  width: 100% !important;
}
.like-btn {
  position: relative;
}
.list-view .reactions_holder {
  left: -250px;
}
.reactions_holder {
  border-radius: 3em;
  box-shadow: 0 1px 1px 0.5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: absolute;
  bottom: calc(100% + 1px);
  left: -5px;
  opacity: 0;
  transition: 0.1s 0.8s;
  /* display: flex; */
  display: none;
  justify-content: space-around;
  align-items: center;
  z-index: 1;
}
.like-btn .iconText {
  /* color: #777;*/
  position: relative;
  /*text-decoration: none;*/
  /*font-weight: 700;*/
  z-index: 1;
  margin-top: 2px;
}
.like_reactions {
  display: flex;
  transform: translateY(35px);
  opacity: 0;
  transition: 0.2s 0.8s;
}
.like_reaction {
  width: 40px;
  height: 40px;
  margin: 5px;
  /*border-radius: 3em;*/
  border-color: transparent;
  transition: 0.1s;
  transform-origin: center bottom;
  border-width: 0px;
  padding: 0 !important;
  /*animation: thumbs-up .5s linear infinite;*/
}
.modal-content {
  border: 0px solid rgba(0, 0, 0, 0.2);
}
@keyframes thumbs-up {
  25% {
    transform: scale(1.5) rotate(20deg);
  }
  50%,
  100% {
    transform: scale(1) rotate(5deg);
  }
  75% {
    transform: scale(1) rotate(-20deg);
  }
}
.reaction_color--blue {
  /* background-color: #5890ff; */
  background-color: transparent;
}
.reaction_color--red {
  /* background-color: #f25268; */
  background-color: transparent;
}
.reaction_color--yellow {
  /* background-color: #ffd972; */
  background-color: transparent;
}
.reaction_color--orange {
  /* background: linear-gradient(#f25268, #ffd972); */
  background-color: transparent;
}
.like-btn:hover .reactions_holder,
.like-btn.touched_like_button .reactions_holder {
  opacity: 1;
  display: flex;
  -webkit-user-select: none;
  -webkit-touch-callout: none /*only to disable context menu on long press*/;
}
.like-btn:hover .like_reactions,
.like-btn.touched_like_button .like_reactions {
  transform: translateY(0);
  opacity: 1;
}
.like_reaction:hover,
.like_reaction.touched_reaction {
  transform: scale(1.2);
}
.like_reaction:hover::before {
  content: attr(data-label);
  display: inline-block;
  padding: 0.3em 1em 0.3em 1em;
  font-weight: normal;
  font-family: 'Avenir LT W01_45 Book1475508', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
  background-color: #000;
  opacity: 0.7;
  color: #fff;
  border-radius: 3em;
  position: absolute;
  top: -40px;
  text-align: center;
  left: -10px;
}
.fa-thumbs-up:before {
  /*content: attr(data-before);*/
}
.like-btn .iconText:hover {
  /*text-decoration: underline;*/
}
@media only screen and (max-width: 500px) {
  .like-btn .like_reaction {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 500px) {
  .commentStar .like-btn .reactions_holder {
    left: -160px;
  }
}
.EmojiPanel__query div {
  display: none;
}
strong {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
.tagify__tag-text {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  margin: 2px;
}
.mentionedLink {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  margin: 0px;
}
.hidePostImageMoreThanOne {
  padding: 0 !important;
  width: 0 !important;
  margin: 0 !important;
}
.greyscaleDeleted {
  filter: grayscale(100%);
  color: #999;
}
/*some flex css */
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.d-inline {
  display: inline-block;
}
.v-middle {
  vertical-align: middle;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-direction-column {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.items-top {
  align-items: flex-start;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-space-around {
  justify-content: space-around;
}
.justify-content-center {
  justify-content: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-flex-end {
  justify-content: flex-end;
}
.text-bold {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif !important;
}
.text-normal {
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
.td-none,
.td-none:hover {
  text-decoration: none !important;
}
.p-relative,
.p-rel {
  position: relative;
}
.color-black,
.color-black:hover {
  color: #000 !important;
}
.theme-link-color {
  color: var(--linkColor) !important;
}
.color-black.cs_active_menu,
.color-black.cs_active_menu:hover {
  color: var(--secondaryColor) !important;
}
.task-completed {
  background: #00bc55;
}
.task-to-be-assigned {
  background: #f57b5a;
}
.task-to-be-accepted {
  background: #eb4f55;
}
.task-accepted {
  background: #00b986;
}
.task-work-in-progress {
  background: #00ac00;
}
.task-needs-review {
  background: #d5c329;
}
.task-needs-action {
  background: #e69e24;
}
.task-on-hold {
  background: #b6b6b6;
}
.task-canceled {
  background: #545454;
}
.task-archived {
  background: #171717;
}
.content .row {
  margin-left: auto;
  margin-right: auto;
}
#cbMessage.input-lg {
  font-size: 15px;
}
.color-grey,
.color-grey:hover {
  color: #333 !important;
}
.ws_nowrap {
  white-space: nowrap;
}
.color-light-grey,
.color-light-grey:hover {
  color: #777 !important;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-auto {
  cursor: auto !important;
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.p-0 {
  padding: 0;
}
.ml-0 {
  margin-left: 0;
}
.mr-0 {
  margin-right: 0;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0;
}
.m-0 {
  margin: 0 !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.vertical-align-middle {
  vertical-align: middle;
}
.fz-12 {
  font-size: 12px;
}
.fz-13 {
  font-size: 13px;
}
.fz-14 {
  font-size: 14px;
}
.modal-footer {
  padding: 15px 30px;
}
.pointer-none {
  pointer-events: none;
}
.container {
  width: 100%;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.br-5 {
  border-radius: 5px;
}
/*end some flex css */
#InboxListController .mark {
  background: transparent;
}
#InboxListController .greenBorder .mark {
  padding: 5px 10px 0 0px;
  border-radius: 10px 10px 0 0;
  background-color: #ffff00;
}
.greenBorder .content.leftWithReply.mark {
  padding-left: 10px !important;
}
mark,
.mark {
  background-color: #ffff00;
  padding: 0em;
}
#seoModalForMetaTags {
  display: inline-block;
  padding: 4px 6px;
  position: fixed;
  top: 16px;
  right: 5px;
  color: #fff;
  background: var(--btnColor);
  border-radius: 5px;
  z-index: 9999;
  cursor: pointer;
  font-size: 14px;
}
#seoModalForMetaTags .far {
  color: #fff;
}
.seoArrowLeft {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid var(--btnColor);
}
#seoMetaTagsController label {
  display: block;
  margin: 10px 0;
}
#seoMetaTagsController #onAllSubdomainsLabel {
  cursor: pointer;
  margin: 10px 0;
}
#seoMetaTagsController .seoImagePreview {
  max-width: 100%;
}
#seoMetaTagsController #seoImageOr {
  margin: 20px 10px;
}
#seoMetaTagsController select#domainSEO option {
  text-transform: capitalize;
}
#seoMetaTagsController .modal-body {
  padding-top: 0;
}
.directFileUploadBox input {
  display: none;
}
.postTitleSuggestionContentEditableSource {
  font-size: 14px;
  margin-top: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.postTitleSuggestionContentEditable {
  font-size: 15px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pac-container {
  z-index: 10000;
}
.pac-logo:after {
  display: none !important;
}
.pac-item {
  font-size: 14px;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.pac-item-query {
  font-size: 15px;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
#websiteHomeLocation {
  font-size: 15px;
}
.tour-tour {
  background: #0e5eaf;
  color: #fff;
}
.tour-tour button[data-role="prev"] {
  background: rgba(0, 0, 0, 0.15);
  border: none;
  color: #fff;
}
.tour-tour button[data-role="prev"]:hover,
.tour-tour button[data-role="prev"]:focus,
.tour-tour button[data-role="prev"]:active {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  outline: none;
}
.tour-tour button[data-role="next"] {
  background: #7dac41;
  border: none;
  color: #fff;
}
.tour-tour button[data-role="next"]:hover,
.tour-tour button[data-role="next"]:focus,
.tour-tour button[data-role="next"]:active {
  background: #6e9e2b;
  color: #fff;
  outline: none;
}
.tour-tour button[data-role="end"] {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
}
.tour-tour button[data-role="end"]:hover,
.tour-tour button[data-role="end"]:focus,
.tour-tour button[data-role="end"]:active {
  background: rgba(255, 255, 255, 0.2);
  outline: none;
}
.tour-tour.popover.bottom > .arrow:after {
  border-bottom-color: #0e5eaf;
}
.tour-tour.popover.left > .arrow:after {
  border-left-color: #0e5eaf;
}
.tour-tour .popover-content a {
  color: #fff;
}
.fixedPostOnEntity {
  pointer-events: none;
}
.onPrivateGroupPostAsOptions .grey_class {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
  color: #999;
}
.location_filter .btn span.caret {
  margin-left: 8px;
}
section.meter .order_truck {
  text-align: center;
  margin-top: 20px;
}
section.meter .order_truck div {
  color: #555555;
}
section.meter .order_truck i.fa-truck-container {
  font-size: 60px;
  color: #6eb33e;
  margin-bottom: 10px;
}
section.meter .meter_overlay {
  width: 300px;
  height: 150px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
section.meter .meter_wrapper {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}
section.meter .meter_percent {
  position: absolute;
  bottom: 0;
  width: 130px;
  left: calc(50% - 65px);
  background: #fff;
  z-index: 9;
  height: 65px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 150px 150px 0 0;
  font-size: 22px;
  padding-bottom: 2px;
}
section.meter .meter_overlay .range {
  width: 150px;
  height: 150px;
  background: var(--fill);
  position: absolute;
  z-index: 6;
  transform: rotate(calc(180deg / 5 * var(--rotate) ));
  transform-origin: bottom right;
}
section.meter .meter_title {
  text-align: center;
  padding-bottom: 20px;
}
section.meter div.label {
  width: 80px;
  left: calc(50% - 40px);
  height: 150px;
  position: absolute;
  z-index: 6;
  transform: rotate(calc(180deg / 5 * var(--rotate) - 72deg ));
  transform-origin: bottom center;
  color: var(--color);
  background: transparent;
  text-align: center;
}
section.meter .needle img {
  height: 150px;
}
section.meter .needle {
  position: absolute;
  bottom: 0;
  height: 110px;
  z-index: 8;
  left: calc(50% - 2px);
  transform: rotate(calc((180deg * var(--percent))/100 - 90deg));
  transform-origin: bottom center;
}
section.meter div.label span {
  display: block;
  padding-top: 20px;
  font-size: 12px;
}
section.meter .meter_heading label,
section.meter .meter_avg_heading label {
  color: #ababab;
  font-size: 14px;
}
section.meter .meter_trend {
  padding: 30px 0 15px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #ababab;
}
section.meter .meter_avg_heading {
  width: 500px;
  margin: 0 auto;
  justify-content: space-between;
}
section.meter .meter_avg_heading .load_weight,
section.meter .meter_avg_heading .target_weight {
  flex-basis: 40%;
  text-align: center;
}
section.meter .meter_avg_heading .meter-trend-icon {
  flex-basis: 20%;
  text-align: center;
}
section.meter .meter_avg_heading .load_weight label,
section.meter .meter_avg_heading .target_weight label {
  margin-bottom: 10px;
}
section.meter .meter_heading .load_value,
section.meter .meter_avg_heading .load_value {
  font-size: 22px;
  line-height: 25px;
}
section.meter .load_value span {
  font-size: 14px;
}
html {
  position: relative;
  min-height: 100%;
  /** Force wrapping to links **/
}
html a {
  overflow-wrap: break-word;
}
html a,
html button {
  cursor: pointer;
  outline: none;
}
html a:focus,
html button:focus {
  outline: none;
}
html.search-page .search-toolbar {
  margin-bottom: 15px;
}
html.search-page .search-toolbar .dropdown-menu {
  left: 50%;
  transform: translate(-50%, 0px);
}
html.search-page #search {
  margin-top: 30px;
}
html.search-page .browser-btn {
  display: none;
}
html.search-page .search-wrapper > .row {
  margin-left: -10px;
  margin-right: -10px;
}
html.search-page #search-results,
html.search-page #search-results-2,
html.search-page #search-results2 {
  padding: 0px 10px;
}
html.search-page #search-results > .row,
html.search-page #search-results-2 > .row,
html.search-page #search-results2 > .row {
  margin-left: -10px;
  margin-right: -10px;
}
html.auth .footer {
  visibility: hidden !important;
}
html.website-home body {
  background-color: #f5f5f5;
}
html.website-home #intro {
  background: url('../images/home-bg.jpg') no-repeat center center #eee;
  background-size: cover !important;
}
html.website-home #intro.parallax-2 {
  background: url('../images/1.jpg') no-repeat center -90px #eee;
}
html.website-home #intro.parallax-2 .mask {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
html.website-home #intro #controlBar_bgndVideo {
  display: none !important;
}
html.website-home #intro h1 {
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
  line-height: normal;
  text-align: center;
  font-size: 52px;
}
html.website-home #intro h2 {
  font-size: 28px;
  letter-spacing: -1px;
  margin: 0;
  line-height: normal;
  text-align: center;
  color: #fff;
}
html.website-home #intro.photo-4 {
  height: 630px;
  padding: 0;
  margin-top: 0px;
  background: url('../images/bg-1.jpg') no-repeat center bottom transparent !important;
  background-size: cover !important;
  padding-top: 60px;
  position: relative;
}
html.website-home #intro.photo-4 h1 {
  letter-spacing: -2px;
  margin: 0 0 15px;
  line-height: normal;
}
html.website-home #intro.photo-4 h2 {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  line-height: 31px;
  text-shadow: none;
  margin-bottom: 20px;
}
html.website-home #intro.photo-4 #search {
  margin-top: 0px;
}
html.website-home #intro.photo-4 .mask {
  z-index: 98;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
html.website-home #intro.photo-4 > .container {
  z-index: 98;
  position: relative;
  top: 100px;
}
html.website-home #intro.photo-5 {
  height: 500px;
  text-align: left;
  text-shadow: none;
  padding: 0;
  margin-top: 0px;
  background: url('../images/poster2.jpg') no-repeat center bottom transparent !important;
  background-size: cover !important;
  position: relative;
}
html.website-home #intro.photo-5 h1 {
  color: #fff;
  letter-spacing: -2px;
  margin: 0 0 24px;
  text-align: left;
  line-height: normal;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
  overflow: visible;
}
html.website-home #intro.photo-5 h2 {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 31px;
  margin-bottom: 40px;
  text-align: left;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
  overflow: visible;
}
html.website-home #intro.photo-5 .btn {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
  text-shadow: none;
}
html.website-home #intro.photo-5 .btn.btn-theme {
  border: 2px solid #0e5eaf;
}
html.website-home #intro.photo-5 #search {
  margin-top: 15px;
}
html.website-home #intro.photo-5 .mask {
  z-index: 98;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
html.website-home #intro.photo-5 > .container {
  z-index: 98;
  position: relative;
  top: 128px;
}
html.website-home .modal-content {
  border: none;
}
html.website-home .navbar-brand {
  text-indent: -9999px;
}
html body {
  /* Margin bottom by footer height */
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  background: #ffffff;
  overflow-x: hidden;
}
html .navbar-brand {
  background: url('/assets/website/images/logo-full-m.png') no-repeat 0 2px transparent;
  text-indent: -9999px;
  width: 200px;
  background-size: contain;
  padding-left: 0px;
  margin-right: 5px;
}
.commentOpt.input-lg {
  font-size: 16px;
}
.fa.pull-left {
  margin-right: 0.6em;
}
.far.pull-left {
  margin-right: 0.6em;
}
.bullet {
  color: #7dae41;
  font-size: 8px !important;
  margin: 0 4px;
  position: relative;
  top: -2px;
}
.modal-bottom-hide {
  visibility: hidden;
}
.popover {
  min-width: 180px;
}
.popover-content #composeClose {
  display: none;
}
.popover-content .profile-img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.popover-content .info {
  overflow: hidden;
  color: #777;
  font-weight: 500;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  margin-top: 5px;
  padding: 0 !important;
}
.popover-content .info .about-apps {
  margin-bottom: 0;
}
.profilePopover {
  z-index: 999;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  font-weight: normal;
  min-width: 450px;
  line-height: normal;
  min-height: 360px;
}
.profilePopover .qtip-content {
  padding: 0;
}
.profilePopover .counters {
  padding: 15px 20px !important;
  border: 1px solid #eee;
  background: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 15px;
  text-align: center;
}
.profilePopover .counters a {
  display: inline-block;
  font-size: 13px !important;
  padding: 10px !important;
  text-align: center;
  text-transform: uppercase;
}
.profilePopover .counters a span {
  color: #7dae41;
}
.profilePopover .counters a:first-child {
  padding-left: 0;
}
.profilePopover .counters span {
  font-size: 15px;
  display: block;
}
.profilePopover .profile-boxes {
  padding: 0;
}
.profilePopover .profile-boxes .item {
  padding: 0px;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
.profilePopover .profile-boxes .item .cover-img h4 {
  bottom: 35px;
  color: #fff;
  line-height: normal;
  margin: 0;
  padding-left: 130px;
  padding-top: 79px;
  position: absolute;
  vertical-align: middle;
  height: auto;
  overflow: visible;
}
.profilePopover .profile-boxes .item .profile-img {
  background-color: #fff !important;
  background-size: contain !important;
  border: 3px solid #fff;
  border-radius: 50%;
  height: 90px !important;
  left: 22px;
  position: absolute;
  top: 40px;
  width: 90px !important;
}
.profilePopover .profile-boxes .item .info {
  padding: 20px !important;
  box-shadow: none;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #000;
}
.profilePopover .profile-boxes .item .wrapper {
  max-height: 100% !important;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.profilePopover .profile-boxes .item .wrapper a {
  color: var(--linkColor);
}
.show-responsive,
.show-inline-responsive,
.show-tab-responsive {
  display: none;
}
.show-mobile-responsive,
.show-inline-mobile-responsive {
  display: none;
}
.show-mobile {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
label {
  font-weight: normal;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
.centered {
  text-align: center;
}
.btn {
  font-weight: normal;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
.btn-theme,
.btn-info {
  background: #0e5eaf;
  border-color: #0e5eaf;
  border: 2px solid #0e5eaf;
  color: #fff;
}
.btn-theme .text-info,
.btn-info .text-info {
  color: #fff;
}
.btn-theme:hover,
.btn-info:hover,
.btn-theme.active,
.btn-info.active,
.btn-theme:focus,
.btn-info:focus {
  background: #06519d;
  border-color: #06519d;
  color: #fff;
}
.btn-primary {
  background: #0e5eaf;
  border-color: #0e5eaf;
  color: #fff;
}
.btn-primary:hover,
.btn-primary.active,
.btn-primary:focus {
  background: #06519d;
  border-color: #06519d;
  color: #fff;
}
.btn-success {
  background: #7dae41;
  border-color: #7dae41;
  color: #fff;
}
.btn-success:hover,
.btn-success.active,
.btn-success:focus {
  background: #7dae41;
  border-color: #7dae41;
  color: #fff;
}
.btn-inverse {
  background: #222;
  color: #fff;
  border-color: #111;
}
.btn-inverse:hover,
.btn-inverse.active,
.btn-inverse:focus {
  background: #0e5eaf;
  border-color: #06519d;
}
.btn-ghost {
  background: transparent;
  border-color: #eee;
  color: #fff;
  border: 2px solid #eee;
}
.btn-ghost:hover,
.btn-ghost.active,
.btn-ghost:focus {
  background: #0e5eaf;
  border-color: #0e5eaf;
  color: #fff;
}
.bg-white {
  background: #fff;
}
.mask {
  position: absolute !important;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
}
.angular-wrapper {
  min-height: 600px;
  padding-bottom: 60px;
  padding-top: 0;
  margin-top: 20px;
}
.dropdown .dropdown-menu {
  min-width: 251px;
  color: #444;
}
.dropdown .dropdown-menu > li > a,
.dropdown .dropdown-menu > li > label {
  font-size: 16px;
  padding: 10px 20px !important;
  color: #777;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.dropdown .dropdown-menu > li > a.custom-pm-share,
.dropdown .dropdown-menu > li > label.custom-pm-share,
.dropdown .dropdown-menu > li > a.custom-pm-email-share,
.dropdown .dropdown-menu > li > label.custom-pm-email-share,
.dropdown .dropdown-menu > li > a.custom-pm-link-share,
.dropdown .dropdown-menu > li > label.custom-pm-link-share {
  padding: 0 !important;
  transition: all 0.2s ease-in-out 0s;
}
.dropdown .dropdown-menu > li > a:hover,
.dropdown .dropdown-menu > li > label:hover {
  background: #7dae41;
  color: #fff !important;
  outline-offset: -1px;
  /* // transform: translateY(-4px);*/
}
.dropdown .dropdown-menu > li > a:hover .fa,
.dropdown .dropdown-menu > li > label:hover .fa,
.dropdown .dropdown-menu > li > a:hover .icon,
.dropdown .dropdown-menu > li > label:hover .icon {
  color: #fff;
}
.dropdown .dropdown-menu > li > a:hover .far,
.dropdown .dropdown-menu > li > label:hover .far,
.dropdown .dropdown-menu > li > a:hover .icon,
.dropdown .dropdown-menu > li > label:hover .icon {
  color: #fff;
}
.dropdown .dropdown-menu > li h4 {
  font-size: 14px;
  padding: 10px 20px;
  color: #888;
  font-weight: normal;
  margin: 0;
}
.dropdown .dropdown-menu > li label {
  margin: 0;
  padding: 5px 20px;
  display: block;
}
.dropdown .dropdown-menu > li .accounts {
  padding: 0px;
  height: auto;
  max-height: 150px;
  overflow-y: auto;
}
.dropdown .dropdown-menu > li .accounts .item {
  padding: 8px 20px;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
}
.dropdown .dropdown-menu > li .accounts .item:hover {
  background: #7dae41;
  color: #fff;
}
.dropdown .dropdown-menu > li .accounts .item .profile-img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-size: cover !important;
  border-radius: 50%;
  float: left;
}
.dropdown .dropdown-menu > li .accounts .item span {
  overflow: hidden;
  display: block;
}
.dropdown .dropdown-menu > li:last-child > a {
  border-bottom: none;
}
.primary-header {
  background: #669933;
  padding: 50px 0;
}
.primary-header h1,
.primary-header h2,
.primary-header h3 {
  color: white;
  margin: 0;
  margin-left: 15px;
  font-weight: normal;
  letter-spacing: -1px;
}
.primary-header h1 {
  font-size: 40px;
  font-weight: 100;
  line-height: normal;
  margin-bottom: 20px;
}
.primary-header h1 sup {
  font-size: 18px;
}
.primary-header h3 {
  line-height: 30px;
}
/*** HEADER ***/
#header {
  position: fixed;
  width: 100%;
  z-index: 99;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  height: 60px;
  top: 0;
  /*** for the search box in the header ***/
}
#header.sticky {
  position: fixed;
  width: 100%;
}
#header .container {
  position: relative;
}
#header .logo-dropdown .caret-icon {
  position: relative;
  top: 10px;
}
#header .logo-dropdown .dropdown-menu {
  margin-top: -1px;
  left: auto;
  right: auto;
  border: 0 !important;
}
#header .logo-dropdown .dropdown-menu li a {
  font-size: 15px;
}
#header .badge {
  background: red none repeat scroll 0 0;
  font-weight: 500;
  position: absolute;
  right: 10px;
  top: 1px;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
#header a {
  color: #777;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
}
#header a .fa {
  font-size: 18px;
}
#header a .far {
  font-size: 18px;
}
#header .create-post {
  background: transparent none repeat scroll 0 0;
  border: 2px solid transparent;
  color: #777;
  padding: 6px !important;
}
#header .create-post .fa {
  font-size: 24px;
}
#header .create-post .far {
  font-size: 24px;
}
#header .create-post:hover,
#header .create-post:focus {
  background: transparent !important;
  color: #777;
  opacity: 1;
}
#header ul {
  list-style: none outside;
  padding: 0;
}
#header ul.dropdown-menu {
  min-width: 270px;
  background: #fff;
}
#header #NotificationCtrlDropdown ul.dropdown-menu {
  min-width: 420px;
  right: 0px;
}
#header .dropdown {
  display: block;
}
#header .dropdown .dropdown-toggle {
  text-decoration: none !important;
}
#header .dropdown .caret-icon .fa-caret-up {
  display: none;
}
#header .dropdown .caret-icon .fa-angle-up {
  display: none;
}
#header .dropdown.open .caret-icon .fa-angle-up {
  display: inline-block;
}
#header .dropdown.open .caret-icon .fa-angle-down {
  display: none;
}
#header .dropdown.open .caret-icon .fa-caret-up {
  display: inline-block;
}
#header .dropdown.open .caret-icon .fa-caret-down {
  display: none;
}
#header .dropdown-menu li a {
  color: #777;
}
#header .nav .open > a:hover,
#header .nav .open > a:focus {
  background: transparent;
  border-color: transparent;
}
#header ul.navbar-nav > li > a {
  opacity: 0.75;
  padding: 12px;
  line-height: normal;
}
#header ul.navbar-nav > li > a:hover,
#header ul.navbar-nav > li > a:focus {
  opacity: 1;
  background: transparent;
}
#header ul.navbar-nav > li > a.btn-ghost {
  opacity: 1;
  border-radius: 4px;
  border: 2px solid #0e5eaf;
  background: #0e5eaf;
  color: #fff;
  line-height: 16px;
}
#header ul.navbar-nav > li > a.btn-ghost:hover,
#header ul.navbar-nav > li > a.btn-ghost:focus {
  opacity: 1;
  background: #7dae41;
  border-color: #7dae41;
  color: #fff;
}
#header ul.navbar-nav > li > a.cs_green_signup_btn {
  opacity: 1;
  border-radius: 4px;
  border: 2px solid #177138;
  background: #177138 !important;
  color: #fff;
  line-height: 16px;
}
#header ul.navbar-nav > li > a.cs_green_signup_btn:hover,
#header ul.navbar-nav > li > a.cs_green_signup_btn:focus {
  opacity: 1;
  background: #0e4723 !important;
  border-color: #0e4723 !important;
  color: #fff;
}
#header ul.navbar-nav > li > a.btn-menu {
  opacity: 1;
  border-radius: 4px;
  border: 2px solid #0e5eaf;
  background: #0e5eaf;
  color: #fff;
}
#header ul.navbar-nav > li > a.btn-menu:hover,
#header ul.navbar-nav > li > a.btn-menu:focus {
  opacity: 1;
  background: #06519d !important;
  border-color: #06519d !important;
  color: #fff;
}
#header #search-box {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  max-width: 450px;
  margin-top: 2px;
  margin-right: 10px;
}
#header #search-box .dropdown .caret-icon {
  padding: 0;
  font-size: 22px;
}
#header #search-box .dropdown-menu {
  float: right;
  left: auto;
  right: 0;
  top: 34px;
  width: 100%;
  padding: 5px;
}
#header #search-box .dropdown-menu .col {
  padding: 0 6px;
  margin: 10px 0;
}
#header #search-box .dropdown-menu li a {
  font-size: 14px;
  line-height: normal;
  overflow: hidden;
  padding: 10px;
  text-align: left;
  white-space: normal;
}
#header #search-box .dropdown-menu li.all-topics a h4 {
  margin: 0;
}
#header #search-box .dropdown-menu li.all-topics a:hover h4 {
  color: #fff;
}
#header #search-box .topics-dropdown {
  padding: 0 !important;
}
#header #search-box .topics-dropdown h4 {
  font-size: 15px;
}
#header #search-box input[type="text"] {
  border: 1px solid #f3f3f3;
  font-size: 14px;
  height: 36px;
  padding: 5px 40px 5px 0px;
  border-left: none;
  background: #eee;
}
#header #search-box input[type="search"] {
  border: 1px solid #f3f3f3;
  font-size: 14px;
  height: 36px;
  padding: 5px 15px;
  border-right: none;
  background: #eee;
}
#header #search-box .input-group-btn .dropdown-toggle {
  height: 40px;
  padding: 10px 15px;
  font-size: 15px;
  background: #eee;
}
#header #search-box .input-group-addon {
  font-size: 15px;
  padding: 0px 15px;
}
#header #search-box .input-group-addon .dropdown-menu h4 {
  color: #444;
}
#header #search-box .input-group-addon .dropdown-menu h5 {
  font-size: 16px;
  color: #777;
}
#header #search-box .input-group-addon .dropdown-menu h5:hover {
  color: #0e5eaf;
}
#header a.profile-picture {
  /* padding: 0px 10px !important;
    opacity: 1 !important;*/
}
#header .profile-dropdown .profile-img {
  background-size: cover !important;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 36px;
  width: 36px;
}
#header .hide-responsive #tour-inbox {
  padding-top: 10px !important;
}
#header .hide-responsive a#tour-home {
  padding-top: 11px !important;
}
#header .hide-responsive a#truck-home {
  padding-top: 10px !important;
}
#header .notifications-menu .profile-img,
#header .settings-menu .profile-img {
  background-size: cover !important;
  border-radius: 50%;
  float: left;
  height: 32px;
  margin-right: 10px;
  width: 32px;
  top: 4px;
  position: relative;
}
#header .notifications-menu .notify,
#header .settings-menu .notify {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#header .notifications-menu .notify,
#header .settings-menu .notify,
#header .notifications-menu .settings,
#header .settings-menu .settings {
  display: block;
  font-size: 18px;
  text-align: center;
  position: relative;
  opacity: 0.75;
}
#header .notifications-menu .notify:hover,
#header .settings-menu .notify:hover,
#header .notifications-menu .settings:hover,
#header .settings-menu .settings:hover {
  opacity: 1;
}
#header .notifications-menu .notify,
#header .settings-menu .notify {
  padding: 9px;
}
#header .notifications-menu .settings,
#header .settings-menu .settings {
  padding: 10px;
  opacity: 1;
  padding-top: 0;
}
#header .notifications-menu .dropdown-menu,
#header .settings-menu .dropdown-menu {
  margin: 0;
  padding: 0;
}
#header .notifications-menu .dropdown-menu .header,
#header .settings-menu .dropdown-menu .header {
  font-size: 15px;
  margin-bottom: 0;
  padding: 15px;
}
#header .notifications-menu .dropdown-menu .header .fa,
#header .settings-menu .dropdown-menu .header .fa {
  color: #ccc;
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
#header .notifications-menu .dropdown-menu .header .far,
#header .settings-menu .dropdown-menu .header .far {
  color: #ccc;
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
#header .notifications-menu .dropdown-menu li a,
#header .settings-menu .dropdown-menu li a {
  font-size: 15px ;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  display: block;
}
#header .notifications-menu .dropdown-menu li a:hover,
#header .settings-menu .dropdown-menu li a:hover,
#header .notifications-menu .dropdown-menu li a:focus,
#header .settings-menu .dropdown-menu li a:focus {
  color: #fff;
  background: #7dae41;
}
#header .notifications-menu .dropdown-menu li.footer,
#header .settings-menu .dropdown-menu li.footer {
  padding: 0;
}
#header .notifications-menu .dropdown-menu li.footer a,
#header .settings-menu .dropdown-menu li.footer a {
  font-size: 13px ;
}
#header .search-options {
  background: #fff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 244px;
  max-width: 840px;
  min-height: 230px;
  padding: 15px;
  position: absolute;
  text-align: left;
  top: 40px;
  width: 100%;
  z-index: 999;
}
#header .search-options .interests .item {
  font-size: 15px;
}
.is_logged_out.cs_recyclemax #header .container {
  position: static;
}
/*** HOME PAGE SEARCH ***/
#search {
  padding-bottom: 60px;
  /*margin-top: -77px;*/
  min-height: 100%;
  position: relative;
}
#search #search-header {
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 98;
}
#search #search-header.sticky {
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: auto;
  top: 60px;
  width: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.8);
}
#search .search-header {
  padding: 15px 0;
  background: transparent;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
#search .search-header .search-options {
  background: #fff none repeat scroll 0 0;
  min-height: 280px;
  padding: 15px;
  position: absolute;
  width: 100%;
  z-index: 999;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  border: 1px solid rgba(0, 0, 0, 0.15);
  top: 64px;
  left: 15px;
  max-width: 1140px;
}
#search .search-header .search-options.active {
  display: block;
}
#search .search-header .search-options .selectedInterests,
#search .search-header .search-options .selectedService {
  margin-bottom: 30px;
  overflow: hidden;
}
#search .search-header .search-options .selectedInterests .interestItem,
#search .search-header .search-options .selectedService .interestItem {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 10px;
}
#search .search-header .search-options .selectedInterests .interestItem .glyphicon,
#search .search-header .search-options .selectedService .interestItem .glyphicon {
  cursor: pointer;
  color: #ccc;
  font-size: 14px;
}
#search .search-header .search-options .selectedInterests .interestItem .glyphicon:hover,
#search .search-header .search-options .selectedService .interestItem .glyphicon:hover {
  color: red;
}
#search .search-header .search-options .interests {
  padding: 0 10px;
  overflow: hidden;
}
#search .search-header .search-options .interests:first-child {
  margin-top: 0px;
}
#search .search-header .search-options .interests .item {
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  padding: 10px 15px;
}
#search .search-header .search-options .interests .item:hover {
  color: #7dae41;
}
#search .search-header .search-options .interests .item.subActive {
  background: #f5f5f5;
  color: #7dae41;
  border: 1px solid #eee;
  border-bottom: none;
}
#search .search-header .search-options .interests .subItems {
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 15px;
}
#search .search-header .search-options .interests .subItems .subCat {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: normal;
}
#search .search-header .search-options .interests .subItems .subCat .name {
  overflow: hidden;
  padding-left: 5px;
}
#search .search-header .search-options .interests .subItems .subCat:hover {
  cursor: pointer;
  color: #7dae41;
}
#search .search-header .search-options .interests .subItems .subCat .glyphicon-ok {
  color: #7dae41;
}
#search .search-header .center {
  padding: 0;
}
#search .search-header .locator {
  color: #eee;
  font-size: 16px;
  font-weight: 100;
  line-height: normal;
  margin-top: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#search .search-header .locator a.dropdown-toggle {
  color: #fff;
  border-bottom: 1px dotted #eee;
}
#search .search-header .locator .dropdown-menu {
  margin: 0;
  padding: 0;
  width: 220px;
}
#search .search-header .locator .dropdown-menu.lg {
  width: 260px;
}
#search .search-header .locator .dropdown-menu li a {
  border-bottom: 1px solid #eee;
  font-size: 16px ;
  padding: 10px 20px;
  color: #888;
}
#search .search-header .locator .dropdown-menu li a:hover {
  background: #7dae41;
  color: #fff;
}
#search .search-header .locator .local-search {
  position: relative;
}
#search .search-header .locator .local-search a {
  border-bottom: 1px dotted #eee;
  color: #fff;
}
#search .search-header .locator .local-search-box {
  display: none;
  left: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#search .search-header .locator .local-search-box.active {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 4px;
  display: block;
  position: absolute;
  width: 290px;
  z-index: 999;
}
#search .search-header .locator .local-search-box .form-group {
  margin: 15px;
}
#search .btn-group {
  float: right;
}
#search .btn-group .btn {
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
}
#search .btn-group .btn .fa {
  line-height: 25px;
  display: none;
}
#search .btn-group .btn .far {
  line-height: 25px;
  display: none;
}
#search .btn-group .btn.active,
#search .btn-group .btn:hover {
  color: #fff;
}
#search-box {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
  margin-right: 10px;
  width: 100%;
}
#search-box .dropdown {
  position: static;
}
#search-box .dropdown .dropdown-toggle {
  text-decoration: none;
}
#search-box .dropdown .caret-icon {
  color: #777;
  padding: 0 4px;
  font-size: 30px;
}
#search-box .dropdown .caret-icon .fa-caret-up {
  display: none;
}
#search-box .dropdown .caret-icon .fa-angle-up {
  display: none;
}
#search-box .dropdown.open .fa-angle-up {
  display: inline-block;
}
#search-box .dropdown.open .fa-angle-down {
  display: none;
}
#search-box .dropdown.open .fa-caret-up {
  display: inline-block;
}
#search-box .dropdown.open .fa-caret-down {
  display: none;
}
#search-box .dropdown-menu {
  float: right;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 0;
  padding: 15px;
}
#search-box .dropdown-menu .col {
  border-right: 1px solid #ddd;
  margin: 15px 0;
}
#search-box .dropdown-menu .col:last-child {
  border-right: none;
}
#search-box .dropdown-menu li a {
  font-size: 16px;
  color: #555;
  padding: 10px 20px;
  display: block;
  white-space: normal;
  line-height: normal;
}
#search-box .dropdown-menu li a:hover {
  color: #fff;
  background: #7dae41;
  text-decoration: none;
}
#search-box .dropdown-menu li.all-topics a h4 {
  margin: 0;
}
#search-box .dropdown-menu li.all-topics a:hover h4 {
  color: #fff;
}
#search-box input[type="text"] {
  border: none;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#search-box input[type="text"]:focus {
  outline: none;
}
#search-box input[type="search"] {
  border: none;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#search-box input[type="search"]:focus {
  outline: none;
}
#search-box .input-group-addon {
  background: #eee;
  border-color: #f3f3f3;
  color: #777777;
  padding: 6px 15px;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  cursor: pointer;
}
#search-box .input-group-addon.open .dropdown-menu {
  display: block;
}
#search-box .input-group-btn {
  font-size: 15px;
}
#search-box .input-group-btn .btn {
  font-size: 15px;
  padding: 13px 15px;
  font-weight: normal;
  border-radius: 0;
}
#search-box .input-group-btn .btn .caret {
  margin: 0 0 0 10px;
}
#search-box .input-group-btn span.dropdown {
  display: block;
}
#search-box .input-group-btn .dropdown-menu {
  width: 100%;
  margin-top: 0;
}
#search-box .input-group-btn .dropdown-menu > li > a {
  border-bottom: 1px solid #eee;
  color: #888;
  font-size: 16px;
  padding: 10px 20px;
  transition: none 0s ease 0s ;
}
#search-box .input-group-btn .dropdown-menu > li > a:hover {
  background: none repeat scroll 0 0 #7dae41;
  color: #fff;
}
#search-box .input-group-btn .dropdown-menu > li:last-child > a {
  border-bottom: none;
}
/*** INTRO ***/
#intro {
  padding: 170px 0;
  background: url('../images/about.jpg') no-repeat center center transparent;
  background-size: cover;
  height: 500px;
  margin-top: -60px;
  position: relative;
}
#intro .reset-search {
  color: #666;
  display: block;
  font-size: 22px;
  position: absolute;
  right: 100px;
  top: 10px;
}
#intro .android-btn {
  display: inline-block;
  width: 150px;
  margin-top: 20px;
}
#intro.photo-5 {
  height: 640px;
  background-size: cover !important;
  padding: 0;
  margin-top: 0px;
  background: url('https://d2bk8erv2ljsb6.cloudfront.net/assets/poster3_n.jpg') no-repeat center bottom transparent !important;
  position: relative;
}
#intro.photo-5 .mask {
  z-index: 98;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
#intro.photo-5 > .container {
  z-index: 98;
  position: relative;
  top: 180px;
}
#intro h1,
#intro h2 {
  color: #fff;
  letter-spacing: -1px;
  position: relative;
  overflow: hidden;
  clear: both;
}
#intro h1 {
  font-size: 50px;
}
#intro h1 sup {
  font-size: 20px;
}
#intro .btn {
  color: #fff;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  line-height: normal;
  font-size: 20px;
}
#intro #search {
  margin-top: 8px;
  padding-bottom: 20px;
}
#intro #search #search-modal-results {
  left: 0px;
  top: 45px;
  width: 100%;
}
#intro #search-header {
  padding: 15px;
  max-width: 840px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
#intro #search-header .wrapper {
  position: relative;
}
#intro #search-header #search-box {
  max-width: 100%;
  min-width: 100%;
}
#intro #search-header .locator {
  margin: 0px;
  clear: both;
  margin-top: 10px;
}
/*** HOME ***/
#home .video-section {
  background: #f5f5f5;
}
#home .home-section {
  padding: 0px 0px 50px;
  position: relative;
}
#home .home-section.testimonials {
  padding-bottom: 80px;
}
#home .home-section .container {
  position: relative;
}
#home .home-section .mask {
  background: rgba(0, 0, 0, 0.4);
}
#home .home-section h1 {
  margin-top: 0;
  font-weight: normal;
  line-height: normal;
  letter-spacing: -1px;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
#home .home-section h1 sup {
  font-size: 20px;
}
#home .home-section h3 {
  line-height: 31px;
  color: #aaa;
  letter-spacing: -1px;
}
#home .home-section .btn {
  font-size: 20px;
  padding: 12px 30px;
}
#home .home-section.parallax {
  min-height: 400px;
  background-size: cover !important;
  background-attachment: fixed;
  padding: 100px 0;
}
#home .home-section.parallax h1 {
  color: #fff;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  font-size: 52px;
  letter-spacing: -1px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
}
#home .home-section.parallax h3 {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
}
#home .home-section.photo-1 {
  background: url('../images/photo-2.jpg') no-repeat 0 center transparent;
}
#home .home-section.photo-2 {
  background: url('../images/photo-1.jpg') no-repeat 0 0 transparent;
}
#home .home-section.photo-3 {
  background: url('../images/video-cover.jpg') no-repeat center center transparent;
}
#home .home-section.photo-4 {
  background: url('../images/about.jpg') no-repeat center -110px transparent;
  height: 470px;
  background-size: contain;
}
#home .home-section.photo-4 h1 {
  margin-top: 86px;
}
#home .home-section .move-up {
  margin-top: -130px;
}
#home .home-section .block {
  text-align: left;
  color: #111;
}
#home .home-section .block .wrapper {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#home .home-section .block .wrapper span {
  border: 1px solid #000;
  border-radius: 50%;
  display: block;
  font-size: 15px;
  height: 25px;
  margin-right: 10px;
  padding: 2px;
  text-align: center;
  width: 25px;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  line-height: normal;
}
#home .home-section .block .wrapper h4 {
  margin-top: 0;
  color: #000;
  font-size: 17px;
  overflow: hidden;
  font-weight: normal;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  line-height: normal;
  margin-bottom: 0;
}
#home .home-section .block .wrapper .desc {
  font-size: 16px;
  line-height: 22px;
  margin-top: 28px;
}
#home .home-section .profile .img {
  border-radius: 10px;
  height: 220px;
  margin: 30px 0;
  width: 220px;
  background-size: cover !important;
  margin: 30px auto;
  border: 2px solid #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.34);
}
#home .home-section .profile .desc {
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto;
  max-width: 300px;
  min-height: 154px;
}
#home .home-section .profile .desc p {
  margin: 20px 0;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  line-height: normal;
}
#home .home-section .profile .btn-link {
  display: inline-block;
  border-bottom: 1px dotted #999;
  text-decoration: none;
}
#home .home-section .feature i {
  font-size: 40px;
  color: #aaa;
}
#home .home-section .feature h3 {
  margin-top: 5px;
  color: #aaa;
}
#home .home-section .feature .desc {
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto;
  min-height: 130px;
}
/*** SEARCH ***/
.locator {
  font-size: 16px;
  font-weight: 100;
  margin-top: 10px;
  line-height: normal;
}
.locator a.dropdown-toggle {
  border-bottom: 1px dotted #eee;
}
.locator .dropdown-menu {
  margin: 0;
  padding: 0;
  width: 220px;
}
.locator .dropdown-menu.lg {
  width: 260px;
}
.locator .dropdown-menu li a {
  border-bottom: 1px solid #eee;
  font-size: 16px ;
  padding: 10px 20px;
  color: #888;
}
.locator .dropdown-menu li a:hover {
  background: #7dae41;
  color: #fff;
}
.locator .local-search {
  position: relative;
}
.locator .local-search a {
  border-bottom: 1px dotted transparent;
  font-size: 15px;
  color: #333;
}
.locator .local-search-box {
  display: none;
  left: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.locator .local-search-box.active {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 4px;
  display: block;
  position: absolute;
  width: 290px;
  z-index: 999;
}
.locator .local-search-box .form-group {
  margin: 15px;
}
/*** main-container ***/
.main-container {
  min-height: 600px;
  /*margin-top: 20px;*/
  margin-bottom: 35px;
  padding-top: 50px;
}
.cs_recyclemax .main-container {
  padding-top: 30px;
}
.angular-wrapper .main-container {
  padding-top: 0;
}
.cs_recyclemax .footer .social_icons,
.cs_earthops .footer .social_icons {
  text-align: center;
}
.cs_recyclemax .footer .social_icons li,
.cs_earthops .footer .social_icons li {
  display: inline-block;
  margin-right: 7px;
}
.cs_recyclemax .footer .social_icons li svg,
.cs_earthops .footer .social_icons li svg {
  width: 22px;
  height: 26px;
  position: relative;
  top: 4px;
}
.cs_recyclemax .footer .social_icons li svg path,
.cs_earthops .footer .social_icons li svg path {
  fill: var(--secondaryColor);
}
.cs_recyclemax .footer .social_icons li i,
.cs_earthops .footer .social_icons li i {
  font-size: 24px;
  color: var(--secondaryColor);
}
.cs_recyclemax .f_contact_wrap,
.cs_earthops .f_contact_wrap {
  background: #d4dec3;
  padding: 15px 0;
}
.cs_recyclemax .f_contact_info,
.cs_earthops .f_contact_info {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs_recyclemax .f_contact_info i,
.cs_earthops .f_contact_info i {
  color: #999999;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.cs_recyclemax .f_contact_info .h_contact_email,
.cs_earthops .f_contact_info .h_contact_email,
.cs_recyclemax .f_contact_info .h_contact_phone,
.cs_earthops .f_contact_info .h_contact_phone {
  margin-left: 20px;
}
.cs_recyclemax .f_contact_info .h_contact_email a,
.cs_earthops .f_contact_info .h_contact_email a,
.cs_recyclemax .f_contact_info .h_contact_phone a,
.cs_earthops .f_contact_info .h_contact_phone a {
  color: var(--secondaryColor);
}
/*** SEARCH RESULTS ***/
#search-results .item,
#search-results-2 .item,
.profile-boxes .item,
#search-results2 .item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
#search-results .item .entity-location,
#search-results-2 .item .entity-location,
.profile-boxes .item .entity-location,
#search-results2 .item .entity-location {
  font-size: 14px;
}
#search-results .item .cover-img-wrapper,
#search-results-2 .item .cover-img-wrapper,
.profile-boxes .item .cover-img-wrapper,
#search-results2 .item .cover-img-wrapper {
  line-height: 18px;
  background: url('../images/staticmap.png') no-repeat center center transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#search-results .item.curr-4 .info,
#search-results-2 .item.curr-4 .info,
.profile-boxes .item.curr-4 .info,
#search-results2 .item.curr-4 .info {
  min-height: 140px !important;
}
#search-results .item .cover-img,
#search-results-2 .item .cover-img,
.profile-boxes .item .cover-img,
#search-results2 .item .cover-img {
  background-color: transparent!important;
  background-size: cover !important;
  width: 100%;
  height: 140px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
}
#search-results .item .cover-img .mask,
#search-results-2 .item .cover-img .mask,
.profile-boxes .item .cover-img .mask,
#search-results2 .item .cover-img .mask {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#search-results .item .cover-img.shorty,
#search-results-2 .item .cover-img.shorty,
.profile-boxes .item .cover-img.shorty,
#search-results2 .item .cover-img.shorty {
  height: 75px;
}
#search-results .item .cover-img .fa,
#search-results-2 .item .cover-img .fa,
.profile-boxes .item .cover-img .fa,
#search-results2 .item .cover-img .fa {
  color: #fff;
  display: block;
  font-size: 20px;
  margin: 10px;
  float: right;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}
#search-results .item .cover-img .far,
#search-results-2 .item .cover-img .far,
.profile-boxes .item .cover-img .far,
#search-results2 .item .cover-img .far {
  color: #fff;
  display: block;
  font-size: 20px;
  margin: 10px;
  float: right;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}
#search-results .item .cover-img h4,
#search-results-2 .item .cover-img h4,
.profile-boxes .item .cover-img h4,
#search-results2 .item .cover-img h4 {
  bottom: 10px;
  color: #fff;
  line-height: normal;
  margin: 0;
  padding-left: 98px;
  padding-top: 76px;
  padding-right: 10px;
  position: absolute;
  vertical-align: middle;
}
#search-results .item .cover-img h4 a,
#search-results-2 .item .cover-img h4 a,
.profile-boxes .item .cover-img h4 a,
#search-results2 .item .cover-img h4 a {
  color: #fff !important;
  margin: 0px;
}
#search-results .item .cover-img h4 a.active .fa,
#search-results-2 .item .cover-img h4 a.active .fa,
.profile-boxes .item .cover-img h4 a.active .fa,
#search-results2 .item .cover-img h4 a.active .fa {
  color: #fff;
}
#search-results .item .cover-img h4 a.active .far,
#search-results-2 .item .cover-img h4 a.active .far,
.profile-boxes .item .cover-img h4 a.active .far,
#search-results2 .item .cover-img h4 a.active .far {
  color: #fff;
}
#search-results .item .cover-img h4 .fa,
#search-results-2 .item .cover-img h4 .fa,
.profile-boxes .item .cover-img h4 .fa,
#search-results2 .item .cover-img h4 .fa {
  margin-top: 0;
  margin-left: 5px;
  margin-right: 2px;
}
#search-results .item .cover-img h4 .far,
#search-results-2 .item .cover-img h4 .far,
.profile-boxes .item .cover-img h4 .far,
#search-results2 .item .cover-img h4 .far {
  margin-top: 0;
  margin-left: 5px;
  margin-right: 2px;
}
#search-results .item .profile-img,
#search-results-2 .item .profile-img,
.profile-boxes .item .profile-img,
#search-results2 .item .profile-img {
  background-size: cover !important;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 70px;
  left: 25px;
  position: absolute;
  top: 66px;
  width: 70px;
  background-color: #fff !important;
}
#search-results .item .info,
#search-results-2 .item .info,
.profile-boxes .item .info,
#search-results2 .item .info {
  background: none repeat scroll 0 0 #fefefe;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: none;
  min-height: 260px;
  padding: 20px 20px 20px 0px;
}
#search-results .item .info ul,
#search-results-2 .item .info ul,
.profile-boxes .item .info ul,
#search-results2 .item .info ul {
  list-style: none outside;
  padding-left: 0;
  vertical-align: middle;
}
#search-results .item .info ul .fa,
#search-results-2 .item .info ul .fa,
.profile-boxes .item .info ul .fa,
#search-results2 .item .info ul .fa {
  margin-top: 2px;
}
#search-results .item .info ul .far,
#search-results-2 .item .info ul .far,
.profile-boxes .item .info ul .far,
#search-results2 .item .info ul .far {
  margin-top: 2px;
}
#search-results .item .info ul li,
#search-results-2 .item .info ul li,
.profile-boxes .item .info ul li,
#search-results2 .item .info ul li {
  margin-bottom: 20px;
  margin-top: 15px;
}
#search-results .item .info ul li:last-child,
#search-results-2 .item .info ul li:last-child,
.profile-boxes .item .info ul li:last-child,
#search-results2 .item .info ul li:last-child {
  margin-bottom: 0px;
}
#search-results .item .info ul li p,
#search-results-2 .item .info ul li p,
.profile-boxes .item .info ul li p,
#search-results2 .item .info ul li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#search-results .item .info ul li p a,
#search-results-2 .item .info ul li p a,
.profile-boxes .item .info ul li p a,
#search-results2 .item .info ul li p a {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
#search-results .item .info .counters,
#search-results-2 .item .info .counters,
.profile-boxes .item .info .counters,
#search-results2 .item .info .counters {
  margin-top: 10px;
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
}
#search-results .item .info .counters a,
#search-results-2 .item .info .counters a,
.profile-boxes .item .info .counters a,
#search-results2 .item .info .counters a {
  display: inline-block;
  font-size: 13px;
  padding: 10px 4px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
#search-results .item .info .counters span,
#search-results-2 .item .info .counters span,
.profile-boxes .item .info .counters span,
#search-results2 .item .info .counters span {
  font-size: 15px;
  display: block;
  color: #7dae41;
}
#search-results .item .info > p,
#search-results-2 .item .info > p,
.profile-boxes .item .info > p,
#search-results2 .item .info > p {
  text-transform: capitalize;
}
#search-results .item .info .wrapper,
#search-results-2 .item .info .wrapper,
.profile-boxes .item .info .wrapper,
#search-results2 .item .info .wrapper {
  max-height: 95px;
  overflow: hidden;
  background: transparent;
  margin-bottom: 10px;
}
#search-results .item .info .wrapper p,
#search-results-2 .item .info .wrapper p,
.profile-boxes .item .info .wrapper p,
#search-results2 .item .info .wrapper p {
  margin-top: 10px;
  position: relative;
  font-size: 14px;
  color: #333;
  max-height: 82px;
}
#search-results .item .info h4,
#search-results-2 .item .info h4,
.profile-boxes .item .info h4,
#search-results2 .item .info h4 {
  line-height: normal;
  margin: 5px 0;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
}
#search-results .item .info h4 a,
#search-results-2 .item .info h4 a,
.profile-boxes .item .info h4 a,
#search-results2 .item .info h4 a {
  color: #7dae41;
}
#search-results .item .info h4 a.btn-link p,
#search-results-2 .item .info h4 a.btn-link p,
.profile-boxes .item .info h4 a.btn-link p,
#search-results2 .item .info h4 a.btn-link p {
  color: #7dae41;
}
#search-results .item .info p,
#search-results-2 .item .info p,
.profile-boxes .item .info p,
#search-results2 .item .info p {
  color: #000;
  font-size: 16px;
}
#search-results .item .info p .btn,
#search-results-2 .item .info p .btn,
.profile-boxes .item .info p .btn,
#search-results2 .item .info p .btn {
  margin-right: 4px;
}
#search-results .item .info p .btn-default,
#search-results-2 .item .info p .btn-default,
.profile-boxes .item .info p .btn-default,
#search-results2 .item .info p .btn-default {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  font-size: 15px;
}
#search-results .item .info p .btn-default:hover,
#search-results-2 .item .info p .btn-default:hover,
.profile-boxes .item .info p .btn-default:hover,
#search-results2 .item .info p .btn-default:hover {
  border-color: #7dae41 !important;
  background-color: #7dae41 !important;
  color: #fff !important;
  box-shadow: none;
}
#search-results .item .info p .btn-default.active,
#search-results-2 .item .info p .btn-default.active,
.profile-boxes .item .info p .btn-default.active,
#search-results2 .item .info p .btn-default.active {
  border-color: #eee !important;
  background-color: #fff !important;
  box-shadow: none;
}
#search-results .item .info p .btn-default.active,
#search-results-2 .item .info p .btn-default.active,
.profile-boxes .item .info p .btn-default.active,
#search-results2 .item .info p .btn-default.active {
  min-width: 94px !important;
}
#search-results .item .info p .btn-default.active:hover,
#search-results-2 .item .info p .btn-default.active:hover,
.profile-boxes .item .info p .btn-default.active:hover,
#search-results2 .item .info p .btn-default.active:hover {
  background-color: #7dae41 !important;
  border-color: #7dae41 !important;
  color: #fff;
}
#search-results .item .info.shorty h4,
#search-results-2 .item .info.shorty h4,
.profile-boxes .item .info.shorty h4,
#search-results2 .item .info.shorty h4 {
  margin-top: 0px;
}
#search-results .item .info a,
#search-results-2 .item .info a,
.profile-boxes .item .info a,
#search-results2 .item .info a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
.search-options {
  background: #fff none repeat scroll 0 0;
  min-height: 280px;
  padding: 15px;
  position: absolute;
  width: 100%;
  z-index: 999;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  border: 1px solid rgba(0, 0, 0, 0.15);
  top: 64px;
  left: 15px;
  max-width: 1140px;
  text-align: left;
}
.search-options.active {
  display: block;
}
.search-options .selectedInterests,
.search-options .selectedService {
  margin-bottom: 30px;
  overflow: hidden;
}
.search-options .selectedInterests .interestItem,
.search-options .selectedService .interestItem {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 8px;
  margin-left: 8px;
  padding: 10px;
}
.search-options .selectedInterests .interestItem .glyphicon,
.search-options .selectedService .interestItem .glyphicon {
  cursor: pointer;
  color: #ccc;
  font-size: 14px;
}
.search-options .selectedInterests .interestItem .glyphicon:hover,
.search-options .selectedService .interestItem .glyphicon:hover {
  color: red;
}
.search-options .interests {
  padding: 0 10px;
  overflow: hidden;
}
.search-options .interests:first-child {
  margin-top: 10px;
}
.search-options .interests .item {
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  padding: 10px 15px;
}
.search-options .interests .item:hover {
  color: #7dae41;
}
.search-options .interests .item.subActive {
  background: #f5f5f5;
  color: #7dae41;
  border: 1px solid #eee;
  border-bottom: none;
}
.search-options .interests .subItems {
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 15px;
}
.search-options .interests .subItems .subCat {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: normal;
}
.search-options .interests .subItems .subCat .name {
  overflow: hidden;
  padding-left: 5px;
}
.search-options .interests .subItems .subCat:hover {
  cursor: pointer;
  color: #7dae41;
}
.search-options .interests .subItems .subCat .glyphicon-ok {
  color: #7dae41;
}
.profile-wizard .btn {
  font-size: 15px;
  font-weight: normal;
  height: 126px;
  padding: 25px 0;
  text-align: center;
  width: 100%;
}
.profile-wizard .btn .fa,
.profile-wizard .btn .glyphicon {
  display: inline-block;
  font-size: 46px;
  margin-bottom: 10px;
  line-height: normal;
}
.profile-wizard .btn .far,
.profile-wizard .btn .glyphicon {
  display: inline-block;
  font-size: 46px;
  margin-bottom: 10px;
  line-height: normal;
}
.profile-wizard .btn .fab,
.profile-wizard .btn .glyphicon {
  display: inline-block;
  font-size: 46px;
  margin-bottom: 10px;
  line-height: normal;
}
.profile-wizard .btn .glyphicon {
  font-size: 38px;
}
.profile-wizard .btn span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize;
}
.profile-wizard .profile-type {
  text-align: center;
}
.profile-wizard .profile-type .btn {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border: 2px solid #fff;
}
.profile-wizard .profile-type .btn .fa,
.profile-wizard .profile-type .btn .glyphicon {
  font-size: 60px;
  margin-top: 12px;
}
.profile-wizard .profile-type .btn .far,
.profile-wizard .profile-type .btn .glyphicon {
  font-size: 60px;
  margin-top: 12px;
}
.profile-wizard .profile-type h4 {
  margin-top: 20px;
}
/*** PROFILE PAGE ***/
#profile-apps,
.profile-apps {
  position: relative;
  top: -2px;
}
#profile-apps .mask,
.profile-apps .mask {
  display: none;
}
#profile-apps .profile-action,
.profile-apps .profile-action {
  margin-top: 6px;
  float: right;
}
#profile-apps .profile-action .local-search,
.profile-apps .profile-action .local-search {
  position: relative;
}
#profile-apps .profile-action .local-search .local-search-box,
.profile-apps .profile-action .local-search .local-search-box {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  right: 24px;
  top: 32px;
}
#profile-apps .profile-action .local-search .local-search-box.active,
.profile-apps .profile-action .local-search .local-search-box.active {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 4px;
  display: block !important;
  position: absolute;
  width: 290px;
  z-index: 999;
}
#profile-apps .profile-action .local-search .local-search-box .form-group,
.profile-apps .profile-action .local-search .local-search-box .form-group {
  margin: 15px;
}
#profile-apps .profile-action input[type="text"],
.profile-apps .profile-action input[type="text"] {
  border: medium none;
  border-radius: 4px 0 0 4px;
}
#profile-apps .profile-action .dropdown,
.profile-apps .profile-action .dropdown {
  top: 14px;
}
#profile-apps .profile-action .dropdown .dropdown-toggle,
.profile-apps .profile-action .dropdown .dropdown-toggle {
  min-width: 60px;
  text-decoration: none !important;
  margin-left: 10px;
  border: transparent;
}
#profile-apps .profile-action .dropdown .dropdown-toggle .fa,
.profile-apps .profile-action .dropdown .dropdown-toggle .fa {
  font-size: 28px;
  color: #777;
  opacity: 0.75;
  line-height: normal;
}
#profile-apps .profile-action .dropdown .dropdown-toggle .far,
.profile-apps .profile-action .dropdown .dropdown-toggle .far {
  font-size: 28px;
  color: #777;
  opacity: 0.75;
  line-height: normal;
}
#profile-apps .profile-action .dropdown .dropdown-toggle .caret-icon,
.profile-apps .profile-action .dropdown .dropdown-toggle .caret-icon {
  color: #ddd;
  font-size: 20px;
}
#profile-apps .profile-action .dropdown .dropdown-toggle .caret-icon .fa-caret-up,
.profile-apps .profile-action .dropdown .dropdown-toggle .caret-icon .fa-caret-up {
  display: none;
}
#profile-apps .profile-action .dropdown .dropdown-toggle .caret-icon .fa-angle-up,
.profile-apps .profile-action .dropdown .dropdown-toggle .caret-icon .fa-angle-up {
  display: none;
}
#profile-apps .profile-action .dropdown .dropdown-toggle:hover .fa,
.profile-apps .profile-action .dropdown .dropdown-toggle:hover .fa {
  opacity: 1;
}
#profile-apps .profile-action .dropdown .dropdown-toggle:hover .far,
.profile-apps .profile-action .dropdown .dropdown-toggle:hover .far {
  opacity: 1;
}
#profile-apps .profile-action .dropdown .dropdown-toggle:hover .caret-icon,
.profile-apps .profile-action .dropdown .dropdown-toggle:hover .caret-icon {
  color: #fff;
}
#profile-apps .profile-action .dropdown .dropdown-menu,
.profile-apps .profile-action .dropdown .dropdown-menu {
  min-width: 172px;
}
#profile-apps .profile-action .dropdown .dropdown-menu li a,
.profile-apps .profile-action .dropdown .dropdown-menu li a {
  float: none;
  margin: 0;
  border-radius: 0;
  text-align: left;
}
#profile-apps .profile-action .dropdown .dropdown-menu li a:hover,
.profile-apps .profile-action .dropdown .dropdown-menu li a:hover {
  background: #7dae41;
}
#profile-apps .profile-action .btn,
.profile-apps .profile-action .btn,
#profile-apps .profile-action .local-search,
.profile-apps .profile-action .local-search {
  min-width: 60px;
  float: right;
  margin-left: 0px;
  padding-right: 0;
  border: transparent;
}
#profile-apps .profile-action .btn span,
.profile-apps .profile-action .btn span,
#profile-apps .profile-action .local-search span,
.profile-apps .profile-action .local-search span {
  display: none;
}
#profile-apps .profile-action .btn i,
.profile-apps .profile-action .btn i,
#profile-apps .profile-action .local-search i,
.profile-apps .profile-action .local-search i {
  font-size: 22px;
  color: #ddd;
  line-height: normal;
}
#profile-apps .profile-action .btn .fa-pencil-square-o,
.profile-apps .profile-action .btn .fa-pencil-square-o,
#profile-apps .profile-action .local-search .fa-pencil-square-o,
.profile-apps .profile-action .local-search .fa-pencil-square-o {
  font-size: 40px;
}
#profile-apps .profile-action .btn .fa-envelope,
.profile-apps .profile-action .btn .fa-envelope,
#profile-apps .profile-action .local-search .fa-envelope,
.profile-apps .profile-action .local-search .fa-envelope,
#profile-apps .profile-action .btn .fa-sticky-note,
.profile-apps .profile-action .btn .fa-sticky-note,
#profile-apps .profile-action .local-search .fa-sticky-note,
.profile-apps .profile-action .local-search .fa-sticky-note,
#profile-apps .profile-action .btn .fa-video-camera,
.profile-apps .profile-action .btn .fa-video-camera,
#profile-apps .profile-action .local-search .fa-video-camera,
.profile-apps .profile-action .local-search .fa-video-camera {
  font-size: 28px;
  color: #777;
  opacity: 0.75;
  line-height: normal;
  margin-top: 2px;
}
#profile-apps .profile-action .btn.board-follow-btn,
.profile-apps .profile-action .btn.board-follow-btn,
#profile-apps .profile-action .local-search.board-follow-btn,
.profile-apps .profile-action .local-search.board-follow-btn {
  display: none;
}
#profile-apps .profile-action .btn:hover,
.profile-apps .profile-action .btn:hover,
#profile-apps .profile-action .local-search:hover,
.profile-apps .profile-action .local-search:hover {
  background: transparent;
  color: #777;
  opacity: 1;
}
#profile-apps .profile-action .btn:hover .fa-envelope,
.profile-apps .profile-action .btn:hover .fa-envelope,
#profile-apps .profile-action .local-search:hover .fa-envelope,
.profile-apps .profile-action .local-search:hover .fa-envelope,
#profile-apps .profile-action .btn:hover .fa-sticky-note,
.profile-apps .profile-action .btn:hover .fa-sticky-note,
#profile-apps .profile-action .local-search:hover .fa-sticky-note,
.profile-apps .profile-action .local-search:hover .fa-sticky-note,
#profile-apps .profile-action .btn:hover .fa-video-camera,
.profile-apps .profile-action .btn:hover .fa-video-camera,
#profile-apps .profile-action .local-search:hover .fa-video-camera,
.profile-apps .profile-action .local-search:hover .fa-video-camera {
  color: #777;
  opacity: 1;
}
#profile-apps .profile-action .btn:hover i,
.profile-apps .profile-action .btn:hover i,
#profile-apps .profile-action .local-search:hover i,
.profile-apps .profile-action .local-search:hover i {
  color: #fff;
}
#profile-apps .wrapper,
.profile-apps .wrapper {
  background: rgba(0, 0, 0, 0.6) !important;
  padding-top: 0px;
}
#profile-apps .wrapper.sticky,
.profile-apps .wrapper.sticky {
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: auto;
  top: 0px;
  width: 100%;
  z-index: 100;
  background: #fff;
  color: #333;
}
#profile-apps .wrapper.sticky .mask,
.profile-apps .wrapper.sticky .mask {
  display: block;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #333;
}
#profile-apps .wrapper.sticky .hide-on-sticky,
.profile-apps .wrapper.sticky .hide-on-sticky {
  display: none;
}
#profile-apps .wrapper.sticky .show-on-sticky,
.profile-apps .wrapper.sticky .show-on-sticky {
  display: block;
}
#profile-apps .wrapper.sticky .profile-action,
.profile-apps .wrapper.sticky .profile-action {
  margin-top: 10px;
}
#profile-apps .wrapper.sticky .profile-action .dropdown,
.profile-apps .wrapper.sticky .profile-action .dropdown {
  display: none;
}
#profile-apps .wrapper.sticky .profile-action .board-follow-btn,
.profile-apps .wrapper.sticky .profile-action .board-follow-btn {
  display: inline-block;
}
#profile-apps .wrapper.sticky .apps,
.profile-apps .wrapper.sticky .apps {
  margin-left: 0;
  float: none;
  text-align: center;
}
#profile-apps .wrapper.sticky .apps a,
.profile-apps .wrapper.sticky .apps a {
  padding: 15px 15px 10px;
}
#profile-apps .wrapper.sticky .profile-image,
.profile-apps .wrapper.sticky .profile-image {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  margin: 0;
  float: none;
  margin-top: 10px;
}
#profile-apps .wrapper.sticky .profile-image .edit-dp,
.profile-apps .wrapper.sticky .profile-image .edit-dp {
  font-size: 16px;
  margin-top: 10px;
  position: relative;
}
#profile-apps .wrapper.sticky .profile-image .mask,
.profile-apps .wrapper.sticky .profile-image .mask {
  display: none !important;
}
#profile-apps .wrapper.sticky .profile-info,
.profile-apps .wrapper.sticky .profile-info {
  padding: 9px 0;
}
#profile-apps .wrapper.sticky .profile-info h4,
.profile-apps .wrapper.sticky .profile-info h4 {
  margin-top: 10px;
  margin-left: -36px;
  max-width: calc(100% - 42px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#profile-apps .wrapper.sticky .profile-info.hide-mobile,
.profile-apps .wrapper.sticky .profile-info.hide-mobile {
  visibility: hidden;
}
#profile-apps .wrapper.sticky .profile-action .btn,
.profile-apps .wrapper.sticky .profile-action .btn {
  border-radius: 4px;
  float: right;
  height: 36px;
  padding: 5px 12px;
  min-width: 36px;
  font-size: 16px;
  margin-left: 10px;
  border: 2px solid #eee;
}
#profile-apps .wrapper.sticky .profile-action .btn:hover,
.profile-apps .wrapper.sticky .profile-action .btn:hover {
  background: #0e5eaf;
  border-color: #0e5eaf;
}
#profile-apps .wrapper.sticky .profile-action .btn .fa,
.profile-apps .wrapper.sticky .profile-action .btn .fa {
  display: none;
}
#profile-apps .wrapper.sticky .profile-action .btn .far,
.profile-apps .wrapper.sticky .profile-action .btn .far {
  display: none;
}
#profile-apps .wrapper.sticky .profile-action .btn span,
.profile-apps .wrapper.sticky .profile-action .btn span {
  display: block;
}
#profile-apps {
  top: 6px;
}
/** Style for name of Community, Individual, Group or Organization in Popups & Pages **/
.profileInfoName {
  height: 78px;
  margin-top: 0;
  position: relative;
  vertical-align: middle;
  color: #fff;
  font-size: 30px;
  line-height: normal;
  letter-spacing: -1px;
}
/* Style for address of Community, Individual, Group or Organization in Popups & Pages */
.profileInfo {
  height: 52px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  text-transform: capitalize;
}
/** Style for Name in Popups **/
h1.profile-info-name {
  height: 78px;
  margin-top: 0;
  position: relative;
  vertical-align: middle;
  color: #fff;
  font-size: 30px;
  line-height: normal;
  letter-spacing: -1px;
  top: 120px;
  left: 140px;
}
h1.profile-info-name a {
  color: #fff;
}
h1.profile-info-name small {
  height: 52px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  text-transform: capitalize;
  display: block;
  font-family: 'Avenir LT W01_45 Book1475508', Helvetica, Arial, sans-serif;
}
.profile-header {
  background-size: cover !important;
  width: 100%;
  padding: 60px 0 0;
  position: relative;
  text-align: left;
  min-height: 356px;
  max-height: 356px;
}
.profile-header .map-link {
  display: block;
  height: 100%;
}
.profile-header .wrapper .action .edit-dp {
  color: #fff;
  font-size: 40px;
  visibility: hidden;
  cursor: pointer;
  margin-top: 5px;
  position: relative;
}
.profile-header .wrapper.large-text h1 {
  margin-top: 0;
}
.profile-header .wrapper.large-text .info {
  margin-bottom: 0;
  height: 50px;
  overflow: hidden;
}
.profile-header:hover .action .edit-dp {
  visibility: visible;
}
.profile-header .show-on-sticky {
  display: none;
}
.profile-header .profile-info {
  color: #333;
  padding: 15px 0;
}
.profile-header .profile-info h4 {
  color: #fff;
  white-space: nowrap;
}
.profile-header .profile-info h3 {
  letter-spacing: -1px;
  margin: 8px 0;
}
.profile-header .profile-info a {
  color: #333 !important;
}
.profile-header .mask {
  background: rgba(0, 0, 0, 0.4);
}
.profile-header .profile {
  position: relative;
  margin-top: 82px;
  height: 136px;
}
.profile-header .profile h1 {
  margin-left: 194px;
  margin-bottom: 5px;
}
.profile-header .profile .about-info {
  color: #fff;
  font-size: 24px;
  padding: 0 2px;
  vertical-align: middle;
  position: relative;
  top: 7px;
  text-decoration: none;
  margin-left: 10px;
}
.profile-header .profile .about-info.active i {
  color: #fff;
}
.profile-header .profile-image {
  width: 170px;
  height: 170px;
  border-radius: 8%;
  border: 2px solid #fff;
  margin-top: -127px;
  text-align: center;
  background-size: contain !important;
  background-color: #fff !important;
  float: left;
  position: relative;
}
.profile-header .profile-image .mask {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.profile-header .profile-image .edit-dp {
  color: #fff;
  font-size: 40px;
  display: none;
  cursor: pointer;
  margin-top: 64px;
  position: relative;
}
.profile-header .profile-image:hover .mask {
  display: block;
}
.profile-header .profile-image:hover .edit-dp {
  display: block;
}
.profile-header h1 {
  height: 78px;
  margin-top: 0;
  position: relative;
  vertical-align: middle;
  color: #fff;
  font-size: 30px;
  line-height: normal;
  letter-spacing: -1px;
}
.profile-header h1 .action {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.profile-header h1 .action .btn {
  letter-spacing: 0px;
  text-shadow: none;
}
.profile-header h1 .sub-action .fa,
.profile-header h1 .sub-action .edit-dp {
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  margin-top: 5px;
  position: relative;
  visibility: hidden;
}
.profile-header h1 .sub-action .far,
.profile-header h1 .sub-action .edit-dp {
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  margin-top: 5px;
  position: relative;
  visibility: hidden;
}
.profile-header h1 span {
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  padding-right: 172px;
}
.profile-header h1 .fa,
.profile-header h1 a,
.profile-header h1 .about-info {
  color: #fff;
  font-size: 22px;
  padding: 0 2px;
  vertical-align: top;
}
.profile-header h1 .far,
.profile-header h1 a,
.profile-header h1 .about-info {
  color: #fff;
  font-size: 22px;
  padding: 0 2px;
  vertical-align: top;
}
.profile-header .info {
  height: 52px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  text-transform: capitalize;
  margin-left: 194px;
}
.profile-header .info a {
  color: #fff;
  text-decoration: none;
}
.profile-header .info span {
  text-transform: lowercase;
}
.profile-header .info span.separator {
  display: inline-block;
  height: 13px;
  line-height: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 22px;
  display: none;
}
.profile-header .info span.separator:before {
  content: ".";
  font-size: 36px;
  vertical-align: top;
}
.profile-header .apps {
  text-align: left;
  float: left;
  margin-left: 90px;
}
.profile-header .apps a {
  padding: 0px 10px 22px 10px;
  color: #333;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  font-weight: normal;
  text-shadow: none;
  text-transform: capitalize;
  text-decoration: none;
  vertical-align: top;
  border-bottom: 4px solid transparent;
}
.profile-header .apps a:not(.btn) {
  border-bottom: 4px solid transparent;
}
.profile-header .apps a:not(.btn).active,
.profile-header .apps a:not(.btn):hover {
  border-bottom: 4px solid #7dae41;
}
.profile-header .apps a.with-separator {
  position: relative;
}
.profile-header .apps a.with-separator:before {
  border-left: 2px solid #888;
  content: " ";
  height: 40px;
  left: 0;
  position: absolute;
  top: 19px;
  width: 1px;
}
.profile-header .apps a i,
.profile-header .apps a .number {
  display: block;
  font-size: 22px;
  color: #333;
  margin-bottom: 5px;
}
.profile-header .apps a .number {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0;
  position: relative;
  top: 1px;
}
.apps {
  text-align: center;
}
.apps a {
  padding: 15px;
  color: #fff;
  font-size: 18px;
}
.apps a i {
  display: block;
  font-size: 40px;
  color: #fff;
}
.profile-content {
  padding: 20px 0;
  min-height: 600px;
}
.profile-content .well {
  background: #fff;
  padding: 20px 15px;
}
.profile-img {
  background-size: cover !important;
  background-position: center center !important;
  border-radius: 12% !important;
  height: 50px;
  width: 50px;
  border: 3px solid #fff;
  cursor: pointer;
}
#post-details .rsvp-participants.rsvp-block h4 {
  margin-bottom: 20px;
}
.compose-box .rsvp-block .rsvp-participants .profile-img {
  width: 50px;
  height: 50px;
}
.compose-box .form-group h4 span,
.modal-body .form-group h4 span {
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #737373;
  font-size: 14px;
}
.compose-box .poster,
.modal-body .poster {
  margin-top: 24px !important;
}
.compose-box .dropdown-menu li a,
.modal-body .dropdown-menu li a {
  border-bottom: 1px solid #eee;
  color: #777;
  font-size: 18px;
  padding: 10px 20px;
  transition: none 0s ease 0s ;
  display: block;
  height: auto;
  overflow: hidden;
}
.compose-box .dropdown-menu li a .profile-img,
.modal-body .dropdown-menu li a .profile-img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.compose-box .dropdown-menu li a h4,
.modal-body .dropdown-menu li a h4 {
  margin-bottom: 0;
  line-height: normal;
  margin-top: 5px;
}
.compose-box .dropdown-menu li a span,
.modal-body .dropdown-menu li a span {
  font-size: 17px;
}
.compose-box .dropdown-menu li.active > a,
.modal-body .dropdown-menu li.active > a,
.compose-box .dropdown-menu li:hover > a,
.modal-body .dropdown-menu li:hover > a {
  color: #fff;
  background: #7dae41;
}
.compose-box .dropdown-menu li:last-child a,
.modal-body .dropdown-menu li:last-child a {
  border-bottom: none;
}
.compose-box {
  padding: 20px;
  padding-top: 0;
  overflow: hidden;
}
.compose-box .loading-spin {
  color: #666;
}
.compose-box .form-group {
  position: relative;
}
.compose-box .form-group .change-account {
  font-weight: normal;
  font-size: 16px;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  margin-left: 8px;
}
.compose-box .form-group .change-location {
  padding-top: 10px;
}
.compose-box .search-options {
  background: #fff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0px;
  min-height: 230px;
  padding: 15px;
  position: absolute;
  text-align: left;
  top: 40px;
  width: 100%;
  z-index: 999;
  max-height: 530px;
  overflow: hidden;
  /* overflow-y: auto; */
}
.compose-box .search-options .interests {
  padding: 0 10px;
}
.compose-box .search-options .interests .item {
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  padding: 10px 15px;
}
.compose-box .search-options h4 {
  margin-top: 5px !important  ;
  margin-bottom: 5px !important;
  line-height: normal;
}
.compose-box .search-options h4.board-name {
  font-size: 22px;
}
.compose-box .search-options h5 {
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  padding: 10px 0;
}
.compose-box .search-options h5:hover {
  background: #7dae41;
  color: #fff !important;
}
.compose-box .search-options h5:hover .fa {
  color: #fff !important;
}
.compose-box .search-options h5:hover .far {
  color: #fff !important;
}
.compose-box .nav {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.compose-box .nav li a {
  font-size: 16px;
  padding: 10px 15px;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  color: #bbb;
}
.compose-box .nav li.active a,
.compose-box .nav li:hover a {
  background: #0e5eaf;
  color: #fff;
}
.compose-box .entity.item {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}
.compose-box .entity.item .profile-img {
  width: 50px;
  height: 50px;
}
.compose-box .entity label {
  background: #dedede none repeat scroll 0 0 padding-box;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 5px;
  width: 80px;
}
.compose-box .entity .wrapper {
  font-size: 16px;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  padding-left: 5px;
}
.compose-box .entity .wrapper h4 {
  margin-top: 24px;
}
.compose-box .post-types .radio {
  margin-top: 0;
}
.compose-box .post-types .radio label {
  margin: 0;
  font-weight: normal;
}
.compose-box .form-group {
  margin-bottom: 20px;
}
.compose-box .profile-img {
  height: 70px;
  width: 70px;
}
.compose-box .form-label {
  width: 70px;
  text-align: right;
}
.compose-box .form-label label {
  font-size: 15px;
  color: #000;
  font-weight: normal;
}
.compose-box .form-action {
  font-weight: normal;
}
.compose-box .form-action .fa {
  margin-right: 5px;
}
.compose-box .form-action .far {
  margin-right: 5px;
}
.compose-box .form-action .fab {
  margin-right: 5px;
}
.compose-box .form-action a {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  padding: 8px;
  text-transform: capitalize;
}
.invoice_bar {
  padding: 10px 0;
  background: #777777;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.invoice_bar .order_count {
  color: #fff;
}
.invoice_bar .order_cancel a {
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.invoice_bar .order_cancel a:hover {
  background: #fff;
  color: #000;
}
.invoice_bar .order_btns a:first-child {
  margin-right: 10px;
}
.invoice_bar .order_btns a,
.invoice_bar .order_btns a:hover {
  background: var(--primaryColor);
  color: #fff;
  padding: 4px 20px;
  min-width: 110px;
}
.invoice_receive_payments .order_btns a,
.invoice_receive_payments .order_btns a:hover {
  background: var(--primaryColor);
  color: #fff;
  padding: 4px 30px;
  min-width: 110px;
}
.invoice_receive_payments .order_btns .textLinks a {
  background: transparent;
  color: var(--primaryColor);
  font-size: 12px;
  padding: 0;
}
.invoice_receive_payments_bottom {
  margin-top: 20px;
}
.invoice_bar_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* Sticky footer styles
-------------------------------------------------- */
.footer {
  /* Set the fixed height of the footer here */
  background-color: #f6f6f6;
  padding: 30px 0;
}
.footer h4 {
  color: #333;
  text-transform: uppercase;
}
.footer a {
  color: #333;
}
.footer img {
  margin-bottom: 10px;
}
.footer ul {
  list-style: none outside;
  padding: 0;
}
.footer ul li {
  font-size: 14px;
}
.footer p {
  font-size: 13px;
  color: #333;
  clear: both;
}
.hidePostImageMoreThanOne {
  padding: 0 !important;
  width: 0 !important;
  margin: 0 !important;
}
.row-less-padding {
  margin-left: -5px;
  margin-right: -5px;
}
.row-less-padding [class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.row-less-padding .hidePostImageMoreThanOne {
  padding: 0 !important;
  width: 0 !important;
  margin: 0 !important;
}
/*** VIDEO ***/
.video-section .pattern-overlay {
  /* Incase of overlay problems just increase the min-height*/
}
.video-section h1,
.video-section h3 {
  text-align: center;
  color: #fff;
}
.video-section .buttonBar {
  display: none;
}
.player {
  font-size: 1px;
}
.search-wrapper {
  min-height: 400px;
}
.search-wrapper .commonErrormessage {
  margin: 50px 0;
}
.commonErrormessage {
  color: #999;
  font-weight: normal;
  text-align: left;
  line-height: normal;
  font-size: 20px;
  padding: 40px 0;
}
.commonErrormessage.text-danger {
  color: red;
}
.commonErrormessage.text-warning {
  color: #ff9900;
}
.commonErrormessage.text-success {
  color: green;
}
.loading-spin {
  color: #666;
  font-size: 50px;
  text-align: center;
  margin: 50px 0;
}
.fa-spin-custom,
.glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ui-autocomplete {
  background: #ffffff;
  border: none;
  font-family: inherit  !important;
  box-shadow: 0px 2px 10px #444;
  z-index: 99999;
  max-height: 400px;
  overflow-y: auto;
}
.ui-autocomplete .ui-menu-item {
  padding: 0;
}
.ui-autocomplete .ui-menu-item a {
  border: medium none;
  border-radius: 0;
  padding: 10px 15px;
  margin: 0 !important;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #eee;
  border: 1px solid #ddd;
}
.ui-autocomplete .profile-info {
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  overflow: hidden;
  position: static;
}
.ui-autocomplete .profile-info .profile-img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.ui-autocomplete .profile-info .info h5 {
  margin-top: 0;
  margin-bottom: 5px;
}
.ui-autocomplete .profile-info .info p {
  margin-bottom: 0;
  font-size: 12px;
}
.form-wrapper {
  background: #fff none repeat scroll 0 0;
  box-shadow: none;
  margin: 60px auto;
  max-width: 500px;
  padding: 30px;
}
.form-wrapper .modal-header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  min-height: 16.43px;
  padding: 0 0 20px;
}
.form-wrapper .logo img {
  display: inline-block;
}
.form-wrapper .btn {
  font-weight: normal;
}
.form-wrapper .btn .fa {
  float: left;
  font-size: 20px;
}
.form-wrapper .btn .far {
  float: left;
  font-size: 20px;
}
.form-wrapper .btn .fab {
  float: left;
  font-size: 20px;
}
.divider {
  color: #ccc;
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
  text-align: center;
  line-height: 1.2em;
  text-transform: uppercase;
}
.divider:before,
.divider:after {
  content: "";
  vertical-align: top;
  display: inline-block;
  width: 50%;
  height: 0.65em;
  border-bottom: 1px solid #ccc;
  margin: 0 2% 0 -55%;
}
.divider:after {
  margin: 0 -55% 0 2%;
}
#composeClose,
#composeCloseLocal,
#postClose {
  color: #fff;
  font-size: 50px;
  margin-top: -2px;
  opacity: 1;
  position: absolute;
  right: -50px;
  top: 0;
}
.modal-header {
  padding: 20px 30px;
  text-align: left;
}
.modal-header .close {
  color: #fff;
  font-size: 50px;
  margin-top: -2px;
  opacity: 1;
  position: absolute;
  right: -50px;
  top: 0;
}
.modal-header h3 {
  margin-top: 0;
  line-height: normal;
  overflow: hidden;
}
.modal-header h4 {
  margin: 0;
  line-height: normal;
}
.modal-header h4 .change-location {
  font-weight: normal;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-left: 30px;
}
.modal-body {
  padding: 20px 30px;
}
.modal-body .media-attachments .wrapper.link img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.modal-body .media-attachments .wrapper.docs a {
  font-size: 16px;
  line-height: normal;
  display: flex;
  align-items: center;
}
.modal-body .media-attachments .wrapper.docs .fa {
  font-size: 22px;
  margin-top: 0;
}
.modal-body .media-attachments .wrapper.docs .far {
  font-size: 22px;
  margin-top: 0;
}
.modal-body .board-wrapper .board .well {
  height: 200px;
  cursor: pointer;
  background: transparent;
}
.modal-body .board-wrapper .board .well .options {
  visibility: hidden;
}
.modal-body .board-wrapper .board .well h4 {
  font-size: 16px;
  height: 42px;
}
.modal-body .board-wrapper .board .well .media-attachments .img.with-icon {
  height: 90px;
  margin-top: 0;
  padding: 20px;
}
.modal-body .board-wrapper .board .well .media-attachments .img.with-icon .fa,
.modal-body .board-wrapper .board .well .media-attachments .img.with-icon .glyphicon {
  font-size: 50px;
}
.modal-body .board-wrapper .board .well .media-attachments .img.with-icon .far,
.modal-body .board-wrapper .board .well .media-attachments .img.with-icon .glyphicon {
  font-size: 50px;
}
.modal-body #post-details {
  padding: 0;
}
.modal-body #post-details .feed-post {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.modal-body #post-details .feed-post .img.no-cover {
  text-align: left;
  height: auto;
}
.modal-body #post-details .post-content .title {
  font-size: 20px;
}
.modal-body #post-details .post-content .content {
  font-size: 16px;
  line-height: 24px;
}
.modal-body #post-details .post-content .content table {
  width: 100% !important;
}
.modal-body #post-details .event-info {
  font-size: 20px;
  line-height: normal;
}
.modal-body #post-details .event-info .fa {
  font-size: 22px;
  position: relative;
  top: -1px;
}
.modal-body #post-details .event-info .far {
  font-size: 23px;
  position: relative;
  top: 0px;
}
.modal-body #post-details .post-icon {
  font-size: 23px;
  margin-right: 8px;
  width: 26px;
}
.modal-body #post-details .post-icon .fa-map-marker {
  position: relative;
  left: 3px;
}
#redemptionModalBody {
  padding: 0;
}
#offerFetched,
#offerRedeemed div {
  padding: 10px 30px;
}
#offerRedeemed {
  text-align: center;
}
#offerFetched,
#offerRedemptionCode,
#transactionMessage {
  font-size: 22px;
  line-height: normal;
}
#offerRedemptionCode .blue,
#transactionMessage .blue {
  color: #337ab7;
}
.fullBlock {
  display: block;
}
.modal-content .about-apps {
  display: none;
}
.modal-content .profile-boxes {
  padding: 0;
}
.modal-content .profile-boxes .item {
  margin-bottom: 0;
  max-height: 100%;
  padding: 0;
  height: auto;
}
.modal-content .profile-boxes .item .info {
  box-shadow: none;
  background: transparent;
  padding: 20px 30px;
}
.modal-content .profile-boxes .item .info a {
  color: #333;
}
.modal-content .profile-boxes .item .info .content span a {
  color: #777;
}
.modal-content .profile-boxes .item .info .content span a:hover {
  text-decoration: underline;
}
.modal-content .profile-boxes .item .cover-img {
  height: 200px;
}
.modal-content .profile-boxes .item .profile-img {
  width: 100px;
  height: 100px;
  top: 110px;
}
.modal-content .profile-boxes .item .info h4 {
  font-size: 20px;
}
.modal-content .profile-boxes .item .info h4 a {
  font-size: 24px;
}
.modal-content .profile-boxes .item .info p {
  font-size: 18px;
}
.modal-content .form-wrapper {
  background: transparent;
  box-shadow: none;
  margin: 0px auto 0px;
  max-width: 360px;
  padding: 0;
}
.modal-content .form-wrapper .logo img {
  display: inline-block;
}
.modal-content .form-wrapper .btn {
  font-weight: normal;
}
.modal-content .form-wrapper .btn .fa {
  float: left;
  font-size: 20px;
}
.modal-content .form-wrapper .btn .far {
  float: left;
  font-size: 20px;
}
.modal-content .form-wrapper .btn .fab {
  float: left;
  font-size: 20px;
}
.modal-content .divider {
  color: #ccc;
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
  text-align: center;
  line-height: 1.2em;
  text-transform: uppercase;
}
.modal-content .divider:before,
.modal-content .divider:after {
  content: "";
  vertical-align: top;
  display: inline-block;
  width: 50%;
  height: 0.65em;
  border-bottom: 1px solid #ccc;
  margin: 0 2% 0 -55%;
}
.modal-content .divider:after {
  margin: 0 -55% 0 2%;
}
.modal-content .compose-box {
  padding: 0;
  overflow: visible;
}
.modal-content .compose-box .profile-wizard {
  margin-top: 0;
  margin-bottom: 0;
}
.modal-content .accounts h4 {
  margin-bottom: 15px;
  color: #7dae41;
}
.btn-facebook {
  background: #2953ad !important;
  border-color: #2953ad !important;
}
.btn-facebook:hover {
  background: #133783 !important;
  border-color: #133783 !important;
}
.btn-twitter {
  background: #00aced !important;
  border-color: #00aced !important;
}
.btn-twitter:hover {
  background: #1591ce !important;
  border-color: #1591ce !important;
}
.btn-linkedin {
  background: #0073b2 !important;
  border-color: #0073b2 !important;
}
.btn-linkedin:hover {
  background: #1e4f7e !important;
  border-color: #1e4f7e !important;
}
.btn-facebook .fa,
.btn-twitter .fa,
.btn-linkedin .fa {
  font-size: 20px;
  line-height: 22px;
}
.btn-facebook .far,
.btn-twitter .far,
.btn-linkedin .far {
  font-size: 20px;
  line-height: 22px;
}
.btn-facebook .fab,
.btn-twitter .fab,
.btn-linkedin .fab {
  font-size: 20px;
  line-height: 22px;
}
.signup-note {
  margin-top: 22px;
  font-size: 18px;
}
.gdizStepForm {
  margin-top: 20px;
}
@media only screen and (max-width: 1000px) {
  .gdizStepForm {
    margin-top: 64px;
  }
}
.gdizStepForm .gdiz-formStep {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.gdizStepForm .gdiz-formStep.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.gdizStepForm .nextBtn {
  font-size: 22px;
  padding: 10px 25px;
}
.gdiz-formStep {
  background: #fff;
  border-radius: 4px;
  padding: 30px;
  box-shadow: 0px 0px 12px 4px #eee;
  min-height: 180px;
  margin-bottom: 15px;
}
.gdiz-formStep.panel {
  padding: 0;
}
.gdiz-formStep .commonErrormessage,
.gdiz-formStep .details1,
.gdiz-formStep .interestItem,
.gdiz-formStep #hashTagCheckerAlert {
  color: #999;
  font-weight: normal;
  text-align: left;
  text-transform: capitalize;
  font-size: 18px;
}
.gdiz-formStep .commonErrormessage.text-danger,
.gdiz-formStep .details1.text-danger,
.gdiz-formStep .interestItem.text-danger,
.gdiz-formStep #hashTagCheckerAlert.text-danger {
  color: red;
}
.gdiz-formStep .commonErrormessage.text-warning,
.gdiz-formStep .details1.text-warning,
.gdiz-formStep .interestItem.text-warning,
.gdiz-formStep #hashTagCheckerAlert.text-warning {
  color: #ff9900;
}
.gdiz-formStep .commonErrormessage.text-success,
.gdiz-formStep .details1.text-success,
.gdiz-formStep .interestItem.text-success,
.gdiz-formStep #hashTagCheckerAlert.text-success {
  color: green;
}
.gdiz-formStep #hashTagCheckerAlert {
  text-transform: none;
}
.gdiz-formStep h2 {
  margin-top: 0 ;
  margin-bottom: 20px;
}
.gdiz-formStep #selectedLocations .locationItem {
  padding: 10px 15px;
  border: 1px solid #DDD;
  border-radius: 7px;
  margin: 5px;
  float: left;
}
.gdiz-formStep #selectedLocations .locationItem .glyphicon {
  cursor: pointer;
  color: #ccc;
  font-size: 14px;
  margin-left: 10px;
}
.gdiz-formStep #selectedLocations .locationItem .glyphicon:hover {
  color: red;
}
.gdiz-formStep #selectedLocations .details1 {
  margin-bottom: 10px;
  font-size: 18px;
}
.gdiz-formStep .selectedInterests,
.gdiz-formStep .selectedService {
  margin-bottom: 30px;
  overflow: hidden;
}
.gdiz-formStep .selectedInterests .interestItem,
.gdiz-formStep .selectedService .interestItem {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 8px;
  margin-left: 8px;
  padding: 10px;
}
.gdiz-formStep .selectedInterests .interestItem .glyphicon,
.gdiz-formStep .selectedService .interestItem .glyphicon {
  cursor: pointer;
  color: #ccc;
  font-size: 14px;
}
.gdiz-formStep .selectedInterests .interestItem .glyphicon:hover,
.gdiz-formStep .selectedService .interestItem .glyphicon:hover {
  color: red;
}
.gdiz-formStep .interests {
  padding: 0 10px;
}
.gdiz-formStep .interests:first-child {
  margin-top: 10px;
}
.gdiz-formStep .interests .item {
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  padding: 10px 15px;
}
.gdiz-formStep .interests .item:hover {
  color: #7dae41;
}
.gdiz-formStep .interests .item .glyphicon {
  margin-right: 10px;
}
.gdiz-formStep .interests .item .glyphicon-ok {
  color: #7dae41;
}
.gdiz-formStep .interests .item.subActive {
  background: #f5f5f5;
  color: #7dae41;
  border: 1px solid #eee;
  border-bottom: none;
}
.gdiz-formStep .interests .subItems {
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 15px;
}
.gdiz-formStep .interests .subItems .subCat {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: normal;
}
.gdiz-formStep .interests .subItems .subCat .name {
  overflow: hidden;
  padding-left: 5px;
}
.gdiz-formStep .interests .subItems .subCat:hover {
  cursor: pointer;
  color: #7dae41;
}
.gdiz-formStep .interests .subItems .subCat .glyphicon-ok {
  color: #7dae41;
}
.autocomplete-search input[type="text"] {
  border-radius: 4px 0 0 4px;
}
.autocomplete-search .input-group-addon {
  background: #7dae41;
  border-color: #7dae41;
  color: #fff;
  font-size: 22px;
  padding: 6px 15px;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.autocomplete-search .input-group-addon.cs_profile_username {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.gdiz-formStep .selectedService {
  margin-bottom: 30px;
  overflow: hidden;
}
.industry-focus .gdiz-formStep {
  background: #fff;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  box-shadow: 0 0 3px 0 #00000020 !important;
  padding: 20px !important;
  margin-bottom: 20px !important;
}
.industry-focus .gdiz-formStep:first-child {
  margin-top: 30px;
}
.industry-focus .col .name {
  font-size: 15px !important;
}
.industry-focus .col .cat.item {
  display: flex;
  align-items: center;
}
#serviceNeededContainer .col .item i.glyphicon,
#serviceProvidedContainer .col .item i.glyphicon {
  font-size: 15px;
  margin-right: 13px;
  top: 0;
}
.gdiz-formStep .selectedService .interestItem {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 8px;
  margin-left: 0px;
  margin-right: 8px;
  padding: 7px 15px;
  color: #333;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.industry-focus .interestItem span.glyphicon {
  padding-left: 7px;
}
.industry-focus h2 {
  font-size: 23px;
}
.industry-focus .industry-title i {
  color: #777;
  font-size: 21px !important;
  cursor: pointer;
}
.industry-focus .industry_type_img {
  width: 30px;
  height: 30px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-right: 10px;
  border-radius: 4px;
}
.industry-focus .selectedService .has_industry_img {
  padding: 0px 15px 0 0;
}
.industry-focus .selectedService .has_industry_img .industry_type_img {
  width: 35px;
  height: 35px;
}
.industry-focus .selectedService .industry_type_img {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.industry-focus .industry-title h2 {
  margin-bottom: 0;
}
.industry-focus .industry-focus-wrap h2 {
  font-size: 19px;
}
.industry-focus .selectedService {
  margin-top: 0px;
  margin-bottom: 0px;
}
.pad-top-60 {
  margin-top: 60px;
}
.margin-top-30 {
  margin-top: 30px;
}
.pad-top-120 {
  margin-top: 120px;
}
.pad-top-80 {
  padding-top: 80px;
}
.pad-bottom-60 {
  padding-bottom: 60px;
}
.pad-bottom-80 {
  padding-bottom: 80px;
}
.margin-top-80 {
  margin-top: 40px;
}
.feed-wrapper .feed-post {
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.feed-wrapper .post-header {
  margin-bottom: 10px;
}
.feed-wrapper .post-header .info {
  padding-left: 50px;
}
.feed-wrapper .post-header .info .name {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: normal;
}
.feed-wrapper .post-header .info .name span.share-string {
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
.feed-wrapper .post-header .info .name a {
  color: #222;
}
.feed-wrapper .post-header .info .name .post-options a {
  color: #aaa;
}
.feed-wrapper .post-header .info .date,
.feed-wrapper .post-header .info abbr {
  color: #999;
  border-bottom: none;
  font-size: 14px;
  text-decoration: none;
  line-height: 19px !important;
}
.feed-wrapper .post-header .profile-img {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  background: url('../images/loading.gif') no-repeat center center #fff;
}
.feed-wrapper .post-content {
  margin-bottom: 15px;
}
.feed-wrapper .post-content .title {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  margin: 10px 0;
  line-height: normal;
  font-size: 18px;
}
.feed-wrapper .post-content .content {
  font-size: 14px;
  line-height: 22px;
}
.feed-wrapper .media-attachments .img {
  height: 200px;
}
.feed-wrapper .post-footer .tag {
  background: #f0f0f0;
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  color: #666;
}
.feed-wrapper .well {
  background: #fff none repeat scroll 0 0;
  border: none;
  box-shadow: none;
  cursor: pointer;
  word-wrap: break-word;
  padding: 20px 10px;
}
.feed-wrapper .well:hover .post-options {
  visibility: visible;
}
.feed-wrapper .well .post-options {
  visibility: hidden;
  margin-top: -5px;
  padding-left: 10px;
}
.feed-wrapper .well .dropdown-menu {
  visibility: visible;
}
.post-options .dropdown-toggle {
  color: #999;
  font-size: 30px;
  position: relative;
}
.post-options .dropdown-menu li a {
  border-bottom: 1px solid #eee;
  color: #777;
  font-size: 16px;
  padding: 10px 20px;
  transition: none 0s ease 0s ;
  white-space: normal;
}
.post-options .dropdown-menu li a .fa {
  margin-right: 15px;
}
.post-options .dropdown-menu li a .far {
  margin-right: 15px;
}
.post-options .dropdown-menu li a .fas {
  width: 20px;
  margin-right: 15px;
}
.post-options .dropdown-menu li a i {
  line-height: 1.42857;
}
.post-options .dropdown-menu li a .icon {
  color: #999;
  font-size: 15px;
  margin-right: 5px;
}
.post-options .dropdown-menu li:last-child a {
  border-bottom: none;
}
.media-attachments {
  margin-bottom: 20px;
  word-wrap: break-word;
}
.media-attachments img {
  max-width: 100%;
}
.media-attachments .wrapper {
  margin-bottom: 10px;
}
.media-attachments .wrapper.photo {
  overflow: hidden;
  text-align: center;
}
.media-attachments .wrapper.video {
  position: relative;
  text-align: center;
}
.media-attachments .wrapper.docs .fa {
  font-size: 18px;
  margin-right: 2px;
  margin-top: 2px;
  vertical-align: top;
}
.media-attachments .wrapper.docs .far {
  font-size: 18px;
  margin-right: 2px;
  margin-top: 2px;
  vertical-align: top;
}
.media-attachments .wrapper.docs a {
  color: #777;
}
.media-attachments .wrapper.docs .form-group {
  margin-bottom: 10px;
}
.media-attachments .wrapper.link {
  margin-bottom: 5px;
  text-align: center;
}
.media-attachments .wrapper.link .fa {
  font-size: 18px;
}
.media-attachments .wrapper.link .far {
  font-size: 18px;
}
.media-attachments .wrapper.link .link-content {
  text-align: left;
}
.media-attachments .wrapper.link .youtube-content {
  text-align: left;
}
.media-attachments .wrapper .img {
  height: 200px;
  width: 100%;
  background-size: cover !important;
}
.media-attachments .wrapper .img.img-view-more {
  text-align: center;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #bbb;
  background: #eee;
  line-height: 90px;
}
.media-attachments .wrapper .img.no-cover {
  text-align: center;
  overflow: hidden;
  min-height: 150px;
}
.media-attachments .wrapper .img.no-cover .img-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.media-attachments .wrapper .img.no-cover img {
  display: inline-block;
  vertical-align: middle;
}
.media-attachments .wrapper .img.img-2 {
  height: 95px;
  margin-bottom: 5px;
}
.media-attachments .wrapper .img.img-2:last-child {
  margin-bottom: 0;
  margin-top: 5px;
}
.media-attachments .wrapper .img.img-4 {
  margin-bottom: 10px;
  height: 95px;
}
.media-attachments .wrapper .img.img-4:last-child {
  margin-bottom: 10px;
}
.commonErrormessage {
  font-size: 20px;
  color: #888;
  font-weight: normal;
  text-align: center;
  margin-bottom: 15px;
  line-height: normal;
}
.close-modal {
  font-size: 22px;
  color: #999;
  position: absolute;
  right: 15px;
  z-index: 999;
}
.close-modal:hover {
  color: #444;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #777 !important;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777 !important;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777 !important;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #777 !important;
}
/****** Profile Settings *****/
.profile-settings .panel {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.profile-settings .panel-heading {
  border-bottom: 1px solid #ddd;
}
.profile-settings .panel-heading h2 {
  font-size: 20px;
  margin: 5px 0;
}
.profile-settings .panel-body.gdiz-formStep,
.profile-settings .panel-body .gdiz-formStep {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 15px;
}
.profile-settings .panel-body .gdiz-formStep {
  padding: 0;
}
.profile-settings .commonErrormessage,
.profile-settings #hashTagCheckerAlert {
  color: #999;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  margin: 50px 0;
}
.profile-settings .commonErrormessage.text-danger,
.profile-settings #hashTagCheckerAlert.text-danger {
  color: red;
}
.profile-settings .commonErrormessage.text-warning,
.profile-settings #hashTagCheckerAlert.text-warning {
  color: #ff9900;
}
.profile-settings .commonErrormessage.text-success,
.profile-settings #hashTagCheckerAlert.text-success {
  color: green;
}
.profile-settings .gdiz-formStep .interests .item {
  font-size: 16px;
  height: 60px;
  overflow: hidden;
}
.profile-settings .gdiz-formStep .interests .subItems .subCat {
  font-size: 13px;
  height: 60px;
}
.profile-settings .gdiz-formStep .selectedInterests .interestItem {
  font-size: 17px;
}
#timeline-feed .commonErrormessage {
  padding: 40px 0;
  position: relative !important;
}
#search-modal-results {
  background: #fff none repeat scroll 0 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: block;
  left: 245px;
  position: absolute;
  top: 38px;
  width: 450px;
  z-index: 999;
  border: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  background-clip: padding-box;
}
#search-modal-results #search-results,
#search-modal-results #search-results-2,
#search-modal-results #search-results2 {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0;
}
#search-modal-results #search-results h4,
#search-modal-results #search-results-2 h4,
#search-modal-results #search-results2 h4 {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 0;
}
#search-modal-results #search-results .resultsContainer,
#search-modal-results #search-results-2 .resultsContainer,
#search-modal-results #search-results2 .resultsContainer {
  padding-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
#search-modal-results #search-results .resultsContainer:first-child,
#search-modal-results #search-results-2 .resultsContainer:first-child,
#search-modal-results #search-results2 .resultsContainer:first-child {
  padding-top: 0;
  border-top: none;
}
#search-modal-results #search-results .heading,
#search-modal-results #search-results-2 .heading,
#search-modal-results #search-results2 .heading {
  margin: 0;
  padding: 10px 15px;
}
#search-modal-results #search-results .heading span,
#search-modal-results #search-results-2 .heading span,
#search-modal-results #search-results2 .heading span {
  font-size: 14px;
  cursor: pointer;
}
#search-modal-results #search-results .item,
#search-modal-results #search-results-2 .item,
#search-modal-results #search-results2 .item {
  margin-bottom: 0px;
  overflow: hidden;
  position: static;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}
#search-modal-results #search-results .item:last-child,
#search-modal-results #search-results-2 .item:last-child,
#search-modal-results #search-results2 .item:last-child {
  border-bottom: none;
}
#search-modal-results #search-results .item .profile-img,
#search-modal-results #search-results-2 .item .profile-img,
#search-modal-results #search-results2 .item .profile-img {
  background-size: contain !important;
  border: 2px solid #fff;
  border-radius: 12%;
  height: 40px;
  left: 0px;
  position: static;
  top: 0px;
  width: 40px;
  float: left;
  margin-right: 10px;
  background-color: #fff !important;
}
#search-modal-results #search-results .item .info,
#search-modal-results #search-results-2 .item .info,
#search-modal-results #search-results2 .item .info {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  min-height: 0px;
  overflow: hidden;
  padding: 0;
}
#search-modal-results #search-results .item .info h4,
#search-modal-results #search-results-2 .item .info h4,
#search-modal-results #search-results2 .item .info h4 {
  margin-top: 0;
  margin-bottom: 0;
}
#search-modal-results #search-results .item .info h4 a,
#search-modal-results #search-results-2 .item .info h4 a,
#search-modal-results #search-results2 .item .info h4 a {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
#search-modal-results #search-results .item .info p,
#search-modal-results #search-results-2 .item .info p,
#search-modal-results #search-results2 .item .info p {
  margin-bottom: 0;
}
#search-modal-results #search-results .commonErrormessage,
#search-modal-results #search-results-2 .commonErrormessage,
#search-modal-results #search-results2 .commonErrormessage {
  font-size: 15px;
  padding: 40px;
}
#search-modal-results #post-results,
#search-modal-results #post-results-2 {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0;
}
#search-modal-results #post-results .feed-post,
#search-modal-results #post-results-2 .feed-post {
  padding: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}
#search-modal-results #post-results .feed-post .well,
#search-modal-results #post-results-2 .feed-post .well {
  border: medium none;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  border-radius: 0;
}
#search-modal-results #post-results .feed-post .well hr,
#search-modal-results #post-results-2 .feed-post .well hr {
  display: none;
}
#search-modal-results #post-results .feed-post .post-header,
#search-modal-results #post-results-2 .feed-post .post-header {
  margin-bottom: 0;
  cursor: pointer;
}
#search-modal-results #post-results .feed-post .post-header .media-attachments,
#search-modal-results #post-results-2 .feed-post .post-header .media-attachments {
  float: left;
  width: 36px;
  margin-bottom: 0;
}
#search-modal-results #post-results .feed-post .post-header .media-attachments .wrapper.photo,
#search-modal-results #post-results-2 .feed-post .post-header .media-attachments .wrapper.photo {
  margin-bottom: 0;
}
#search-modal-results #post-results .feed-post .post-header .media-attachments .img,
#search-modal-results #post-results-2 .feed-post .post-header .media-attachments .img {
  min-height: 40px;
  height: 40px;
  border: 2px solid #fff;
}
.like-btn,
.comment-btn,
.delete-btn {
  color: #777;
  cursor: pointer;
  font-size: 22px !important;
  line-height: normal !important;
  margin: 4px 0 !important;
}
.like-btn.active,
.comment-btn.active,
.delete-btn.active,
.like-btn:hover,
.comment-btn:hover,
.delete-btn:hover {
  color: #7dae41;
}
.like-btn span,
.comment-btn span,
.delete-btn span {
  font-size: 14px;
  padding-left: 4px;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
.error-list {
  list-style: none outside;
  padding: 0;
}
.comment_heading {
  margin-top: 0;
  margin-bottom: 20px;
}
/***** BOARDS *****/
.board-name {
  font-size: 26px;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  line-height: normal;
  margin-bottom: 5px;
  letter-spacing: -1px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.board-name .btn-group {
  letter-spacing: 0;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
.board-name.page-header {
  width: 100%;
  border-bottom: 1px solid #eee;
  max-width: 100%;
}
.board-name.page-header .btn-group {
  letter-spacing: 0;
}
.board-name.page-header .btn-group .btn-default {
  border: none;
  color: #999;
  background: transparent;
  font-size: 18px;
  line-height: normal;
  box-shadow: none;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
.board-name.page-header .btn-group .btn-default:hover {
  background: transparent;
}
.board-name.page-header .btn-group .btn-default.active {
  color: #0e5eaf;
}
.board-desc {
  margin-top: -10px;
  font-size: 20px;
  line-height: normal;
  font-family: 'Avenir LT W01_45 Book1475508', Helvetica, Arial, sans-serif;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.board-wrapper .board {
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
}
.board-wrapper .board:first-child h1 {
  margin-top: 0;
}
.board-wrapper .board .well {
  box-shadow: none;
  border: none;
  height: 340px;
  margin-bottom: 20px;
  position: relative;
}
.board-wrapper .board .well a:hover {
  text-decoration: none;
}
.board-wrapper .board .well:hover h4 a {
  color: #444;
}
.board-wrapper .board .well:hover .options {
  visibility: visible;
}
.board-wrapper .board .well:hover .media-attachments .img.with-icon {
  background: #ddd !important;
}
.board-wrapper .board .well:hover .media-attachments .img.with-icon .fa,
.board-wrapper .board .well:hover .media-attachments .img.with-icon .glyphicon {
  color: #444;
}
.board-wrapper .board .well:hover .media-attachments .img.with-icon .far,
.board-wrapper .board .well:hover .media-attachments .img.with-icon .glyphicon {
  color: #444;
}
.board-wrapper .board .well:hover .media-attachments .img.btn-default {
  border-color: #777 !important;
  color: #444 !important;
}
.board-wrapper .board .well:hover .media-attachments .img.btn-default .fa,
.board-wrapper .board .well:hover .media-attachments .img.btn-default .glyphicon {
  color: #444 !important;
}
.board-wrapper .board .well:hover .media-attachments .img.btn-default .far,
.board-wrapper .board .well:hover .media-attachments .img.btn-default .glyphicon {
  color: #444 !important;
}
.board-wrapper .board .well:hover .action a {
  visibility: visible !important;
}
.board-wrapper .board .well.create-board {
  /*a{


           font-family: @primary-font;
           color: #999;
          display: block;
          background: #eee;
          font-size: 20px;
          height: 100%;
          line-height: normal;
          padding: 15px;
          text-decoration: none;
          width: 100%;
          cursor: pointer;
          border: 3px dashed #ccc;
          border-radius: 4px;

          &:hover{
            background: #ddd;
            border: 3px dashed #aaa;
            color: #666;

            .fa, .glyphicon{
              color: #999;
            }
            .far, .glyphicon{
              color: #999;
            }
          }





            .fa, .glyphicon{

             display: block;
              font-size: 30px;
              margin-bottom: 10px;
              margin-top: 95px;
              color: #ccc;
            }
            .far, .glyphicon{

             display: block;
              font-size: 30px;
              margin-bottom: 10px;
              margin-top: 95px;
              color: #ccc;
            }
        }*/
}
.board-wrapper .board .well a {
  color: #777;
}
.board-wrapper .board .well a h4 {
  color: #777;
}
.board-wrapper .board .well a:hover {
  color: #444;
}
.board-wrapper .board .well a:hover h4 {
  color: #444;
}
.board-wrapper .board .well h4 {
  color: #444;
  line-height: normal;
  margin-top: 0;
  height: 40px;
}
.board-wrapper .board .well h4 a {
  color: #383535;
  display: block;
}
.board-wrapper .board .well h4 .edit,
.board-wrapper .board .well h4 .delete {
  color: #ccc;
  cursor: pointer;
}
.board-wrapper .board .well h4 .edit:hover,
.board-wrapper .board .well h4 .delete:hover {
  color: #999;
}
.board-wrapper .board .well h4 .options {
  position: relative;
  visibility: hidden;
}
.board-wrapper .board .well h4 .options .dropdown-toggle {
  color: #999;
  font-size: 30px;
  position: relative;
  top: -10px;
}
.board-wrapper .board .well h4 .options .dropdown-toggle:hover {
  color: #444;
}
.board-wrapper .board .well h4 .options .dropdown-menu {
  visibility: visible;
  top: 0;
  padding: 0;
  right: -15px;
}
.board-wrapper .board .well h4 .options .dropdown-menu > li > a {
  border-bottom: 1px solid #eee;
  color: #777;
  font-size: 16px;
  padding: 10px 20px;
  transition: none 0s ease 0s;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
.board-wrapper .board .well .desc {
  overflow: hidden;
  max-height: 136px;
}
.board-wrapper .board .well .action {
  bottom: 8px;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 0 15px;
}
.board-wrapper .board .well .action a.board-post .fa-plus {
  font-size: 18px;
}
.board-wrapper .board .well .action a {
  cursor: pointer;
  color: #888;
  visibility: hidden;
}
.board-wrapper .board .well .action a .fa-pencil-square-o {
  font-size: 29px;
}
.board-wrapper .board .well .action a:hover {
  color: #444;
}
.board-wrapper .board .well .action a.btn-default:hover,
.board-wrapper .board .well .action a.btn-default:focus {
  background: #0e5eaf;
  border-color: #0e5eaf;
  color: #fff;
}
.board-wrapper .board .well .action .post-count {
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #777;
  margin-top: 6px;
}
.board-wrapper .board .well .action .btn-block {
  margin: 0 auto;
}
.board-wrapper .board .well .media-attachments .img {
  height: 50px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.board-wrapper .board .well .media-attachments .img.cover-img {
  height: 148px;
}
.board-wrapper .board .well .media-attachments .img.single-img {
  height: 210px;
}
.board-wrapper .board .well .media-attachments .img.with-icon {
  background: #eee none repeat scroll 0 0;
  height: 210px;
  padding: 32px;
  -webkit-transition: background-color 20ms linear;
  -moz-transition: background-color 20ms linear;
  -o-transition: background-color 20ms linear;
  -ms-transition: background-color 20ms linear;
  transition: background-color 20ms linear;
}
.board-wrapper .board .well .media-attachments .img.with-icon .fa,
.board-wrapper .board .well .media-attachments .img.with-icon .glyphicon {
  color: #999;
  font-size: 120px;
  margin-top: 5px;
}
.board-wrapper .board .well .media-attachments .img.with-icon .far,
.board-wrapper .board .well .media-attachments .img.with-icon .glyphicon {
  color: #999;
  font-size: 120px;
  margin-top: 5px;
}
.board-wrapper .board .well .media-attachments .img.with-icon.btn-default {
  background: transparent !important;
  border: 4px dashed #999;
}
.board-wrapper .board .well .media-attachments .img.with-icon.btn-default .fa,
.board-wrapper .board .well .media-attachments .img.with-icon.btn-default .glyphicon {
  color: #999;
}
.board-wrapper .board .well .media-attachments .img.with-icon.btn-default .far,
.board-wrapper .board .well .media-attachments .img.with-icon.btn-default .glyphicon {
  color: #999;
}
.locationItem {
  border: 1px solid #ddd;
  border-radius: 7px;
  float: left;
  margin-right: 10px;
  padding: 10px 15px;
}
#formLocationForm .input-group,
#currEntityForm .input-group,
#formLocationFormSettings .input-group {
  max-width: 400px;
  margin-right: 15px;
}
#formLocationForm input[type="text"],
#currEntityForm input[type="text"],
#formLocationFormSettings input[type="text"] {
  border-radius: 4px 0 0 4px;
}
#formLocationForm .input-group-addon,
#currEntityForm .input-group-addon,
#formLocationFormSettings .input-group-addon {
  background: #7dae41;
  border-color: #7dae41;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 22px;
  padding: 6px 15px;
}
#formLocationForm .loading-spin,
#currEntityForm .loading-spin,
#formLocationFormSettings .loading-spin {
  margin: 20px 0;
  font-size: 30px;
}
.margin-top-0 {
  margin-top: 0;
}
#BoardController .feed-wrapper {
  padding: 0;
}
#search .search-toolbar .search-btn {
  line-height: 25px;
  font-size: 15px;
}
#search .search-toolbar .sort-btn-group {
  margin-right: 10px;
}
#search .search-toolbar .btn-group .btn {
  font-size: 15px;
  border: none;
}
#search .search-toolbar .btn-group .btn.active,
#search .search-toolbar .btn-group .btn:hover {
  color: #333;
}
#search .search-toolbar .locator {
  padding-top: 0px;
  line-height: 25px;
  margin-top: 0;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
#search .search-toolbar .locator .search-string b {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
#searchFor::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666 !important;
  opacity: 1;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
#searchFor:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666 !important;
  opacity: 1;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
#searchFor::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666 !important;
  opacity: 1;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
#searchFor:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666 !important;
  opacity: 1;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
.reset-search {
  display: none;
}
.commentsBlock {
  margin-top: 10px;
}
.commentsBlock .post-content.compose-box div[fancybox] img {
  max-width: 100%;
  padding: 10px 0;
}
.commentsBlock h5 {
  font-size: 16px;
}
.commentsBlock .post-options .dropdown-toggle {
  font-size: 26px;
}
.commentsBlock .like-btn,
.commentsBlock .comment-btn,
.commentsBlock .delete-btn {
  font-size: 18px !important;
}
.commentsBlock .toolbar {
  color: #888;
  font-size: 14px;
  margin-bottom: 15px;
  overflow: hidden;
}
.commentsBlock .toolbar a {
  color: #7dae41;
}
#feed {
  min-height: 600px;
}
#feed .feed-wrapper {
  padding: 0;
}
#feed .right-col.col-md-9 {
  width: 79%;
}
#feed .right-col h1.board-name {
  margin: 10px 0 0 0;
}
#feed .left-col {
  max-width: 240px;
}
#feed .left-col .channel {
  margin-bottom: 0px;
  font-size: 14px;
}
#feed .left-col .channel a {
  color: #888;
  display: block;
  padding: 5px 10px;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  overflow: hidden;
}
#feed .left-col .channel a:hover,
#feed .left-col .channel a.active {
  background: #eee;
  color: #111;
}
#feed .left-col .channel a .profile-img {
  width: 30px;
  height: 30px;
}
#feed .left-col .channel a .wrapper {
  padding-left: 5px;
  overflow: hidden;
}
#feed .left-col .channel:first-child a {
  color: #111;
  font-weight: 500;
}
.procedure_list .procedure_wrap {
  display: flex;
  margin-bottom: 30px;
  color: #424242;
  border-radius: 13px;
  background-color: #fff;
  box-shadow: 0px 4px 13px 0px rgb(1 1 1 / 13%);
}
.procedure_list .procedure_img {
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  position: relative;
  background-size: cover !important;
  min-height: 100%;
  background-position: center !important;
  /* transition: 0.5s; */
}
.procedure_list .procedure_img_wrap {
  width: 320px;
}
.procedure_list .procedure_content {
  width: 100%;
  padding: 30px 30px 30px 30px;
}
.procedure_list .procedure_main_content {
  border-right: 1px solid #eeeeee;
  padding-right: 10px;
}
.procedure_list .procedure_main_content ul span ol {
  list-style-type: decimal;
  padding-left: 17px;
}
.procedure_list .procedure_main_content ul span ol li {
  display: list-item;
}
.procedure_list .flex-points {
  display: flex;
  width: 100%;
}
.procedure_list .pr_head_wrap {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.procedure_list .pr_description {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.procedure_list .pr_description h1 {
  margin: 0;
  font-size: 20px;
}
.procedure_list .procedure_points li {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  margin-bottom: 15px;
  color: #000;
}
.procedure_list .procedure_points li i {
  font-size: 24px;
  margin-right: 15px;
  min-width: 25px;
  text-align: center;
}
.procedure_list .procedure_tags .tagsBoxOnPostBottom {
  margin-bottom: 0;
}
.procedure_list .procedure_meta_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.procedure_list .procedure_buttons a {
  padding: 4px 10px;
  min-height: 20px;
  height: auto;
  margin: 0;
  border: 2px solid var(--btnColor);
  background: var(--btnColor);
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 15px;
  border-radius: 4px;
}
.procedure_list .procedure_buttons a:hover {
  border: 2px solid var(--btnColorHover) !important;
  background: var(--btnColorHover) !important;
  color: #fff !important;
}
.procedure_list .pr_location li {
  margin-bottom: 0;
}
.procedure_list .procedure_buttons a:last-child {
  margin-bottom: 0;
}
.dropdown-menu > li > a .icon {
  margin-right: 5px;
  color: #999;
  font-size: 15px;
}
.dropdown-menu > li > a:hover .icon {
  color: #fff;
}
/**** INBOX ****/
#left-col .profile-img-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
}
#left-col .profile-img-wrapper.half .profile-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px !important;
  width: 20px !important;
}
#left-col .profile-img-wrapper.half .profile-img:last-child {
  left: auto;
  bottom: 0;
  right: 0;
  top: auto;
}
#left-col .profile-img-wrapper.threeFourth {
  text-align: center;
}
#left-col .profile-img-wrapper.threeFourth .profile-img {
  height: 20px !important;
  width: 20px !important;
  display: inline-block;
  float: none !important;
}
#left-col .profile-img-wrapper.quarter .profile-img {
  height: 20px !important;
  width: 20px !important;
  display: inline-block;
  float: none !important;
}
#left-col #new-message {
  margin: 0px 15px;
  margin-bottom: 0;
  margin-top: -5px;
}
#left-col .tab-content {
  overflow: hidden;
  overflow-y: auto;
  border: none;
}
#left-col .tab-content .inbox li {
  overflow-y: hidden;
}
.messages-page {
  height: 100%;
}
.messages-page body .angular-wrapper {
  height: 100%;
  padding: 0px 0 0 0;
  margin: 0;
  min-height: inherit;
}
.messages-page body .angular-wrapper > div {
  height: 100%;
}
.messages-page body .angular-wrapper > div > .container {
  min-height: 300px;
  height: calc(100vh - 110px);
}
.messages-page body .angular-wrapper > div > .container > .well {
  background: #fff;
  border-radius: 0;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.messages-page body .angular-wrapper > div > .container > .well > .row {
  height: 100%;
}
.messages-page body .angular-wrapper > div > .container > .well > .row > .col {
  height: 100%;
  padding: 30px 0 0 0;
}
#InboxListController .col .inbox li .info .name {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  color: #777 !important;
}
#InboxListController .col .nav {
  padding: 0 15px 20px !important;
}
#InboxListController .thread-user .profile-img,
#Home2Controller .thread-user .profile-img,
#HomeController .thread-user .profile-img {
  margin-right: 10px;
}
#InboxListController .thread-user a,
#Home2Controller .thread-user a,
#HomeController .thread-user a {
  color: #777;
}
#InboxListController .thread-user h5,
#Home2Controller .thread-user h5,
#HomeController .thread-user h5 {
  margin: 0;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
#InboxListController .thread-user .location,
#Home2Controller .thread-user .location,
#HomeController .thread-user .location {
  font-size: 13px;
}
#InboxListController .thread-user .info,
#Home2Controller .thread-user .info,
#HomeController .thread-user .info {
  overflow: hidden;
}
#InboxListController .well,
#Home2Controller .well,
#HomeController .well {
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  box-shadow: none;
}
#InboxListController .feed-post.post-partial .well,
#Home2Controller .feed-post.post-partial .well,
#HomeController .feed-post.post-partial .well {
  padding-left: 2px !important;
}
#InboxListController .col,
#Home2Controller .col,
#HomeController .col {
  position: relative;
  overflow: hidden;
}
#InboxListController .col.sidebar,
#Home2Controller .col.sidebar,
#HomeController .col.sidebar {
  overflow-y: auto;
}
#InboxListController .col .nav,
#Home2Controller .col .nav,
#HomeController .col .nav {
  border-bottom: 1px solid #eee;
  padding: 0 15px 15px;
}
#InboxListController .col .nav.nav-pills li,
#Home2Controller .col .nav.nav-pills li,
#HomeController .col .nav.nav-pills li {
  display: inline-block;
  width: auto;
}
#InboxListController .col .nav.nav-pills li a,
#Home2Controller .col .nav.nav-pills li a,
#HomeController .col .nav.nav-pills li a {
  background: transparent;
  font-size: 21px;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  color: #999;
  padding: 0;
}
#InboxListController .col .nav.nav-pills li.active a,
#Home2Controller .col .nav.nav-pills li.active a,
#HomeController .col .nav.nav-pills li.active a {
  background: transparent;
  color: #0e5eaf;
  padding: 0;
}
#InboxListController .col .nav.nav-pills li + li,
#Home2Controller .col .nav.nav-pills li + li,
#HomeController .col .nav.nav-pills li + li {
  margin-left: 10px;
}
#InboxListController .col .commonErrormessage,
#Home2Controller .col .commonErrormessage,
#HomeController .col .commonErrormessage {
  font-size: 18px;
  margin: 50px 0;
}
#InboxListController .col:nth-child(2),
#Home2Controller .col:nth-child(2),
#HomeController .col:nth-child(2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding-left: 0;
  padding-right: 0;
}
#InboxListController .col:last-child,
#Home2Controller .col:last-child,
#HomeController .col:last-child {
  padding-left: 15px;
  padding-right: 15px;
}
#InboxListController .col .compose,
#Home2Controller .col .compose,
#HomeController .col .compose,
#InboxListController .col .reply-box,
#Home2Controller .col .reply-box,
#HomeController .col .reply-box {
  padding: 20px;
  background: #f9f9f9;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #ddd;
}
#InboxListController .col .compose form,
#Home2Controller .col .compose form,
#HomeController .col .compose form,
#InboxListController .col .reply-box form,
#Home2Controller .col .reply-box form,
#HomeController .col .reply-box form {
  border: 1px solid #ddd;
}
#InboxListController .col .compose form .form-group,
#Home2Controller .col .compose form .form-group,
#HomeController .col .compose form .form-group,
#InboxListController .col .reply-box form .form-group,
#Home2Controller .col .reply-box form .form-group,
#HomeController .col .reply-box form .form-group {
  clear: both;
}
#InboxListController .col .compose form .form-group.action,
#Home2Controller .col .compose form .form-group.action,
#HomeController .col .compose form .form-group.action,
#InboxListController .col .reply-box form .form-group.action,
#Home2Controller .col .reply-box form .form-group.action,
#HomeController .col .reply-box form .form-group.action {
  padding: 10px;
  margin-bottom: 0;
}
#InboxListController .col .compose form textarea,
#Home2Controller .col .compose form textarea,
#HomeController .col .compose form textarea,
#InboxListController .col .reply-box form textarea,
#Home2Controller .col .reply-box form textarea,
#HomeController .col .reply-box form textarea {
  border: none;
  resize: none;
  border-radius: 0;
}
#InboxListController .col .message-box .form-control,
#Home2Controller .col .message-box .form-control,
#HomeController .col .message-box .form-control {
  display: inline-block;
  height: auto;
  min-height: 60px;
  width: 100%;
  border-radius: 5px;
  border: none;
  border-bottom: 1px solid #ddd;
}
#InboxListController .col .message-options,
#Home2Controller .col .message-options,
#HomeController .col .message-options,
#InboxListController .col .thread-users,
#Home2Controller .col .thread-users,
#HomeController .col .thread-users {
  list-style: none outside;
  padding: 0;
  margin-bottom: 25px;
}
#InboxListController .col .message-options li,
#Home2Controller .col .message-options li,
#HomeController .col .message-options li,
#InboxListController .col .thread-users li,
#Home2Controller .col .thread-users li,
#HomeController .col .thread-users li {
  clear: both;
  color: #777;
  font-size: 18px;
  overflow: hidden;
  display: block;
}
#InboxListController .col .message-options li label,
#Home2Controller .col .message-options li label,
#HomeController .col .message-options li label,
#InboxListController .col .thread-users li label,
#Home2Controller .col .thread-users li label,
#HomeController .col .thread-users li label {
  font-family: 'Avenir LT W01_45 Book1475508', Helvetica, Arial, sans-serif;
}
#InboxListController .col .message-options li a,
#Home2Controller .col .message-options li a,
#HomeController .col .message-options li a,
#InboxListController .col .thread-users li a,
#Home2Controller .col .thread-users li a,
#HomeController .col .thread-users li a {
  color: #777;
  font-size: 18px;
  overflow: hidden;
  display: block;
  padding: 5px 0;
}
#InboxListController .col .message-options li a:hover,
#Home2Controller .col .message-options li a:hover,
#HomeController .col .message-options li a:hover,
#InboxListController .col .thread-users li a:hover,
#Home2Controller .col .thread-users li a:hover,
#HomeController .col .thread-users li a:hover {
  text-decoration: none;
}
#InboxListController .col .message-options li a .icon,
#Home2Controller .col .message-options li a .icon,
#HomeController .col .message-options li a .icon,
#InboxListController .col .thread-users li a .icon,
#Home2Controller .col .thread-users li a .icon,
#HomeController .col .thread-users li a .icon {
  float: left;
  margin-right: 10px;
}
#InboxListController .col .thread-users li,
#Home2Controller .col .thread-users li,
#HomeController .col .thread-users li {
  padding: 0;
  margin-bottom: 0px;
}
#InboxListController .col .thread-users li a,
#Home2Controller .col .thread-users li a,
#HomeController .col .thread-users li a {
  padding-top: 10px;
}
#InboxListController .col .thread-users li .profile-img,
#Home2Controller .col .thread-users li .profile-img,
#HomeController .col .thread-users li .profile-img {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
#InboxListController .col .thread-users li .location,
#Home2Controller .col .thread-users li .location,
#HomeController .col .thread-users li .location {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 4px;
}
#InboxListController .col .thread-users li .info,
#Home2Controller .col .thread-users li .info,
#HomeController .col .thread-users li .info {
  overflow: hidden;
}
#InboxListController .col .thread-users li h5,
#Home2Controller .col .thread-users li h5,
#HomeController .col .thread-users li h5 {
  margin-bottom: 0;
  margin-top: 0;
}
#InboxListController .col .toolbar,
#Home2Controller .col .toolbar,
#HomeController .col .toolbar {
  padding: 15px;
}
#InboxListController .col .inbox,
#Home2Controller .col .inbox,
#HomeController .col .inbox {
  list-style: none outside;
  padding: 0;
  margin-bottom: 15px;
}
#InboxListController .col .inbox li,
#Home2Controller .col .inbox li,
#HomeController .col .inbox li {
  display: block;
}
#InboxListController .col .inbox li > a,
#Home2Controller .col .inbox li > a,
#HomeController .col .inbox li > a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  color: #777;
  text-decoration: none;
}
#InboxListController .col .inbox li.active > a,
#Home2Controller .col .inbox li.active > a,
#HomeController .col .inbox li.active > a {
  background: #f5f5f5;
}
#InboxListController .col .inbox li h5,
#Home2Controller .col .inbox li h5,
#HomeController .col .inbox li h5 {
  margin: 0;
}
#InboxListController .col .inbox li .profile-img,
#Home2Controller .col .inbox li .profile-img,
#HomeController .col .inbox li .profile-img {
  width: 40px;
  height: 40px;
  float: left;
}
#InboxListController .col .inbox li .profile-img.half,
#Home2Controller .col .inbox li .profile-img.half,
#HomeController .col .inbox li .profile-img.half {
  width: 20px;
}
#InboxListController .col .inbox li .info,
#Home2Controller .col .inbox li .info,
#HomeController .col .inbox li .info {
  overflow: hidden;
  padding-left: 10px;
  font-size: 14px;
}
#InboxListController .col .inbox li .info p,
#Home2Controller .col .inbox li .info p,
#HomeController .col .inbox li .info p {
  margin-top: 4px;
  line-height: 1.3;
}
#InboxListController .col .inbox li .info .time,
#Home2Controller .col .inbox li .info .time,
#HomeController .col .inbox li .info .time {
  font-size: 12px;
  color: #ccc;
}
#InboxListController .col .inbox li .info .name,
#Home2Controller .col .inbox li .info .name,
#HomeController .col .inbox li .info .name {
  font-size: 14px;
  color: #444;
}
#InboxListController .col .inbox li .info .name p,
#Home2Controller .col .inbox li .info .name p,
#HomeController .col .inbox li .info .name p {
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}
#InboxListController .col .thread,
#Home2Controller .col .thread,
#HomeController .col .thread {
  overflow: hidden;
  overflow-y: auto;
}
#InboxListController .col .thread ul,
#Home2Controller .col .thread ul,
#HomeController .col .thread ul {
  list-style: none outside;
  padding: 0;
}
#InboxListController .col .thread ul li,
#Home2Controller .col .thread ul li,
#HomeController .col .thread ul li {
  overflow: hidden;
  float: none;
  padding: 10px 15px;
}
#InboxListController .col .thread ul li:first-child,
#Home2Controller .col .thread ul li:first-child,
#HomeController .col .thread ul li:first-child {
  padding-top: 0;
}
#InboxListController .col .thread ul li .media-attachments,
#Home2Controller .col .thread ul li .media-attachments,
#HomeController .col .thread ul li .media-attachments {
  clear: both;
  float: none;
}
#InboxListController .col .thread ul li .info,
#Home2Controller .col .thread ul li .info,
#HomeController .col .thread ul li .info {
  overflow: hidden;
  padding-left: 10px;
}
#InboxListController .col .thread ul li .info .time,
#Home2Controller .col .thread ul li .info .time,
#HomeController .col .thread ul li .info .time {
  font-size: 12px;
  color: #ccc;
}
#InboxListController .col .thread ul li .info .name,
#Home2Controller .col .thread ul li .info .name,
#HomeController .col .thread ul li .info .name {
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
#InboxListController .col .thread ul li .info .name h5,
#Home2Controller .col .thread ul li .info .name h5,
#HomeController .col .thread ul li .info .name h5 {
  margin-bottom: 0;
}
#InboxListController .col .thread ul li .info .content,
#Home2Controller .col .thread ul li .info .content,
#HomeController .col .thread ul li .info .content {
  line-height: 22px;
}
#InboxListController .col .thread ul li .info .content p,
#Home2Controller .col .thread ul li .info .content p,
#HomeController .col .thread ul li .info .content p {
  margin-bottom: 0px;
}
#InboxListController .col .thread ul li .reverse .info,
#Home2Controller .col .thread ul li .reverse .info,
#HomeController .col .thread ul li .reverse .info {
  padding-left: 0;
  padding-right: 10px;
  text-align: left;
  max-width: 80%;
  float: right;
}
#profilePicSelectorInitBox img {
  display: inline-block;
}
#profilePicSelectorInit {
  margin: 0 auto;
}
#searchRewardCategoryOptions h5 {
  cursor: pointer;
  color: #333;
  font-size: 16px;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  padding: 10px 15px;
  overflow: hidden;
  line-height: normal;
}
#searchRewardCategoryOptions h5:hover {
  color: #333;
}
#searchNeedResourceOptions h5 {
  cursor: pointer;
  color: #333;
  font-size: 16px;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  padding: 10px 15px;
  overflow: hidden;
  line-height: normal;
}
#searchNeedResourceOptions h5:hover {
  color: #333;
}
#searchPostTypeOptions {
  max-height: 440px;
  overflow-y: auto;
}
#searchPostTypeOptions h5 {
  cursor: pointer;
  color: #333;
  font-size: 16px;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  padding: 10px 15px;
  overflow: hidden;
  line-height: normal;
}
#searchPostTypeOptions h5:hover {
  color: #333;
}
#searchPostTypeOptions h5 .fa {
  color: #999;
  margin-right: 15px;
  width: 20px;
  float: left;
}
#searchPostTypeOptions h5 .far {
  color: #999;
  margin-right: 15px;
  width: 20px;
  float: left;
}
#searchPostTypeOptions h5 .far.fa-check-square {
  margin-top: 2px;
}
#searchPostTypeOptions h4 {
  margin-bottom: 0;
  font-size: 16px;
}
.change-close {
  padding-left: 10px;
  cursor: pointer;
  color: #999;
  font-size: 22px !important;
  padding-top: 10px;
}
.change-close:hover {
  color: #444;
}
.change-account {
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  padding-top: 10px;
  font-size: 16px;
  font-weight: normal;
}
.composeAttachOptsSection .form-action {
  font-weight: normal;
}
.composeAttachOptsSection .form-action .fa {
  margin-right: 5px;
}
.composeAttachOptsSection .form-action .far {
  margin-right: 5px;
}
.composeAttachOptsSection .form-action .fab {
  margin-right: 5px;
}
.composeAttachOptsSection .form-action a,
.composeAttachOptsSection .form-action label {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  padding: 8px;
}
.compose-box .wrapper,
.col .wrapper {
  overflow: hidden;
  padding-left: 15px;
}
.compose-box .wrapper .input-group,
.col .wrapper .input-group {
  max-width: 400px;
  margin-right: 10px;
}
.compose-box .wrapper .input-group .input-group-addon,
.col .wrapper .input-group .input-group-addon {
  cursor: pointer;
}
.compose-box .wrapper.media-attachments,
.col .wrapper.media-attachments {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.compose-box .wrapper.media-attachments .img,
.col .wrapper.media-attachments .img {
  float: left;
  margin-right: 4px;
  margin-bottom: 5px;
  width: 100px;
  min-height: 100px;
  background: #f5f5f5;
  position: relative;
}
.compose-box .wrapper.media-attachments .img .uploaded-img,
.col .wrapper.media-attachments .img .uploaded-img {
  width: 100px;
  height: 100px;
}
.compose-box .wrapper.media-attachments .img.addNew,
.col .wrapper.media-attachments .img.addNew {
  text-align: center;
  font-size: 30px;
  line-height: 97px;
}
.compose-box .wrapper.media-attachments .img .close,
.col .wrapper.media-attachments .img .close {
  font-size: 15px;
  opacity: 1;
  position: absolute;
  right: 5px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  top: 5px;
}
.compose-box .wrapper.media-attachments .img .progress,
.col .wrapper.media-attachments .img .progress {
  position: absolute;
  top: 90px;
  z-index: 99;
  height: 6px;
  width: 100%;
}
.compose-box .wrapper.media-attachments.link,
.col .wrapper.media-attachments.link {
  padding: 15px;
  border: 1px solid #eee;
}
.compose-box .wrapper.media-attachments.link .link-img,
.col .wrapper.media-attachments.link .link-img {
  text-align: center;
  clear: both;
}
.compose-box .wrapper.media-attachments.link .link-img .close,
.col .wrapper.media-attachments.link .link-img .close {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.compose-box .wrapper.media-attachments.link .link-img img,
.col .wrapper.media-attachments.link .link-img img {
  display: inline-block;
}
.compose-box .wrapper.media-attachments.link .link-image-selector-bar,
.col .wrapper.media-attachments.link .link-image-selector-bar {
  text-align: center;
}
.compose-box .wrapper.media-attachments.link .link-image-selector-bar .fa,
.col .wrapper.media-attachments.link .link-image-selector-bar .fa {
  font-size: 20px;
}
.compose-box .wrapper.media-attachments.link .link-image-selector-bar .far,
.col .wrapper.media-attachments.link .link-image-selector-bar .far {
  font-size: 20px;
}
#composeLinkSection .wrapper,
#composeLinkSectionInbox .wrapper {
  overflow: hidden;
  padding-left: 10px;
}
.thread-user {
  margin-bottom: 15px;
}
.thread-user label {
  display: block;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}
.thread-user .profile-img {
  width: 30px;
  height: 30px;
}
.thread-user h4 {
  color: #777;
  font-size: 14px;
  height: 34px;
  margin: 6px 0 0;
  overflow: hidden;
  padding-left: 10px;
}
.thread-user h4 .input[type="checkbox"] {
  margin-left: 10px;
}
.thread-user h4 .fa-close {
  color: #999;
  cursor: pointer;
}
.thread-user h4 .fa-close:hover {
  color: #444;
}
.preset {
  border-color: #d9534f !important;
}
.toolbar {
  margin-bottom: 15px;
  clear: both;
  position: relative;
}
.toolbar .btn,
.toolbar .btn-group {
  margin-left: 10px;
}
.toolbar h3 {
  margin: 0;
  color: #7dae41;
  margin-top: 6px;
}
#intro iframe {
  bottom: 0 !important;
  top: auto !important;
}
.notify-list {
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}
.notify-list ul {
  list-style: outside none none;
  padding: 0;
}
.notify-list li {
  clear: both;
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
  color: #777;
  overflow: hidden;
}
.notify-list li.unread {
  background: #f5f5f5;
}
.notify-list li:last-child {
  border-bottom: none;
}
.notify-list li .profile-img {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.notify-list li .profile-img a {
  border: none;
  display: block !important;
  height: 100%;
}
.notify-list li a {
  display: inline !important;
  font-size: 14px;
  border: none !important;
  color: #777;
  overflow: hidden;
  padding: 0 !important;
}
.notify-list li a:hover,
.notify-list li a:focus {
  background: transparent !important;
  color: #777 !important;
}
.notify-list li p {
  margin-bottom: 0 ;
}
.notify-list li p b {
  font-size: 14px;
}
.notify-list li p a,
.notify-list li p b {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif !important;
}
.notify-list li:last-child a {
  border-bottom: none;
}
.notify-list li .info {
  overflow: hidden;
}
.notify-list li .time {
  font-size: 14px;
}
.notify-list.lg {
  max-height: 100%;
}
.play-icon {
  color: #fff;
  cursor: pointer;
  font-size: 50px !important;
  left: 0;
  position: absolute;
  right: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  top: 46%;
}
.location-date h4 {
  margin-top: 40px;
  margin-right: 10px;
  width: 150px;
}
.datetimepicker-wrapper .btn-group.pull-left .btn-info {
  border-radius: 3px !important;
}
.datetimepicker-wrapper .btn-group.pull-left .btn-danger {
  display: none;
}
.datetimepicker-wrapper table td {
  padding: 0 2px;
}
.datetimepicker-wrapper .dropdown-menu {
  padding: 10px;
}
.datetimepicker-wrapper .dropdown-menu table {
  width: 100%;
}
.datetimepicker-wrapper .dropdown-menu table td {
  padding: 0;
}
.datetimepicker-wrapper .dropdown-menu table th {
  padding: 5px;
  font-size: 16px;
}
.datetimepicker-wrapper .dropdown-menu table .btn {
  border-radius: 0;
}
.datetimepicker-wrapper .dropdown-menu table .btn.active .text-info {
  color: #fff;
}
.event-info {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
.event-info .fa {
  font-size: 18px;
}
.event-info .far {
  font-size: 18px;
}
.event-info .fa-info-circle {
  display: none;
}
.event-info .date-time span a.status {
  font-size: 14px !important;
}
.btn-group .dropdown-menu label,
.btn-group .dropdown-menu a {
  cursor: pointer;
  font-size: 16px;
  color: #444;
}
.btn-group .dropdown-menu label .fa,
.btn-group .dropdown-menu a .fa {
  color: #999;
}
.btn-group .dropdown-menu label .far,
.btn-group .dropdown-menu a .far {
  color: #999;
}
.dropdown-menu .fa {
  margin-right: 10px;
  color: #999;
  width: 20px;
}
.dropdown-menu .far {
  margin-right: 10px;
  color: #999;
  width: 20px;
}
.dropdown-menu label,
.dropdown-menu a {
  color: #333;
}
.dropdown-menu.lg {
  padding-bottom: 30px;
  width: 486px;
}
.dropdown-menu.wide li {
  float: left;
  display: block;
  width: 50%;
}
.dropdown-menu.wide li label {
  padding: 10px 25px !important;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}
.dropdown-menu.wide li.lg {
  display: block;
  width: 100%;
  text-align: center;
}
.dropdown-menu.wide li.lg label:hover {
  background: transparent;
}
.dropdown-menu.wide li.lg label.exception {
  text-align: left;
}
.dropdown-menu.wide li.lg label.exception .fa {
  margin-right: 10px;
}
.dropdown-menu.wide li.lg label.exception .far {
  margin-right: 10px;
}
.dropdown-menu.wide li.lg label.exception:hover {
  background: #7dae41;
  color: #fff !important;
}
.dropdown-menu.wide li.lg label h4 {
  color: #333;
  font-size: 16px;
  padding: 0;
}
/*.compose-box, #entityOptions{

   .entity{

    &.item{
      float: left;
      margin-right: 8px;
      margin-bottom: 8px;

      .profile-img{
        width: 50px;
        height: 50px;
      }
    }

    label{
        background: #dedede none repeat scroll 0 0 padding-box;
      border-radius: 4px;
      margin-bottom: 0;
      padding: 5px;
      width: 80px;
    }


     .wrapper{
      font-size: 16px;
      font-family: @primary-font;
      padding-left: 5px;

      h4{
        margin-top: 24px;
      }
     }
  }


}

*/
#search-box .topics-dropdown {
  border-radius: 0;
  background: #fefefe;
  border: 1px solid #ddd;
  padding: 0px;
  border-left-color: transparent;
}
#search-box .topics-dropdown .item {
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
  white-space: normal;
  overflow: hidden;
}
#search-box .topics-dropdown .item a {
  color: #777;
  line-height: normal;
}
#search-box .topics-dropdown .dropdown-menu {
  padding: 6px 4px;
}
#search-box .topics-dropdown .dropdown-toggle {
  color: #777;
  padding: 0 15px;
}
abbr[data-original-title],
abbr[title] {
  cursor: pointer;
  border: none;
}
.youtube-content {
  margin-top: 15px;
  text-align: left;
}
.youtube-content .name {
  font-size: 16px;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.youtube-content .link {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.youtube-content .desc {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.link-content {
  margin-top: 15px;
}
.link-content .name {
  font-size: 16px;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.link-content .link {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.link-content .desc {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
#billingGroupOptions .entity,
#serviceGroupOptions .entity,
#domainGroupOptions .entity,
#entityOptions .entity,
#entityOnOptions .entity,
.accounts .entity,
#entityPostOptions .entity,
#haulerOptions .entity,
#departmentContactOptions .entity,
#billingDepartmentContactOptions .entity,
#orderServiceOptions .entity {
  float: none;
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  margin: 0;
}
#billingGroupOptions .entity:first-child,
#serviceGroupOptions .entity:first-child,
#domainGroupOptions .entity:first-child,
#entityOptions .entity:first-child,
#entityOnOptions .entity:first-child,
.accounts .entity:first-child,
#entityPostOptions .entity:first-child,
#haulerOptions .entity:first-child,
#departmentContactOptions .entity:first-child,
#billingDepartmentContactOptions .entity:first-child,
#orderServiceOptions .entity:first-child {
  margin-top: 10px;
}
#billingGroupOptions .entity:hover,
#serviceGroupOptions .entity:hover,
#domainGroupOptions .entity:hover,
#entityOptions .entity:hover,
#entityOnOptions .entity:hover,
.accounts .entity:hover,
#entityPostOptions .entity:hover,
#haulerOptions .entity:hover,
#departmentContactOptions .entity:hover,
#billingDepartmentContactOptions .entity:hover,
#orderServiceOptions .entity:hover {
  background: #7dae41;
  color: #fff;
}
#billingGroupOptions .entity:hover .info p,
#serviceGroupOptions .entity:hover .info p,
#domainGroupOptions .entity:hover .info p,
#entityOptions .entity:hover .info p,
#entityOnOptions .entity:hover .info p,
.accounts .entity:hover .info p,
#entityPostOptions .entity:hover .info p,
#haulerOptions .entity:hover .info p,
#departmentContactOptions .entity:hover .info p,
#billingDepartmentContactOptions .entity:hover .info p,
#orderServiceOptions .entity:hover .info p {
  color: #fff !important;
}
#billingGroupOptions .entity:hover .info .fa,
#serviceGroupOptions .entity:hover .info .fa,
#domainGroupOptions .entity:hover .info .fa,
#entityOptions .entity:hover .info .fa,
#entityOnOptions .entity:hover .info .fa,
.accounts .entity:hover .info .fa,
#entityPostOptions .entity:hover .info .fa,
#haulerOptions .entity:hover .info .fa,
#departmentContactOptions .entity:hover .info .fa,
#billingDepartmentContactOptions .entity:hover .info .fa,
#orderServiceOptions .entity:hover .info .fa {
  color: #fff !important;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
#billingGroupOptions .entity:hover .info .far,
#serviceGroupOptions .entity:hover .info .far,
#domainGroupOptions .entity:hover .info .far,
#entityOptions .entity:hover .info .far,
#entityOnOptions .entity:hover .info .far,
.accounts .entity:hover .info .far,
#entityPostOptions .entity:hover .info .far,
#haulerOptions .entity:hover .info .far,
#departmentContactOptions .entity:hover .info .far,
#billingDepartmentContactOptions .entity:hover .info .far,
#orderServiceOptions .entity:hover .info .far {
  color: #fff !important;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
#billingGroupOptions .entity label,
#serviceGroupOptions .entity label,
#domainGroupOptions .entity label,
#entityOptions .entity label,
#entityOnOptions .entity label,
.accounts .entity label,
#entityPostOptions .entity label,
#haulerOptions .entity label,
#departmentContactOptions .entity label,
#billingDepartmentContactOptions .entity label,
#orderServiceOptions .entity label {
  width: 100%;
  display: block;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 0;
}
#billingGroupOptions .entity .option,
#serviceGroupOptions .entity .option,
#domainGroupOptions .entity .option,
#entityOptions .entity .option,
#entityOnOptions .entity .option,
.accounts .entity .option,
#entityPostOptions .entity .option,
#haulerOptions .entity .option,
#departmentContactOptions .entity .option,
#billingDepartmentContactOptions .entity .option,
#orderServiceOptions .entity .option {
  display: none;
}
#billingGroupOptions .entity .wrapper,
#serviceGroupOptions .entity .wrapper,
#domainGroupOptions .entity .wrapper,
#entityOptions .entity .wrapper,
#entityOnOptions .entity .wrapper,
.accounts .entity .wrapper,
#entityPostOptions .entity .wrapper,
#haulerOptions .entity .wrapper,
#departmentContactOptions .entity .wrapper,
#billingDepartmentContactOptions .entity .wrapper,
#orderServiceOptions .entity .wrapper {
  padding: 0;
}
#billingGroupOptions .entity .wrapper .profile-img,
#serviceGroupOptions .entity .wrapper .profile-img,
#domainGroupOptions .entity .wrapper .profile-img,
#entityOptions .entity .wrapper .profile-img,
#entityOnOptions .entity .wrapper .profile-img,
.accounts .entity .wrapper .profile-img,
#entityPostOptions .entity .wrapper .profile-img,
#haulerOptions .entity .wrapper .profile-img,
#departmentContactOptions .entity .wrapper .profile-img,
#billingDepartmentContactOptions .entity .wrapper .profile-img,
#orderServiceOptions .entity .wrapper .profile-img {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
#billingGroupOptions .entity .wrapper .info,
#serviceGroupOptions .entity .wrapper .info,
#domainGroupOptions .entity .wrapper .info,
#entityOptions .entity .wrapper .info,
#entityOnOptions .entity .wrapper .info,
.accounts .entity .wrapper .info,
#entityPostOptions .entity .wrapper .info,
#haulerOptions .entity .wrapper .info,
#departmentContactOptions .entity .wrapper .info,
#billingDepartmentContactOptions .entity .wrapper .info,
#orderServiceOptions .entity .wrapper .info {
  overflow: hidden;
}
#billingGroupOptions .entity .wrapper .info h5,
#serviceGroupOptions .entity .wrapper .info h5,
#domainGroupOptions .entity .wrapper .info h5,
#entityOptions .entity .wrapper .info h5,
#entityOnOptions .entity .wrapper .info h5,
.accounts .entity .wrapper .info h5,
#entityPostOptions .entity .wrapper .info h5,
#haulerOptions .entity .wrapper .info h5,
#departmentContactOptions .entity .wrapper .info h5,
#billingDepartmentContactOptions .entity .wrapper .info h5,
#orderServiceOptions .entity .wrapper .info h5 {
  margin-bottom: 0px;
}
#billingGroupOptions .entity .wrapper .info p,
#serviceGroupOptions .entity .wrapper .info p,
#domainGroupOptions .entity .wrapper .info p,
#entityOptions .entity .wrapper .info p,
#entityOnOptions .entity .wrapper .info p,
.accounts .entity .wrapper .info p,
#entityPostOptions .entity .wrapper .info p,
#haulerOptions .entity .wrapper .info p,
#departmentContactOptions .entity .wrapper .info p,
#billingDepartmentContactOptions .entity .wrapper .info p,
#orderServiceOptions .entity .wrapper .info p {
  color: #777;
  font-size: 14px;
}
#billingGroupOptions .entity .wrapper .info .fa,
#serviceGroupOptions .entity .wrapper .info .fa,
#domainGroupOptions .entity .wrapper .info .fa,
#entityOptions .entity .wrapper .info .fa,
#entityOnOptions .entity .wrapper .info .fa,
.accounts .entity .wrapper .info .fa,
#entityPostOptions .entity .wrapper .info .fa,
#haulerOptions .entity .wrapper .info .fa,
#departmentContactOptions .entity .wrapper .info .fa,
#billingDepartmentContactOptions .entity .wrapper .info .fa,
#orderServiceOptions .entity .wrapper .info .fa {
  color: #999;
  font-size: 20px;
  margin-top: 8px;
}
#billingGroupOptions .entity .wrapper .info .far,
#serviceGroupOptions .entity .wrapper .info .far,
#domainGroupOptions .entity .wrapper .info .far,
#entityOptions .entity .wrapper .info .far,
#entityOnOptions .entity .wrapper .info .far,
.accounts .entity .wrapper .info .far,
#entityPostOptions .entity .wrapper .info .far,
#haulerOptions .entity .wrapper .info .far,
#departmentContactOptions .entity .wrapper .info .far,
#billingDepartmentContactOptions .entity .wrapper .info .far,
#orderServiceOptions .entity .wrapper .info .far {
  color: #999;
  font-size: 20px;
  margin-top: 8px;
}
#billingGroupOptions .form-action,
#serviceGroupOptions .form-action,
#domainGroupOptions .form-action,
#entityOptions .form-action,
#entityOnOptions .form-action,
.accounts .form-action,
#entityPostOptions .form-action,
#haulerOptions .form-action,
#departmentContactOptions .form-action,
#billingDepartmentContactOptions .form-action,
#orderServiceOptions .form-action {
  margin-top: 15px;
}
.about-apps {
  text-align: center;
}
.about-apps a {
  display: inline-block;
  font-size: 16px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.about-apps span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
}
#profile-header-board2 .profile {
  margin-bottom: 8px;
}
#profile-header-board2 .profile-image {
  border: 2px solid #fff;
  float: none;
  height: 50px;
  margin: 13px 0 0;
  width: 50px;
}
#profile-header-board2 .profile-image .edit-dp {
  font-size: 16px;
  margin-top: 15px;
  position: relative;
}
#profile-header-board2 #profile-menu-board.sticky .profile-image {
  height: 40px !important;
  margin: 10px 0 0 -2px !important;
  width: 36px !important;
  background-size: contain !important;
}
#profile-header-board2 #profile-menu-board.sticky h4.boardTitle {
  top: 9px;
  left: 45px;
}
#profile-header-board2 h1 {
  margin-left: 0;
  min-height: 40px;
  padding-left: 0;
  left: 15px;
}
#profile-header-board2 .info {
  margin-left: 0;
  min-height: 16px;
  text-transform: none;
}
#profile-header-board2 .profile-apps .profile-info h4 {
  margin-left: -36px;
  margin-top: 13px;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#profile-header-board2 .apps {
  float: none;
  margin-left: 0;
  text-align: center;
}
#NotificationCtrl .well,
#NotificationCtrlDropdown .well {
  background: #fff;
}
.post-page-view {
  background: #fff;
}
.post-page-view .info .dropdown-menu li .wrapper {
  overflow: hidden;
}
.post-page-view .info .dropdown-menu li a {
  border-bottom: 1px solid #eee;
  color: #777;
  font-size: 18px;
  padding: 10px 20px;
  transition: none 0s ease 0s ;
  display: block;
  height: auto;
  overflow: hidden;
}
.post-page-view .info .dropdown-menu li a .profile-img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.post-page-view .info .dropdown-menu li a h4 {
  margin-bottom: 0;
  line-height: normal;
  margin-top: 5px;
  font-size: 14px;
  white-space: normal;
}
.post-page-view .info .dropdown-menu li a span {
  font-size: 14px;
}
.post-page-view .info .dropdown-menu li.active > a,
.post-page-view .info .dropdown-menu li:hover > a {
  color: #fff;
  background: #7dae41;
}
.post-page-view .info .dropdown-menu li:last-child a {
  border-bottom: none;
}
.post-page-view #post-details {
  padding: 0;
}
.post-page-view #post-details .post-content .title {
  font-size: 20px;
}
.post-page-view #post-details .post-content .content {
  font-size: 16px;
  line-height: 24px;
}
.post-page-view #post-details .event-info {
  font-size: 20px;
  line-height: normal;
}
.post-page-view #post-details .event-info .fa {
  font-size: 25px;
  position: relative;
  top: -1px;
}
.post-page-view #post-details .event-info .far {
  font-size: 25px;
  position: relative;
  top: -1px;
}
.post-page-view #post-details .location-info address {
  margin-top: 15px;
}
.post-page-view #post-details .post-icon {
  font-size: 23px;
  margin-right: 8px;
  width: 26px;
}
.post-page-view #post-details .post-icon .fa-map-marker {
  position: relative;
  left: 3px;
}
.post-page-view #post-details .media-attachments .wrapper.docs a {
  font-size: 20px;
  line-height: normal;
}
.post-page-view #post-details .media-attachments .wrapper.docs .fa {
  font-size: 22px;
  margin-top: 0;
}
.post-page-view #post-details .media-attachments .wrapper.docs .far {
  font-size: 22px;
  margin-top: 0;
}
.post-page-view .feed-wrapper .feed-post {
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  padding-bottom: 20px;
}
.error-404 {
  height: 100%;
}
.error-404 body {
  height: 100%;
}
.error-404 body > .container {
  height: 75%;
}
.error-404 body > .container .row {
  height: 100%;
}
.error-404 body > .container .row .col-md-12 {
  height: 100%;
}
.error-404 body > .container .row .col-md-12 h1 {
  margin-top: 50px;
}
.share-box .entity label {
  width: 79px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.share-box .entity .option {
  text-align: center;
}
.share-box .entity .option input[type="checkbox"] {
  display: block;
  margin-bottom: 10px;
}
.share-box .entity .option .fa.fa-facebook {
  color: #2953ad;
}
.share-box .entity .option .fa.fa-twitter {
  color: #00aced;
}
.share-box .entity .option .fa.fa-linkedin {
  color: #0073b2;
}
.share-box .entity .option .far.fa-facebook {
  color: #2953ad;
}
.share-box .entity .option .far.fa-twitter {
  color: #00aced;
}
.share-box .entity .option .far.fa-linkedin {
  color: #0073b2;
}
.share-box .entity .wrapper .profile-img {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
}
.bootstrap-growl {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 10px 15px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.bootstrap-growl.alert-danger {
  background-color: #e62525;
  border-color: #e62525;
  color: #fff;
}
.bootstrap-growl.alert-success {
  background-color: #7dae41;
  border-color: #7dae41;
  color: #fff;
}
.contact-list {
  padding-top: 10px;
}
.table h5 {
  margin: 0;
}
.post-content.compose-box img.fancybox.pasted_image {
  max-width: 100%;
}
#searchTopicOptions .col:last-child,
#interestContainer .col:last-child,
#serviceNeededContainer .col:last-child,
#serviceProvidedContainer .col:last-child {
  border-right: none;
}
#searchTopicOptions .col .name,
#interestContainer .col .name,
#serviceNeededContainer .col .name,
#serviceProvidedContainer .col .name {
  display: block;
  font-size: 14px;
  line-height: normal;
  padding: 10px;
  margin: 0 -10px;
  white-space: normal;
  cursor: pointer;
}
#searchTopicOptions .col .name:hover,
#interestContainer .col .name:hover,
#serviceNeededContainer .col .name:hover,
#serviceProvidedContainer .col .name:hover {
  background: #7dae41;
  color: #fff;
}
#interestContainer .col .item,
#serviceNeededContainer .col .item,
#serviceProvidedContainer .col .item {
  padding: 10px;
}
#interestContainer .col .item .checkItem,
#serviceNeededContainer .col .item .checkItem,
#serviceProvidedContainer .col .item .checkItem {
  color: #999;
  font-size: 19px;
  margin-right: 15px;
}
#interestContainer .col .item .checkItem .glyphicon-ok,
#serviceNeededContainer .col .item .checkItem .glyphicon-ok,
#serviceProvidedContainer .col .item .checkItem .glyphicon-ok {
  color: #7dae41;
}
#interestContainer .col .item:hover,
#serviceNeededContainer .col .item:hover,
#serviceProvidedContainer .col .item:hover {
  background: #7dae41;
  color: #fff;
}
#interestContainer .col .item:hover .checkItem,
#serviceNeededContainer .col .item:hover .checkItem,
#serviceProvidedContainer .col .item:hover .checkItem {
  color: #fff;
}
#interestContainer .col .name,
#serviceNeededContainer .col .name,
#serviceProvidedContainer .col .name {
  font-size: 18px;
  padding: 0;
  margin: 0;
  background: transparent !important;
}
#post-details .location-info address {
  margin-top: 15px;
}
#post-details #entityPostOptions {
  max-height: 520px;
  overflow: hidden;
  overflow-y: auto;
}
#post-details .info .dropdown-menu {
  min-width: 260px;
}
#post-details .info .dropdown-menu li a {
  font-size: 14px;
}
#post-details .info .dropdown-menu li a .profile-img {
  width: 36px;
  height: 36px;
}
#post-details .info .dropdown-menu li a .wrapper h4,
#post-details .info .dropdown-menu li a .wrapper span {
  font-size: 14px;
}
#post-details .info h5 {
  font-size: 16px;
}
#post-details .info a {
  margin-top: 5px;
}
#post-details .feed-post > .post-header .profile-img {
  width: 50px;
  height: 50px;
}
#post-details .feed-post > .post-header .info {
  padding-left: 60px;
}
#post-details .feed-post > .post-header .info .name {
  font-size: 16px;
}
#post-details .media-attachments .wrapper .img {
  height: 280px;
}
#post-details .media-attachments .wrapper .img.img-4 {
  height: 200px;
}
#post-details .media-attachments .wrapper .img.img-2 {
  height: 138px;
  margin-bottom: 0;
}
#post-details .media-attachments .wrapper.video {
  max-width: 330px;
  margin: 0 auto;
}
#post-details .media-attachments .wrapper.video .img {
  width: auto;
  height: 200px;
}
#post-details .media-attachments .wrapper.video.youtube {
  max-width: 100%;
}
#post-details .media-attachments .wrapper.video.youtube iframe {
  height: 440px;
}
#post-details .media-attachments .wrapper.photo img {
  width: auto;
  height: auto;
}
#post-details .media-attachments .wrapper.link img {
  width: auto;
  height: auto;
}
.img-upload-bar {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 60px;
}
.auth-page #search-box {
  visibility: hidden !important;
}
.location-info h4 {
  margin-bottom: 5px;
  line-height: normal;
}
.location-info address {
  margin-bottom: 5px;
  overflow: hidden;
}
.location-info address h4 {
  font-size: 20px;
  margin: 0;
  line-height: normal;
}
.location-info address p {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: normal;
}
.location-info .map-link {
  padding-left: 34px;
  font-size: 14px;
}
.location-info .fa {
  margin-right: 10px;
}
.location-info .fa {
  margin-right: 10px;
}
#entityOptions h4,
#entityOnOptions h4,
#entityPostOptions h4,
#billingGroupOptions h4,
#domainGroupOptions h4,
#serviceGroupOptions h4 {
  padding: 0 10px;
}
#entityOptions h4 .fa-remove,
#entityOnOptions h4 .fa-remove,
#entityPostOptions h4 .fa-remove,
#billingGroupOptions h4 .fa-remove,
#domainGroupOptions h4 .fa-remove,
#serviceGroupOptions h4 .fa-remove {
  color: #999;
  cursor: pointer;
  font-size: 22px !important;
  padding-left: 10px;
  padding-right: 6px;
}
.feed-post br,
.profile-boxes .info .content br {
  /* content: "";
    display: block;
    font-size: 50%;
    margin: 1em;*/
}
@-moz-document url-prefix() {
  /* firefox-only css goes here */
  .feed-post br,
  .profile-boxes .info .content br {
    /*content: "";
    display: block;
    font-size: 14%;
    margin: 1em;*/
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
}
.thumbBox {
  border-radius: 50%;
}
.read-more {
  line-height: 22px;
}
.post-icon {
  margin-right: 8px;
}
.date-time {
  /*margin-bottom: 5px;*/
}
.date-time span {
  display: block;
  font-size: 14px !important;
}
.date-time span .action {
  font-size: 14px;
  padding-top: 0;
}
.date-time span a:hover {
  text-decoration: underline;
}
.date-time span a.status {
  color: inherit;
}
.cropControls {
  bottom: 6px;
}
.cropControls span {
  margin: 2px 0 0 5px;
}
.tab-content {
  border: none;
  margin-bottom: 10px;
}
.tab-content .gdiz-formStep {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
  padding: 20px 0 0 0;
}
.user_profile_form .gdiz-formStep h4,
.group_profile_form .gdiz-formStep h4 {
  margin-top: 0;
  margin-bottom: 10px;
}
.user_profile_form .gdiz-formStep .form-group.autocomplete-search,
.group_profile_form .gdiz-formStep .form-group.autocomplete-search {
  margin-bottom: 0;
}
.user_profile_form .gdiz-formStep #hashTagCheckerAlert.text-success,
.group_profile_form .gdiz-formStep #hashTagCheckerAlert.text-success,
.user_profile_form .gdiz-formStep #hashTagCheckerAlert.text-danger,
.group_profile_form .gdiz-formStep #hashTagCheckerAlert.text-danger {
  margin-top: 5px;
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
}
.user_profile_form .gdiz-formStep .form-group,
.group_profile_form .gdiz-formStep .form-group {
  margin-bottom: 20px;
}
.user_profile_form p.change-account,
.group_profile_form p.change-account {
  margin-bottom: 0 !important;
}
.user_profile_form #formLocationBoxSettings.form-group,
.group_profile_form #formLocationBoxSettings.form-group {
  margin-bottom: 0;
}
#profileSettingsFormBody .nav-tabs {
  border: none;
}
#profileSettingsFormBody .nav-tabs a {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #777;
  border: none;
}
#profileSettingsFormBody .nav-tabs li.active a {
  color: #0e5eaf;
}
#profileSettingsFormBody ul.nav-tabs li {
  border-bottom: 4px solid transparent !important;
}
#profileSettingsFormBody ul.nav-tabs li a:hover {
  background: transparent;
}
#profileSettingsFormBody ul.nav-tabs li.active,
#profileSettingsFormBody ul.nav-tabs li:hover {
  border-bottom: 4px solid var(--secondaryColor) !important;
}
label:empty {
  display: none;
}
.socialMediaBlock {
  border: 1px solid #eee;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.socialMediaBlock .profile-img {
  width: 40px;
  height: 40px;
}
.socialMediaBlock h4 {
  font-size: 16px;
  margin-bottom: 0;
}
.socialMediaBlock h4 .btn {
  margin-top: -5px;
  position: relative;
}
#PeoplepointsCtrl .points {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
#PeoplepointsCtrl .item {
  border-bottom: 1px solid #eee;
  clear: both;
  color: #777;
  overflow: hidden;
  padding: 10px 0px;
}
#PeoplepointsCtrl .item:last-child {
  border-bottom: none;
}
#PeoplepointsCtrl .item .profile-img {
  height: 40px;
  margin-right: 10px;
  width: 40px;
}
#PeoplepointsCtrl .item.info {
  overflow: hidden;
}
#PeoplepointsCtrl .item.info .score {
  background: #7dae41;
  color: #fff;
  font-size: 20px;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  min-width: 50px;
  height: 46px;
  border-radius: 5px;
  padding: 12px 15px;
  text-align: center;
  display: inline-block;
}
#PeoplepointsCtrl .item.info .score .fa {
  position: relative;
}
#PeoplepointsCtrl .item.info .score .far {
  position: relative;
}
#PeoplepointsCtrl .item.info .score .fa-minus {
  display: none;
}
#PeoplepointsCtrl .item.info .score.neg-score {
  background: red;
}
#PeoplepointsCtrl .item.info .score.neg-score .fa-minus {
  display: inline-block;
}
#PeoplepointsCtrl .item.info .score.neg-score .fa-plus {
  display: none;
}
#PeoplepointsCtrl .item.info p {
  margin-bottom: 0;
}
#PeoplepointsCtrl .item.info p:first-child {
  margin-top: 10px;
}
#PeoplepointsCtrl .item.info a {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  border: medium none;
  color: #555;
  display: inline;
  overflow: hidden;
  padding: 0;
}
#PeoplepointsCtrl .item.info .time {
  font-size: 14px;
}
#PeoplepointsCtrl .item.info .time abbr {
  border-bottom: none;
}
#PeoplepointsCtrl ul {
  list-style: none outside;
}
#PeoplepointsCtrl .points-sidebar {
  margin: 0px auto;
  max-width: 270px;
  text-align: center;
}
#PeoplepointsCtrl .points-sidebar img {
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 10%;
  width: 120px;
}
#PeoplepointsCtrl .points-sidebar label {
  font-size: 20px;
}
#PeoplepointsCtrl .points-sidebar .count {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
}
#PeoplepointsCtrl .points-sidebar .btn {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  padding: 40px 15px 30px;
  border: none;
  text-align: center;
}
#PeoplepointsCtrl .points-sidebar .btn .fa {
  font-size: 50px;
  line-height: 24px;
  display: block;
}
#PeoplepointsCtrl .points-sidebar .btn .far {
  font-size: 50px;
  line-height: 24px;
  display: block;
}
#PeoplepointsCtrl .points-sidebar .toolbar .btn {
  padding: 6px;
}
#PointsDonateCtrl .btn-group {
  margin: 0 auto;
  display: inline-block;
}
.beta {
  position: absolute;
  color: red;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  left: 224px;
  font-size: 14px;
}
#PeoplepointsCtrl .col-md-12 .points-sidebar {
  float: none;
}
.date-pick .dropdown-menu {
  padding: 15px;
  min-width: 336px;
}
.date-pick .dropdown-menu .btn,
.date-pick .dropdown-menu .btn-group {
  margin: 0;
}
.date-pick .datepicker {
  width: auto;
  margin: 0;
  border-radius: 0;
  padding: 0;
  max-width: 150px;
}
.total-score {
  color: #555;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
#BuyPeoplepoints .form-wrapper {
  max-width: 500px;
}
.datepicker {
  border-radius: 4px;
  direction: ltr;
  margin-top: 1px;
  padding: 4px;
  width: 320px;
}
.datepicker table {
  margin: 0;
  width: 100%;
}
.datepicker table td,
.datepicker table th {
  border: medium none;
  border-radius: 4px;
  height: 20px;
  text-align: center;
  font-family: Verdana, Arial sans-serif;
}
.datepicker table td small,
.datepicker table th small {
  font-size: 12px;
}
.datepicker table th {
  height: 36px;
}
.datepicker table td.past {
  color: #999999;
}
.datepicker table td.future {
  color: #999999;
}
.datepicker table .btn {
  font-family: Verdana, Arial sans-serif;
}
.datepicker table .btn-sm {
  font-size: 12px;
}
.datepicker table .btn-default {
  border-color: #eee;
  border-radius: 0;
}
.event-item {
  margin-bottom: 20px;
}
.event-item:first-child h4 {
  margin-top: 0;
}
.event-item .date-heading {
  font-size: 20px;
  color: #999;
  text-transform: uppercase;
}
.event-item .time {
  font-size: 26px;
  text-transform: uppercase;
  color: #777;
  line-height: normal;
}
.event-item .time span {
  font-size: 14px;
  position: relative;
  top: -8px;
}
.event-item .title {
  margin-top: 0 !important;
}
.event-item .event {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.event-item .event:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.event-item .event:last-child {
  border-bottom: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#PromoteController #post-details .media-attachments .wrapper.video .img {
  height: 200px;
  width: 100%;
}
#PromoteController .col {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
}
#PromoteController .col:last-child {
  border-right: none;
}
#PromoteController .col .name {
  font-size: 16px;
  overflow: hidden;
}
#PromoteController .col .checkbox {
  padding: 5px 10px ;
}
#PromoteController .feed-post {
  border-bottom: 0;
}
#PromoteController .selectedInterests,
#PromoteController .selectedService {
  margin-bottom: 10px;
}
#PromoteController .selectedInterests .interestItem,
#PromoteController .selectedService .interestItem {
  padding: 5px 10px;
  color: #777;
}
#PromoteController #interestContainer .col {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
}
#PromoteController #interestContainer .col:last-child {
  border-right: none;
}
#PromoteController #interestContainer .col .name {
  font-size: 16px;
  overflow: hidden;
}
#PromoteController #interestContainer .col .item .checkItem {
  font-size: 16px;
  margin-right: 10px;
}
.selected-contact {
  margin-top: 10px;
}
.task-filter-bar .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 10px;
}
.task-filter-bar .form-horizontal .form-group .checkbox {
  padding-top: 0px;
}
#InviteShareController .btn-grp,
#BoardShareController .btn-grp {
  text-align: center;
}
#InviteShareController .addthis_sharing_toolbox,
#BoardShareController .addthis_sharing_toolbox {
  display: inline-block;
  margin-right: -3px;
  vertical-align: top;
}
#InviteShareController .at-share-btn,
#BoardShareController .at-share-btn,
#InviteShareController .at-icon-wrapper,
#BoardShareController .at-icon-wrapper,
#InviteShareController .at-icon,
#BoardShareController .at-icon {
  width: 50px !important;
  height: 50px !important;
  max-width: 50px !important;
  max-height: 50px !important;
  transition: all 0.2s ease-in-out 0s;
  text-decoration: none;
}
#InviteShareController .at-share-btn:hover,
#BoardShareController .at-share-btn:hover,
#InviteShareController .at-icon-wrapper:hover,
#BoardShareController .at-icon-wrapper:hover,
#InviteShareController .at-icon:hover,
#BoardShareController .at-icon:hover {
  outline-offset: -1px;
  transform: translateY(-4px);
}
#InviteShareController .custom-pm-link-share,
#BoardShareController .custom-pm-link-share {
  background: #666 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  line-height: 50px;
  /*margin-top: 2px;*/
  vertical-align: top;
  transition: all 0.2s ease-in-out 0s;
}
#InviteShareController .custom-pm-link-share:hover,
#BoardShareController .custom-pm-link-share:hover {
  outline-offset: -1px;
  transform: translateY(-4px);
}
#InviteShareController .custom-pm-profile-share,
#BoardShareController .custom-pm-profile-share {
  background: #0e5eaf;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  /* margin-right: -3px;
    margin-top: 2px;*/
  padding: 4px;
  vertical-align: top;
  width: 52px;
}
#InviteShareController .custom-pm-profile-share:hover,
#BoardShareController .custom-pm-profile-share:hover {
  outline-offset: -1px;
  transform: translateY(-4px);
}
/************************************/
.website-home.ms #home .home-section .profile .img {
  background-size: cover !important;
  border: 4px solid #fff;
  border-radius: 8%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.34);
  height: 220px;
  margin: 30px auto;
  width: 220px;
}
.website-home.ms #home .home-section .feature i {
  color: #0e5eaf;
}
.website-home.ms #intro.photo-4 h2 {
  overflow: visible;
}
#search-results .item,
#search-results-2 .item,
#search-results2 .item {
  min-height: auto !important;
}
#search-results .item.curr-4 .wrapper,
#search-results-2 .item.curr-4 .wrapper,
#search-results2 .item.curr-4 .wrapper {
  height: 30px;
}
#search-results2 .item {
  height: auto !important;
  min-height: auto !important;
}
#agreementUser .checkbox,
#agreementGroup .checkbox {
  margin-top: 30px;
  margin-bottom: 30px;
}
#agreementUser .checkbox label,
#agreementGroup .checkbox label {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: normal;
  padding-left: 40px;
}
#agreementUser .checkbox input[type="checkbox"],
#agreementGroup .checkbox input[type="checkbox"] {
  margin-left: -30px;
}
div[aria-describedby="gdiz-confirm-modal"] #gdiz-confirm-modal {
  min-height: 75px !important;
}
div[aria-describedby="gdiz-confirm-modal"] #gdiz-confirm-modal p {
  margin: 0 0 20px !important;
}
div[aria-describedby="gdiz-confirm-modal"] .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
  right: 40px !important;
}
div[aria-describedby="gdiz-confirm-modal"] {
  border: 0;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  z-index: 9999;
  padding: 50px 35px !important;
}
div[aria-describedby="gdiz-confirm-modal"] #gdiz-confirm-modal {
  margin-bottom: 10px;
}
div[aria-describedby="gdiz-confirm-modal"] .ui-dialog-titlebar {
  display: none;
}
div[aria-describedby="gdiz-confirm-modal"] .ui-widget-content {
  border: 0;
  background-color: #fff;
}
div[aria-describedby="gdiz-confirm-modal"] .ui-dialog-buttonpane .ui-dialog-buttonset button {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  min-width: 68px;
}
div[aria-describedby="gdiz-confirm-modal"] .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child {
  background: var(--primaryColor);
  border-color: var(--primaryColor);
  color: #fff;
}
div[aria-describedby="gdiz-confirm-modal"] .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
  position: absolute;
  right: 30px;
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
.tour-tour {
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
.tour-tour .popover-content {
  min-width: 300px;
  max-width: 520px;
  font-size: 18px;
  line-height: 26px;
  padding: 20px 30px;
}
.tour-tour .popover-content strong {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.popover[class*="tour-"] .popover-navigation {
  padding: 20px 30px;
  padding-top: 10px;
}
.date-block {
  overflow: hidden;
}
.rsvp-participants.form-group input[type="checkbox"],
.rsvp-participants .form-group input[type="checkbox"] {
  margin-right: 10px;
}
.rsvp-participants.form-group .profile-img,
.rsvp-participants .form-group .profile-img {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.rsvp-participants.form-group .info,
.rsvp-participants .form-group .info {
  overflow: hidden;
}
.rsvp-participants.form-group .info h5,
.rsvp-participants .form-group .info h5 {
  margin: 0;
  font-size: 15px;
}
.rsvp-participants.form-group .info .status,
.rsvp-participants .form-group .info .status {
  font-size: 14px;
  color: #777;
  line-height: normal;
}
.rsvp-participants.form-group .info .status label,
.rsvp-participants .form-group .info .status label {
  color: #000;
}
.rsvp-participants.form-group .info .location,
.rsvp-participants .form-group .info .location {
  font-size: 12px;
  color: #777;
}
.comment-edit {
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 18px;
  padding: 10px 16px;
  min-height: 75px;
  margin-bottom: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#FollowersList .selected-users,
#ThreadUsersController .selected-users,
#TaskUsersController .selected-users {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#FollowersList .selected-users .location,
#ThreadUsersController .selected-users .location,
#TaskUsersController .selected-users .location {
  color: #777;
  font-size: 12px;
}
#FollowersList .selected-users .profile-img,
#ThreadUsersController .selected-users .profile-img,
#TaskUsersController .selected-users .profile-img {
  margin-right: 10px;
}
#FollowersList .selected-users h5,
#ThreadUsersController .selected-users h5,
#TaskUsersController .selected-users h5 {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#FollowersList .selected-users .fa-close,
#ThreadUsersController .selected-users .fa-close,
#TaskUsersController .selected-users .fa-close {
  cursor: pointer;
  color: #999;
}
#FollowersList .selected-users .fa-close:hover,
#ThreadUsersController .selected-users .fa-close:hover,
#TaskUsersController .selected-users .fa-close:hover {
  color: #444;
}
#FollowersList .toolbar,
#ThreadUsersController .toolbar,
#TaskUsersController .toolbar {
  position: relative;
}
#FollowersList .toolbar .input-group,
#ThreadUsersController .toolbar .input-group,
#TaskUsersController .toolbar .input-group {
  position: static;
}
#FollowersList .toolbar .input-group input[type="text"],
#ThreadUsersController .toolbar .input-group input[type="text"],
#TaskUsersController .toolbar .input-group input[type="text"] {
  border: 1px solid #ddd;
  font-size: 14px;
  height: 36px;
  padding: 5px 15px;
  border-right: none;
  box-shadow: none;
}
#FollowersList .toolbar [class*="col-"],
#ThreadUsersController .toolbar [class*="col-"],
#TaskUsersController .toolbar [class*="col-"] {
  position: static;
}
#FollowersList .toolbar .locator .local-search,
#ThreadUsersController .toolbar .locator .local-search,
#TaskUsersController .toolbar .locator .local-search {
  position: relative;
}
#FollowersList .toolbar .locator .local-search-box,
#ThreadUsersController .toolbar .locator .local-search-box,
#TaskUsersController .toolbar .locator .local-search-box {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  left: 0;
}
#FollowersList .toolbar .locator .local-search-box.active,
#ThreadUsersController .toolbar .locator .local-search-box.active,
#TaskUsersController .toolbar .locator .local-search-box.active {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 4px;
  display: block;
  position: absolute;
  width: 290px;
  z-index: 999;
}
#FollowersList .topics-dropdown .dropdown,
#ThreadUsersController .topics-dropdown .dropdown,
#TaskUsersController .topics-dropdown .dropdown {
  position: static;
}
#FollowersList .topics-dropdown .dropdown-menu,
#ThreadUsersController .topics-dropdown .dropdown-menu,
#TaskUsersController .topics-dropdown .dropdown-menu {
  padding: 6px 4px;
}
#FollowersList .topics-dropdown .dropdown-menu li a,
#ThreadUsersController .topics-dropdown .dropdown-menu li a,
#TaskUsersController .topics-dropdown .dropdown-menu li a {
  font-size: 14px;
  line-height: normal;
  overflow: hidden;
  padding: 10px;
  text-align: left;
  white-space: normal;
  border-bottom: none;
  color: #555;
}
#FollowersList .topics-dropdown .dropdown-menu li a:hover,
#ThreadUsersController .topics-dropdown .dropdown-menu li a:hover,
#TaskUsersController .topics-dropdown .dropdown-menu li a:hover {
  text-decoration: none;
  color: #fff;
}
#FollowersList .topics-dropdown .dropdown-menu .col,
#ThreadUsersController .topics-dropdown .dropdown-menu .col,
#TaskUsersController .topics-dropdown .dropdown-menu .col {
  margin: 10px 0;
  padding: 0 6px;
  border-right: 1px solid #ddd;
}
#FollowersList .topics-dropdown .dropdown-menu .col:last-child,
#ThreadUsersController .topics-dropdown .dropdown-menu .col:last-child,
#TaskUsersController .topics-dropdown .dropdown-menu .col:last-child {
  border-right: none;
}
#FollowersList .topics-dropdown .dropdown-toggle,
#ThreadUsersController .topics-dropdown .dropdown-toggle,
#TaskUsersController .topics-dropdown .dropdown-toggle {
  color: #777;
}
#FollowersList .input-group-addon,
#ThreadUsersController .input-group-addon,
#TaskUsersController .input-group-addon {
  font-size: 15px;
  padding: 5px 15px;
  background: #7dae41;
  border-color: #7dae41;
  border-radius: 0 4px 4px 0;
  color: #fff;
  cursor: pointer;
}
#FollowersList .input-group-addon.topics-dropdown,
#ThreadUsersController .input-group-addon.topics-dropdown,
#TaskUsersController .input-group-addon.topics-dropdown {
  border-radius: 0;
  background: #fefefe;
  border: 1px solid #ddd;
  border-left-color: transparent;
}
.share-post-block {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#ShareController .follow-list,
#InviteProfileController .follow-list,
#InviteBoardController .follow-list {
  padding: 0;
  list-style: none outside;
}
#ShareController .follow-list li .profile-img,
#InviteProfileController .follow-list li .profile-img,
#InviteBoardController .follow-list li .profile-img {
  height: 30px;
  width: 30px;
}
#ShareController .follow-list li h4,
#InviteProfileController .follow-list li h4,
#InviteBoardController .follow-list li h4 {
  margin-top: 8px !important;
  font-size: 14px;
}
#ShareController .source-profile .profile-img,
#InviteProfileController .source-profile .profile-img,
#InviteBoardController .source-profile .profile-img {
  width: 50px;
  height: 50px;
}
#ShareController .source-profile h4,
#InviteProfileController .source-profile h4,
#InviteBoardController .source-profile h4 {
  margin-top: 14px !important;
  font-size: 16px;
  color: #999;
}
#ShareController .source-profile h4 .change-account,
#InviteProfileController .source-profile h4 .change-account,
#InviteBoardController .source-profile h4 .change-account {
  font-size: 16px;
}
#ShareController .hide-on-share,
#InviteProfileController .hide-on-share,
#InviteBoardController .hide-on-share {
  display: none;
}
#ShareController .linkShare,
#InviteProfileController .linkShare,
#InviteBoardController .linkShare {
  padding: 15px;
  margin-bottom: 25px;
  font-size: 16px;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
#ShareController .feed-post.hide-share > .post-header,
#InviteProfileController .feed-post.hide-share > .post-header,
#InviteBoardController .feed-post.hide-share > .post-header {
  display: none;
}
#ShareController .feed-post.hide-share > .post-content,
#InviteProfileController .feed-post.hide-share > .post-content,
#InviteBoardController .feed-post.hide-share > .post-content {
  display: none;
}
#ShareController .feed-post.hide-share > .media-attachments,
#InviteProfileController .feed-post.hide-share > .media-attachments,
#InviteBoardController .feed-post.hide-share > .media-attachments {
  display: none;
}
#InviteShareController .btn-grp .btn {
  margin-bottom: 15px;
}
#InviteShareController .btn-grp .btn .fa {
  margin-top: 1px;
}
#InviteShareController .btn-grp .btn .far {
  margin-top: 1px;
}
.draftsBtnGrp {
  /* margin-top: 15px; */
}
a#tour-home .fa {
  font-size: 23px;
  margin-top: -2px;
}
a#tour-home .far {
  font-size: 23px;
  margin-top: -2px;
}
ul#topMenuBar i {
  color: #777;
  font-size: 21px !important;
  vertical-align: middle;
}
ul#topMenuBar li a {
  font-size: 12px;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  color: #333;
  opacity: 1;
  border-radius: 6px;
  min-height: 42px;
}
ul#topMenuBar li a:hover {
  color: #333;
}
ul#topMenuBar li a.cs_active_menu {
  background-color: #f1f1f1 !important;
}
ul#topMenuBar li a#tour-home {
  padding-bottom: 11px !important;
}
ul#topMenuBar li a.profile-dropdown.settings {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
ul#topMenuBar li a#tour-inbox {
  padding-top: 11px !important;
}
ul#topMenuBar li a#NotificationCtrlDropdown i.fa-bell {
  vertical-align: middle;
}
ul#topMenuBar li a.profile-dropdown.settings.tour-profile {
  padding-top: 1px !important;
}
ul#topMenuBar li a#tour-home,
ul#topMenuBar li a.profile-dropdown,
ul#topMenuBar li a#tour-inbox,
ul#topMenuBar li a#NotificationCtrlDropdown,
ul#topMenuBar li a#quotes-home,
ul#topMenuBar li a#truck-home,
ul#topMenuBar li a#task-home {
  margin-left: 3px;
}
ul#topMenuBar li a#tour-home:hover,
ul#topMenuBar li a.profile-dropdown:hover,
ul#topMenuBar li a#tour-inbox:hover,
ul#topMenuBar li a#tour-dashboard:hover,
ul#topMenuBar li a#NotificationCtrlDropdown:hover,
ul#topMenuBar li a#quotes-home:hover,
ul#topMenuBar li a#truck-home:hover,
ul#topMenuBar li a#task-home:hover {
  background-color: #f1f1f1 !important;
}
ul#topMenuBar li a._dropdown_picture {
  margin-left: 0;
}
ul#topMenuBar li a._dropdown_picture:hover {
  background-color: var(--primaryColor) !important;
}
ul#topMenuBar li ul.dropdown-menu.profile_dropdown li a {
  border-radius: 0;
  min-height: auto;
}
ul#topMenuBar li._my_community a {
  border-radius: 0;
}
ul#topMenuBar li._my_community a i.far {
  color: #fff;
}
ul#topMenuBar span.dropdown {
  margin-top: 0 !important;
}
ul#topMenuBar .fa {
  font-size: 21px;
}
ul#topMenuBar .far {
  font-size: 21px;
}
ul#topMenuBar .far:hover {
  color: #7dae41;
}
ul#topMenuBar .far:active {
  color: #7dae41;
}
ul#topMenuBar .fa-address-card {
  font-size: 22px;
}
ul#topMenuBar .fa-home {
  font-size: 22px;
}
ul#topMenuBar .fa-truck-container {
  font-size: 22px;
}
ul#topMenuBar .fa-angle-down {
  font-size: 18px;
}
ul#topMenuBar .fa-angle-up {
  font-size: 18px;
}
#topMenuBar .navbar-right > a {
  opacity: 1;
}
#topMenuBar .navbar-right > a:hover {
  color: #7dae41;
}
#topMenuBar .navbar-nav > li {
  margin-right: 2px;
}
#responsiveTopMenuBar .quick-menu .dropdown {
  margin: 0px !important;
}
.support-assets .form-group .item {
  padding: 15px;
  margin-bottom: 40px;
}
.support-assets .form-group .item.inverse {
  background: #000;
  display: inline-block;
}
.support-assets .form-group img {
  display: inline-block;
  max-width: 400px;
  vertical-align: bottom;
  margin-right: 10px;
}
.profile-more {
  display: inline-block;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-shadow: none;
  letter-spacing: normal;
}
.profile-more > a {
  color: #fff;
}
.profile-more .profile-dropdown {
  text-decoration: none !important;
}
.profile-more .dropdown-menu {
  left: auto;
  right: 0;
}
.profile-more .dropdown-menu li {
  font-size: 14px;
}
.profile-more .dropdown-menu li .fa-check {
  color: #7dae41;
  font-size: 18px;
}
.profile-more .profile-dropdown {
  vertical-align: middle;
}
.profile-more .profile-dropdown .fa {
  vertical-align: middle;
}
.profile-more .profile-dropdown .far {
  vertical-align: middle;
}
.profile-more .caret-icon {
  position: static;
  padding-right: 0;
}
.profile-more .caret-icon .fa-caret-up {
  display: none;
}
.profile-more .caret-icon .fa-angle-up {
  display: none;
}
.profile-more.open .fa-caret-down {
  display: none;
}
.profile-more.open .fa-caret-up {
  display: inline-block;
}
.profile-more.open .fa-angle-down {
  display: none;
}
.profile-more.open .fa-angle-up {
  display: inline-block;
}
.profile-more i {
  font-size: 26px;
  margin-right: 5px;
}
.dropdown-menu .addthis_sharing_toolbox {
  padding: 0px;
  margin-left: -2px;
  margin-right: -2px;
  display: inline-block;
}
.dropdown-menu .addthis_sharing_toolbox a {
  width: 32px !important;
  height: 32px !important;
  display: inline-block !important;
  padding: 0 !important;
}
.dropdown-menu .custom-pm-share {
  background: #00703a !important;
  vertical-align: top;
  display: inline-block !important;
  height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 32px !important;
  margin-top: 2px !important;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
}
.dropdown-menu .custom-pm-share img {
  display: inline-block;
  margin-top: 5px;
  max-width: 86%;
}
.dropdown-menu .custom-pm-share:hover {
  background: var(--secondaryColor) !important;
  outline-offset: -1px;
  transform: translateY(-4px);
}
.dropdown-menu .custom-pm-email-share {
  background: transparent none repeat scroll 0 0 !important;
  clear: none;
  display: inline-block !important;
  vertical-align: top;
  margin-top: 2px !important;
  transition: all 0.2s ease-in-out 0s;
}
.dropdown-menu .custom-pm-email-share:hover {
  outline-offset: -1px;
  transform: translateY(-4px);
}
.dropdown-menu .custom-pm-link-share {
  background: #666 !important;
  clear: none;
  display: inline-block !important;
  vertical-align: top;
  margin-top: 2px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
}
.dropdown-menu .custom-pm-link-share:hover {
  background: #666 !important;
  outline-offset: -1px;
  transform: translateY(-4px);
}
.dropdown-menu .custom-pm-link-share .fa {
  color: #fff;
  margin-right: 0;
  width: auto;
  line-height: 32px;
}
.dropdown-menu .custom-pm-link-share .far {
  color: #fff;
  margin-right: 0;
  width: auto;
  line-height: 32px;
}
.addthis-custom {
  text-align: center;
}
.vendor_tab i.far {
  display: inline !important;
  font-size: 12px !important;
}
#event-post-results .well {
  background: #fff none repeat scroll 0 0;
  padding: 15px;
}
#event-post-results .event-item .date-heading {
  padding-left: 15px;
}
/*********** About Page **************/
#home #about-section {
  background: #fff;
  padding-top: 90px;
  padding-bottom: 0 !important;
}
#home #about-section .pad-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
#home #about-section .bg-grey {
  background: #ededed;
}
#home #about-section h1 {
  margin-bottom: 30px;
}
#home #about-section h3 {
  color: #333;
}
#home #about-section .desc {
  font-size: 17px;
  letter-spacing: -0.1px;
  line-height: 24px;
  text-align: left;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
#home #about-section .desc p {
  line-height: normal;
}
#home #about-section .desc .company {
  color: #333;
  margin-bottom: 0;
}
#home #about-section .about-logo {
  margin-bottom: -130px;
}
#home #about-section .about-logo img {
  display: inline-block;
}
#home #about-section .about-applications img {
  display: inline-block;
}
#home #about-section .photo-4 {
  background: url('../images/poster2.jpg') no-repeat center center transparent;
  height: 470px;
  background-size: cover;
  border-bottom: 15px solid #d5d5cd;
}
#home #about-section .primary-bg,
#home #about-section .secondary-bg {
  color: #fff;
  padding: 15px 0;
}
#home #about-section .primary-bg p,
#home #about-section .secondary-bg p {
  font-size: 28px;
  letter-spacing: -1px;
  line-height: normal;
  margin: 4px 0;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
#home #about-section .primary-bg h2,
#home #about-section .secondary-bg h2 {
  margin: 0;
  line-height: normal;
}
#home #about-section .align-right {
  text-align: right;
}
#home #about-section .pad-border-bottom-15 {
  border-bottom: 15px solid;
}
#home #about-section .primary-bg {
  background: #669933;
}
#home #about-section .primary-border {
  border-color: #669933;
}
#home #about-section .secondary-bg {
  background: #06519d;
}
#home #about-section .secondary-border {
  border-color: #06519d;
}
#home #about-section .feature {
  text-align: center;
  margin: 20px 0;
  margin-bottom: 30px;
}
#home #about-section .feature img {
  display: inline-block;
  margin-bottom: 15px;
}
#home #about-section .feature p {
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  font-size: 22px;
  letter-spacing: -0.2px;
  line-height: normal;
  margin: 4px auto;
  text-align: center;
}
#home #about-section .feature p span {
  display: inline-block;
  font-size: 16px;
  color: #646464;
}
/************* NEW ABOUT PAGE ************/
#home #about-section2 {
  background: #fff;
  padding-top: 0px;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 980px) {
  #home #about-section2 {
    padding-top: 56px;
  }
}
#home #about-section2 .mask {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}
#home #about-section2 .about-footer {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}
#home #about-section2 .about-footer h2 {
  color: #fff;
  font-size: 26px;
  margin: 20px 0;
}
#home #about-section2 .intro {
  text-align: left;
}
#home #about-section2 .intro h1 {
  color: #fff;
  font-size: 42px;
  letter-spacing: -1px;
  line-height: normal;
  margin: 0 0 24px;
  overflow: visible;
  text-align: left;
  margin-top: 160px;
}
#home #about-section2 .intro h2 {
  color: #fff;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: normal;
  margin: 0;
  text-align: left;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
}
#home #about-section2 .intro h3 {
  color: #fff;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
  letter-spacing: 0;
}
#home #about-section2 .intro .btn {
  font-size: 18px;
  padding: 10px 25px;
}
#home #about-section2 .pad-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
#home #about-section2 .bg-grey {
  background: #ededed;
}
#home #about-section2 h1 {
  margin-bottom: 30px;
}
#home #about-section2 h3 {
  color: #333;
}
#home #about-section2 .desc {
  font-size: 17px;
  letter-spacing: -0.1px;
  line-height: 24px;
  text-align: left;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
#home #about-section2 .desc p {
  line-height: normal;
}
#home #about-section2 .desc .company {
  color: #333;
  margin-bottom: 0;
}
#home #about-section2 .about-logo {
  margin-bottom: -130px;
}
#home #about-section2 .about-logo img {
  display: inline-block;
}
#home #about-section2 .about-applications .col-md-3 {
  padding: 0 !important;
}
#home #about-section2 .about-applications .app {
  position: relative;
  margin-top: 50px;
}
#home #about-section2 .about-applications .app .ball {
  border-radius: 50%;
  height: 60px;
  left: 20px;
  position: absolute;
  top: -32px;
  width: 60px;
  padding: 10px;
  text-align: center;
}
#home #about-section2 .about-applications .app .ball img {
  display: inline-block;
  max-width: 80%;
}
#home #about-section2 .about-applications .app .item {
  color: #fff;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  font-size: 22px;
  min-height: 110px;
  padding: 20px;
  text-align: left;
}
#home #about-section2 .about-applications .app .item.heading {
  font-size: 24px;
  padding-top: 40px;
}
#home #about-section2 .about-applications .app .item.alt {
  color: #333;
}
#home #about-section2 .about-applications .app.app-red .item,
#home #about-section2 .about-applications .app.app-red .ball {
  background: #b65f5f;
}
#home #about-section2 .about-applications .app.app-red .item.alt,
#home #about-section2 .about-applications .app.app-red .ball.alt {
  background: rgba(182, 95, 95, 0.6);
}
#home #about-section2 .about-applications .app.app-orange .item,
#home #about-section2 .about-applications .app.app-orange .ball {
  background: #e69c3c;
}
#home #about-section2 .about-applications .app.app-orange .item.alt,
#home #about-section2 .about-applications .app.app-orange .ball.alt {
  background: rgba(230, 156, 60, 0.6);
}
#home #about-section2 .about-applications .app.app-green .item,
#home #about-section2 .about-applications .app.app-green .ball {
  background: #8ab359;
}
#home #about-section2 .about-applications .app.app-green .item.alt,
#home #about-section2 .about-applications .app.app-green .ball.alt {
  background: rgba(138, 179, 89, 0.6);
}
#home #about-section2 .about-applications .app.app-blue .item,
#home #about-section2 .about-applications .app.app-blue .ball {
  background: #57b5bd;
}
#home #about-section2 .about-applications .app.app-blue .item.alt,
#home #about-section2 .about-applications .app.app-blue .ball.alt {
  background: rgba(87, 181, 189, 0.6);
}
#home #about-section2 .photo-4 {
  background: url('../images/about-bg.jpg') no-repeat center top transparent;
  height: 630px !important;
  background-size: cover;
  position: relative;
  /* border-bottom: 15px solid #d5d5cd;*/
}
#home #about-section2 .photo-5 {
  background: url('../images/1.jpg') no-repeat center top transparent;
  height: 590px;
  background-size: cover;
  position: relative;
}
#home #about-section2 .photo-5 h2 {
  margin-top: 250px;
}
#home #about-section2 .primary-bg,
#home #about-section2 .secondary-bg {
  color: #fff;
  padding: 15px 0;
}
#home #about-section2 .primary-bg p,
#home #about-section2 .secondary-bg p {
  font-size: 28px;
  letter-spacing: -1px;
  line-height: normal;
  margin: 4px 0;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
#home #about-section2 .primary-bg h2,
#home #about-section2 .secondary-bg h2 {
  margin: 0;
  line-height: normal;
}
#home #about-section2 .align-right {
  text-align: right;
}
#home #about-section2 .pad-border-bottom-15 {
  border-bottom: 15px solid;
}
#home #about-section2 .feature {
  text-align: left;
  margin: 20px 0;
  margin-bottom: 30px;
}
#home #about-section2 .feature h5 {
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #000;
}
#home #about-section2 .feature p {
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: normal;
  margin: 4px auto;
  text-align: left;
  color: #555;
}
#home #about-section2 .feature p span {
  display: inline-block;
  font-size: 16px;
  color: #646464;
}
.is_logged_out #home #about-section2 {
  padding-top: 60px;
}
.rsvp-block {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 15px;
}
.rsvp-block .action a {
  color: #999;
}
.rsvp-block .action a:hover {
  color: #444;
}
#LikesList .rsvp-participants .info {
  width: 74%;
  display: inline-block;
}
#LikesList .rsvp-participants .reactions {
  display: inline-block;
  line-height: 40px;
}
#LikesList .rsvp-participants .reactions span:hover {
  position: relative;
}
#LikesList .rsvp-participants .reactions span:hover::before {
  content: attr(data-title);
  display: inline-block;
  padding: 0.3em 0.4em;
  bottom: calc(100% + 6px);
  font-weight: normal;
  font-family: 'Avenir LT W01_45 Book1475508', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  background-color: #000;
  opacity: 0.7;
  color: #fff;
  border-radius: 3em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#LikesList .rsvp-participants img {
  width: 36px;
}
@media only screen and (max-width: 767px) {
  #LikesList .rsvp-participants img {
    width: 30px;
  }
}
@media only screen and (max-width: 520px) {
  #LikesList .rsvp-participants img {
    width: 24px;
  }
}
#LikesList .rsvp-participants h5 {
  margin-top: 4px;
}
#LikesList .rsvp-participants h5 a {
  color: #333;
}
.task-users .profile-img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.task-users .profile-img.not-active {
  opacity: 0.5;
}
.help-title {
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
}
#ShareController #post-details .feed-post {
  border-bottom: none;
}
#ShareController #post-details .feed-post .post-options {
  display: none;
}
#ShareController #post-details .feed-post .post-footer .social-actions {
  display: none;
}
.message-link-attach .link-image {
  height: 100px;
  margin-right: 15px;
  max-width: 160px;
}
.message-link-attach .link-image img {
  max-height: 100%;
  max-width: 100%;
}
.message-link-attach .link-content {
  overflow: hidden;
  margin-top: 0;
  color: #333;
}
.message-link-attach .link-content a {
  text-decoration: none;
}
.message-link-attach .link-content .name {
  color: #333;
}
.message-link-attach .link-content .desc {
  color: #333;
}
.message-link-attach .youtube-content {
  overflow: hidden;
  margin-top: 0;
  color: #333;
  text-align: left;
}
.message-link-attach .youtube-content a {
  text-decoration: none;
}
.message-link-attach .youtube-content .name {
  color: #333;
}
.message-link-attach .youtube-content .desc {
  color: #333;
}
#HomeController .toolbar .dropdown-menu {
  left: 50%;
  transform: translate(-50%, 0px);
}
#HomeController .toolbar .btn-group .dropdown-menu {
  /*  left: 0;
          transform: 0px;*/
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}
.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
.custom-responsive-table .responsive-table-th {
  display: none;
}
.custom-responsive-table .nav.nav-pills a {
  color: #777;
  cursor: pointer;
  font-size: 16px;
}
.custom-responsive-table .nav.nav-pills a .fa {
  color: #999;
  margin-right: 10px;
  font-size: 19px;
}
.custom-responsive-table .nav.nav-pills a .far {
  color: #999;
  margin-right: 10px;
  font-size: 19px;
}
.custom-responsive-table-disabled .responsive-table-th {
  display: none !important;
}
#search.website-5 {
  margin-top: -78px;
  padding-top: 0px;
}
#search.website-5.srTop {
  margin-top: -67px;
}
#search.website-5 .search-toolbar .sort-btn-group {
  margin-right: 0px;
}
#search.website-5.srTop .search-toolbar {
  margin-top: 155px !important;
}
.group-interaction div.radio {
  margin-bottom: 15px;
  margin-top: 15px;
}
.search-error-block .panel {
  padding: 15px;
  margin-top: 15px;
  min-height: 300px;
}
.search-error-block .page-header {
  margin-top: 0;
}
.search-error-block .img-404 {
  margin-right: 30px;
  width: 300px;
}
.search-error-block .error-block-message {
  overflow: hidden;
}
.search-error-block .error-block-message h3 {
  margin-top: 10px;
}
.search-error-block .error-block-message p {
  color: #777;
  font-size: 20px;
  letter-spacing: -0.2px;
}
.search-error-block .error-block-message .btn-link {
  color: #777;
  text-decoration: underline;
  padding-left: 0;
  font-size: 18px;
}
.search-error-block .error-block-message .btn-link:hover {
  color: #444;
}
.search-error-block .error-block-message .form-group.action {
  margin-top: 30px;
}
.search-error-block.event-calendar-view .panel {
  margin-top: 2px;
  min-height: 260px;
  padding: 10px 15px;
}
.search-error-block.event-calendar-view .page-header {
  font-size: 20px;
}
.search-error-block.event-calendar-view .img-404 {
  width: 230px;
}
.search-error-block.event-calendar-view .error-block-message {
  overflow: hidden;
}
.search-error-block.event-calendar-view .error-block-message h3 {
  margin-top: 10px;
  font-size: 19px;
}
.search-error-block.event-calendar-view .error-block-message p {
  font-size: 18px;
}
.toggle-loc-search {
  background: #333 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  float: right;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: -13px;
  text-align: center;
  top: -18px;
  width: 30px;
}
.toggle-loc-search i {
  cursor: pointer;
}
.follow-comm-btn {
  content: "Unfollow";
}
#GetContactController .dropdown-menu > li > a {
  line-height: normal;
}
#GetContactController .dropdown-menu > li > a .fa {
  font-size: 19px;
  width: auto;
}
#GetContactController .dropdown-menu > li > a .far {
  font-size: 19px;
  width: auto;
}
#GetPromoCodesController .dropdown-menu > li > a {
  line-height: normal;
}
#GetPromoCodesController .dropdown-menu > li > a .fa {
  font-size: 19px;
  width: auto;
}
#GetPromoCodesController .dropdown-menu > li > a .far {
  font-size: 19px;
  width: auto;
}
#ProfileTypeController .fa {
  font-size: 36px;
  color: #555;
}
#ProfileTypeController .far {
  font-size: 36px;
  color: #555;
}
#ProfileTypeController .type {
  overflow: hidden;
}
#ProfileTypeController .type h4 {
  margin-top: 0;
  margin-bottom: 4px;
  color: #555;
}
#ProfileTypeController .type span {
  font-size: 14px;
  font-style: italic;
  color: #777;
}
#ProfileTypeController .form-group.item {
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  padding: 20px 15px;
  margin-left: -15px;
  margin-right: -15px;
}
#ProfileTypeController .form-group.item:hover {
  background: #f5f5f5;
}
#ProfileTypeController .form-group.item a {
  display: block;
  text-decoration: none;
}
#ProfileTypeController .form-group.item:last-child {
  border-bottom: none;
}
#ProfileTypeController .form-group.item:first-child {
  margin-top: -10px;
}
/*********************************** Home2Controller***********************/
.home2-col .location {
  line-height: 1.3;
}
.home2-col .location a {
  color: #999;
  font-size: 14px;
}
.home2-col .feed-options {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.home2-col .feed-options li .text-success {
  color: #7dae41;
}
.home2-col .feed-options li h5 {
  padding: 10px;
  margin: 0;
  margin-top: 6px;
  color: #555;
}
.home2-col .feed-options li a {
  display: block;
  color: #777;
  font-size: 17px;
  overflow: hidden;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.home2-col .feed-options li a:hover {
  text-decoration: none;
  background: #7dae41;
  color: #fff;
}
.home2-col .feed-options li a:hover .text-success {
  color: #fff;
}
.home2-col .feed-options li a .option .fa,
.home2-col .feed-options li a .option .profile-img {
  margin-right: 10px;
  min-width: 22px;
}
.home2-col .feed-options li a .option .far,
.home2-col .feed-options li a .option .profile-img {
  margin-right: 10px;
  min-width: 22px;
}
.home2-col .feed-options li:last-child a {
  border-bottom: none;
}
#Home2Controller #share-something::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
}
#Home2Controller #share-something:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
}
#Home2Controller #share-something::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
}
#Home2Controller #share-something:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
}
#Home2Controller .commonErrormessage {
  padding: 40px 15px;
}
#Home2Controller .create-actions {
  list-style: none outside;
  padding-left: 0;
}
#Home2Controller .create-actions li {
  float: left;
}
#Home2Controller .create-actions li a {
  color: #999;
  display: inline-block;
  font-size: 14px;
  padding: 5px 9px 0;
  text-decoration: none;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  padding-top: 0;
}
#Home2Controller .create-actions li a .fa {
  font-size: 19px;
  margin-right: 6px;
  vertical-align: middle;
}
#Home2Controller .create-actions li a .far {
  font-size: 19px;
  margin-right: 6px;
  vertical-align: middle;
}
#Home2Controller .create-actions li a:hover {
  color: #444;
}
#Home2Controller .create-actions li:first-child a {
  padding-left: 0;
}
#Home2Controller .no-suggestions {
  font-size: 15px;
  color: #999;
}
#EmailPostController #post-details .social-actions {
  display: none !important;
}
.is_logged_in .social-actions .open > .dropdown-menu.is_private {
  width: 275px;
}
#Home2Controller .thread-user,
#timeline-feed .thread-user {
  list-style: none outside;
  padding: 0;
}
#Home2Controller .thread-user li,
#timeline-feed .thread-user li {
  padding: 10px 0;
}
#Home2Controller .thread-user li .remove-item,
#timeline-feed .thread-user li .remove-item {
  color: #999;
  cursor: pointer;
}
#Home2Controller .thread-user li .remove-item:hover,
#timeline-feed .thread-user li .remove-item:hover {
  color: #444;
}
#Home2Controller .thread-user li h5,
#timeline-feed .thread-user li h5 {
  line-height: normal;
}
#Home2Controller .thread-user li .location,
#timeline-feed .thread-user li .location {
  margin-bottom: 5px;
}
#Home2Controller .thread-user li a,
#timeline-feed .thread-user li a {
  text-decoration: none;
}
#Home2Controller .thread-user li .profile-img,
#timeline-feed .thread-user li .profile-img {
  width: 40px;
  height: 40px;
}
#Home2Controller .thread-user li .action,
#timeline-feed .thread-user li .action {
  padding-left: 50px;
}
#Home2Controller .thread-user li .action .btn:hover,
#timeline-feed .thread-user li .action .btn:hover {
  background: #7dae41 !important;
  border-color: #7dae41 !important;
  color: #fff !important;
}
#Home2Controller .thread-user li .action .btn.active,
#timeline-feed .thread-user li .action .btn.active {
  background: #fff;
  border-color: #eee;
  box-shadow: none;
}
#Home2Controller #timeline-feed .suggested-profiles {
  display: none;
}
.is-verified {
  background: url(../images/verified.png) no-repeat center center transparent;
  height: 16px;
  width: 16px;
  padding: 1px 12px 0px;
  /* margin: 0px 0px 0px -10px; */
  background-size: contain;
  margin-left: 5px;
}
.is-unverified {
  background: url(../images/unverified.png) no-repeat center center transparent;
  height: 16px;
  width: 16px;
  padding: 1px 12px 0px;
  /* margin: 0px 0px 0px -10px; */
  background-size: 100% 100%;
}
.suggestion-topics .dropdown-menu {
  min-width: 500px;
  left: auto;
  right: 0;
}
.suggestion-topics .dropdown-menu .col {
  margin: 10px 0;
  padding: 0 6px;
  border-right: 1px solid #ddd;
}
.suggestion-topics .dropdown-menu a {
  font-size: 14px;
  line-height: normal;
  overflow: hidden;
  padding: 10px;
  text-align: left;
  white-space: normal;
  display: block;
  cursor: pointer;
}
.suggestion-topics .dropdown-menu a:hover {
  color: #fff;
  text-decoration: none;
  background: #7dae41;
}
.suggestion-topics .dropdown-menu a h4 {
  margin: 0;
  font-size: 14px;
}
#InboxListController #inbox-search {
  position: absolute;
  width: 100%;
  left: 0;
  top: 69px;
  border-radius: 0;
}
#InboxListController #inbox-search .form-control {
  border-radius: 0 !important;
}
#InboxListController #inbox-search .input-group-addon {
  border-radius: 0 !important;
}
#InboxListController .tab-content {
  margin-top: 33px;
}
span.highlight {
  background: yellow;
}
#quick-links {
  margin-top: 60px;
}
#quick-links .navbar-inverse {
  background: #333;
}
#quick-links .dropdown-menu {
  z-index: 3;
  background: #222;
  /* left: 50%;
      transform: translate(-50%, 0px);*/
}
#quick-links .dropdown-menu > li > a {
  color: #fff;
  border-bottom: 1px solid #333;
}
#quick-links .navbar-collapse {
  padding-left: 0;
}
#quick-links .navbar-inverse {
  border-radius: 0;
  margin-bottom: 0;
  min-height: 32px;
}
#quick-links .navbar-inverse .navbar-nav > li:first-child .dropdown-menu {
  left: 0%;
  transform: none;
}
#quick-links .navbar-inverse .navbar-nav.nav-center {
  /* float: none;
          text-align: center;
*/
}
#quick-links .navbar-inverse .navbar-nav.nav-center > li {
  /* display: inline-block;
              float: none;
              vertical-align: middle;*/
}
#quick-links .navbar-inverse .navbar-nav a {
  overflow: hidden;
  font-size: 15px;
}
#quick-links .navbar-inverse .navbar-nav a .profile-img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
#quick-links .navbar-inverse .navbar-nav a .info {
  /*overflow: hidden;*/
  font-size: 15px;
}
#quick-links .navbar-inverse .navbar-nav a:hover {
  transform: translateY(0px) !important;
}
#quick-links .navbar-inverse .navbar-nav > li > a {
  color: #fff;
  padding-right: 35px;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: hidden;
  font-size: 15px;
}
#quick-links .navbar-inverse .navbar-nav > li:first-child a {
  /* padding-left: 0;*/
}
.website-home #quick-links {
  display: none !important;
}
#profileSettingsForm.profile-settings {
  margin-top: 30px;
}
.order_unit_filter select {
  padding: 3px;
  display: inline-block;
  width: 100px;
}
.order_unit_filter {
  text-align: center;
  margin-top: 40px;
}
/******* NEW CSS FOR PROFILE HEADERS *********/
.profile-header {
  padding-top: 0;
  /* REMOVING THIS AGAIN !!!!!!*/
  margin-top: 0px;
}
.profile-header .info {
  position: absolute;
  bottom: 0;
}
.profile-header .change-cover {
  position: relative;
  z-index: 1;
}
.profile-header .change-cover .edit-dp {
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  margin-top: 15px;
  position: relative;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
}
.profile-header .change-cover .action {
  position: relative;
  top: 172px;
}
.profile-header:hover .change-cover .edit-dp {
  visibility: visible;
}
.profile-header .profile {
  height: 229px;
  margin-top: 0;
  position: relative;
  /* overflow: hidden;*/
}
.profile-header .profile h1 {
  bottom: 49px;
  margin-bottom: 5px;
  overflow: visible;
  padding-left: 194px;
  padding-right: 320px;
  width: 100%;
  height: auto;
  position: absolute;
  margin-left: 15px;
  left: 0;
  right: 0;
}
.profile-header .profile h1 span {
  padding-right: 320px;
}
.profile-header .profile .action {
  margin-top: 100px;
  position: relative;
  z-index: 2;
}
.profile-header .wrapper.large-text .info {
  bottom: 0;
  height: 50px;
  margin-bottom: 0;
  overflow: hidden;
  position: absolute;
}
.profile-header .cs_tprofile_wrap.has_user_designation h1 span {
  position: static;
}
.cs_recyclemax .cs_tprofile_wrap.has_user_designation .info {
  bottom: 41px !important;
}
.profile-header h1 .user_designation {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  text-transform: capitalize;
  font-family: 'Avenir LT W01_65 Medium1475532';
  padding-top: 6px;
}
.profile-header .cs_tprofile_wrap.has_user_designation h1 {
  top: -174px !important;
}
#header .quick-menu .dropdown {
  margin-top: 2.5px;
}
#header .quick-menu .dropdown > a {
  opacity: 0.75;
  padding-top: 3px;
}
#header .quick-menu .dropdown > a:hover {
  opacity: 1;
  color: #7dae41;
}
#header .quick-menu .dropdown-menu {
  min-width: 320px;
  max-height: 480px;
  background: #fff;
  overflow-y: auto;
}
#header .quick-menu .dropdown-menu li a {
  white-space: normal;
}
#header .quick-menu .dropdown-menu li a .info {
  overflow: hidden;
}
#topMenuBar .quick-menu .dropdown > a {
  opacity: 0.75;
  padding-top: 2px;
}
#topMenuBar .quick-menu .dropdown > a:hover {
  opacity: 1;
  color: #7dae41;
}
#topMenuBar .onPeoplePoints .dropdown > a {
  opacity: 0.75;
  padding-top: 1.5px !important;
}
#topMenuBar .onPeoplePoints .dropdown > a:hover {
  opacity: 1;
  color: #7dae41;
}
.work-compose {
  background: #fff;
  margin-bottom: 0px;
}
.work-compose .form-group {
  margin-bottom: 5px;
}
.work-compose .profile-img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.work-compose .info {
  overflow: hidden;
}
.work-compose .name {
  font-size: 15px;
  line-height: normal;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (max-width: 1366px) {
  #header #search-box {
    max-width: 300px;
  }
  .filter-text-eclipse,
  .location-text-eclipse {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block !important;
    text-align: left;
  }
  .location-text-eclipse {
    width: 190px;
    display: inline-block !important;
  }
  .account_payment_info_row div[class*="col"] {
    padding: 0 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .profile-action .btn .fa-envelope,
  .profile-action .local-search .fa-envelope {
    font-size: 28px;
    color: #777;
    opacity: 0.75;
    line-height: normal;
    margin-top: 4px !important;
  }
  .profile-action .btn:hover,
  .profile-action .local-search:hover {
    opacity: 1;
  }
}
.aboutFaIcon .faIconBox {
  margin-right: 5px;
  display: inline-block;
}
.aboutFaIcon .faIconBox .far {
  font-size: 21px;
  color: #777;
}
.aboutFaIcon .info {
  width: 75%;
  display: inline-block;
  padding: 0px !important;
  min-height: 0px !important;
}
.aboutFaIcon .blue {
  color: #337ab7 !important;
}
#ProfileController {
  overflow: visible;
}
#search-box input[type="text"] {
  border: 1px solid #f3f3f3;
  font-size: 18px;
  padding: 5px 15px;
  border-right: none;
  background: #fff;
}
#header #search-box .fa-close {
  top: 8px !important;
  right: 15px !important;
}
.compose-box .poster,
.modal-body .poster {
  display: inline-block;
  cursor: pointer;
}
#editorText {
  color: #999;
}
#BoardController #feedsContainer .feed-post {
  padding-left: 5px;
  padding-right: 5px;
}
#timeline-feed .feed-wrapper .feed-post {
  padding-left: 5px;
  padding-right: 5px;
}
#timeline-feed .feed-wrapper .singleColumnTiles {
  padding-left: 10px;
  padding-right: 10px;
}
#Home2Controller #timeline-feed .feed-wrapper .feed-post {
  padding-left: 10px;
  padding-right: 10px;
}
#feedContainerForBoardsAndCommunity .feed-post {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 491px) {
  #search .search-wrapper #post-results-2 .feed-post {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .feed-wrapper .feed-post {
    padding: 0px !important;
  }
  .feed-wrapper .fullViewPost {
    padding: 20px 15px !important;
  }
  #search-modal-results #post-results .feed-post,
  #search-modal-results #post-results-2 .feed-post {
    padding: 10px 15px !important;
  }
  .modal-body {
    padding: 20px 15px !important;
  }
  .boxTouchingBorderOnMobile {
    padding: 0px !important;
  }
  .modal-body #post-details .feed-post {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #timeline-feed .feed-wrapper .singleColumnTiles {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #Home2Controller #timeline-feed .feed-wrapper .singleColumnTiles {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 520px) {
  .modal-body {
    padding: 20px 15px !important;
  }
  .modal-dialog {
    margin-left: 0px;
    margin-right: 0px;
  }
  #BoardController #feedsContainer .feed-post {
    padding: 0 !important;
  }
  #search .search-wrapper #post-results-2 .feed-post.col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .masonry-brick.col-md-4.col-sm-6.col-xs-6 .iconText {
    display: inline !important;
  }
}
#post-results-2 .feed-post {
  padding-left: 5px;
  padding-right: 5px;
}
.noOfLikes {
  color: #333;
  line-height: 50px;
  font-size: 16px !important;
  top: -14px;
  position: absolute;
  right: -17px;
}
.heart {
  width: 55px;
  height: 50px;
  /*background: transparent url('http://stage.peoplemovers.com/assets/images/postStarNew.png') no-repeat;*/
  background-position: 0 2px;
  cursor: pointer;
  -webkit-animation: fave 1s steps(39);
  animation: fave 1s steps(39);
}
.heartSmall {
  /*background: transparent url('http://stage.peoplemovers.com/assets/images/commentStarSmall.png') no-repeat;*/
  width: 30px;
  height: 25px;
  background-position: 0 3px;
  cursor: pointer;
  -webkit-animation: fave 1s steps(55);
  animation: fave 1s steps(55);
}
.heartSmall.active {
  /*background-position: -1972px 3px;*/
  -webkit-transition: background 1s steps(55);
  transition: background 1s steps(55);
  position: absolute;
  left: -7px;
  top: -10px;
  color: #7dae41;
}
.heart.active {
  /*background-position: -2496px 0px;*/
  -webkit-transition: background 1s steps(39);
  transition: background 1s steps(39);
  position: absolute;
  left: -19px;
  top: -13px;
  color: #7dae41;
}
@keyframes fave-heart {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2800px 0;
  }
}
.col-md-4.col-lg-4.col-sm-4.col-xs-4 {
  padding: 0 5px;
}
.commentLinkMiddle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
span.iconText {
  color: #777;
  font-size: 14px;
  line-height: 22px;
  vertical-align: text-bottom;
}
.shareLinkWithIcon {
  text-decoration: none !important;
}
.transparentFont {
  color: transparent !important;
}
.greenFont {
  color: #7dae41;
}
.greenFont .iconText {
  /*color: #7dae41;*/
}
.likeCommentsCountBox {
  padding: 12px 30px;
}
.likeCommentCountText {
  text-decoration: none !important;
  color: #333;
  font-size: 16px;
}
.commentStar {
  padding: 4px 0;
}
.relativeBox {
  position: relative;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.commentStar .noOfLikes {
  left: -2px;
  top: 0;
}
.relative {
  position: relative;
}
.post-footer {
  clear: both;
}
.postFooterButtons {
  padding: 10px 0;
}
.likesCommentsCountAndTopicBox {
  padding: 0 0 10px 0;
  cursor: pointer;
}
.likesCommentsCountAndTopicBox span {
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  color: #777;
  font-size: 14px;
  font-weight: 700;
}
.footerButtonsBox {
  border-top: 1px solid #eee;
}
@media only screen and (max-width: 315px) {
  .iconText {
    display: none;
  }
}
@media only screen and (max-width: 660px) {
  .masonry-brick.col-md-4.col-sm-6.col-xs-6 .iconText {
    display: none;
  }
}
.padd10 {
  padding: 5px;
}
.margin10 {
  margin: 10px 0;
}
.margin_bottom_10 {
  margin-bottom: 10px;
}
.commentStar .iconText {
  font-size: 14px !important;
  color: #999;
  line-height: normal;
  margin-top: 4px;
}
.dotSeparator {
  vertical-align: middle;
}
.likeCommentBoxPid {
  cursor: pointer;
}
#typingIndicator {
  padding: 4px 0;
  text-align: center;
  font-size: 13px;
  color: #777;
  position: relative;
  margin-top: -10px;
  background: #f3f3f3;
}
#typingIcon {
  display: none;
}
.like-btn {
  padding-top: 0px;
  margin-top: 0px !important;
  margin-left: 0px !important;
  display: inline-flex !important;
  align-items: center;
  cursor: pointer;
  -webkit-transition: font-size 0.5s ease;
  -moz-transition: font-size 0.5s ease;
  -o-transition: font-size 0.5s ease;
  transition: font-size 0.5s ease;
}
.like-btn:hover {
  /*font-size: 24px !important;*/
}
.comment-btn {
  margin-top: 0px !important;
  display: inline-flex;
}
.comment-btn span.iconText {
  margin-top: 2px;
  padding-left: 1px;
}
.shareLinkWithIcon {
  display: inline-flex;
  align-items: center;
}
.shareLinkWithIcon .iconText {
  vertical-align: top;
  margin-top: -3px;
  margin-left: 7px;
}
#ShareController .likesCommentsCountAndTopicBox {
  display: none;
}
.overSearchBox {
  position: absolute !important;
  display: block !important;
  top: 7px !important;
  right: -65px !important;
}
.overSearchBox a {
  opacity: 0.75 !important;
  text-decoration: none !important;
}
.overSearchBox a:hover,
.overSearchBox a:focus {
  opacity: 1 !important;
  background: transparent !important;
}
@media only screen and (max-width: 1088px) {
  .overSearchBox {
    display: none !important;
  }
}
#header #search-box {
  position: relative;
}
#header #exploreButtonLink {
  display: block !important;
}
@media only screen and (max-width: 1088px) {
  #header #exploreButtonLink {
    display: none !important;
  }
}
#Links_fileType {
  margin-bottom: 15px;
}
#Videos_fileType {
  margin-bottom: 15px;
}
.pad-top-20 {
  padding-top: 20px;
}
.settings-menu .dropdown-menu {
  max-height: 500px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
#donatePointsHeading {
  text-align: left;
}
@media only screen and (max-width: 1088px) {
  #donatePointsHeading {
    margin-top: 8% !important;
  }
}
@media only screen and (max-width: 992px) {
  #donatePointsHeading {
    margin-top: 3% !important;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #donatePointsHeading {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 520px) {
  #donatePointsHeading {
    font-size: 28px !important;
    margin-top: 10% !important;
  }
}
@media only screen and (max-width: 767px) {
  #donatePointsPara {
    font-size: 22px !important;
  }
}
@media only screen and (max-width: 520px) {
  #donatePointsPara {
    font-size: 18px !important;
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  #donatePointsPara {
    text-align: center;
  }
}
@media only screen and (max-width: 520px) {
  #donatePointsTopHero {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 992px) {
  #donatePointsTopHero {
    width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #donatePointsTopHero {
    width: 100%;
  }
}
@media only screen and (max-width: 520px) {
  .donateButton {
    position: static !important;
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 520px) {
  .donateSelectMainBox {
    padding: 12px 16px 20px 94px !important;
  }
}
@media only screen and (max-width: 520px) {
  .flagLogoImage {
    display: inline-block;
  }
}
@media only screen and (max-width: 520px) {
  .flagLogoLink {
    display: inline-block;
    width: 86%;
  }
}
.ellipsisWrapped {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 520px) {
  .withoutPaddingNotificationsOnResponsive {
    padding: 0px !important;
    border: none;
    background: transparent;
  }
}
@media only screen and (max-width: 520px) {
  .withoutPaddingNotificationsOnResponsive li {
    padding: 10px 15px;
  }
}
.custom_share_icon {
  transition: all 0.2s ease-in-out 0s;
}
.custom_share_icon:hover {
  transform: translateY(-4px);
}
.cs_topic_header {
  padding: 0 15px;
}
.cs_topic_header h1 {
  color: #333333;
}
.cs_topic_header a {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: block;
  margin-top: 8px;
}
.recent-post-timeline {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  clear: both;
}
.home-feed-new .recent-post-timeline {
  margin-top: 10px;
  margin-bottom: 14px;
}
.recent-order-timeline {
  margin-top: 20px;
}
.dropdown-menu.social_share_links {
  min-width: 276px;
}
.service_bar_dropdown {
  text-align: right !important;
  padding-top: 20px;
}
.service_bar_dropdown .service_share_links {
  min-width: 92px;
  width: auto !important;
  margin: 0 auto;
}
.service_bar_dropdown .service_share_links .far {
  color: #fff !important;
  margin-right: 0;
  width: 100%;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
}
.service_bar_dropdown .share_links {
  padding-right: 12px;
  position: relative;
  top: 2px;
}
.service_bar_dropdown .far {
  color: #999 !important;
}
.service_bar_dropdown .far.fa-share-alt {
  position: relative;
  top: -1px;
}
.service_bar_dropdown .dropdown-menu a .far {
  color: #999 !important;
  font-size: 17px;
  margin-right: 5px;
}
.service_bar_dropdown .dropdown-menu li > a:hover .far {
  color: #fff !important;
}
.service_bar_dropdown .service_share_links a .far {
  color: #fff !important;
}
.recent-post-timeline a.rpa-link {
  text-decoration: none;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  margin-top: 10px;
  display: block;
}
#topMenuBar.navbar-nav,
ul#responsiveTopMenuBar {
  /*top active menu*/
}
#topMenuBar.navbar-nav #tour-group .dropdown.open a.profile-dropdown,
ul#responsiveTopMenuBar #tour-group .dropdown.open a.profile-dropdown,
#topMenuBar.navbar-nav #tour-contacts .dropdown.open a.profile-dropdown,
ul#responsiveTopMenuBar #tour-contacts .dropdown.open a.profile-dropdown,
#topMenuBar.navbar-nav li.notifications-menu .dropdown.open a.profile-dropdown,
ul#responsiveTopMenuBar li.notifications-menu .dropdown.open a.profile-dropdown,
#topMenuBar.navbar-nav #tour-group .dropdown.open .profile-dropdown .far,
ul#responsiveTopMenuBar #tour-group .dropdown.open .profile-dropdown .far,
#topMenuBar.navbar-nav #tour-contacts .dropdown.open .profile-dropdown .far,
ul#responsiveTopMenuBar #tour-contacts .dropdown.open .profile-dropdown .far,
#topMenuBar.navbar-nav li.notifications-menu .dropdown.open .profile-dropdown .far,
ul#responsiveTopMenuBar li.notifications-menu .dropdown.open .profile-dropdown .far,
#topMenuBar.navbar-nav #tour-group .dropdown.open .caret-icon i,
ul#responsiveTopMenuBar #tour-group .dropdown.open .caret-icon i,
#topMenuBar.navbar-nav #tour-contacts .dropdown.open .caret-icon i,
ul#responsiveTopMenuBar #tour-contacts .dropdown.open .caret-icon i,
#topMenuBar.navbar-nav li.notifications-menu .dropdown.open .caret-icon i,
ul#responsiveTopMenuBar li.notifications-menu .dropdown.open .caret-icon i,
#topMenuBar.navbar-nav #tour-group .dropdown.open a.notify i,
ul#responsiveTopMenuBar #tour-group .dropdown.open a.notify i,
#topMenuBar.navbar-nav #tour-contacts .dropdown.open a.notify i,
ul#responsiveTopMenuBar #tour-contacts .dropdown.open a.notify i,
#topMenuBar.navbar-nav li.notifications-menu .dropdown.open a.notify i,
ul#responsiveTopMenuBar li.notifications-menu .dropdown.open a.notify i {
  opacity: 1;
  color: #7dae41;
}
#topMenuBar.navbar-nav a.cs_active_menu,
ul#responsiveTopMenuBar a.cs_active_menu {
  opacity: 1;
}
#topMenuBar.navbar-nav a.cs_active_menu i,
ul#responsiveTopMenuBar a.cs_active_menu i {
  opacity: 1;
  color: #7dae41;
}
.account_info_section.well {
  padding: 35px 35px 40px !important;
  margin-bottom: 20px;
}
.account_payment_info {
  text-align: center;
  padding: 0 5px;
}
.account_payment_info h5 {
  margin: 0 0 18px;
  font-size: 20px;
}
.account_payment_info h3 {
  font-size: 34px;
  margin: 5px 0 20px;
}
.account_payment_info .btn-theme {
  min-width: 100%;
}
.account_payment_info span {
  margin: 0 -10px;
}
.account_info_section .border-right {
  border-right: 1px solid #d3d3d3;
}
.account_info_section .task_location li a {
  padding: 12px 15px !important;
  display: flex;
  align-items: center;
}
.account_info_section .d_flex {
  display: flex;
}
.account_info_section .justify_between {
  justify-content: space-between;
}
.account_info_section .profile-img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  display: inline-block;
}
.account_info_section .group_name {
  font-size: 20px;
  margin: 0 0 18px;
}
.account_info_section .group_name a {
  color: #333;
}
.account_info_section .group_info_table {
  margin-bottom: 30px;
  margin-left: 50px;
}
.account_info_section .group_info_table tr td {
  padding-bottom: 3px;
  padding-right: 10px;
  vertical-align: top;
}
.account_payment_info_row {
  margin: 0 -35px;
}
.account_payment_info_row div[class*="col"] {
  padding: 0 30px;
}
.viewgroup_btn {
  min-width: 100px;
  text-align: right;
}
@media (max-width: 1366px) {
  .account_payment_info_row {
    margin: 0 -20px;
  }
  .account_payment_info span {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .account_payment_info h3 {
    font-size: 28px;
  }
  .account_payment_info h5 {
    font-size: 18px;
  }
  .account_payment_info_row div[class*="col"] {
    padding: 0 15px !important;
  }
}
/*rmax about page*/
.rmax_about {
  padding-top: 0;
  margin-top: 0;
}
.rmax_about .hero {
  color: #fff;
  padding: 120px 0 240px 0;
  background-repeat: no-repeat;
}
.rmax_about .hero h1 {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 46px;
}
.rmax_about .hero p {
  font-size: 28px;
  line-height: 38px;
}
.rmax_about .about_content {
  padding: 60px 0;
  color: #000;
}
.rmax_about .about_content .heading {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
.rmax_about .about_content .sub-heading {
  font-size: 20px;
  line-height: 28px;
}
.rmax_about .leadership {
  padding: 100px 0 120px 0;
  background: #f9fbf3;
}
.rmax_about .leadership h1,
.rmax_about .leadership h2 {
  margin-bottom: 80px;
  margin-top: 0;
}
.rmax_about .leadership h2 {
  font-size: 36px;
  text-align: left;
}
.rmax_about .leadership .profile {
  text-align: center;
}
.rmax_about .leadership .profile img {
  width: auto;
}
.rmax_about .leadership .profile .info {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  padding: 20px 0;
  text-align: center;
}
.rmax_about .leadership .profile .info span {
  color: #01713b;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
.rmax_about .leadership .profile .info strong {
  display: block;
  font-size: 20px;
  color: #333;
}
.rmax_about .leadership .profile .info p {
  font-size: 18px;
  line-height: 28px;
  padding: 20px 5px;
  color: #000;
  min-height: 180px;
}
.rmax_about .leadership .p-link-icons a {
  padding-right: 15px;
}
.rmax_about .leadership .p-link-icons .img-top {
  display: none;
}
.rmax_about .leadership .p-link-icons a:hover {
  text-decoration: none !important;
}
.rmax_about .leadership .p-link-icons a:hover .img_back {
  display: none;
}
.rmax_about .leadership .p-link-icons a:hover .img-top {
  display: inline;
}
.rmax_about .leadership .p-link-icons img {
  width: 26px;
}
.rmax_about .cs_mission {
  padding: 120px 0 140px 0;
  color: #fff;
}
.rmax_about .cs_mission h2 {
  font-size: 36px;
  padding-bottom: 8px;
}
.rmax_about .cs_mission img {
  width: 50px;
}
.rmax_about .cs_mission p {
  /* font-size: 20px;
      line-height: 28px; */
  font-size: 18px;
  line-height: 28px;
}
.rmax_about .cs_mission ul {
  padding: 0 17px;
}
.rmax_about .cs_mission li {
  /* font-size: 20px;
      line-height: 28px;  */
  font-size: 18px;
  line-height: 28px;
}
.rmax_about .cs_about_value {
  background: #f9fbf3;
  padding: 80px 0;
  color: #000;
}
.rmax_about .cs_about_value p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-top: 16px;
  display: block;
}
.rmax_about .cs_about_value h2 {
  font-size: 36px;
}
.rmax_about .quality-points {
  padding-top: 40px;
  color: #333;
}
.rmax_about .quality-points ul {
  list-style: none;
  padding-left: 15px !important;
}
.rmax_about .quality-points li {
  line-height: 28px;
  margin-bottom: 20px;
}
.rmax_about .quality-points li .icon {
  float: left;
  width: 70px;
}
.rmax_about .quality-points li .content {
  float: left;
  width: calc(100% - 70px);
  font-size: 18px;
  line-height: 28px;
}
.rmax_about .quality-points li .content strong {
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
}
.rmax_about .quality-points li .icon .far {
  font-size: 37px;
  color: #71b542;
  margin-top: 5px;
}
.rmax_about .call_rmax {
  padding: 243px 0;
}
.rmax_about .call_rmax h1,
.rmax_about .call_rmax h2 {
  font-size: 32px;
  color: #000;
  padding-bottom: 10px;
}
.rmax_about .call_rmax p {
  font-size: 18px;
  line-height: 28px;
  color: #333;
}
.rmax_about .call_rmax p strong {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  font-size: 19px;
}
.rmax_about .call_rmax p a {
  color: #00703a;
  text-decoration: underline;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
/* end rmax about page*/
.cs_add_contact a:hover {
  text-decoration: none;
  color: #337ab7;
}
.cs_post_option {
  padding-left: 15px !important;
}
.cs_rmax_no_link,
.cs_rmax_no_link:hover {
  text-decoration: none;
  cursor: auto !important;
}
.cs_recyclemax_pages .banner-section h1,
.cs_recyclemax_pages .banner-section span {
  color: #000 !important;
}
.cs_recyclemax_pages .banner-section sup {
  font-size: 48%;
}
.select2-container--default .select2-selection--single,
.select2-search__field {
  border: 1px solid #eee !important;
}
table .select2-selection__rendered,
table .select2-results__option {
  font-size: 12px;
}
#lg-counter {
  vertical-align: top;
  padding-top: 13px !important;
}
#lg-sourceGroupSave-container {
  vertical-align: top;
  padding-top: 6px !important;
}
.select2-selection__rendered[title="Unit of Measurement"],
.select2-selection__rendered[title="Select a class"],
.select2-selection__rendered[title="Select the closest code that matches"],
.select2-selection__rendered[title="Select a code"],
.select2-selection__rendered[title="Select Industry Type"],
.select2-selection__rendered[title="Select Service Class"],
.select2-selection__rendered[title="Material Class"],
.select2-selection__rendered[title="Material"],
.select2-selection__rendered[title="Customer Material"],
.select2-selection__rendered[title="Material Grade"],
.select2-selection__rendered[title="Service Class"],
.select2-selection__rendered[title="Select"],
.select2-selection__rendered[title="Service Need"],
.select2-selection__rendered[title="Service Provider"],
.select2-selection__rendered[title="Select Service Code"],
.select2-selection__rendered[title="Select Vendor"],
.select2-selection__rendered[title="Select Vendor Item Code"],
.select2-selection__rendered[title="Select Partner"],
.select2-selection__rendered[title="Select Service"],
.select2-selection__rendered[title="Material Code"],
.select2-selection__rendered[title="Select Order"],
.select2-selection__rendered[title="Service Code"],
.select2-selection__rendered[title="Select Provider"],
.select2-selection__rendered[title="Select Vendor"],
.select2-selection__rendered[title="Select vendor"],
.select2-selection__rendered[title="Select Partner"],
.select2-selection__rendered[title="Select a universal code"],
.select2-selection__rendered[title="Select Code"],
.select2-selection__rendered[title="Select code"],
.select2-selection__rendered[title="Select Material State"],
.select2-selection__rendered[title="Select material"],
.select2-selection__rendered[title="Select Payment Terms"],
.select2-selection__rendered[title="Select Representative"],
.select2-selection__rendered[title="Select Vendor Representative"],
.select2-selection__rendered[title="Select Material"],
.select2-selection__rendered[title="Select"],
.select2-selection__rendered[title="Select Order Status"],
.select2-selection__rendered[title="Select Material Disposition"],
.select2-selection__rendered[title="Select Program Manager"],
.select2-selection__rendered[title="Select primary group"],
.select2-selection__rendered[title="Select groups for auto join"],
.select2-selection__rendered[title="Select profile status"],
.select2-selection__rendered[title="Select site visibility"],
.select2-selection__rendered[title="Select primary subdomain"],
.select2-selection__rendered[title="Select payment terms"],
.select2-selection__rendered[title="Select account representative"],
.select2-selection__rendered[title="Select referred by"],
.select2-selection__rendered[title="Select program manager"],
.select2-selection__rendered[title="Select department"] {
  color: #777777 !important;
}
.task-social-links {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.task-social-links .like-btn .iconText {
  margin-top: 2px;
}
.task-social-links i {
  margin: 0 !important;
  padding: 0;
  margin-right: 3px !important;
}
.board-wrapper .cs_community_boards .well {
  height: 355px !important;
}
.board-wrapper .cs_community_boards .well .action {
  bottom: 4px !important;
}
.date-pick .datepicker .dropdown-menu .btn-info {
  border: 1px solid var(--btnColor);
}
.select_2_add:hover {
  text-decoration: none;
}
.select_2_add {
  text-decoration: none;
  padding: 8px 5px;
  display: block;
  font-size: 15px;
}
.select_2_add i {
  font-weight: normal;
  padding-right: 3px;
}
.cs_recyclemax_pages .cs_green_btn {
  background: #177138 !important;
  border-color: #177138 !important;
  height: auto !important;
}
.cs_recyclemax_pages .cs_green_btn:hover {
  background: #0e4723 !important;
  border-color: #0e4723 !important;
}
.log-timeline {
  flex-direction: row;
  display: flex;
  height: 50px;
}
.log-timeline .timeline-icon-wrapper {
  padding-left: 0px;
  padding-right: 18px;
  display: flex;
}
.log-timeline .timeline-icon {
  width: 18px;
  height: 18px;
  background: var(--primaryColor);
  border-radius: 100%;
}
.log-timeline .continuation-line {
  width: 3px;
  flex: 1;
  background: var(--primaryColor);
  position: relative;
  left: -10px;
  top: 0px;
}
.order_log .log-timeline:last-child {
  height: auto !important;
  margin-bottom: 15px;
}
.order_log .log-timeline:last-child .continuation-line {
  flex: 0;
}
.cs_recyclemax_pages .rmax_facility {
  color: #000;
  padding: 70px 0;
  background: #f1f8ec;
}
.cs_recyclemax_pages .rmax_facility p {
  padding-top: 20px;
  /* font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px; */
  font-size: 18px;
  line-height: 28px;
}
.cs_recyclemax_pages .rmax_facility h2 {
  font-size: 35px;
  margin-top: 0;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.cs_recyclemax_pages .rmax_facility sup {
  font-size: 48%;
  position: relative;
}
@media (max-width: 768px) {
  a.cs-top-quote-link {
    background: transparent;
    color: #333 !important;
    padding-left: 15px !important;
    margin-left: 0;
    font-size: 14px !important;
  }
  ul#topMenuBar .menu-app-dropdown {
    padding-left: 15px;
  }
  .cs_recyclemax_pages .rmax_features .container .row:nth-child(3) {
    padding-top: 0px;
  }
  .board-wrapper .cs_community_boards .well {
    height: auto !important;
  }
  .board-wrapper .board .well {
    height: auto !important;
  }
  .recent-post-timeline {
    margin-bottom: 20px;
    display: block;
  }
  .service_bar_dropdown {
    text-align: right !important;
    padding-top: 21px;
  }
  .service_bar_dropdown .dropdown.profile-more {
    display: inline-block !important;
  }
  .share_links .custom-pm-link-share {
    text-align: center;
  }
  .service_bar_dropdown .service_share_links {
    left: 0;
    right: auto;
  }
}
@media (max-width: 450px) {
  .res-flex-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 425px) {
  a.cs-top-quote-link {
    padding-left: 0 !important;
  }
  a.cs-top-quote-link.cs-rmax-login-link:hover {
    background-color: transparent !important;
    color: #333 !important;
  }
  ul#topMenuBar .menu-app-dropdown {
    padding-left: 0 !important;
  }
  .profile-header.type_profile .cs_tprofile_wrap.has_user_designation h1 .user_designation {
    font-size: 16px;
    margin-top: 3px;
  }
  .profile-header.type_profile .cs_tprofile_wrap.has_user_designation h1 {
    margin-bottom: 5px !important;
    display: block;
  }
  .xs-mb-10 {
    margin-bottom: 10px;
  }
  .xs-mb-15 {
    margin-bottom: 15px;
  }
  .cs_topic_header a {
    display: block;
    margin-top: 6px;
  }
  .cs_topic_header {
    margin-bottom: 10px;
  }
  .recent-post-timeline a.rpa-link {
    margin-top: 6px;
  }
  .board-wrapper .board .well,
  .board-wrapper .cs_community_boards .well {
    margin-bottom: 20px !important;
  }
  .cs_recyclemax .main-container {
    padding-top: 60px !important;
  }
  .angular-wrapper {
    margin-top: 60px !important;
  }
  .work_page .angular-wrapper {
    margin-top: 59px !important;
  }
  .account_info_section .group_info_table tr td {
    width: 100%;
    display: block;
  }
  .account_payment_info {
    margin: 20px 0;
  }
  .support-assets .form-group img {
    max-width: 100% !important;
  }
}
.cs_recyclemax_pages .rmax_features {
  padding: 70px 0;
  background: url('/assets/images/pages/gradient-green.jpg');
  color: #fff;
}
.cs_recyclemax_pages .rmax_features h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
}
.cs_recyclemax_pages .rmax_features .feature-list {
  padding-top: 40px;
}
.cs_recyclemax_pages .rmax_features .feature {
  display: flex;
  justify-content: space-between;
}
.cs_recyclemax_pages .rmax_features .feature .icon {
  float: left;
  width: 40px;
  text-align: left;
}
.cs_recyclemax_pages .rmax_features .feature .icon i {
  font-size: 28px;
}
.cs_recyclemax_pages .rmax_features .feature .content {
  width: calc(100% - 40px);
}
.cs_recyclemax_pages .rmax_features .feature .content .heading {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 25px;
}
.cs_recyclemax_pages .rmax_features .feature .content p {
  margin-top: 5px;
  font-size: 18px;
  line-height: 28px;
}
.cs_recyclemax_pages .rmax_call {
  padding: 70px 0;
}
.cs_recyclemax_pages .rmax_call h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.cs_recyclemax_pages .rmax_call p {
  font-size: 18px;
  padding-top: 20px;
  line-height: 22px;
  margin-bottom: 0;
}
.cs_recyclemax_pages .rmax_call p a {
  color: #2b954d;
  text-decoration: underline;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
.invoice_receive_payments .textLinks {
  margin-top: 10px;
}
.cs_recyclemax #header li.cs_active_menu a,
.cs_recyclemax .footer li.cs_active_menu a {
  /*color:#00703a;*/
  /*font-family: @heading-font;*/
  opacity: 1;
}
.cs_recyclemax #header li.cs_active_menu a:hover,
.cs_recyclemax .footer li.cs_active_menu a:hover {
  color: #019345;
  background: unset !important;
}
.cs_recyclemax #header li.app-menu-li {
  padding: 10px 10px;
}
.cs_recyclemax #header li.app-menu-li i.far {
  display: none;
}
.cs_recyclemax #header li.app-menu-li:hover {
  border-radius: 5px !important;
  background-color: #f1f1f1 !important;
}
.cs_recyclemax #header li.app-menu-li:hover .application-submenu {
  display: block;
}
.cs_recyclemax #header .application-submenu .application-list {
  display: none;
}
.cs_recyclemax #header .application-submenu .lvl-heading {
  font-size: 20px;
}
.cs_recyclemax #header .application-submenu .app-images img {
  width: 100%;
}
.cs_recyclemax #header .application-submenu .submenu-wrapper {
  padding: 5px 0 25px 0;
}
.cs_recyclemax #header .application-submenu .submenu-wrapper a {
  padding: 10px;
  margin: 0 !important;
  min-height: auto !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif !important;
}
.cs_recyclemax #header .application-submenu .submenu-wrapper a:hover {
  background: var(--primaryColor) !important;
  color: #fff !important;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif !important;
}
.cs_recyclemax #header .application-submenu .submenu-wrapper a.app-get-program-btn {
  display: inline-block;
  background: var(--primaryColor);
  margin-top: 50px !important;
  color: #fff !important;
  border-radius: 5px !important;
  padding: 12px 20px;
  margin-left: 10px !important;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif !important;
}
.cs_recyclemax #header {
  padding: 10px 0 0 0 !important;
  height: auto !important;
}
.cs_recyclemax #header .explore-submenu {
  float: left;
}
.cs_recyclemax #header .explore-submenu ul {
  margin-bottom: 0 !important;
  margin-left: 15px;
}
.cs_recyclemax #header .explore-submenu ul li {
  position: static;
  padding: 8px 12px;
  border-radius: 5px;
}
.cs_recyclemax #header .explore-submenu ul li#sm_postSearchBtn:hover,
.cs_recyclemax #header .explore-submenu ul li#sm_offerSearchBtn:hover,
.cs_recyclemax #header .explore-submenu ul li#sm_quotesSearchBtn:hover,
.cs_recyclemax #header .explore-submenu ul li.active {
  background-color: #f1f1f1;
}
.cs_recyclemax #header .explore-submenu ul li:hover a {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif !important;
}
.cs_recyclemax #header .explore-submenu ul li:hover a i[class*="down"] {
  display: none;
}
.cs_recyclemax #header .explore-submenu ul li:hover a i[class*="up"] {
  display: inline-block;
}
.cs_recyclemax #header .explore-submenu ul li:hover .explore-lvl-menu .col-md-3 a:hover {
  color: var(--linkColor);
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif !important;
}
.cs_recyclemax #header .explore-submenu ul li:hover .explore-lvl-menu a {
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif !important;
}
.cs_recyclemax #header .explore-submenu ul li:hover .explore-lvl-menu a.activeSubMenuLink {
  color: var(--linkColor) !important;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif !important;
}
.cs_recyclemax #header .explore-submenu ul li:hover .explore-lvl-menu .text-bold.lvl-contact-info a {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif !important;
}
.cs_recyclemax #header .explore-submenu ul li a {
  display: inline-block;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 14px;
  color: #333;
}
.cs_recyclemax #header .explore-submenu ul li a i {
  vertical-align: middle;
  margin-top: -2px;
  color: #333;
  font-weight: 300;
}
.cs_recyclemax #header .explore-submenu ul li a i[class*="up"] {
  display: none;
}
.cs_recyclemax #header .explore-submenu ul li a:hover {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
.cs_recyclemax #header .explore-submenu ul li .submenu-wrapper a {
  padding: 3px 0 !important;
  color: #333;
  font-size: 15px;
}
.cs_recyclemax #header .explore-submenu ul li .submenu-wrapper hr {
  margin-bottom: 0;
}
.cs_recyclemax #header .explore-submenu ul li .lvl-contact-info {
  margin: 12px 0px 20px 0;
}
.cs_recyclemax #header .explore-submenu ul li .lvl-contact-info a {
  color: var(--linkColor);
}
.cs_recyclemax #header .explore-submenu ul li .activeSubMenuLink {
  color: var(--primaryColor) !important;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif !important;
}
.cs_recyclemax #header .explore-submenu ul li.cs_active_menu a:hover {
  color: #333 !important;
}
.cs_recyclemax #header .explore-submenu ul li.active a,
.cs_recyclemax #header .explore-submenu ul li.cs_active_menu a {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
.cs_recyclemax #header .explore-submenu ul li.active .explore-lvl-menu a,
.cs_recyclemax #header .explore-submenu ul li.cs_active_menu .explore-lvl-menu a {
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
.cs_recyclemax #header .explore-submenu ul li.showSubMenu:hover .explore-lvl-menu {
  display: block;
}
.cs_recyclemax #header .explore-lvl-menu {
  padding: 20px 61px 0 61px;
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  background: white;
  z-index: 10000;
  top: 50px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.cs_recyclemax #header .explore-lvl-menu hr {
  margin: 10px 0;
}
small.cs_trade_mark {
  color: #000;
  font-size: 50%;
}
.cs_recyclemax_pages .banner-section h1 {
  font-size: 50px;
}
.cs_recyclemax_pages .banner-section .img-right {
  padding-top: 20px;
}
.cs_recyclemax .dropdown .dropdown-menu > li > a:hover,
.cs_recyclemax .dropdown .dropdown-menu > li > label:hover {
  background: #6eb33e !important;
}
.cs_recyclemax .feed-wrapper .post-footer .tag {
  cursor: default;
}
.t_needed_heading h4 {
  margin-bottom: 15px !important;
  font-size: 18px;
  line-height: 22px;
}
.t_needed_sec ul li {
  color: #333;
  font-size: 14px;
  line-height: 22px;
}
.fz-10 {
  font-size: 10px !important;
}
.cs_recyclemax_pages .banner-section .img-left-text span:not([ng-click]) {
  font-size: 25px;
  letter-spacing: -1px;
}
.icon-primary {
  color: #0264AB;
}
.service_block_img {
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 5px;
  transition: 0.5s;
}
.service_block_img:hover {
  transform: scale(1.1);
  transition: 0.5s;
  border-radius: 5px;
}
.tb_add_order_btn i.far {
  color: #fff !important;
  font-size: 16px !important;
}
.tb_add_order_btn:hover,
.tb_edit_material_btn:hover {
  background: #06519d !important;
  border-color: #06519d !important;
  color: #fff !important;
}
.tb_add_order_btn,
.tb_edit_material_btn {
  color: #fff;
  line-height: 1.3333333;
  border-radius: 6px;
  padding: 8px 13px !important;
  font-size: 16px;
  border: 2px solid #0e5eaf !important;
}
.profile-action.show-on-sticky .tb_edit_material_btn {
  height: 38px !important;
}
#profile-header-board2 .cs_service_single_page .profile-image {
  margin: 17px 0 0 !important;
}
.cs_service_single_page h4.boardTitle {
  top: 21px !important;
}
#profile-header-board2 .cs_service_single_page.sticky .profile-image {
  margin: 6px 0 0 !important;
}
.cs_service_single_page.sticky h4.boardTitle {
  top: 9px !important;
}
.cs_service_single_page.sticky h4.boardTitle a {
  width: 88%;
}
.profile-apps .wrapper.sticky .tb_add_order_btn {
  padding: 6px 15px !important;
}
.profile-apps .wrapper.sticky .tb_add_order_btn .far {
  display: inline !important;
}
.tb_add_order_btn:hover {
  color: #fff;
}
.profile-apps .wrapper.sticky .service_board_title span,
.profile-apps .wrapper.sticky .service_board_title span + a {
  display: none !important;
}
.service_board_title {
  color: #000 !important;
}
.service_board_title a {
  display: inline-block !important;
  top: 2px;
}
.assign_provider a {
  text-decoration: none;
}
@media only screen and (max-width: 980px) {
  .cs_recyclemax #header ul.navbar-nav > li > a:hover,
  .cs_unlimitedrecycling #header ul.navbar-nav > li > a:hover,
  .cs_esna #header ul.navbar-nav > li > a:hover,
  .cs_facilityhub #header ul.navbar-nav > li > a:hover {
    background: var(--primaryColor) !important;
  }
  .cs_recyclemax_pages .banner-section h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .cs_recyclemax_pages .rmax_facility h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .cs_recyclemax_pages .rmax_facility p {
    /* font-size: 18px !important;
    line-height: 26px; */
    letter-spacing: unset;
  }
}
.select2-container.select2-container--open {
  z-index: 99999999999;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: transparent !important;
}
.dropdown-menu.ng-valid-date {
  z-index: 9999999;
}
.form-group .btn.btn-default:hover span.text-muted {
  color: #fff !important;
}
.followers-list .user-info .btn-default:hover {
  background: #06519d !important;
  border-color: #06519d !important;
  color: #fff;
}
.cs_material_block_content {
  border-right: 1px solid #eeeeee;
  min-height: 180px;
  padding-right: 10px;
}
.quote-btns {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 50px;
  display: block;
}
.quote-btns a:hover {
  background: #06519d;
  color: #fff;
}
.quote-btns a {
  border: 1px solid #06519d;
  padding: 12px 20px;
  display: inline-block;
  margin-bottom: 15px;
  min-width: 150px;
  text-align: center;
  color: #06519d;
  border-radius: 5px;
  width: 100%;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}
button.run-report-btn,
a.run-report-btn.report-back-btn {
  border: 1px solid #06519d;
  padding: 5px 10px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  color: #06519d;
  border-radius: 5px;
  background: transparent;
  font-size: 14px;
  min-width: 114px;
}
a.run-report-btn.report-back-btn {
  min-width: 80px;
}
.rmax_reports .group-name {
  font-size: 17px;
  line-height: 25px;
  white-space: nowrap;
}
.rmax_reports .group-img {
  width: 30px;
  height: 30px;
}
.vendor_lock_icon {
  display: inline !important;
  font-size: 12px !important;
}
.modal-body.has_header .cs_post_option {
  position: relative;
  top: -77px;
}
button.run-report-btn:hover {
  background: #06519d;
  color: #fff;
}
.profilePopover .counters .popover-contact-info .contact-info {
  padding: 8px 0 4px 0;
  display: flex;
  align-items: center;
}
.profilePopover .counters .popover-contact-info .contact-info.contact-location {
  align-items: baseline;
}
.profilePopover .counters .popover-contact-info i.far {
  font-size: 16px;
  display: inline-block;
  min-width: 20px;
  text-align: center;
}
.profilePopover .counters .popover-contact-info i.fa-lock-alt {
  color: #999;
  font-size: 13px;
  position: relative;
  top: -1px;
}
.profilePopover .counters .popover-contact-info a {
  padding: 0 0 0 12px !important;
  font-weight: normal !important;
  margin: 0;
  float: left;
  font-size: 15px !important;
  text-transform: lowercase !important;
  color: #7dae41;
  text-align: left !important;
  width: 270px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 17px;
}
.profilePopover .counters .popover-contact-info .contact-location a {
  white-space: unset;
  line-height: 24px;
  text-transform: capitalize !important;
}
.popover-contact-info span {
  display: inline-block;
  float: left;
  width: 85px !important;
  text-align: left;
  margin-left: 15px;
}
.popover-contact-info .department-info .contact-info {
  display: flex;
  align-items: center;
}
.popover-contact-info .contact-info ul.department-list {
  margin-bottom: 0;
  padding: 0px !important;
  position: absolute;
  background: #ffffff;
  box-shadow: 0 0 0.7px 0px;
  max-height: 109px;
  overflow-y: scroll;
  color: #000;
  text-transform: capitalize;
  margin: 0;
  top: 34px;
  left: 33px;
  text-align: left;
  min-width: 140px;
}
.popover-contact-info .contact-info ul.department-list li {
  padding: 10px 10px 0;
  margin: 0 !important;
}
.popover-contact-info .contact-info ul.department-list li:last-child {
  padding-bottom: 10px;
}
.popover-contact-info .contact-info ul.department-list li label {
  margin-bottom: 0;
  text-transform: capitalize !important;
}
.popover-contact-info .department-info {
  text-align: left;
}
.popover-contact-info .department-info .popover-contact-list {
  margin-bottom: 8px;
}
.popover-contact-info .department-info .popover-contact-list:last-child {
  margin-bottom: 0;
}
.popover-contact-list ul {
  margin-top: 10px;
}
.popover-contact-list ul li {
  margin-top: 0 !important;
}
.popover-contact-info .department-info span {
  margin-left: 7px;
  padding-top: 3px;
}
.popover-contact-info .department-info label {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin: 0;
}
.popover-contact-info .department-info li label {
  text-align: left !important;
  font-size: 16px;
  margin-bottom: 6px;
}
.popover-contact-info .department-info li {
  text-align: left !important;
}
#aboutBox .form-group h4 {
  margin-bottom: 20px;
  font-size: 18px;
}
.custom-responsive-table .responsive-table-th {
  display: none;
}
.pre-footer .cs_powered_by {
  padding-top: 60px;
}
.cs-rmax-login-link {
  background: var(--primaryColor);
  font-size: 16px !important;
  color: #fff !important;
  /* background-color: #70b63c; */
  display: inline-block !important;
  padding: 8px 30px !important;
  text-decoration: none !important;
  border-radius: 5px !important;
  opacity: 1 !important;
  margin-left: 10px;
}
.cs_login_btn_menu {
  min-height: auto !important;
}
.cs-rmax-login-link:hover {
  opacity: 1 !important;
  background: var(--primaryColor) !important;
}
.earthperk_page .top-bar-mobile .btn-group .btn:hover,
.earthperk_page .top-bar .btn-group .btn:hover,
.earthperk_page .top-bar-mobile .btn-group .btn:active,
.earthperk_page .top-bar .btn-group .btn:active,
.earthperk_page .top-bar-mobile .btn-group .btn:focus,
.earthperk_page .top-bar .btn-group .btn:focus,
.earthperk_page .top-bar-mobile .btn-group .btn.active,
.earthperk_page .top-bar .btn-group .btn.active {
  color: #fff;
  background: #06519d;
  border-color: #06519d;
}
.order_notify_multiselect {
  margin: 10px 0;
}
.order_notify_multiselect .select2-selection--multiple li.select2-selection__choice {
  background-color: var(--primaryColor) !important;
  border: 1px solid var(--primaryColor) !important;
}
.order_notify_multiselect .select2-container {
  width: auto !important;
}
.order_notify_multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0;
  padding: 4px !important;
}
.order_notify_multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  color: #fff;
  font-size: 14px;
}
.order_notify_multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #fff !important;
  color: #fff;
  border-radius: 0;
  float: right;
  border-right: 0;
}
.order_notify_multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.order_notify_multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: transparent;
  color: #fff;
  outline: none;
}
.order_notify_multiselect .select2-search__field {
  width: 70px !important;
  margin: 0;
  height: 32px;
  padding-left: 5px !important;
}
.order_notify_multiselect .select2-container--default .select2-selection--multiple {
  border: 1px solid #eee;
  border-radius: 0;
}
.profile_social_fields .input-group-addon {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0px;
  min-width: 40px;
}
.profile_social_fields .form-group {
  margin-bottom: 15px !important;
}
.cs_social_profile_links {
  display: flex;
}
#aboutBox .cs_social_profile_links {
  margin-left: 0px;
  margin-bottom: 8px;
}
.cs_social_profile_links a {
  margin-right: 15px;
}
.cs_social_profile_links a i {
  font-size: 30px;
  line-height: 28px;
}
.cs_social_profile_links a.p_link {
  background: var(--linkColor);
  width: auto;
  height: auto;
  width: 27px;
  height: 27px;
  border-radius: 2px;
  text-align: center;
  padding: 0;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* social header */
.header_social_bar {
  display: none;
}
.cs_recyclemax .header_social_bar,
.cs_subdomain .header_social_bar,
.cs_magna .header_social_bar {
  display: none;
  background: var(--primaryColor);
  padding: 10px 0;
  color: #fff;
}
.cs_recyclemax .header_social_bar .h_contact_info,
.cs_subdomain .header_social_bar .h_contact_info,
.cs_magna .header_social_bar .h_contact_info {
  display: flex;
}
.cs_recyclemax .header_social_bar .h_contact_info .h_contact_email,
.cs_subdomain .header_social_bar .h_contact_info .h_contact_email,
.cs_magna .header_social_bar .h_contact_info .h_contact_email,
.cs_recyclemax .header_social_bar .h_contact_info .h_contact_phone,
.cs_subdomain .header_social_bar .h_contact_info .h_contact_phone,
.cs_magna .header_social_bar .h_contact_info .h_contact_phone {
  margin-left: 20px;
}
.cs_recyclemax .header_social_bar .h_contact_info a,
.cs_subdomain .header_social_bar .h_contact_info a,
.cs_magna .header_social_bar .h_contact_info a {
  padding-left: 5px;
  color: #fff !important;
  font-size: 16px !important;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif !important;
}
.cs_recyclemax .header_social_bar .h_social_links,
.cs_subdomain .header_social_bar .h_social_links,
.cs_magna .header_social_bar .h_social_links {
  display: flex;
}
.cs_recyclemax .header_social_bar .h_social_links a,
.cs_subdomain .header_social_bar .h_social_links a,
.cs_magna .header_social_bar .h_social_links a {
  padding-left: 5px;
  color: #fff !important;
  font-size: 16px !important;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif !important;
}
.cs_recyclemax .header_social_bar .h_social_links ul,
.cs_subdomain .header_social_bar .h_social_links ul,
.cs_magna .header_social_bar .h_social_links ul {
  margin-bottom: 0 !important;
  margin-left: 10px;
}
.cs_recyclemax .header_social_bar .h_social_links ul li,
.cs_subdomain .header_social_bar .h_social_links ul li,
.cs_magna .header_social_bar .h_social_links ul li {
  display: inline-block;
}
.cs_recyclemax .header_social_bar .h_social_links ul li i,
.cs_subdomain .header_social_bar .h_social_links ul li i,
.cs_magna .header_social_bar .h_social_links ul li i {
  font-size: 18px;
  color: #fff;
}
.cs_recyclemax.is_logged_out .header_social_bar {
  display: block;
}
.cs_recyclemax.is_logged_out #header {
  top: 42px;
  transition: 0.1s;
}
/* end social header */
.cs_recyclemax .navbar-toggle .icon-bar,
.cs_unlimitedrecycling .navbar-toggle .icon-bar,
.cs_aam .navbar-toggle .icon-bar,
.cs_subdomain .navbar-toggle .icon-bar,
.cs_earthperks .navbar-toggle .icon-bar,
.cs_esna .navbar-toggle .icon-bar,
.cs_magna .navbar-toggle .icon-bar,
.cs_facilityhub .navbar-toggle .icon-bar,
.cs_earthops .navbar-toggle .icon-bar {
  background: var(--primaryColor) !important;
}
.cs_recyclemax .black-green-color:hover,
.cs_unlimitedrecycling .black-green-color:hover,
.cs_aam .black-green-color:hover,
.cs_subdomain .black-green-color:hover,
.cs_earthperks .black-green-color:hover,
.cs_esna .black-green-color:hover,
.cs_magna .black-green-color:hover,
.cs_facilityhub .black-green-color:hover,
.cs_earthops .black-green-color:hover {
  color: #00703a;
}
.cs_recyclemax a,
.cs_unlimitedrecycling a,
.cs_aam a,
.cs_subdomain a,
.cs_earthperks a,
.cs_esna a,
.cs_magna a,
.cs_facilityhub a,
.cs_earthops a {
  color: var(--linkColor);
}
.cs_recyclemax .aboutFaIcon .blue,
.cs_unlimitedrecycling .aboutFaIcon .blue,
.cs_aam .aboutFaIcon .blue,
.cs_subdomain .aboutFaIcon .blue,
.cs_earthperks .aboutFaIcon .blue,
.cs_esna .aboutFaIcon .blue,
.cs_magna .aboutFaIcon .blue,
.cs_facilityhub .aboutFaIcon .blue,
.cs_earthops .aboutFaIcon .blue {
  color: var(--linkColor) !important;
}
.cs_recyclemax .profilePopover .counters .popover-contact-info a,
.cs_unlimitedrecycling .profilePopover .counters .popover-contact-info a,
.cs_aam .profilePopover .counters .popover-contact-info a,
.cs_subdomain .profilePopover .counters .popover-contact-info a,
.cs_earthperks .profilePopover .counters .popover-contact-info a,
.cs_esna .profilePopover .counters .popover-contact-info a,
.cs_magna .profilePopover .counters .popover-contact-info a,
.cs_facilityhub .profilePopover .counters .popover-contact-info a,
.cs_earthops .profilePopover .counters .popover-contact-info a {
  color: var(--linkColor);
}
.cs_recyclemax .popover-msg-btn i,
.cs_unlimitedrecycling .popover-msg-btn i,
.cs_aam .popover-msg-btn i,
.cs_subdomain .popover-msg-btn i,
.cs_earthperks .popover-msg-btn i,
.cs_esna .popover-msg-btn i,
.cs_magna .popover-msg-btn i,
.cs_facilityhub .popover-msg-btn i,
.cs_earthops .popover-msg-btn i {
  color: var(--linkColor);
}
.cs_recyclemax .popover-msg-btn:hover i,
.cs_unlimitedrecycling .popover-msg-btn:hover i,
.cs_aam .popover-msg-btn:hover i,
.cs_subdomain .popover-msg-btn:hover i,
.cs_earthperks .popover-msg-btn:hover i,
.cs_esna .popover-msg-btn:hover i,
.cs_magna .popover-msg-btn:hover i,
.cs_facilityhub .popover-msg-btn:hover i,
.cs_earthops .popover-msg-btn:hover i {
  color: #fff;
}
.cs_recyclemax a.btn-primary,
.cs_unlimitedrecycling a.btn-primary,
.cs_aam a.btn-primary,
.cs_subdomain a.btn-primary,
.cs_earthperks a.btn-primary,
.cs_esna a.btn-primary,
.cs_magna a.btn-primary,
.cs_facilityhub a.btn-primary,
.cs_earthops a.btn-primary,
.cs_recyclemax a.btn-success,
.cs_unlimitedrecycling a.btn-success,
.cs_aam a.btn-success,
.cs_subdomain a.btn-success,
.cs_earthperks a.btn-success,
.cs_esna a.btn-success,
.cs_magna a.btn-success,
.cs_facilityhub a.btn-success,
.cs_earthops a.btn-success,
.cs_recyclemax a.btn-danger,
.cs_unlimitedrecycling a.btn-danger,
.cs_aam a.btn-danger,
.cs_subdomain a.btn-danger,
.cs_earthperks a.btn-danger,
.cs_esna a.btn-danger,
.cs_magna a.btn-danger,
.cs_facilityhub a.btn-danger,
.cs_earthops a.btn-danger {
  color: #fff;
}
.cs_recyclemax a.btn-theme,
.cs_unlimitedrecycling a.btn-theme,
.cs_aam a.btn-theme,
.cs_subdomain a.btn-theme,
.cs_earthperks a.btn-theme,
.cs_esna a.btn-theme,
.cs_magna a.btn-theme,
.cs_facilityhub a.btn-theme,
.cs_earthops a.btn-theme,
.cs_recyclemax a#group-tour-5 i.far,
.cs_unlimitedrecycling a#group-tour-5 i.far,
.cs_aam a#group-tour-5 i.far,
.cs_subdomain a#group-tour-5 i.far,
.cs_earthperks a#group-tour-5 i.far,
.cs_esna a#group-tour-5 i.far,
.cs_magna a#group-tour-5 i.far,
.cs_facilityhub a#group-tour-5 i.far,
.cs_earthops a#group-tour-5 i.far {
  color: #fff;
}
.cs_recyclemax a.btn-ghost,
.cs_unlimitedrecycling a.btn-ghost,
.cs_aam a.btn-ghost,
.cs_subdomain a.btn-ghost,
.cs_earthperks a.btn-ghost,
.cs_esna a.btn-ghost,
.cs_magna a.btn-ghost,
.cs_facilityhub a.btn-ghost,
.cs_earthops a.btn-ghost {
  color: #fff;
}
.cs_recyclemax a[ng-if="l.linkTracker"],
.cs_unlimitedrecycling a[ng-if="l.linkTracker"],
.cs_aam a[ng-if="l.linkTracker"],
.cs_subdomain a[ng-if="l.linkTracker"],
.cs_earthperks a[ng-if="l.linkTracker"],
.cs_esna a[ng-if="l.linkTracker"],
.cs_magna a[ng-if="l.linkTracker"],
.cs_facilityhub a[ng-if="l.linkTracker"],
.cs_earthops a[ng-if="l.linkTracker"] {
  color: #337ab7;
}
.cs_recyclemax .followers-list .user-info .btn-default:hover,
.cs_unlimitedrecycling .followers-list .user-info .btn-default:hover,
.cs_aam .followers-list .user-info .btn-default:hover,
.cs_subdomain .followers-list .user-info .btn-default:hover,
.cs_earthperks .followers-list .user-info .btn-default:hover,
.cs_esna .followers-list .user-info .btn-default:hover,
.cs_magna .followers-list .user-info .btn-default:hover,
.cs_facilityhub .followers-list .user-info .btn-default:hover,
.cs_earthops .followers-list .user-info .btn-default:hover {
  background-color: var(--primaryColor) !important;
  border-color: var(--primaryColor) !important;
  color: #fff;
}
.cs_recyclemax .earthperk_page .top-bar-mobile .btn-group .btn:hover,
.cs_unlimitedrecycling .earthperk_page .top-bar-mobile .btn-group .btn:hover,
.cs_aam .earthperk_page .top-bar-mobile .btn-group .btn:hover,
.cs_subdomain .earthperk_page .top-bar-mobile .btn-group .btn:hover,
.cs_earthperks .earthperk_page .top-bar-mobile .btn-group .btn:hover,
.cs_esna .earthperk_page .top-bar-mobile .btn-group .btn:hover,
.cs_magna .earthperk_page .top-bar-mobile .btn-group .btn:hover,
.cs_facilityhub .earthperk_page .top-bar-mobile .btn-group .btn:hover,
.cs_earthops .earthperk_page .top-bar-mobile .btn-group .btn:hover,
.cs_recyclemax .earthperk_page .top-bar .btn-group .btn:hover,
.cs_unlimitedrecycling .earthperk_page .top-bar .btn-group .btn:hover,
.cs_aam .earthperk_page .top-bar .btn-group .btn:hover,
.cs_subdomain .earthperk_page .top-bar .btn-group .btn:hover,
.cs_earthperks .earthperk_page .top-bar .btn-group .btn:hover,
.cs_esna .earthperk_page .top-bar .btn-group .btn:hover,
.cs_magna .earthperk_page .top-bar .btn-group .btn:hover,
.cs_facilityhub .earthperk_page .top-bar .btn-group .btn:hover,
.cs_earthops .earthperk_page .top-bar .btn-group .btn:hover,
.cs_recyclemax .earthperk_page .top-bar-mobile .btn-group .btn:active,
.cs_unlimitedrecycling .earthperk_page .top-bar-mobile .btn-group .btn:active,
.cs_aam .earthperk_page .top-bar-mobile .btn-group .btn:active,
.cs_subdomain .earthperk_page .top-bar-mobile .btn-group .btn:active,
.cs_earthperks .earthperk_page .top-bar-mobile .btn-group .btn:active,
.cs_esna .earthperk_page .top-bar-mobile .btn-group .btn:active,
.cs_magna .earthperk_page .top-bar-mobile .btn-group .btn:active,
.cs_facilityhub .earthperk_page .top-bar-mobile .btn-group .btn:active,
.cs_earthops .earthperk_page .top-bar-mobile .btn-group .btn:active,
.cs_recyclemax .earthperk_page .top-bar .btn-group .btn:active,
.cs_unlimitedrecycling .earthperk_page .top-bar .btn-group .btn:active,
.cs_aam .earthperk_page .top-bar .btn-group .btn:active,
.cs_subdomain .earthperk_page .top-bar .btn-group .btn:active,
.cs_earthperks .earthperk_page .top-bar .btn-group .btn:active,
.cs_esna .earthperk_page .top-bar .btn-group .btn:active,
.cs_magna .earthperk_page .top-bar .btn-group .btn:active,
.cs_facilityhub .earthperk_page .top-bar .btn-group .btn:active,
.cs_earthops .earthperk_page .top-bar .btn-group .btn:active,
.cs_recyclemax .earthperk_page .top-bar-mobile .btn-group .btn:focus,
.cs_unlimitedrecycling .earthperk_page .top-bar-mobile .btn-group .btn:focus,
.cs_aam .earthperk_page .top-bar-mobile .btn-group .btn:focus,
.cs_subdomain .earthperk_page .top-bar-mobile .btn-group .btn:focus,
.cs_earthperks .earthperk_page .top-bar-mobile .btn-group .btn:focus,
.cs_esna .earthperk_page .top-bar-mobile .btn-group .btn:focus,
.cs_magna .earthperk_page .top-bar-mobile .btn-group .btn:focus,
.cs_facilityhub .earthperk_page .top-bar-mobile .btn-group .btn:focus,
.cs_earthops .earthperk_page .top-bar-mobile .btn-group .btn:focus,
.cs_recyclemax .earthperk_page .top-bar .btn-group .btn:focus,
.cs_unlimitedrecycling .earthperk_page .top-bar .btn-group .btn:focus,
.cs_aam .earthperk_page .top-bar .btn-group .btn:focus,
.cs_subdomain .earthperk_page .top-bar .btn-group .btn:focus,
.cs_earthperks .earthperk_page .top-bar .btn-group .btn:focus,
.cs_esna .earthperk_page .top-bar .btn-group .btn:focus,
.cs_magna .earthperk_page .top-bar .btn-group .btn:focus,
.cs_facilityhub .earthperk_page .top-bar .btn-group .btn:focus,
.cs_earthops .earthperk_page .top-bar .btn-group .btn:focus,
.cs_recyclemax .earthperk_page .top-bar-mobile .btn-group .btn.active,
.cs_unlimitedrecycling .earthperk_page .top-bar-mobile .btn-group .btn.active,
.cs_aam .earthperk_page .top-bar-mobile .btn-group .btn.active,
.cs_subdomain .earthperk_page .top-bar-mobile .btn-group .btn.active,
.cs_earthperks .earthperk_page .top-bar-mobile .btn-group .btn.active,
.cs_esna .earthperk_page .top-bar-mobile .btn-group .btn.active,
.cs_magna .earthperk_page .top-bar-mobile .btn-group .btn.active,
.cs_facilityhub .earthperk_page .top-bar-mobile .btn-group .btn.active,
.cs_earthops .earthperk_page .top-bar-mobile .btn-group .btn.active,
.cs_recyclemax .earthperk_page .top-bar .btn-group .btn.active,
.cs_unlimitedrecycling .earthperk_page .top-bar .btn-group .btn.active,
.cs_aam .earthperk_page .top-bar .btn-group .btn.active,
.cs_subdomain .earthperk_page .top-bar .btn-group .btn.active,
.cs_earthperks .earthperk_page .top-bar .btn-group .btn.active,
.cs_esna .earthperk_page .top-bar .btn-group .btn.active,
.cs_magna .earthperk_page .top-bar .btn-group .btn.active,
.cs_facilityhub .earthperk_page .top-bar .btn-group .btn.active,
.cs_earthops .earthperk_page .top-bar .btn-group .btn.active {
  color: #fff;
  background: var(--primaryColor);
  border-color: var(--primaryColor);
}
.cs_recyclemax .service_list ul li a.selected,
.cs_unlimitedrecycling .service_list ul li a.selected,
.cs_aam .service_list ul li a.selected,
.cs_subdomain .service_list ul li a.selected,
.cs_earthperks .service_list ul li a.selected,
.cs_esna .service_list ul li a.selected,
.cs_magna .service_list ul li a.selected,
.cs_facilityhub .service_list ul li a.selected,
.cs_earthops .service_list ul li a.selected,
.cs_recyclemax .industry_type ul li a.selected,
.cs_unlimitedrecycling .industry_type ul li a.selected,
.cs_aam .industry_type ul li a.selected,
.cs_subdomain .industry_type ul li a.selected,
.cs_earthperks .industry_type ul li a.selected,
.cs_esna .industry_type ul li a.selected,
.cs_magna .industry_type ul li a.selected,
.cs_facilityhub .industry_type ul li a.selected,
.cs_earthops .industry_type ul li a.selected,
.cs_recyclemax .group_industry_type ul li a.selected,
.cs_unlimitedrecycling .group_industry_type ul li a.selected,
.cs_aam .group_industry_type ul li a.selected,
.cs_subdomain .group_industry_type ul li a.selected,
.cs_earthperks .group_industry_type ul li a.selected,
.cs_esna .group_industry_type ul li a.selected,
.cs_magna .group_industry_type ul li a.selected,
.cs_facilityhub .group_industry_type ul li a.selected,
.cs_earthops .group_industry_type ul li a.selected {
  background: var(--primaryColor);
  color: #fff;
}
.cs_recyclemax .service_list ul li a.selected .svg_icon svg,
.cs_unlimitedrecycling .service_list ul li a.selected .svg_icon svg,
.cs_aam .service_list ul li a.selected .svg_icon svg,
.cs_subdomain .service_list ul li a.selected .svg_icon svg,
.cs_earthperks .service_list ul li a.selected .svg_icon svg,
.cs_esna .service_list ul li a.selected .svg_icon svg,
.cs_magna .service_list ul li a.selected .svg_icon svg,
.cs_facilityhub .service_list ul li a.selected .svg_icon svg,
.cs_earthops .service_list ul li a.selected .svg_icon svg,
.cs_recyclemax .industry_type ul li a.selected .svg_icon svg,
.cs_unlimitedrecycling .industry_type ul li a.selected .svg_icon svg,
.cs_aam .industry_type ul li a.selected .svg_icon svg,
.cs_subdomain .industry_type ul li a.selected .svg_icon svg,
.cs_earthperks .industry_type ul li a.selected .svg_icon svg,
.cs_esna .industry_type ul li a.selected .svg_icon svg,
.cs_magna .industry_type ul li a.selected .svg_icon svg,
.cs_facilityhub .industry_type ul li a.selected .svg_icon svg,
.cs_earthops .industry_type ul li a.selected .svg_icon svg,
.cs_recyclemax .group_industry_type ul li a.selected .svg_icon svg,
.cs_unlimitedrecycling .group_industry_type ul li a.selected .svg_icon svg,
.cs_aam .group_industry_type ul li a.selected .svg_icon svg,
.cs_subdomain .group_industry_type ul li a.selected .svg_icon svg,
.cs_earthperks .group_industry_type ul li a.selected .svg_icon svg,
.cs_esna .group_industry_type ul li a.selected .svg_icon svg,
.cs_magna .group_industry_type ul li a.selected .svg_icon svg,
.cs_facilityhub .group_industry_type ul li a.selected .svg_icon svg,
.cs_earthops .group_industry_type ul li a.selected .svg_icon svg {
  fill: #fff;
}
.cs_recyclemax #search-results .item .info h4 a,
.cs_unlimitedrecycling #search-results .item .info h4 a,
.cs_aam #search-results .item .info h4 a,
.cs_subdomain #search-results .item .info h4 a,
.cs_earthperks #search-results .item .info h4 a,
.cs_esna #search-results .item .info h4 a,
.cs_magna #search-results .item .info h4 a,
.cs_facilityhub #search-results .item .info h4 a,
.cs_earthops #search-results .item .info h4 a,
.cs_recyclemax #search-results-2 .item .info h4 a,
.cs_unlimitedrecycling #search-results-2 .item .info h4 a,
.cs_aam #search-results-2 .item .info h4 a,
.cs_subdomain #search-results-2 .item .info h4 a,
.cs_earthperks #search-results-2 .item .info h4 a,
.cs_esna #search-results-2 .item .info h4 a,
.cs_magna #search-results-2 .item .info h4 a,
.cs_facilityhub #search-results-2 .item .info h4 a,
.cs_earthops #search-results-2 .item .info h4 a,
.cs_recyclemax .profile-boxes .item .info h4 a,
.cs_unlimitedrecycling .profile-boxes .item .info h4 a,
.cs_aam .profile-boxes .item .info h4 a,
.cs_subdomain .profile-boxes .item .info h4 a,
.cs_earthperks .profile-boxes .item .info h4 a,
.cs_esna .profile-boxes .item .info h4 a,
.cs_magna .profile-boxes .item .info h4 a,
.cs_facilityhub .profile-boxes .item .info h4 a,
.cs_earthops .profile-boxes .item .info h4 a,
.cs_recyclemax #search-results2 .item .info h4 a,
.cs_unlimitedrecycling #search-results2 .item .info h4 a,
.cs_aam #search-results2 .item .info h4 a,
.cs_subdomain #search-results2 .item .info h4 a,
.cs_earthperks #search-results2 .item .info h4 a,
.cs_esna #search-results2 .item .info h4 a,
.cs_magna #search-results2 .item .info h4 a,
.cs_facilityhub #search-results2 .item .info h4 a,
.cs_earthops #search-results2 .item .info h4 a {
  color: var(--primaryColor);
}
.cs_recyclemax #InboxListController .col .nav.nav-pills li.active a,
.cs_unlimitedrecycling #InboxListController .col .nav.nav-pills li.active a,
.cs_aam #InboxListController .col .nav.nav-pills li.active a,
.cs_subdomain #InboxListController .col .nav.nav-pills li.active a,
.cs_earthperks #InboxListController .col .nav.nav-pills li.active a,
.cs_esna #InboxListController .col .nav.nav-pills li.active a,
.cs_magna #InboxListController .col .nav.nav-pills li.active a,
.cs_facilityhub #InboxListController .col .nav.nav-pills li.active a,
.cs_earthops #InboxListController .col .nav.nav-pills li.active a,
.cs_recyclemax #Home2Controller .col .nav.nav-pills li.active a,
.cs_unlimitedrecycling #Home2Controller .col .nav.nav-pills li.active a,
.cs_aam #Home2Controller .col .nav.nav-pills li.active a,
.cs_subdomain #Home2Controller .col .nav.nav-pills li.active a,
.cs_earthperks #Home2Controller .col .nav.nav-pills li.active a,
.cs_esna #Home2Controller .col .nav.nav-pills li.active a,
.cs_magna #Home2Controller .col .nav.nav-pills li.active a,
.cs_facilityhub #Home2Controller .col .nav.nav-pills li.active a,
.cs_earthops #Home2Controller .col .nav.nav-pills li.active a,
.cs_recyclemax #HomeController .col .nav.nav-pills li.active a,
.cs_unlimitedrecycling #HomeController .col .nav.nav-pills li.active a,
.cs_aam #HomeController .col .nav.nav-pills li.active a,
.cs_subdomain #HomeController .col .nav.nav-pills li.active a,
.cs_earthperks #HomeController .col .nav.nav-pills li.active a,
.cs_esna #HomeController .col .nav.nav-pills li.active a,
.cs_magna #HomeController .col .nav.nav-pills li.active a,
.cs_facilityhub #HomeController .col .nav.nav-pills li.active a,
.cs_earthops #HomeController .col .nav.nav-pills li.active a {
  color: var(--linkColor);
}
.cs_recyclemax #search-results .item .info .counters span,
.cs_unlimitedrecycling #search-results .item .info .counters span,
.cs_aam #search-results .item .info .counters span,
.cs_subdomain #search-results .item .info .counters span,
.cs_earthperks #search-results .item .info .counters span,
.cs_esna #search-results .item .info .counters span,
.cs_magna #search-results .item .info .counters span,
.cs_facilityhub #search-results .item .info .counters span,
.cs_earthops #search-results .item .info .counters span,
.cs_recyclemax #search-results-2 .item .info .counters span,
.cs_unlimitedrecycling #search-results-2 .item .info .counters span,
.cs_aam #search-results-2 .item .info .counters span,
.cs_subdomain #search-results-2 .item .info .counters span,
.cs_earthperks #search-results-2 .item .info .counters span,
.cs_esna #search-results-2 .item .info .counters span,
.cs_magna #search-results-2 .item .info .counters span,
.cs_facilityhub #search-results-2 .item .info .counters span,
.cs_earthops #search-results-2 .item .info .counters span,
.cs_recyclemax .profile-boxes .item .info .counters span,
.cs_unlimitedrecycling .profile-boxes .item .info .counters span,
.cs_aam .profile-boxes .item .info .counters span,
.cs_subdomain .profile-boxes .item .info .counters span,
.cs_earthperks .profile-boxes .item .info .counters span,
.cs_esna .profile-boxes .item .info .counters span,
.cs_magna .profile-boxes .item .info .counters span,
.cs_facilityhub .profile-boxes .item .info .counters span,
.cs_earthops .profile-boxes .item .info .counters span,
.cs_recyclemax #search-results2 .item .info .counters span,
.cs_unlimitedrecycling #search-results2 .item .info .counters span,
.cs_aam #search-results2 .item .info .counters span,
.cs_subdomain #search-results2 .item .info .counters span,
.cs_earthperks #search-results2 .item .info .counters span,
.cs_esna #search-results2 .item .info .counters span,
.cs_magna #search-results2 .item .info .counters span,
.cs_facilityhub #search-results2 .item .info .counters span,
.cs_earthops #search-results2 .item .info .counters span {
  color: var(--linkColor);
}
.cs_recyclemax #search-results .item .info p .btn-default:hover,
.cs_unlimitedrecycling #search-results .item .info p .btn-default:hover,
.cs_aam #search-results .item .info p .btn-default:hover,
.cs_subdomain #search-results .item .info p .btn-default:hover,
.cs_earthperks #search-results .item .info p .btn-default:hover,
.cs_esna #search-results .item .info p .btn-default:hover,
.cs_magna #search-results .item .info p .btn-default:hover,
.cs_facilityhub #search-results .item .info p .btn-default:hover,
.cs_earthops #search-results .item .info p .btn-default:hover,
.cs_recyclemax #search-results-2 .item .info p .btn-default:hover,
.cs_unlimitedrecycling #search-results-2 .item .info p .btn-default:hover,
.cs_aam #search-results-2 .item .info p .btn-default:hover,
.cs_subdomain #search-results-2 .item .info p .btn-default:hover,
.cs_earthperks #search-results-2 .item .info p .btn-default:hover,
.cs_esna #search-results-2 .item .info p .btn-default:hover,
.cs_magna #search-results-2 .item .info p .btn-default:hover,
.cs_facilityhub #search-results-2 .item .info p .btn-default:hover,
.cs_earthops #search-results-2 .item .info p .btn-default:hover,
.cs_recyclemax .profile-boxes .item .info p .btn-default:hover,
.cs_unlimitedrecycling .profile-boxes .item .info p .btn-default:hover,
.cs_aam .profile-boxes .item .info p .btn-default:hover,
.cs_subdomain .profile-boxes .item .info p .btn-default:hover,
.cs_earthperks .profile-boxes .item .info p .btn-default:hover,
.cs_esna .profile-boxes .item .info p .btn-default:hover,
.cs_magna .profile-boxes .item .info p .btn-default:hover,
.cs_facilityhub .profile-boxes .item .info p .btn-default:hover,
.cs_earthops .profile-boxes .item .info p .btn-default:hover,
.cs_recyclemax #search-results2 .item .info p .btn-default:hover,
.cs_unlimitedrecycling #search-results2 .item .info p .btn-default:hover,
.cs_aam #search-results2 .item .info p .btn-default:hover,
.cs_subdomain #search-results2 .item .info p .btn-default:hover,
.cs_earthperks #search-results2 .item .info p .btn-default:hover,
.cs_esna #search-results2 .item .info p .btn-default:hover,
.cs_magna #search-results2 .item .info p .btn-default:hover,
.cs_facilityhub #search-results2 .item .info p .btn-default:hover,
.cs_earthops #search-results2 .item .info p .btn-default:hover {
  border-color: var(--btnColorHover) !important;
  background-color: var(--btnColorHover) !important;
}
.cs_recyclemax #FollowersList .input-group-addon,
.cs_unlimitedrecycling #FollowersList .input-group-addon,
.cs_aam #FollowersList .input-group-addon,
.cs_subdomain #FollowersList .input-group-addon,
.cs_earthperks #FollowersList .input-group-addon,
.cs_esna #FollowersList .input-group-addon,
.cs_magna #FollowersList .input-group-addon,
.cs_facilityhub #FollowersList .input-group-addon,
.cs_earthops #FollowersList .input-group-addon,
.cs_recyclemax #ThreadUsersController .input-group-addon,
.cs_unlimitedrecycling #ThreadUsersController .input-group-addon,
.cs_aam #ThreadUsersController .input-group-addon,
.cs_subdomain #ThreadUsersController .input-group-addon,
.cs_earthperks #ThreadUsersController .input-group-addon,
.cs_esna #ThreadUsersController .input-group-addon,
.cs_magna #ThreadUsersController .input-group-addon,
.cs_facilityhub #ThreadUsersController .input-group-addon,
.cs_earthops #ThreadUsersController .input-group-addon,
.cs_recyclemax #TaskUsersController .input-group-addon,
.cs_unlimitedrecycling #TaskUsersController .input-group-addon,
.cs_aam #TaskUsersController .input-group-addon,
.cs_subdomain #TaskUsersController .input-group-addon,
.cs_earthperks #TaskUsersController .input-group-addon,
.cs_esna #TaskUsersController .input-group-addon,
.cs_magna #TaskUsersController .input-group-addon,
.cs_facilityhub #TaskUsersController .input-group-addon,
.cs_earthops #TaskUsersController .input-group-addon {
  background: var(--btnColor);
  border-color: var(--btnColor);
}
.cs_recyclemax .tb_add_order_btn,
.cs_unlimitedrecycling .tb_add_order_btn,
.cs_aam .tb_add_order_btn,
.cs_subdomain .tb_add_order_btn,
.cs_earthperks .tb_add_order_btn,
.cs_esna .tb_add_order_btn,
.cs_magna .tb_add_order_btn,
.cs_facilityhub .tb_add_order_btn,
.cs_earthops .tb_add_order_btn,
.cs_recyclemax .tb_edit_material_btn,
.cs_unlimitedrecycling .tb_edit_material_btn,
.cs_aam .tb_edit_material_btn,
.cs_subdomain .tb_edit_material_btn,
.cs_earthperks .tb_edit_material_btn,
.cs_esna .tb_edit_material_btn,
.cs_magna .tb_edit_material_btn,
.cs_facilityhub .tb_edit_material_btn,
.cs_earthops .tb_edit_material_btn {
  background: var(--btnColor) !important;
  border-color: var(--btnColor) !important;
}
.cs_recyclemax .tb_add_order_btn:hover,
.cs_unlimitedrecycling .tb_add_order_btn:hover,
.cs_aam .tb_add_order_btn:hover,
.cs_subdomain .tb_add_order_btn:hover,
.cs_earthperks .tb_add_order_btn:hover,
.cs_esna .tb_add_order_btn:hover,
.cs_magna .tb_add_order_btn:hover,
.cs_facilityhub .tb_add_order_btn:hover,
.cs_earthops .tb_add_order_btn:hover,
.cs_recyclemax .tb_add_order_btn:focus,
.cs_unlimitedrecycling .tb_add_order_btn:focus,
.cs_aam .tb_add_order_btn:focus,
.cs_subdomain .tb_add_order_btn:focus,
.cs_earthperks .tb_add_order_btn:focus,
.cs_esna .tb_add_order_btn:focus,
.cs_magna .tb_add_order_btn:focus,
.cs_facilityhub .tb_add_order_btn:focus,
.cs_earthops .tb_add_order_btn:focus,
.cs_recyclemax .tb_add_order_btn:active,
.cs_unlimitedrecycling .tb_add_order_btn:active,
.cs_aam .tb_add_order_btn:active,
.cs_subdomain .tb_add_order_btn:active,
.cs_earthperks .tb_add_order_btn:active,
.cs_esna .tb_add_order_btn:active,
.cs_magna .tb_add_order_btn:active,
.cs_facilityhub .tb_add_order_btn:active,
.cs_earthops .tb_add_order_btn:active,
.cs_recyclemax .tb_edit_material_btn:hover,
.cs_unlimitedrecycling .tb_edit_material_btn:hover,
.cs_aam .tb_edit_material_btn:hover,
.cs_subdomain .tb_edit_material_btn:hover,
.cs_earthperks .tb_edit_material_btn:hover,
.cs_esna .tb_edit_material_btn:hover,
.cs_magna .tb_edit_material_btn:hover,
.cs_facilityhub .tb_edit_material_btn:hover,
.cs_earthops .tb_edit_material_btn:hover,
.cs_recyclemax .tb_edit_material_btn:focus,
.cs_unlimitedrecycling .tb_edit_material_btn:focus,
.cs_aam .tb_edit_material_btn:focus,
.cs_subdomain .tb_edit_material_btn:focus,
.cs_earthperks .tb_edit_material_btn:focus,
.cs_esna .tb_edit_material_btn:focus,
.cs_magna .tb_edit_material_btn:focus,
.cs_facilityhub .tb_edit_material_btn:focus,
.cs_earthops .tb_edit_material_btn:focus,
.cs_recyclemax .tb_edit_material_btn:active,
.cs_unlimitedrecycling .tb_edit_material_btn:active,
.cs_aam .tb_edit_material_btn:active,
.cs_subdomain .tb_edit_material_btn:active,
.cs_earthperks .tb_edit_material_btn:active,
.cs_esna .tb_edit_material_btn:active,
.cs_magna .tb_edit_material_btn:active,
.cs_facilityhub .tb_edit_material_btn:active,
.cs_earthops .tb_edit_material_btn:active {
  background: var(--btnColorHover) !important;
  border-color: var(--btnColorHover) !important;
}
.cs_recyclemax .quote-btns a:hover,
.cs_unlimitedrecycling .quote-btns a:hover,
.cs_aam .quote-btns a:hover,
.cs_subdomain .quote-btns a:hover,
.cs_earthperks .quote-btns a:hover,
.cs_esna .quote-btns a:hover,
.cs_magna .quote-btns a:hover,
.cs_facilityhub .quote-btns a:hover,
.cs_earthops .quote-btns a:hover,
.cs_recyclemax button.run-report-btn:hover,
.cs_unlimitedrecycling button.run-report-btn:hover,
.cs_aam button.run-report-btn:hover,
.cs_subdomain button.run-report-btn:hover,
.cs_earthperks button.run-report-btn:hover,
.cs_esna button.run-report-btn:hover,
.cs_magna button.run-report-btn:hover,
.cs_facilityhub button.run-report-btn:hover,
.cs_earthops button.run-report-btn:hover,
.cs_recyclemax a.run-report-btn.report-back-btn:hover,
.cs_unlimitedrecycling a.run-report-btn.report-back-btn:hover,
.cs_aam a.run-report-btn.report-back-btn:hover,
.cs_subdomain a.run-report-btn.report-back-btn:hover,
.cs_earthperks a.run-report-btn.report-back-btn:hover,
.cs_esna a.run-report-btn.report-back-btn:hover,
.cs_magna a.run-report-btn.report-back-btn:hover,
.cs_facilityhub a.run-report-btn.report-back-btn:hover,
.cs_earthops a.run-report-btn.report-back-btn:hover {
  background: var(--btnColor);
  color: #fff;
}
.cs_recyclemax .quote-btns a,
.cs_unlimitedrecycling .quote-btns a,
.cs_aam .quote-btns a,
.cs_subdomain .quote-btns a,
.cs_earthperks .quote-btns a,
.cs_esna .quote-btns a,
.cs_magna .quote-btns a,
.cs_facilityhub .quote-btns a,
.cs_earthops .quote-btns a,
.cs_recyclemax button.run-report-btn,
.cs_unlimitedrecycling button.run-report-btn,
.cs_aam button.run-report-btn,
.cs_subdomain button.run-report-btn,
.cs_earthperks button.run-report-btn,
.cs_esna button.run-report-btn,
.cs_magna button.run-report-btn,
.cs_facilityhub button.run-report-btn,
.cs_earthops button.run-report-btn,
.cs_recyclemax a.run-report-btn.report-back-btn,
.cs_unlimitedrecycling a.run-report-btn.report-back-btn,
.cs_aam a.run-report-btn.report-back-btn,
.cs_subdomain a.run-report-btn.report-back-btn,
.cs_earthperks a.run-report-btn.report-back-btn,
.cs_esna a.run-report-btn.report-back-btn,
.cs_magna a.run-report-btn.report-back-btn,
.cs_facilityhub a.run-report-btn.report-back-btn,
.cs_earthops a.run-report-btn.report-back-btn {
  border: 1px solid var(--btnColor);
  color: var(--linkColor);
}
.cs_recyclemax #interestContainer .col .item:hover,
.cs_unlimitedrecycling #interestContainer .col .item:hover,
.cs_aam #interestContainer .col .item:hover,
.cs_subdomain #interestContainer .col .item:hover,
.cs_earthperks #interestContainer .col .item:hover,
.cs_esna #interestContainer .col .item:hover,
.cs_magna #interestContainer .col .item:hover,
.cs_facilityhub #interestContainer .col .item:hover,
.cs_earthops #interestContainer .col .item:hover,
.cs_recyclemax #serviceNeededContainer .col .item:hover,
.cs_unlimitedrecycling #serviceNeededContainer .col .item:hover,
.cs_aam #serviceNeededContainer .col .item:hover,
.cs_subdomain #serviceNeededContainer .col .item:hover,
.cs_earthperks #serviceNeededContainer .col .item:hover,
.cs_esna #serviceNeededContainer .col .item:hover,
.cs_magna #serviceNeededContainer .col .item:hover,
.cs_facilityhub #serviceNeededContainer .col .item:hover,
.cs_earthops #serviceNeededContainer .col .item:hover,
.cs_recyclemax #serviceProvidedContainer .col .item:hover,
.cs_unlimitedrecycling #serviceProvidedContainer .col .item:hover,
.cs_aam #serviceProvidedContainer .col .item:hover,
.cs_subdomain #serviceProvidedContainer .col .item:hover,
.cs_earthperks #serviceProvidedContainer .col .item:hover,
.cs_esna #serviceProvidedContainer .col .item:hover,
.cs_magna #serviceProvidedContainer .col .item:hover,
.cs_facilityhub #serviceProvidedContainer .col .item:hover,
.cs_earthops #serviceProvidedContainer .col .item:hover {
  background: var(--primaryColor);
}
.cs_recyclemax .btn-primary,
.cs_unlimitedrecycling .btn-primary,
.cs_aam .btn-primary,
.cs_subdomain .btn-primary,
.cs_earthperks .btn-primary,
.cs_esna .btn-primary,
.cs_magna .btn-primary,
.cs_facilityhub .btn-primary,
.cs_earthops .btn-primary,
.cs_recyclemax .btn-theme,
.cs_unlimitedrecycling .btn-theme,
.cs_aam .btn-theme,
.cs_subdomain .btn-theme,
.cs_earthperks .btn-theme,
.cs_esna .btn-theme,
.cs_magna .btn-theme,
.cs_facilityhub .btn-theme,
.cs_earthops .btn-theme,
.cs_recyclemax .btn-info,
.cs_unlimitedrecycling .btn-info,
.cs_aam .btn-info,
.cs_subdomain .btn-info,
.cs_earthperks .btn-info,
.cs_esna .btn-info,
.cs_magna .btn-info,
.cs_facilityhub .btn-info,
.cs_earthops .btn-info,
.cs_recyclemax .autocomplete-search .input-group-addon,
.cs_unlimitedrecycling .autocomplete-search .input-group-addon,
.cs_aam .autocomplete-search .input-group-addon,
.cs_subdomain .autocomplete-search .input-group-addon,
.cs_earthperks .autocomplete-search .input-group-addon,
.cs_esna .autocomplete-search .input-group-addon,
.cs_magna .autocomplete-search .input-group-addon,
.cs_facilityhub .autocomplete-search .input-group-addon,
.cs_earthops .autocomplete-search .input-group-addon,
.cs_recyclemax .btn-success,
.cs_unlimitedrecycling .btn-success,
.cs_aam .btn-success,
.cs_subdomain .btn-success,
.cs_earthperks .btn-success,
.cs_esna .btn-success,
.cs_magna .btn-success,
.cs_facilityhub .btn-success,
.cs_earthops .btn-success,
.cs_recyclemax a#submitVerificationCode1,
.cs_unlimitedrecycling a#submitVerificationCode1,
.cs_aam a#submitVerificationCode1,
.cs_subdomain a#submitVerificationCode1,
.cs_earthperks a#submitVerificationCode1,
.cs_esna a#submitVerificationCode1,
.cs_magna a#submitVerificationCode1,
.cs_facilityhub a#submitVerificationCode1,
.cs_earthops a#submitVerificationCode1 {
  background: var(--btnColor);
  border-color: var(--btnColor);
}
.cs_recyclemax .profile_social_fields .input-group-addon,
.cs_unlimitedrecycling .profile_social_fields .input-group-addon,
.cs_aam .profile_social_fields .input-group-addon,
.cs_subdomain .profile_social_fields .input-group-addon,
.cs_earthperks .profile_social_fields .input-group-addon,
.cs_esna .profile_social_fields .input-group-addon,
.cs_magna .profile_social_fields .input-group-addon,
.cs_facilityhub .profile_social_fields .input-group-addon,
.cs_earthops .profile_social_fields .input-group-addon {
  background: var(--primaryColor);
  border-color: var(--primaryColor);
}
.cs_recyclemax #selectedHashtag .autocomplete-search .input-group-addon,
.cs_unlimitedrecycling #selectedHashtag .autocomplete-search .input-group-addon,
.cs_aam #selectedHashtag .autocomplete-search .input-group-addon,
.cs_subdomain #selectedHashtag .autocomplete-search .input-group-addon,
.cs_earthperks #selectedHashtag .autocomplete-search .input-group-addon,
.cs_esna #selectedHashtag .autocomplete-search .input-group-addon,
.cs_magna #selectedHashtag .autocomplete-search .input-group-addon,
.cs_facilityhub #selectedHashtag .autocomplete-search .input-group-addon,
.cs_earthops #selectedHashtag .autocomplete-search .input-group-addon {
  background: var(--primaryColor);
  border-color: var(--primaryColor);
}
.cs_recyclemax .btn-theme,
.cs_unlimitedrecycling .btn-theme,
.cs_aam .btn-theme,
.cs_subdomain .btn-theme,
.cs_earthperks .btn-theme,
.cs_esna .btn-theme,
.cs_magna .btn-theme,
.cs_facilityhub .btn-theme,
.cs_earthops .btn-theme,
.cs_recyclemax .btn-info,
.cs_unlimitedrecycling .btn-info,
.cs_aam .btn-info,
.cs_subdomain .btn-info,
.cs_earthperks .btn-info,
.cs_esna .btn-info,
.cs_magna .btn-info,
.cs_facilityhub .btn-info,
.cs_earthops .btn-info {
  border: 2px solid var(--btnColor);
}
.cs_recyclemax .btn-primary:hover,
.cs_unlimitedrecycling .btn-primary:hover,
.cs_aam .btn-primary:hover,
.cs_subdomain .btn-primary:hover,
.cs_earthperks .btn-primary:hover,
.cs_esna .btn-primary:hover,
.cs_magna .btn-primary:hover,
.cs_facilityhub .btn-primary:hover,
.cs_earthops .btn-primary:hover,
.cs_recyclemax .btn-primary.active,
.cs_unlimitedrecycling .btn-primary.active,
.cs_aam .btn-primary.active,
.cs_subdomain .btn-primary.active,
.cs_earthperks .btn-primary.active,
.cs_esna .btn-primary.active,
.cs_magna .btn-primary.active,
.cs_facilityhub .btn-primary.active,
.cs_earthops .btn-primary.active,
.cs_recyclemax .btn-primary:focus,
.cs_unlimitedrecycling .btn-primary:focus,
.cs_aam .btn-primary:focus,
.cs_subdomain .btn-primary:focus,
.cs_earthperks .btn-primary:focus,
.cs_esna .btn-primary:focus,
.cs_magna .btn-primary:focus,
.cs_facilityhub .btn-primary:focus,
.cs_earthops .btn-primary:focus,
.cs_recyclemax .btn-theme:hover,
.cs_unlimitedrecycling .btn-theme:hover,
.cs_aam .btn-theme:hover,
.cs_subdomain .btn-theme:hover,
.cs_earthperks .btn-theme:hover,
.cs_esna .btn-theme:hover,
.cs_magna .btn-theme:hover,
.cs_facilityhub .btn-theme:hover,
.cs_earthops .btn-theme:hover,
.cs_recyclemax .btn-theme.active,
.cs_unlimitedrecycling .btn-theme.active,
.cs_aam .btn-theme.active,
.cs_subdomain .btn-theme.active,
.cs_earthperks .btn-theme.active,
.cs_esna .btn-theme.active,
.cs_magna .btn-theme.active,
.cs_facilityhub .btn-theme.active,
.cs_earthops .btn-theme.active,
.cs_recyclemax .btn-theme:focus,
.cs_unlimitedrecycling .btn-theme:focus,
.cs_aam .btn-theme:focus,
.cs_subdomain .btn-theme:focus,
.cs_earthperks .btn-theme:focus,
.cs_esna .btn-theme:focus,
.cs_magna .btn-theme:focus,
.cs_facilityhub .btn-theme:focus,
.cs_earthops .btn-theme:focus,
.cs_recyclemax .btn-info:hover,
.cs_unlimitedrecycling .btn-info:hover,
.cs_aam .btn-info:hover,
.cs_subdomain .btn-info:hover,
.cs_earthperks .btn-info:hover,
.cs_esna .btn-info:hover,
.cs_magna .btn-info:hover,
.cs_facilityhub .btn-info:hover,
.cs_earthops .btn-info:hover,
.cs_recyclemax .btn-info:focus,
.cs_unlimitedrecycling .btn-info:focus,
.cs_aam .btn-info:focus,
.cs_subdomain .btn-info:focus,
.cs_earthperks .btn-info:focus,
.cs_esna .btn-info:focus,
.cs_magna .btn-info:focus,
.cs_facilityhub .btn-info:focus,
.cs_earthops .btn-info:focus,
.cs_recyclemax .btn-success:hover,
.cs_unlimitedrecycling .btn-success:hover,
.cs_aam .btn-success:hover,
.cs_subdomain .btn-success:hover,
.cs_earthperks .btn-success:hover,
.cs_esna .btn-success:hover,
.cs_magna .btn-success:hover,
.cs_facilityhub .btn-success:hover,
.cs_earthops .btn-success:hover,
.cs_recyclemax .btn-success:focus,
.cs_unlimitedrecycling .btn-success:focus,
.cs_aam .btn-success:focus,
.cs_subdomain .btn-success:focus,
.cs_earthperks .btn-success:focus,
.cs_esna .btn-success:focus,
.cs_magna .btn-success:focus,
.cs_facilityhub .btn-success:focus,
.cs_earthops .btn-success:focus {
  background: var(--btnColorHover);
  border-color: var(--btnColorHover);
}
.cs_recyclemax .btn-link,
.cs_unlimitedrecycling .btn-link,
.cs_aam .btn-link,
.cs_subdomain .btn-link,
.cs_earthperks .btn-link,
.cs_esna .btn-link,
.cs_magna .btn-link,
.cs_facilityhub .btn-link,
.cs_earthops .btn-link {
  color: var(--btnColor);
}
.cs_recyclemax .btn-link:hover,
.cs_unlimitedrecycling .btn-link:hover,
.cs_aam .btn-link:hover,
.cs_subdomain .btn-link:hover,
.cs_earthperks .btn-link:hover,
.cs_esna .btn-link:hover,
.cs_magna .btn-link:hover,
.cs_facilityhub .btn-link:hover,
.cs_earthops .btn-link:hover,
.cs_recyclemax .btn-link:focus,
.cs_unlimitedrecycling .btn-link:focus,
.cs_aam .btn-link:focus,
.cs_subdomain .btn-link:focus,
.cs_earthperks .btn-link:focus,
.cs_esna .btn-link:focus,
.cs_magna .btn-link:focus,
.cs_facilityhub .btn-link:focus,
.cs_earthops .btn-link:focus {
  color: var(--btnColorHover);
}
.cs_recyclemax .showMoreLess,
.cs_unlimitedrecycling .showMoreLess,
.cs_aam .showMoreLess,
.cs_subdomain .showMoreLess,
.cs_earthperks .showMoreLess,
.cs_esna .showMoreLess,
.cs_magna .showMoreLess,
.cs_facilityhub .showMoreLess,
.cs_earthops .showMoreLess {
  color: var(--btnColor) !important;
}
.cs_recyclemax .showMoreLess:hover,
.cs_unlimitedrecycling .showMoreLess:hover,
.cs_aam .showMoreLess:hover,
.cs_subdomain .showMoreLess:hover,
.cs_earthperks .showMoreLess:hover,
.cs_esna .showMoreLess:hover,
.cs_magna .showMoreLess:hover,
.cs_facilityhub .showMoreLess:hover,
.cs_earthops .showMoreLess:hover {
  color: var(--btnColorHover);
}
.cs_recyclemax .dropdown .dropdown-menu > li > a:hover,
.cs_unlimitedrecycling .dropdown .dropdown-menu > li > a:hover,
.cs_aam .dropdown .dropdown-menu > li > a:hover,
.cs_subdomain .dropdown .dropdown-menu > li > a:hover,
.cs_earthperks .dropdown .dropdown-menu > li > a:hover,
.cs_esna .dropdown .dropdown-menu > li > a:hover,
.cs_magna .dropdown .dropdown-menu > li > a:hover,
.cs_facilityhub .dropdown .dropdown-menu > li > a:hover,
.cs_earthops .dropdown .dropdown-menu > li > a:hover,
.cs_recyclemax .dropdown .dropdown-menu > li > label:hover,
.cs_unlimitedrecycling .dropdown .dropdown-menu > li > label:hover,
.cs_aam .dropdown .dropdown-menu > li > label:hover,
.cs_subdomain .dropdown .dropdown-menu > li > label:hover,
.cs_earthperks .dropdown .dropdown-menu > li > label:hover,
.cs_esna .dropdown .dropdown-menu > li > label:hover,
.cs_magna .dropdown .dropdown-menu > li > label:hover,
.cs_facilityhub .dropdown .dropdown-menu > li > label:hover,
.cs_earthops .dropdown .dropdown-menu > li > label:hover {
  background: var(--primaryColor) !important;
}
.cs_recyclemax .mce-menu-item:hover,
.cs_unlimitedrecycling .mce-menu-item:hover,
.cs_aam .mce-menu-item:hover,
.cs_subdomain .mce-menu-item:hover,
.cs_earthperks .mce-menu-item:hover,
.cs_esna .mce-menu-item:hover,
.cs_magna .mce-menu-item:hover,
.cs_facilityhub .mce-menu-item:hover,
.cs_earthops .mce-menu-item:hover,
.cs_recyclemax .mce-menu-item.mce-selected,
.cs_unlimitedrecycling .mce-menu-item.mce-selected,
.cs_aam .mce-menu-item.mce-selected,
.cs_subdomain .mce-menu-item.mce-selected,
.cs_earthperks .mce-menu-item.mce-selected,
.cs_esna .mce-menu-item.mce-selected,
.cs_magna .mce-menu-item.mce-selected,
.cs_facilityhub .mce-menu-item.mce-selected,
.cs_earthops .mce-menu-item.mce-selected,
.cs_recyclemax .mce-menu-item:focus,
.cs_unlimitedrecycling .mce-menu-item:focus,
.cs_aam .mce-menu-item:focus,
.cs_subdomain .mce-menu-item:focus,
.cs_earthperks .mce-menu-item:focus,
.cs_esna .mce-menu-item:focus,
.cs_magna .mce-menu-item:focus,
.cs_facilityhub .mce-menu-item:focus,
.cs_earthops .mce-menu-item:focus {
  background: var(--primaryColor) !important;
}
.cs_recyclemax .switch:checked,
.cs_unlimitedrecycling .switch:checked,
.cs_aam .switch:checked,
.cs_subdomain .switch:checked,
.cs_earthperks .switch:checked,
.cs_esna .switch:checked,
.cs_magna .switch:checked,
.cs_facilityhub .switch:checked,
.cs_earthops .switch:checked {
  background: radial-gradient(#F7F7F7, #F7F7F7 60%, #F7F7F7 62%, transparent 70%) center left no-repeat, linear-gradient(var(--primaryColor), var(--primaryColor)) green;
  background-size: 1.25em 1.25em, auto;
  background-position: right !important;
  border: var(--primaryColor) solid 2px;
}
.cs_recyclemax .icon-primary,
.cs_unlimitedrecycling .icon-primary,
.cs_aam .icon-primary,
.cs_subdomain .icon-primary,
.cs_earthperks .icon-primary,
.cs_esna .icon-primary,
.cs_magna .icon-primary,
.cs_facilityhub .icon-primary,
.cs_earthops .icon-primary {
  color: var(--primaryColor);
}
.cs_recyclemax .btn-ghost.active,
.cs_unlimitedrecycling .btn-ghost.active,
.cs_aam .btn-ghost.active,
.cs_subdomain .btn-ghost.active,
.cs_earthperks .btn-ghost.active,
.cs_esna .btn-ghost.active,
.cs_magna .btn-ghost.active,
.cs_facilityhub .btn-ghost.active,
.cs_earthops .btn-ghost.active {
  background: var(--btnColor);
  border-color: var(--btnColor);
}
.cs_recyclemax .btn-ghost:hover,
.cs_unlimitedrecycling .btn-ghost:hover,
.cs_aam .btn-ghost:hover,
.cs_subdomain .btn-ghost:hover,
.cs_earthperks .btn-ghost:hover,
.cs_esna .btn-ghost:hover,
.cs_magna .btn-ghost:hover,
.cs_facilityhub .btn-ghost:hover,
.cs_earthops .btn-ghost:hover,
.cs_recyclemax .btn-ghost:focus,
.cs_unlimitedrecycling .btn-ghost:focus,
.cs_aam .btn-ghost:focus,
.cs_subdomain .btn-ghost:focus,
.cs_earthperks .btn-ghost:focus,
.cs_esna .btn-ghost:focus,
.cs_magna .btn-ghost:focus,
.cs_facilityhub .btn-ghost:focus,
.cs_earthops .btn-ghost:focus {
  background: var(--btnColorHover);
  border-color: var(--btnColorHover);
}
.cs_recyclemax .form-group .btn.btn-default:hover,
.cs_unlimitedrecycling .form-group .btn.btn-default:hover,
.cs_aam .form-group .btn.btn-default:hover,
.cs_subdomain .form-group .btn.btn-default:hover,
.cs_earthperks .form-group .btn.btn-default:hover,
.cs_esna .form-group .btn.btn-default:hover,
.cs_magna .form-group .btn.btn-default:hover,
.cs_facilityhub .form-group .btn.btn-default:hover,
.cs_earthops .form-group .btn.btn-default:hover {
  background: var(--btnColorHover) !important;
  border-color: var(--btnColorHover) !important;
  color: #fff;
}
.cs_recyclemax .form-group .datepicker .btn.btn-default:hover,
.cs_unlimitedrecycling .form-group .datepicker .btn.btn-default:hover,
.cs_aam .form-group .datepicker .btn.btn-default:hover,
.cs_subdomain .form-group .datepicker .btn.btn-default:hover,
.cs_earthperks .form-group .datepicker .btn.btn-default:hover,
.cs_esna .form-group .datepicker .btn.btn-default:hover,
.cs_magna .form-group .datepicker .btn.btn-default:hover,
.cs_facilityhub .form-group .datepicker .btn.btn-default:hover,
.cs_earthops .form-group .datepicker .btn.btn-default:hover {
  background-color: #fff !important;
  border-color: #eee !important;
  color: #333;
}
.cs_recyclemax #PeoplepointsCtrl .item.info .score,
.cs_unlimitedrecycling #PeoplepointsCtrl .item.info .score,
.cs_aam #PeoplepointsCtrl .item.info .score,
.cs_subdomain #PeoplepointsCtrl .item.info .score,
.cs_earthperks #PeoplepointsCtrl .item.info .score,
.cs_esna #PeoplepointsCtrl .item.info .score,
.cs_magna #PeoplepointsCtrl .item.info .score,
.cs_facilityhub #PeoplepointsCtrl .item.info .score,
.cs_earthops #PeoplepointsCtrl .item.info .score {
  background: var(--linkColor);
}
.cs_recyclemax .profile-header .apps a:not(.btn).active,
.cs_unlimitedrecycling .profile-header .apps a:not(.btn).active,
.cs_aam .profile-header .apps a:not(.btn).active,
.cs_subdomain .profile-header .apps a:not(.btn).active,
.cs_earthperks .profile-header .apps a:not(.btn).active,
.cs_esna .profile-header .apps a:not(.btn).active,
.cs_magna .profile-header .apps a:not(.btn).active,
.cs_facilityhub .profile-header .apps a:not(.btn).active,
.cs_earthops .profile-header .apps a:not(.btn).active,
.cs_recyclemax .profile-header .apps a:not(.btn):hover,
.cs_unlimitedrecycling .profile-header .apps a:not(.btn):hover,
.cs_aam .profile-header .apps a:not(.btn):hover,
.cs_subdomain .profile-header .apps a:not(.btn):hover,
.cs_earthperks .profile-header .apps a:not(.btn):hover,
.cs_esna .profile-header .apps a:not(.btn):hover,
.cs_magna .profile-header .apps a:not(.btn):hover,
.cs_facilityhub .profile-header .apps a:not(.btn):hover,
.cs_earthops .profile-header .apps a:not(.btn):hover {
  border-bottom: 4px solid var(--btnColorHover) !important;
}
.cs_recyclemax .profile-apps ul.dropdown-menu li a,
.cs_unlimitedrecycling .profile-apps ul.dropdown-menu li a,
.cs_aam .profile-apps ul.dropdown-menu li a,
.cs_subdomain .profile-apps ul.dropdown-menu li a,
.cs_earthperks .profile-apps ul.dropdown-menu li a,
.cs_esna .profile-apps ul.dropdown-menu li a,
.cs_magna .profile-apps ul.dropdown-menu li a,
.cs_facilityhub .profile-apps ul.dropdown-menu li a,
.cs_earthops .profile-apps ul.dropdown-menu li a {
  border-bottom: 1px solid #eee !important;
}
.cs_recyclemax #Home2Controller .thread-user li .action .btn:hover,
.cs_unlimitedrecycling #Home2Controller .thread-user li .action .btn:hover,
.cs_aam #Home2Controller .thread-user li .action .btn:hover,
.cs_subdomain #Home2Controller .thread-user li .action .btn:hover,
.cs_earthperks #Home2Controller .thread-user li .action .btn:hover,
.cs_esna #Home2Controller .thread-user li .action .btn:hover,
.cs_magna #Home2Controller .thread-user li .action .btn:hover,
.cs_facilityhub #Home2Controller .thread-user li .action .btn:hover,
.cs_earthops #Home2Controller .thread-user li .action .btn:hover,
.cs_recyclemax #timeline-feed .thread-user li .action .btn:hover,
.cs_unlimitedrecycling #timeline-feed .thread-user li .action .btn:hover,
.cs_aam #timeline-feed .thread-user li .action .btn:hover,
.cs_subdomain #timeline-feed .thread-user li .action .btn:hover,
.cs_earthperks #timeline-feed .thread-user li .action .btn:hover,
.cs_esna #timeline-feed .thread-user li .action .btn:hover,
.cs_magna #timeline-feed .thread-user li .action .btn:hover,
.cs_facilityhub #timeline-feed .thread-user li .action .btn:hover,
.cs_earthops #timeline-feed .thread-user li .action .btn:hover {
  background: var(--btnColorHover) !important;
  border-color: var(--btnColorHover) !important;
}
.cs_recyclemax #group-tour-5:hover i,
.cs_unlimitedrecycling #group-tour-5:hover i,
.cs_aam #group-tour-5:hover i,
.cs_subdomain #group-tour-5:hover i,
.cs_earthperks #group-tour-5:hover i,
.cs_esna #group-tour-5:hover i,
.cs_magna #group-tour-5:hover i,
.cs_facilityhub #group-tour-5:hover i,
.cs_earthops #group-tour-5:hover i {
  color: #fff;
}
.cs_recyclemax .board-wrapper .board .well .action a.btn-default:hover,
.cs_unlimitedrecycling .board-wrapper .board .well .action a.btn-default:hover,
.cs_aam .board-wrapper .board .well .action a.btn-default:hover,
.cs_subdomain .board-wrapper .board .well .action a.btn-default:hover,
.cs_earthperks .board-wrapper .board .well .action a.btn-default:hover,
.cs_esna .board-wrapper .board .well .action a.btn-default:hover,
.cs_magna .board-wrapper .board .well .action a.btn-default:hover,
.cs_facilityhub .board-wrapper .board .well .action a.btn-default:hover,
.cs_earthops .board-wrapper .board .well .action a.btn-default:hover,
.cs_recyclemax .board-wrapper .board .well .action a.btn-default:focus,
.cs_unlimitedrecycling .board-wrapper .board .well .action a.btn-default:focus,
.cs_aam .board-wrapper .board .well .action a.btn-default:focus,
.cs_subdomain .board-wrapper .board .well .action a.btn-default:focus,
.cs_earthperks .board-wrapper .board .well .action a.btn-default:focus,
.cs_esna .board-wrapper .board .well .action a.btn-default:focus,
.cs_magna .board-wrapper .board .well .action a.btn-default:focus,
.cs_facilityhub .board-wrapper .board .well .action a.btn-default:focus,
.cs_earthops .board-wrapper .board .well .action a.btn-default:focus {
  background: var(--btnColorHover) !important;
  border-color: var(--btnColorHover) !important;
}
.cs_recyclemax #entityOptions .entity:hover,
.cs_unlimitedrecycling #entityOptions .entity:hover,
.cs_aam #entityOptions .entity:hover,
.cs_subdomain #entityOptions .entity:hover,
.cs_earthperks #entityOptions .entity:hover,
.cs_esna #entityOptions .entity:hover,
.cs_magna #entityOptions .entity:hover,
.cs_facilityhub #entityOptions .entity:hover,
.cs_earthops #entityOptions .entity:hover,
.cs_recyclemax #entityOnOptions .entity:hover,
.cs_unlimitedrecycling #entityOnOptions .entity:hover,
.cs_aam #entityOnOptions .entity:hover,
.cs_subdomain #entityOnOptions .entity:hover,
.cs_earthperks #entityOnOptions .entity:hover,
.cs_esna #entityOnOptions .entity:hover,
.cs_magna #entityOnOptions .entity:hover,
.cs_facilityhub #entityOnOptions .entity:hover,
.cs_earthops #entityOnOptions .entity:hover,
.cs_recyclemax .accounts .entity:hover,
.cs_unlimitedrecycling .accounts .entity:hover,
.cs_aam .accounts .entity:hover,
.cs_subdomain .accounts .entity:hover,
.cs_earthperks .accounts .entity:hover,
.cs_esna .accounts .entity:hover,
.cs_magna .accounts .entity:hover,
.cs_facilityhub .accounts .entity:hover,
.cs_earthops .accounts .entity:hover,
.cs_recyclemax #entityPostOptions .entity:hover,
.cs_unlimitedrecycling #entityPostOptions .entity:hover,
.cs_aam #entityPostOptions .entity:hover,
.cs_subdomain #entityPostOptions .entity:hover,
.cs_earthperks #entityPostOptions .entity:hover,
.cs_esna #entityPostOptions .entity:hover,
.cs_magna #entityPostOptions .entity:hover,
.cs_facilityhub #entityPostOptions .entity:hover,
.cs_earthops #entityPostOptions .entity:hover,
.cs_recyclemax #billingGroupOptions .entity:hover,
.cs_unlimitedrecycling #billingGroupOptions .entity:hover,
.cs_aam #billingGroupOptions .entity:hover,
.cs_subdomain #billingGroupOptions .entity:hover,
.cs_earthperks #billingGroupOptions .entity:hover,
.cs_esna #billingGroupOptions .entity:hover,
.cs_magna #billingGroupOptions .entity:hover,
.cs_facilityhub #billingGroupOptions .entity:hover,
.cs_earthops #billingGroupOptions .entity:hover,
.cs_recyclemax #serviceGroupOptions .entity:hover,
.cs_unlimitedrecycling #serviceGroupOptions .entity:hover,
.cs_aam #serviceGroupOptions .entity:hover,
.cs_subdomain #serviceGroupOptions .entity:hover,
.cs_earthperks #serviceGroupOptions .entity:hover,
.cs_esna #serviceGroupOptions .entity:hover,
.cs_magna #serviceGroupOptions .entity:hover,
.cs_facilityhub #serviceGroupOptions .entity:hover,
.cs_earthops #serviceGroupOptions .entity:hover,
.cs_recyclemax #entityOnOptions .entity:hover,
.cs_unlimitedrecycling #entityOnOptions .entity:hover,
.cs_aam #entityOnOptions .entity:hover,
.cs_subdomain #entityOnOptions .entity:hover,
.cs_earthperks #entityOnOptions .entity:hover,
.cs_esna #entityOnOptions .entity:hover,
.cs_magna #entityOnOptions .entity:hover,
.cs_facilityhub #entityOnOptions .entity:hover,
.cs_earthops #entityOnOptions .entity:hover,
.cs_recyclemax #domainGroupOptions .entity:hover,
.cs_unlimitedrecycling #domainGroupOptions .entity:hover,
.cs_aam #domainGroupOptions .entity:hover,
.cs_subdomain #domainGroupOptions .entity:hover,
.cs_earthperks #domainGroupOptions .entity:hover,
.cs_esna #domainGroupOptions .entity:hover,
.cs_magna #domainGroupOptions .entity:hover,
.cs_facilityhub #domainGroupOptions .entity:hover,
.cs_earthops #domainGroupOptions .entity:hover,
.cs_recyclemax #entityOnOptions .entity:hover,
.cs_unlimitedrecycling #entityOnOptions .entity:hover,
.cs_aam #entityOnOptions .entity:hover,
.cs_subdomain #entityOnOptions .entity:hover,
.cs_earthperks #entityOnOptions .entity:hover,
.cs_esna #entityOnOptions .entity:hover,
.cs_magna #entityOnOptions .entity:hover,
.cs_facilityhub #entityOnOptions .entity:hover,
.cs_earthops #entityOnOptions .entity:hover {
  background: var(--primaryColor) !important;
}
.cs_recyclemax #entityOptions .entity:hover label h5,
.cs_unlimitedrecycling #entityOptions .entity:hover label h5,
.cs_aam #entityOptions .entity:hover label h5,
.cs_subdomain #entityOptions .entity:hover label h5,
.cs_earthperks #entityOptions .entity:hover label h5,
.cs_esna #entityOptions .entity:hover label h5,
.cs_magna #entityOptions .entity:hover label h5,
.cs_facilityhub #entityOptions .entity:hover label h5,
.cs_earthops #entityOptions .entity:hover label h5,
.cs_recyclemax #entityOnOptions .entity:hover label h5,
.cs_unlimitedrecycling #entityOnOptions .entity:hover label h5,
.cs_aam #entityOnOptions .entity:hover label h5,
.cs_subdomain #entityOnOptions .entity:hover label h5,
.cs_earthperks #entityOnOptions .entity:hover label h5,
.cs_esna #entityOnOptions .entity:hover label h5,
.cs_magna #entityOnOptions .entity:hover label h5,
.cs_facilityhub #entityOnOptions .entity:hover label h5,
.cs_earthops #entityOnOptions .entity:hover label h5,
.cs_recyclemax .accounts .entity:hover label h5,
.cs_unlimitedrecycling .accounts .entity:hover label h5,
.cs_aam .accounts .entity:hover label h5,
.cs_subdomain .accounts .entity:hover label h5,
.cs_earthperks .accounts .entity:hover label h5,
.cs_esna .accounts .entity:hover label h5,
.cs_magna .accounts .entity:hover label h5,
.cs_facilityhub .accounts .entity:hover label h5,
.cs_earthops .accounts .entity:hover label h5,
.cs_recyclemax #entityPostOptions .entity:hover label h5,
.cs_unlimitedrecycling #entityPostOptions .entity:hover label h5,
.cs_aam #entityPostOptions .entity:hover label h5,
.cs_subdomain #entityPostOptions .entity:hover label h5,
.cs_earthperks #entityPostOptions .entity:hover label h5,
.cs_esna #entityPostOptions .entity:hover label h5,
.cs_magna #entityPostOptions .entity:hover label h5,
.cs_facilityhub #entityPostOptions .entity:hover label h5,
.cs_earthops #entityPostOptions .entity:hover label h5,
.cs_recyclemax #billingGroupOptions .entity:hover label h5,
.cs_unlimitedrecycling #billingGroupOptions .entity:hover label h5,
.cs_aam #billingGroupOptions .entity:hover label h5,
.cs_subdomain #billingGroupOptions .entity:hover label h5,
.cs_earthperks #billingGroupOptions .entity:hover label h5,
.cs_esna #billingGroupOptions .entity:hover label h5,
.cs_magna #billingGroupOptions .entity:hover label h5,
.cs_facilityhub #billingGroupOptions .entity:hover label h5,
.cs_earthops #billingGroupOptions .entity:hover label h5,
.cs_recyclemax #serviceGroupOptions .entity:hover label h5,
.cs_unlimitedrecycling #serviceGroupOptions .entity:hover label h5,
.cs_aam #serviceGroupOptions .entity:hover label h5,
.cs_subdomain #serviceGroupOptions .entity:hover label h5,
.cs_earthperks #serviceGroupOptions .entity:hover label h5,
.cs_esna #serviceGroupOptions .entity:hover label h5,
.cs_magna #serviceGroupOptions .entity:hover label h5,
.cs_facilityhub #serviceGroupOptions .entity:hover label h5,
.cs_earthops #serviceGroupOptions .entity:hover label h5,
.cs_recyclemax #entityOnOptions .entity:hover label h5,
.cs_unlimitedrecycling #entityOnOptions .entity:hover label h5,
.cs_aam #entityOnOptions .entity:hover label h5,
.cs_subdomain #entityOnOptions .entity:hover label h5,
.cs_earthperks #entityOnOptions .entity:hover label h5,
.cs_esna #entityOnOptions .entity:hover label h5,
.cs_magna #entityOnOptions .entity:hover label h5,
.cs_facilityhub #entityOnOptions .entity:hover label h5,
.cs_earthops #entityOnOptions .entity:hover label h5,
.cs_recyclemax #domainGroupOptions .entity:hover label h5,
.cs_unlimitedrecycling #domainGroupOptions .entity:hover label h5,
.cs_aam #domainGroupOptions .entity:hover label h5,
.cs_subdomain #domainGroupOptions .entity:hover label h5,
.cs_earthperks #domainGroupOptions .entity:hover label h5,
.cs_esna #domainGroupOptions .entity:hover label h5,
.cs_magna #domainGroupOptions .entity:hover label h5,
.cs_facilityhub #domainGroupOptions .entity:hover label h5,
.cs_earthops #domainGroupOptions .entity:hover label h5,
.cs_recyclemax #entityOnOptions .entity:hover label h5,
.cs_unlimitedrecycling #entityOnOptions .entity:hover label h5,
.cs_aam #entityOnOptions .entity:hover label h5,
.cs_subdomain #entityOnOptions .entity:hover label h5,
.cs_earthperks #entityOnOptions .entity:hover label h5,
.cs_esna #entityOnOptions .entity:hover label h5,
.cs_magna #entityOnOptions .entity:hover label h5,
.cs_facilityhub #entityOnOptions .entity:hover label h5,
.cs_earthops #entityOnOptions .entity:hover label h5 {
  color: #fff !important;
}
.cs_recyclemax .compose-box .search-options h5:hover,
.cs_unlimitedrecycling .compose-box .search-options h5:hover,
.cs_aam .compose-box .search-options h5:hover,
.cs_subdomain .compose-box .search-options h5:hover,
.cs_earthperks .compose-box .search-options h5:hover,
.cs_esna .compose-box .search-options h5:hover,
.cs_magna .compose-box .search-options h5:hover,
.cs_facilityhub .compose-box .search-options h5:hover,
.cs_earthops .compose-box .search-options h5:hover {
  background: var(--primaryColor) !important;
}
.cs_recyclemax #profileSettingsFormBody .nav-tabs li.active a,
.cs_unlimitedrecycling #profileSettingsFormBody .nav-tabs li.active a,
.cs_aam #profileSettingsFormBody .nav-tabs li.active a,
.cs_subdomain #profileSettingsFormBody .nav-tabs li.active a,
.cs_earthperks #profileSettingsFormBody .nav-tabs li.active a,
.cs_esna #profileSettingsFormBody .nav-tabs li.active a,
.cs_magna #profileSettingsFormBody .nav-tabs li.active a,
.cs_facilityhub #profileSettingsFormBody .nav-tabs li.active a,
.cs_earthops #profileSettingsFormBody .nav-tabs li.active a {
  color: var(--linkColor) !important;
}
.cs_recyclemax .greenFont,
.cs_unlimitedrecycling .greenFont,
.cs_aam .greenFont,
.cs_subdomain .greenFont,
.cs_earthperks .greenFont,
.cs_esna .greenFont,
.cs_magna .greenFont,
.cs_facilityhub .greenFont,
.cs_earthops .greenFont,
.cs_recyclemax .like-btn.active,
.cs_unlimitedrecycling .like-btn.active,
.cs_aam .like-btn.active,
.cs_subdomain .like-btn.active,
.cs_earthperks .like-btn.active,
.cs_esna .like-btn.active,
.cs_magna .like-btn.active,
.cs_facilityhub .like-btn.active,
.cs_earthops .like-btn.active,
.cs_recyclemax .comment-btn.active,
.cs_unlimitedrecycling .comment-btn.active,
.cs_aam .comment-btn.active,
.cs_subdomain .comment-btn.active,
.cs_earthperks .comment-btn.active,
.cs_esna .comment-btn.active,
.cs_magna .comment-btn.active,
.cs_facilityhub .comment-btn.active,
.cs_earthops .comment-btn.active,
.cs_recyclemax .delete-btn.active,
.cs_unlimitedrecycling .delete-btn.active,
.cs_aam .delete-btn.active,
.cs_subdomain .delete-btn.active,
.cs_earthperks .delete-btn.active,
.cs_esna .delete-btn.active,
.cs_magna .delete-btn.active,
.cs_facilityhub .delete-btn.active,
.cs_earthops .delete-btn.active,
.cs_recyclemax .like-btn:hover,
.cs_unlimitedrecycling .like-btn:hover,
.cs_aam .like-btn:hover,
.cs_subdomain .like-btn:hover,
.cs_earthperks .like-btn:hover,
.cs_esna .like-btn:hover,
.cs_magna .like-btn:hover,
.cs_facilityhub .like-btn:hover,
.cs_earthops .like-btn:hover,
.cs_recyclemax .comment-btn:hover,
.cs_unlimitedrecycling .comment-btn:hover,
.cs_aam .comment-btn:hover,
.cs_subdomain .comment-btn:hover,
.cs_earthperks .comment-btn:hover,
.cs_esna .comment-btn:hover,
.cs_magna .comment-btn:hover,
.cs_facilityhub .comment-btn:hover,
.cs_earthops .comment-btn:hover,
.cs_recyclemax .delete-btn:hover,
.cs_unlimitedrecycling .delete-btn:hover,
.cs_aam .delete-btn:hover,
.cs_subdomain .delete-btn:hover,
.cs_earthperks .delete-btn:hover,
.cs_esna .delete-btn:hover,
.cs_magna .delete-btn:hover,
.cs_facilityhub .delete-btn:hover,
.cs_earthops .delete-btn:hover {
  color: var(--primaryColor);
}
.cs_recyclemax .home2-col .feed-options li a:hover,
.cs_unlimitedrecycling .home2-col .feed-options li a:hover,
.cs_aam .home2-col .feed-options li a:hover,
.cs_subdomain .home2-col .feed-options li a:hover,
.cs_earthperks .home2-col .feed-options li a:hover,
.cs_esna .home2-col .feed-options li a:hover,
.cs_magna .home2-col .feed-options li a:hover,
.cs_facilityhub .home2-col .feed-options li a:hover,
.cs_earthops .home2-col .feed-options li a:hover {
  background: var(--primaryColor) !important;
}
.cs_recyclemax .home2-col .feed-options li .text-success,
.cs_unlimitedrecycling .home2-col .feed-options li .text-success,
.cs_aam .home2-col .feed-options li .text-success,
.cs_subdomain .home2-col .feed-options li .text-success,
.cs_earthperks .home2-col .feed-options li .text-success,
.cs_esna .home2-col .feed-options li .text-success,
.cs_magna .home2-col .feed-options li .text-success,
.cs_facilityhub .home2-col .feed-options li .text-success,
.cs_earthops .home2-col .feed-options li .text-success {
  color: var(--primaryColor);
}
.cs_recyclemax #topMenuBar.navbar-nav a.cs_active_menu i,
.cs_unlimitedrecycling #topMenuBar.navbar-nav a.cs_active_menu i,
.cs_aam #topMenuBar.navbar-nav a.cs_active_menu i,
.cs_subdomain #topMenuBar.navbar-nav a.cs_active_menu i,
.cs_earthperks #topMenuBar.navbar-nav a.cs_active_menu i,
.cs_esna #topMenuBar.navbar-nav a.cs_active_menu i,
.cs_magna #topMenuBar.navbar-nav a.cs_active_menu i,
.cs_facilityhub #topMenuBar.navbar-nav a.cs_active_menu i,
.cs_earthops #topMenuBar.navbar-nav a.cs_active_menu i,
.cs_recyclemax ul#responsiveTopMenuBar a.cs_active_menu i,
.cs_unlimitedrecycling ul#responsiveTopMenuBar a.cs_active_menu i,
.cs_aam ul#responsiveTopMenuBar a.cs_active_menu i,
.cs_subdomain ul#responsiveTopMenuBar a.cs_active_menu i,
.cs_earthperks ul#responsiveTopMenuBar a.cs_active_menu i,
.cs_esna ul#responsiveTopMenuBar a.cs_active_menu i,
.cs_magna ul#responsiveTopMenuBar a.cs_active_menu i,
.cs_facilityhub ul#responsiveTopMenuBar a.cs_active_menu i,
.cs_earthops ul#responsiveTopMenuBar a.cs_active_menu i {
  opacity: 1;
  color: var(--primaryColor);
}
.cs_recyclemax .tour-tour,
.cs_unlimitedrecycling .tour-tour,
.cs_aam .tour-tour,
.cs_subdomain .tour-tour,
.cs_earthperks .tour-tour,
.cs_esna .tour-tour,
.cs_magna .tour-tour,
.cs_facilityhub .tour-tour,
.cs_earthops .tour-tour {
  background: var(--btnColor) !important;
}
.cs_recyclemax .tour-tour button[data-role="next"],
.cs_unlimitedrecycling .tour-tour button[data-role="next"],
.cs_aam .tour-tour button[data-role="next"],
.cs_subdomain .tour-tour button[data-role="next"],
.cs_earthperks .tour-tour button[data-role="next"],
.cs_esna .tour-tour button[data-role="next"],
.cs_magna .tour-tour button[data-role="next"],
.cs_facilityhub .tour-tour button[data-role="next"],
.cs_earthops .tour-tour button[data-role="next"] {
  background: var(--btnColor);
}
.cs_recyclemax .tour-tour button[data-role="next"]:hover,
.cs_unlimitedrecycling .tour-tour button[data-role="next"]:hover,
.cs_aam .tour-tour button[data-role="next"]:hover,
.cs_subdomain .tour-tour button[data-role="next"]:hover,
.cs_earthperks .tour-tour button[data-role="next"]:hover,
.cs_esna .tour-tour button[data-role="next"]:hover,
.cs_magna .tour-tour button[data-role="next"]:hover,
.cs_facilityhub .tour-tour button[data-role="next"]:hover,
.cs_earthops .tour-tour button[data-role="next"]:hover,
.cs_recyclemax .tour-tour button[data-role="next"]:focus,
.cs_unlimitedrecycling .tour-tour button[data-role="next"]:focus,
.cs_aam .tour-tour button[data-role="next"]:focus,
.cs_subdomain .tour-tour button[data-role="next"]:focus,
.cs_earthperks .tour-tour button[data-role="next"]:focus,
.cs_esna .tour-tour button[data-role="next"]:focus,
.cs_magna .tour-tour button[data-role="next"]:focus,
.cs_facilityhub .tour-tour button[data-role="next"]:focus,
.cs_earthops .tour-tour button[data-role="next"]:focus,
.cs_recyclemax .tour-tour button[data-role="next"]:active,
.cs_unlimitedrecycling .tour-tour button[data-role="next"]:active,
.cs_aam .tour-tour button[data-role="next"]:active,
.cs_subdomain .tour-tour button[data-role="next"]:active,
.cs_earthperks .tour-tour button[data-role="next"]:active,
.cs_esna .tour-tour button[data-role="next"]:active,
.cs_magna .tour-tour button[data-role="next"]:active,
.cs_facilityhub .tour-tour button[data-role="next"]:active,
.cs_earthops .tour-tour button[data-role="next"]:active {
  background: var(--btnColorHover);
}
.cs_recyclemax .tour-tour.popover.bottom > .arrow:after,
.cs_unlimitedrecycling .tour-tour.popover.bottom > .arrow:after,
.cs_aam .tour-tour.popover.bottom > .arrow:after,
.cs_subdomain .tour-tour.popover.bottom > .arrow:after,
.cs_earthperks .tour-tour.popover.bottom > .arrow:after,
.cs_esna .tour-tour.popover.bottom > .arrow:after,
.cs_magna .tour-tour.popover.bottom > .arrow:after,
.cs_facilityhub .tour-tour.popover.bottom > .arrow:after,
.cs_earthops .tour-tour.popover.bottom > .arrow:after {
  border-bottom-color: var(--btnColorHover);
}
.cs_recyclemax .t_service_date_info .ts_status,
.cs_unlimitedrecycling .t_service_date_info .ts_status,
.cs_aam .t_service_date_info .ts_status,
.cs_subdomain .t_service_date_info .ts_status,
.cs_earthperks .t_service_date_info .ts_status,
.cs_esna .t_service_date_info .ts_status,
.cs_magna .t_service_date_info .ts_status,
.cs_facilityhub .t_service_date_info .ts_status,
.cs_earthops .t_service_date_info .ts_status {
  color: var(--linkColor);
}
.cs_recyclemax .tour-tour.popover.left > .arrow:after,
.cs_unlimitedrecycling .tour-tour.popover.left > .arrow:after,
.cs_aam .tour-tour.popover.left > .arrow:after,
.cs_subdomain .tour-tour.popover.left > .arrow:after,
.cs_earthperks .tour-tour.popover.left > .arrow:after,
.cs_esna .tour-tour.popover.left > .arrow:after,
.cs_magna .tour-tour.popover.left > .arrow:after,
.cs_facilityhub .tour-tour.popover.left > .arrow:after,
.cs_earthops .tour-tour.popover.left > .arrow:after {
  border-left-color: var(--linkColor);
}
.cs_recyclemax div[aria-label="cookieconsent"],
.cs_unlimitedrecycling div[aria-label="cookieconsent"],
.cs_aam div[aria-label="cookieconsent"],
.cs_subdomain div[aria-label="cookieconsent"],
.cs_earthperks div[aria-label="cookieconsent"],
.cs_esna div[aria-label="cookieconsent"],
.cs_magna div[aria-label="cookieconsent"],
.cs_facilityhub div[aria-label="cookieconsent"],
.cs_earthops div[aria-label="cookieconsent"] {
  background: var(--linkColor) !important;
}
.cs_recyclemax #search .search-toolbar .btn-group .btn.active,
.cs_unlimitedrecycling #search .search-toolbar .btn-group .btn.active,
.cs_aam #search .search-toolbar .btn-group .btn.active,
.cs_subdomain #search .search-toolbar .btn-group .btn.active,
.cs_earthperks #search .search-toolbar .btn-group .btn.active,
.cs_esna #search .search-toolbar .btn-group .btn.active,
.cs_magna #search .search-toolbar .btn-group .btn.active,
.cs_facilityhub #search .search-toolbar .btn-group .btn.active,
.cs_earthops #search .search-toolbar .btn-group .btn.active {
  background-color: var(--linkColor) !important;
}
.cs_recyclemax #filterTabBox .search-toolbar .btn-group .btn.active,
.cs_unlimitedrecycling #filterTabBox .search-toolbar .btn-group .btn.active,
.cs_aam #filterTabBox .search-toolbar .btn-group .btn.active,
.cs_subdomain #filterTabBox .search-toolbar .btn-group .btn.active,
.cs_earthperks #filterTabBox .search-toolbar .btn-group .btn.active,
.cs_esna #filterTabBox .search-toolbar .btn-group .btn.active,
.cs_magna #filterTabBox .search-toolbar .btn-group .btn.active,
.cs_facilityhub #filterTabBox .search-toolbar .btn-group .btn.active,
.cs_earthops #filterTabBox .search-toolbar .btn-group .btn.active,
.cs_recyclemax #filterTabBox .search-toolbar .btn-group .btn:hover,
.cs_unlimitedrecycling #filterTabBox .search-toolbar .btn-group .btn:hover,
.cs_aam #filterTabBox .search-toolbar .btn-group .btn:hover,
.cs_subdomain #filterTabBox .search-toolbar .btn-group .btn:hover,
.cs_earthperks #filterTabBox .search-toolbar .btn-group .btn:hover,
.cs_esna #filterTabBox .search-toolbar .btn-group .btn:hover,
.cs_magna #filterTabBox .search-toolbar .btn-group .btn:hover,
.cs_facilityhub #filterTabBox .search-toolbar .btn-group .btn:hover,
.cs_earthops #filterTabBox .search-toolbar .btn-group .btn:hover {
  color: red !important;
}
.cs_recyclemax .total-points .cs-points,
.cs_unlimitedrecycling .total-points .cs-points,
.cs_aam .total-points .cs-points,
.cs_subdomain .total-points .cs-points,
.cs_earthperks .total-points .cs-points,
.cs_esna .total-points .cs-points,
.cs_magna .total-points .cs-points,
.cs_facilityhub .total-points .cs-points,
.cs_earthops .total-points .cs-points {
  color: var(--secondaryColor);
}
.cs_recyclemax #topMenuBar.navbar-nav #tour-group .dropdown.open a.profile-dropdown,
.cs_unlimitedrecycling #topMenuBar.navbar-nav #tour-group .dropdown.open a.profile-dropdown,
.cs_aam #topMenuBar.navbar-nav #tour-group .dropdown.open a.profile-dropdown,
.cs_subdomain #topMenuBar.navbar-nav #tour-group .dropdown.open a.profile-dropdown,
.cs_earthperks #topMenuBar.navbar-nav #tour-group .dropdown.open a.profile-dropdown,
.cs_esna #topMenuBar.navbar-nav #tour-group .dropdown.open a.profile-dropdown,
.cs_magna #topMenuBar.navbar-nav #tour-group .dropdown.open a.profile-dropdown,
.cs_facilityhub #topMenuBar.navbar-nav #tour-group .dropdown.open a.profile-dropdown,
.cs_earthops #topMenuBar.navbar-nav #tour-group .dropdown.open a.profile-dropdown,
.cs_recyclemax ul#responsiveTopMenuBar #tour-group .dropdown.open a.profile-dropdown,
.cs_unlimitedrecycling ul#responsiveTopMenuBar #tour-group .dropdown.open a.profile-dropdown,
.cs_aam ul#responsiveTopMenuBar #tour-group .dropdown.open a.profile-dropdown,
.cs_subdomain ul#responsiveTopMenuBar #tour-group .dropdown.open a.profile-dropdown,
.cs_earthperks ul#responsiveTopMenuBar #tour-group .dropdown.open a.profile-dropdown,
.cs_esna ul#responsiveTopMenuBar #tour-group .dropdown.open a.profile-dropdown,
.cs_magna ul#responsiveTopMenuBar #tour-group .dropdown.open a.profile-dropdown,
.cs_facilityhub ul#responsiveTopMenuBar #tour-group .dropdown.open a.profile-dropdown,
.cs_earthops ul#responsiveTopMenuBar #tour-group .dropdown.open a.profile-dropdown,
.cs_recyclemax #topMenuBar.navbar-nav #tour-contacts .dropdown.open a.profile-dropdown,
.cs_unlimitedrecycling #topMenuBar.navbar-nav #tour-contacts .dropdown.open a.profile-dropdown,
.cs_aam #topMenuBar.navbar-nav #tour-contacts .dropdown.open a.profile-dropdown,
.cs_subdomain #topMenuBar.navbar-nav #tour-contacts .dropdown.open a.profile-dropdown,
.cs_earthperks #topMenuBar.navbar-nav #tour-contacts .dropdown.open a.profile-dropdown,
.cs_esna #topMenuBar.navbar-nav #tour-contacts .dropdown.open a.profile-dropdown,
.cs_magna #topMenuBar.navbar-nav #tour-contacts .dropdown.open a.profile-dropdown,
.cs_facilityhub #topMenuBar.navbar-nav #tour-contacts .dropdown.open a.profile-dropdown,
.cs_earthops #topMenuBar.navbar-nav #tour-contacts .dropdown.open a.profile-dropdown,
.cs_recyclemax ul#responsiveTopMenuBar #tour-contacts .dropdown.open a.profile-dropdown,
.cs_unlimitedrecycling ul#responsiveTopMenuBar #tour-contacts .dropdown.open a.profile-dropdown,
.cs_aam ul#responsiveTopMenuBar #tour-contacts .dropdown.open a.profile-dropdown,
.cs_subdomain ul#responsiveTopMenuBar #tour-contacts .dropdown.open a.profile-dropdown,
.cs_earthperks ul#responsiveTopMenuBar #tour-contacts .dropdown.open a.profile-dropdown,
.cs_esna ul#responsiveTopMenuBar #tour-contacts .dropdown.open a.profile-dropdown,
.cs_magna ul#responsiveTopMenuBar #tour-contacts .dropdown.open a.profile-dropdown,
.cs_facilityhub ul#responsiveTopMenuBar #tour-contacts .dropdown.open a.profile-dropdown,
.cs_earthops ul#responsiveTopMenuBar #tour-contacts .dropdown.open a.profile-dropdown,
.cs_recyclemax #topMenuBar.navbar-nav li.notifications-menu .dropdown.open a.profile-dropdown,
.cs_unlimitedrecycling #topMenuBar.navbar-nav li.notifications-menu .dropdown.open a.profile-dropdown,
.cs_aam #topMenuBar.navbar-nav li.notifications-menu .dropdown.open a.profile-dropdown,
.cs_subdomain #topMenuBar.navbar-nav li.notifications-menu .dropdown.open a.profile-dropdown,
.cs_earthperks #topMenuBar.navbar-nav li.notifications-menu .dropdown.open a.profile-dropdown,
.cs_esna #topMenuBar.navbar-nav li.notifications-menu .dropdown.open a.profile-dropdown,
.cs_magna #topMenuBar.navbar-nav li.notifications-menu .dropdown.open a.profile-dropdown,
.cs_facilityhub #topMenuBar.navbar-nav li.notifications-menu .dropdown.open a.profile-dropdown,
.cs_earthops #topMenuBar.navbar-nav li.notifications-menu .dropdown.open a.profile-dropdown,
.cs_recyclemax ul#responsiveTopMenuBar li.notifications-menu .dropdown.open a.profile-dropdown,
.cs_unlimitedrecycling ul#responsiveTopMenuBar li.notifications-menu .dropdown.open a.profile-dropdown,
.cs_aam ul#responsiveTopMenuBar li.notifications-menu .dropdown.open a.profile-dropdown,
.cs_subdomain ul#responsiveTopMenuBar li.notifications-menu .dropdown.open a.profile-dropdown,
.cs_earthperks ul#responsiveTopMenuBar li.notifications-menu .dropdown.open a.profile-dropdown,
.cs_esna ul#responsiveTopMenuBar li.notifications-menu .dropdown.open a.profile-dropdown,
.cs_magna ul#responsiveTopMenuBar li.notifications-menu .dropdown.open a.profile-dropdown,
.cs_facilityhub ul#responsiveTopMenuBar li.notifications-menu .dropdown.open a.profile-dropdown,
.cs_earthops ul#responsiveTopMenuBar li.notifications-menu .dropdown.open a.profile-dropdown,
.cs_recyclemax #topMenuBar.navbar-nav #tour-group .dropdown.open .profile-dropdown .far,
.cs_unlimitedrecycling #topMenuBar.navbar-nav #tour-group .dropdown.open .profile-dropdown .far,
.cs_aam #topMenuBar.navbar-nav #tour-group .dropdown.open .profile-dropdown .far,
.cs_subdomain #topMenuBar.navbar-nav #tour-group .dropdown.open .profile-dropdown .far,
.cs_earthperks #topMenuBar.navbar-nav #tour-group .dropdown.open .profile-dropdown .far,
.cs_esna #topMenuBar.navbar-nav #tour-group .dropdown.open .profile-dropdown .far,
.cs_magna #topMenuBar.navbar-nav #tour-group .dropdown.open .profile-dropdown .far,
.cs_facilityhub #topMenuBar.navbar-nav #tour-group .dropdown.open .profile-dropdown .far,
.cs_earthops #topMenuBar.navbar-nav #tour-group .dropdown.open .profile-dropdown .far,
.cs_recyclemax ul#responsiveTopMenuBar #tour-group .dropdown.open .profile-dropdown .far,
.cs_unlimitedrecycling ul#responsiveTopMenuBar #tour-group .dropdown.open .profile-dropdown .far,
.cs_aam ul#responsiveTopMenuBar #tour-group .dropdown.open .profile-dropdown .far,
.cs_subdomain ul#responsiveTopMenuBar #tour-group .dropdown.open .profile-dropdown .far,
.cs_earthperks ul#responsiveTopMenuBar #tour-group .dropdown.open .profile-dropdown .far,
.cs_esna ul#responsiveTopMenuBar #tour-group .dropdown.open .profile-dropdown .far,
.cs_magna ul#responsiveTopMenuBar #tour-group .dropdown.open .profile-dropdown .far,
.cs_facilityhub ul#responsiveTopMenuBar #tour-group .dropdown.open .profile-dropdown .far,
.cs_earthops ul#responsiveTopMenuBar #tour-group .dropdown.open .profile-dropdown .far,
.cs_recyclemax #topMenuBar.navbar-nav #tour-contacts .dropdown.open .profile-dropdown .far,
.cs_unlimitedrecycling #topMenuBar.navbar-nav #tour-contacts .dropdown.open .profile-dropdown .far,
.cs_aam #topMenuBar.navbar-nav #tour-contacts .dropdown.open .profile-dropdown .far,
.cs_subdomain #topMenuBar.navbar-nav #tour-contacts .dropdown.open .profile-dropdown .far,
.cs_earthperks #topMenuBar.navbar-nav #tour-contacts .dropdown.open .profile-dropdown .far,
.cs_esna #topMenuBar.navbar-nav #tour-contacts .dropdown.open .profile-dropdown .far,
.cs_magna #topMenuBar.navbar-nav #tour-contacts .dropdown.open .profile-dropdown .far,
.cs_facilityhub #topMenuBar.navbar-nav #tour-contacts .dropdown.open .profile-dropdown .far,
.cs_earthops #topMenuBar.navbar-nav #tour-contacts .dropdown.open .profile-dropdown .far,
.cs_recyclemax ul#responsiveTopMenuBar #tour-contacts .dropdown.open .profile-dropdown .far,
.cs_unlimitedrecycling ul#responsiveTopMenuBar #tour-contacts .dropdown.open .profile-dropdown .far,
.cs_aam ul#responsiveTopMenuBar #tour-contacts .dropdown.open .profile-dropdown .far,
.cs_subdomain ul#responsiveTopMenuBar #tour-contacts .dropdown.open .profile-dropdown .far,
.cs_earthperks ul#responsiveTopMenuBar #tour-contacts .dropdown.open .profile-dropdown .far,
.cs_esna ul#responsiveTopMenuBar #tour-contacts .dropdown.open .profile-dropdown .far,
.cs_magna ul#responsiveTopMenuBar #tour-contacts .dropdown.open .profile-dropdown .far,
.cs_facilityhub ul#responsiveTopMenuBar #tour-contacts .dropdown.open .profile-dropdown .far,
.cs_earthops ul#responsiveTopMenuBar #tour-contacts .dropdown.open .profile-dropdown .far,
.cs_recyclemax #topMenuBar.navbar-nav li.notifications-menu .dropdown.open .profile-dropdown .far,
.cs_unlimitedrecycling #topMenuBar.navbar-nav li.notifications-menu .dropdown.open .profile-dropdown .far,
.cs_aam #topMenuBar.navbar-nav li.notifications-menu .dropdown.open .profile-dropdown .far,
.cs_subdomain #topMenuBar.navbar-nav li.notifications-menu .dropdown.open .profile-dropdown .far,
.cs_earthperks #topMenuBar.navbar-nav li.notifications-menu .dropdown.open .profile-dropdown .far,
.cs_esna #topMenuBar.navbar-nav li.notifications-menu .dropdown.open .profile-dropdown .far,
.cs_magna #topMenuBar.navbar-nav li.notifications-menu .dropdown.open .profile-dropdown .far,
.cs_facilityhub #topMenuBar.navbar-nav li.notifications-menu .dropdown.open .profile-dropdown .far,
.cs_earthops #topMenuBar.navbar-nav li.notifications-menu .dropdown.open .profile-dropdown .far,
.cs_recyclemax ul#responsiveTopMenuBar li.notifications-menu .dropdown.open .profile-dropdown .far,
.cs_unlimitedrecycling ul#responsiveTopMenuBar li.notifications-menu .dropdown.open .profile-dropdown .far,
.cs_aam ul#responsiveTopMenuBar li.notifications-menu .dropdown.open .profile-dropdown .far,
.cs_subdomain ul#responsiveTopMenuBar li.notifications-menu .dropdown.open .profile-dropdown .far,
.cs_earthperks ul#responsiveTopMenuBar li.notifications-menu .dropdown.open .profile-dropdown .far,
.cs_esna ul#responsiveTopMenuBar li.notifications-menu .dropdown.open .profile-dropdown .far,
.cs_magna ul#responsiveTopMenuBar li.notifications-menu .dropdown.open .profile-dropdown .far,
.cs_facilityhub ul#responsiveTopMenuBar li.notifications-menu .dropdown.open .profile-dropdown .far,
.cs_earthops ul#responsiveTopMenuBar li.notifications-menu .dropdown.open .profile-dropdown .far,
.cs_recyclemax #topMenuBar.navbar-nav #tour-group .dropdown.open .caret-icon i,
.cs_unlimitedrecycling #topMenuBar.navbar-nav #tour-group .dropdown.open .caret-icon i,
.cs_aam #topMenuBar.navbar-nav #tour-group .dropdown.open .caret-icon i,
.cs_subdomain #topMenuBar.navbar-nav #tour-group .dropdown.open .caret-icon i,
.cs_earthperks #topMenuBar.navbar-nav #tour-group .dropdown.open .caret-icon i,
.cs_esna #topMenuBar.navbar-nav #tour-group .dropdown.open .caret-icon i,
.cs_magna #topMenuBar.navbar-nav #tour-group .dropdown.open .caret-icon i,
.cs_facilityhub #topMenuBar.navbar-nav #tour-group .dropdown.open .caret-icon i,
.cs_earthops #topMenuBar.navbar-nav #tour-group .dropdown.open .caret-icon i,
.cs_recyclemax ul#responsiveTopMenuBar #tour-group .dropdown.open .caret-icon i,
.cs_unlimitedrecycling ul#responsiveTopMenuBar #tour-group .dropdown.open .caret-icon i,
.cs_aam ul#responsiveTopMenuBar #tour-group .dropdown.open .caret-icon i,
.cs_subdomain ul#responsiveTopMenuBar #tour-group .dropdown.open .caret-icon i,
.cs_earthperks ul#responsiveTopMenuBar #tour-group .dropdown.open .caret-icon i,
.cs_esna ul#responsiveTopMenuBar #tour-group .dropdown.open .caret-icon i,
.cs_magna ul#responsiveTopMenuBar #tour-group .dropdown.open .caret-icon i,
.cs_facilityhub ul#responsiveTopMenuBar #tour-group .dropdown.open .caret-icon i,
.cs_earthops ul#responsiveTopMenuBar #tour-group .dropdown.open .caret-icon i,
.cs_recyclemax #topMenuBar.navbar-nav #tour-contacts .dropdown.open .caret-icon i,
.cs_unlimitedrecycling #topMenuBar.navbar-nav #tour-contacts .dropdown.open .caret-icon i,
.cs_aam #topMenuBar.navbar-nav #tour-contacts .dropdown.open .caret-icon i,
.cs_subdomain #topMenuBar.navbar-nav #tour-contacts .dropdown.open .caret-icon i,
.cs_earthperks #topMenuBar.navbar-nav #tour-contacts .dropdown.open .caret-icon i,
.cs_esna #topMenuBar.navbar-nav #tour-contacts .dropdown.open .caret-icon i,
.cs_magna #topMenuBar.navbar-nav #tour-contacts .dropdown.open .caret-icon i,
.cs_facilityhub #topMenuBar.navbar-nav #tour-contacts .dropdown.open .caret-icon i,
.cs_earthops #topMenuBar.navbar-nav #tour-contacts .dropdown.open .caret-icon i,
.cs_recyclemax ul#responsiveTopMenuBar #tour-contacts .dropdown.open .caret-icon i,
.cs_unlimitedrecycling ul#responsiveTopMenuBar #tour-contacts .dropdown.open .caret-icon i,
.cs_aam ul#responsiveTopMenuBar #tour-contacts .dropdown.open .caret-icon i,
.cs_subdomain ul#responsiveTopMenuBar #tour-contacts .dropdown.open .caret-icon i,
.cs_earthperks ul#responsiveTopMenuBar #tour-contacts .dropdown.open .caret-icon i,
.cs_esna ul#responsiveTopMenuBar #tour-contacts .dropdown.open .caret-icon i,
.cs_magna ul#responsiveTopMenuBar #tour-contacts .dropdown.open .caret-icon i,
.cs_facilityhub ul#responsiveTopMenuBar #tour-contacts .dropdown.open .caret-icon i,
.cs_earthops ul#responsiveTopMenuBar #tour-contacts .dropdown.open .caret-icon i,
.cs_recyclemax #topMenuBar.navbar-nav li.notifications-menu .dropdown.open .caret-icon i,
.cs_unlimitedrecycling #topMenuBar.navbar-nav li.notifications-menu .dropdown.open .caret-icon i,
.cs_aam #topMenuBar.navbar-nav li.notifications-menu .dropdown.open .caret-icon i,
.cs_subdomain #topMenuBar.navbar-nav li.notifications-menu .dropdown.open .caret-icon i,
.cs_earthperks #topMenuBar.navbar-nav li.notifications-menu .dropdown.open .caret-icon i,
.cs_esna #topMenuBar.navbar-nav li.notifications-menu .dropdown.open .caret-icon i,
.cs_magna #topMenuBar.navbar-nav li.notifications-menu .dropdown.open .caret-icon i,
.cs_facilityhub #topMenuBar.navbar-nav li.notifications-menu .dropdown.open .caret-icon i,
.cs_earthops #topMenuBar.navbar-nav li.notifications-menu .dropdown.open .caret-icon i,
.cs_recyclemax ul#responsiveTopMenuBar li.notifications-menu .dropdown.open .caret-icon i,
.cs_unlimitedrecycling ul#responsiveTopMenuBar li.notifications-menu .dropdown.open .caret-icon i,
.cs_aam ul#responsiveTopMenuBar li.notifications-menu .dropdown.open .caret-icon i,
.cs_subdomain ul#responsiveTopMenuBar li.notifications-menu .dropdown.open .caret-icon i,
.cs_earthperks ul#responsiveTopMenuBar li.notifications-menu .dropdown.open .caret-icon i,
.cs_esna ul#responsiveTopMenuBar li.notifications-menu .dropdown.open .caret-icon i,
.cs_magna ul#responsiveTopMenuBar li.notifications-menu .dropdown.open .caret-icon i,
.cs_facilityhub ul#responsiveTopMenuBar li.notifications-menu .dropdown.open .caret-icon i,
.cs_earthops ul#responsiveTopMenuBar li.notifications-menu .dropdown.open .caret-icon i,
.cs_recyclemax #topMenuBar.navbar-nav #tour-group .dropdown.open a.notify i,
.cs_unlimitedrecycling #topMenuBar.navbar-nav #tour-group .dropdown.open a.notify i,
.cs_aam #topMenuBar.navbar-nav #tour-group .dropdown.open a.notify i,
.cs_subdomain #topMenuBar.navbar-nav #tour-group .dropdown.open a.notify i,
.cs_earthperks #topMenuBar.navbar-nav #tour-group .dropdown.open a.notify i,
.cs_esna #topMenuBar.navbar-nav #tour-group .dropdown.open a.notify i,
.cs_magna #topMenuBar.navbar-nav #tour-group .dropdown.open a.notify i,
.cs_facilityhub #topMenuBar.navbar-nav #tour-group .dropdown.open a.notify i,
.cs_earthops #topMenuBar.navbar-nav #tour-group .dropdown.open a.notify i,
.cs_recyclemax ul#responsiveTopMenuBar #tour-group .dropdown.open a.notify i,
.cs_unlimitedrecycling ul#responsiveTopMenuBar #tour-group .dropdown.open a.notify i,
.cs_aam ul#responsiveTopMenuBar #tour-group .dropdown.open a.notify i,
.cs_subdomain ul#responsiveTopMenuBar #tour-group .dropdown.open a.notify i,
.cs_earthperks ul#responsiveTopMenuBar #tour-group .dropdown.open a.notify i,
.cs_esna ul#responsiveTopMenuBar #tour-group .dropdown.open a.notify i,
.cs_magna ul#responsiveTopMenuBar #tour-group .dropdown.open a.notify i,
.cs_facilityhub ul#responsiveTopMenuBar #tour-group .dropdown.open a.notify i,
.cs_earthops ul#responsiveTopMenuBar #tour-group .dropdown.open a.notify i,
.cs_recyclemax #topMenuBar.navbar-nav #tour-contacts .dropdown.open a.notify i,
.cs_unlimitedrecycling #topMenuBar.navbar-nav #tour-contacts .dropdown.open a.notify i,
.cs_aam #topMenuBar.navbar-nav #tour-contacts .dropdown.open a.notify i,
.cs_subdomain #topMenuBar.navbar-nav #tour-contacts .dropdown.open a.notify i,
.cs_earthperks #topMenuBar.navbar-nav #tour-contacts .dropdown.open a.notify i,
.cs_esna #topMenuBar.navbar-nav #tour-contacts .dropdown.open a.notify i,
.cs_magna #topMenuBar.navbar-nav #tour-contacts .dropdown.open a.notify i,
.cs_facilityhub #topMenuBar.navbar-nav #tour-contacts .dropdown.open a.notify i,
.cs_earthops #topMenuBar.navbar-nav #tour-contacts .dropdown.open a.notify i,
.cs_recyclemax ul#responsiveTopMenuBar #tour-contacts .dropdown.open a.notify i,
.cs_unlimitedrecycling ul#responsiveTopMenuBar #tour-contacts .dropdown.open a.notify i,
.cs_aam ul#responsiveTopMenuBar #tour-contacts .dropdown.open a.notify i,
.cs_subdomain ul#responsiveTopMenuBar #tour-contacts .dropdown.open a.notify i,
.cs_earthperks ul#responsiveTopMenuBar #tour-contacts .dropdown.open a.notify i,
.cs_esna ul#responsiveTopMenuBar #tour-contacts .dropdown.open a.notify i,
.cs_magna ul#responsiveTopMenuBar #tour-contacts .dropdown.open a.notify i,
.cs_facilityhub ul#responsiveTopMenuBar #tour-contacts .dropdown.open a.notify i,
.cs_earthops ul#responsiveTopMenuBar #tour-contacts .dropdown.open a.notify i,
.cs_recyclemax #topMenuBar.navbar-nav li.notifications-menu .dropdown.open a.notify i,
.cs_unlimitedrecycling #topMenuBar.navbar-nav li.notifications-menu .dropdown.open a.notify i,
.cs_aam #topMenuBar.navbar-nav li.notifications-menu .dropdown.open a.notify i,
.cs_subdomain #topMenuBar.navbar-nav li.notifications-menu .dropdown.open a.notify i,
.cs_earthperks #topMenuBar.navbar-nav li.notifications-menu .dropdown.open a.notify i,
.cs_esna #topMenuBar.navbar-nav li.notifications-menu .dropdown.open a.notify i,
.cs_magna #topMenuBar.navbar-nav li.notifications-menu .dropdown.open a.notify i,
.cs_facilityhub #topMenuBar.navbar-nav li.notifications-menu .dropdown.open a.notify i,
.cs_earthops #topMenuBar.navbar-nav li.notifications-menu .dropdown.open a.notify i,
.cs_recyclemax ul#responsiveTopMenuBar li.notifications-menu .dropdown.open a.notify i,
.cs_unlimitedrecycling ul#responsiveTopMenuBar li.notifications-menu .dropdown.open a.notify i,
.cs_aam ul#responsiveTopMenuBar li.notifications-menu .dropdown.open a.notify i,
.cs_subdomain ul#responsiveTopMenuBar li.notifications-menu .dropdown.open a.notify i,
.cs_earthperks ul#responsiveTopMenuBar li.notifications-menu .dropdown.open a.notify i,
.cs_esna ul#responsiveTopMenuBar li.notifications-menu .dropdown.open a.notify i,
.cs_magna ul#responsiveTopMenuBar li.notifications-menu .dropdown.open a.notify i,
.cs_facilityhub ul#responsiveTopMenuBar li.notifications-menu .dropdown.open a.notify i,
.cs_earthops ul#responsiveTopMenuBar li.notifications-menu .dropdown.open a.notify i {
  color: var(--primaryColor);
}
.cs_recyclemax ul#topMenuBar .far:hover,
.cs_unlimitedrecycling ul#topMenuBar .far:hover,
.cs_aam ul#topMenuBar .far:hover,
.cs_subdomain ul#topMenuBar .far:hover,
.cs_earthperks ul#topMenuBar .far:hover,
.cs_esna ul#topMenuBar .far:hover,
.cs_magna ul#topMenuBar .far:hover,
.cs_facilityhub ul#topMenuBar .far:hover,
.cs_earthops ul#topMenuBar .far:hover,
.cs_recyclemax #topMenuBar .quick-menu .dropdown > a:hover,
.cs_unlimitedrecycling #topMenuBar .quick-menu .dropdown > a:hover,
.cs_aam #topMenuBar .quick-menu .dropdown > a:hover,
.cs_subdomain #topMenuBar .quick-menu .dropdown > a:hover,
.cs_earthperks #topMenuBar .quick-menu .dropdown > a:hover,
.cs_esna #topMenuBar .quick-menu .dropdown > a:hover,
.cs_magna #topMenuBar .quick-menu .dropdown > a:hover,
.cs_facilityhub #topMenuBar .quick-menu .dropdown > a:hover,
.cs_earthops #topMenuBar .quick-menu .dropdown > a:hover {
  color: var(--primaryColor);
}
.cs_recyclemax #entityOptions .entity:hover,
.cs_unlimitedrecycling #entityOptions .entity:hover,
.cs_aam #entityOptions .entity:hover,
.cs_subdomain #entityOptions .entity:hover,
.cs_earthperks #entityOptions .entity:hover,
.cs_esna #entityOptions .entity:hover,
.cs_magna #entityOptions .entity:hover,
.cs_facilityhub #entityOptions .entity:hover,
.cs_earthops #entityOptions .entity:hover,
.cs_recyclemax #domainGroupOptions .entity:hover,
.cs_unlimitedrecycling #domainGroupOptions .entity:hover,
.cs_aam #domainGroupOptions .entity:hover,
.cs_subdomain #domainGroupOptions .entity:hover,
.cs_earthperks #domainGroupOptions .entity:hover,
.cs_esna #domainGroupOptions .entity:hover,
.cs_magna #domainGroupOptions .entity:hover,
.cs_facilityhub #domainGroupOptions .entity:hover,
.cs_earthops #domainGroupOptions .entity:hover,
.cs_recyclemax #billingGroupOptions .entity:hover,
.cs_unlimitedrecycling #billingGroupOptions .entity:hover,
.cs_aam #billingGroupOptions .entity:hover,
.cs_subdomain #billingGroupOptions .entity:hover,
.cs_earthperks #billingGroupOptions .entity:hover,
.cs_esna #billingGroupOptions .entity:hover,
.cs_magna #billingGroupOptions .entity:hover,
.cs_facilityhub #billingGroupOptions .entity:hover,
.cs_earthops #billingGroupOptions .entity:hover,
.cs_recyclemax #serviceGroupOptions .entity:hover,
.cs_unlimitedrecycling #serviceGroupOptions .entity:hover,
.cs_aam #serviceGroupOptions .entity:hover,
.cs_subdomain #serviceGroupOptions .entity:hover,
.cs_earthperks #serviceGroupOptions .entity:hover,
.cs_esna #serviceGroupOptions .entity:hover,
.cs_magna #serviceGroupOptions .entity:hover,
.cs_facilityhub #serviceGroupOptions .entity:hover,
.cs_earthops #serviceGroupOptions .entity:hover,
.cs_recyclemax #entityOnOptions .entity:hover,
.cs_unlimitedrecycling #entityOnOptions .entity:hover,
.cs_aam #entityOnOptions .entity:hover,
.cs_subdomain #entityOnOptions .entity:hover,
.cs_earthperks #entityOnOptions .entity:hover,
.cs_esna #entityOnOptions .entity:hover,
.cs_magna #entityOnOptions .entity:hover,
.cs_facilityhub #entityOnOptions .entity:hover,
.cs_earthops #entityOnOptions .entity:hover,
.cs_recyclemax .accounts .entity:hover,
.cs_unlimitedrecycling .accounts .entity:hover,
.cs_aam .accounts .entity:hover,
.cs_subdomain .accounts .entity:hover,
.cs_earthperks .accounts .entity:hover,
.cs_esna .accounts .entity:hover,
.cs_magna .accounts .entity:hover,
.cs_facilityhub .accounts .entity:hover,
.cs_earthops .accounts .entity:hover,
.cs_recyclemax #entityPostOptions .entity:hover,
.cs_unlimitedrecycling #entityPostOptions .entity:hover,
.cs_aam #entityPostOptions .entity:hover,
.cs_subdomain #entityPostOptions .entity:hover,
.cs_earthperks #entityPostOptions .entity:hover,
.cs_esna #entityPostOptions .entity:hover,
.cs_magna #entityPostOptions .entity:hover,
.cs_facilityhub #entityPostOptions .entity:hover,
.cs_earthops #entityPostOptions .entity:hover,
.cs_recyclemax #haulerOptions .entity:hover,
.cs_unlimitedrecycling #haulerOptions .entity:hover,
.cs_aam #haulerOptions .entity:hover,
.cs_subdomain #haulerOptions .entity:hover,
.cs_earthperks #haulerOptions .entity:hover,
.cs_esna #haulerOptions .entity:hover,
.cs_magna #haulerOptions .entity:hover,
.cs_facilityhub #haulerOptions .entity:hover,
.cs_earthops #haulerOptions .entity:hover,
.cs_recyclemax #departmentContactOptions .entity:hover,
.cs_unlimitedrecycling #departmentContactOptions .entity:hover,
.cs_aam #departmentContactOptions .entity:hover,
.cs_subdomain #departmentContactOptions .entity:hover,
.cs_earthperks #departmentContactOptions .entity:hover,
.cs_esna #departmentContactOptions .entity:hover,
.cs_magna #departmentContactOptions .entity:hover,
.cs_facilityhub #departmentContactOptions .entity:hover,
.cs_earthops #departmentContactOptions .entity:hover,
.cs_recyclemax #orderServiceOptions .entity:hover,
.cs_unlimitedrecycling #orderServiceOptions .entity:hover,
.cs_aam #orderServiceOptions .entity:hover,
.cs_subdomain #orderServiceOptions .entity:hover,
.cs_earthperks #orderServiceOptions .entity:hover,
.cs_esna #orderServiceOptions .entity:hover,
.cs_magna #orderServiceOptions .entity:hover,
.cs_facilityhub #orderServiceOptions .entity:hover,
.cs_earthops #orderServiceOptions .entity:hover,
.cs_recyclemax #billingDepartmentContactOptions .entity:hover,
.cs_unlimitedrecycling #billingDepartmentContactOptions .entity:hover,
.cs_aam #billingDepartmentContactOptions .entity:hover,
.cs_subdomain #billingDepartmentContactOptions .entity:hover,
.cs_earthperks #billingDepartmentContactOptions .entity:hover,
.cs_esna #billingDepartmentContactOptions .entity:hover,
.cs_magna #billingDepartmentContactOptions .entity:hover,
.cs_facilityhub #billingDepartmentContactOptions .entity:hover,
.cs_earthops #billingDepartmentContactOptions .entity:hover {
  background: var(--primaryColor);
}
.cs_recyclemax .bootstrap-growl.alert-success,
.cs_unlimitedrecycling .bootstrap-growl.alert-success,
.cs_aam .bootstrap-growl.alert-success,
.cs_subdomain .bootstrap-growl.alert-success,
.cs_earthperks .bootstrap-growl.alert-success,
.cs_esna .bootstrap-growl.alert-success,
.cs_magna .bootstrap-growl.alert-success,
.cs_facilityhub .bootstrap-growl.alert-success,
.cs_earthops .bootstrap-growl.alert-success {
  background: #e0a639 !important;
  border-color: #e0a639 !important;
}
.cs_recyclemax div.information-box li span.bullet,
.cs_unlimitedrecycling div.information-box li span.bullet,
.cs_aam div.information-box li span.bullet,
.cs_subdomain div.information-box li span.bullet,
.cs_earthperks div.information-box li span.bullet,
.cs_esna div.information-box li span.bullet,
.cs_magna div.information-box li span.bullet,
.cs_facilityhub div.information-box li span.bullet,
.cs_earthops div.information-box li span.bullet {
  background: var(--primaryColor);
}
.cs_recyclemax .ex_icon i.far,
.cs_unlimitedrecycling .ex_icon i.far,
.cs_aam .ex_icon i.far,
.cs_subdomain .ex_icon i.far,
.cs_earthperks .ex_icon i.far,
.cs_esna .ex_icon i.far,
.cs_magna .ex_icon i.far,
.cs_facilityhub .ex_icon i.far,
.cs_earthops .ex_icon i.far,
.cs_recyclemax .ex_icon i.fab,
.cs_unlimitedrecycling .ex_icon i.fab,
.cs_aam .ex_icon i.fab,
.cs_subdomain .ex_icon i.fab,
.cs_earthperks .ex_icon i.fab,
.cs_esna .ex_icon i.fab,
.cs_magna .ex_icon i.fab,
.cs_facilityhub .ex_icon i.fab,
.cs_earthops .ex_icon i.fab {
  color: var(--primaryColor);
}
.cs_recyclemax #topMenuBar .quick-menu .dropdown > a:hover,
.cs_unlimitedrecycling #topMenuBar .quick-menu .dropdown > a:hover,
.cs_aam #topMenuBar .quick-menu .dropdown > a:hover,
.cs_subdomain #topMenuBar .quick-menu .dropdown > a:hover,
.cs_earthperks #topMenuBar .quick-menu .dropdown > a:hover,
.cs_esna #topMenuBar .quick-menu .dropdown > a:hover,
.cs_magna #topMenuBar .quick-menu .dropdown > a:hover,
.cs_facilityhub #topMenuBar .quick-menu .dropdown > a:hover,
.cs_earthops #topMenuBar .quick-menu .dropdown > a:hover {
  opacity: 1;
  color: var(--primaryColor);
}
.cs_recyclemax .login_page .form-wrapper .btn-link,
.cs_unlimitedrecycling .login_page .form-wrapper .btn-link,
.cs_aam .login_page .form-wrapper .btn-link,
.cs_subdomain .login_page .form-wrapper .btn-link,
.cs_earthperks .login_page .form-wrapper .btn-link,
.cs_esna .login_page .form-wrapper .btn-link,
.cs_magna .login_page .form-wrapper .btn-link,
.cs_facilityhub .login_page .form-wrapper .btn-link,
.cs_earthops .login_page .form-wrapper .btn-link,
.cs_recyclemax .login_page .form-wrapper .btn-link:hover,
.cs_unlimitedrecycling .login_page .form-wrapper .btn-link:hover,
.cs_aam .login_page .form-wrapper .btn-link:hover,
.cs_subdomain .login_page .form-wrapper .btn-link:hover,
.cs_earthperks .login_page .form-wrapper .btn-link:hover,
.cs_esna .login_page .form-wrapper .btn-link:hover,
.cs_magna .login_page .form-wrapper .btn-link:hover,
.cs_facilityhub .login_page .form-wrapper .btn-link:hover,
.cs_earthops .login_page .form-wrapper .btn-link:hover {
  color: var(--linkColor);
}
.cs_recyclemax .cs_miscalleaous_bg .mask,
.cs_unlimitedrecycling .cs_miscalleaous_bg .mask,
.cs_aam .cs_miscalleaous_bg .mask,
.cs_subdomain .cs_miscalleaous_bg .mask,
.cs_earthperks .cs_miscalleaous_bg .mask,
.cs_esna .cs_miscalleaous_bg .mask,
.cs_magna .cs_miscalleaous_bg .mask,
.cs_facilityhub .cs_miscalleaous_bg .mask,
.cs_earthops .cs_miscalleaous_bg .mask {
  background: transparent !important;
}
.cs_recyclemax .cs_full_page_model,
.cs_unlimitedrecycling .cs_full_page_model,
.cs_aam .cs_full_page_model,
.cs_subdomain .cs_full_page_model,
.cs_earthperks .cs_full_page_model,
.cs_esna .cs_full_page_model,
.cs_magna .cs_full_page_model,
.cs_facilityhub .cs_full_page_model,
.cs_earthops .cs_full_page_model {
  width: 100% !important;
  margin: 0;
}
.cs_recyclemax .cs_full_page_model .modal-content,
.cs_unlimitedrecycling .cs_full_page_model .modal-content,
.cs_aam .cs_full_page_model .modal-content,
.cs_subdomain .cs_full_page_model .modal-content,
.cs_earthperks .cs_full_page_model .modal-content,
.cs_esna .cs_full_page_model .modal-content,
.cs_magna .cs_full_page_model .modal-content,
.cs_facilityhub .cs_full_page_model .modal-content,
.cs_earthops .cs_full_page_model .modal-content {
  border-radius: 0;
}
.cs_recyclemax .cs_full_page_model .loading-spin,
.cs_unlimitedrecycling .cs_full_page_model .loading-spin,
.cs_aam .cs_full_page_model .loading-spin,
.cs_subdomain .cs_full_page_model .loading-spin,
.cs_earthperks .cs_full_page_model .loading-spin,
.cs_esna .cs_full_page_model .loading-spin,
.cs_magna .cs_full_page_model .loading-spin,
.cs_facilityhub .cs_full_page_model .loading-spin,
.cs_earthops .cs_full_page_model .loading-spin {
  height: calc(100vh - 105px);
}
.cs_recyclemax .cs_full_page_model #composeClose,
.cs_unlimitedrecycling .cs_full_page_model #composeClose,
.cs_aam .cs_full_page_model #composeClose,
.cs_subdomain .cs_full_page_model #composeClose,
.cs_earthperks .cs_full_page_model #composeClose,
.cs_esna .cs_full_page_model #composeClose,
.cs_magna .cs_full_page_model #composeClose,
.cs_facilityhub .cs_full_page_model #composeClose,
.cs_earthops .cs_full_page_model #composeClose,
.cs_recyclemax .cs_full_page_model #closeTopicModal,
.cs_unlimitedrecycling .cs_full_page_model #closeTopicModal,
.cs_aam .cs_full_page_model #closeTopicModal,
.cs_subdomain .cs_full_page_model #closeTopicModal,
.cs_earthperks .cs_full_page_model #closeTopicModal,
.cs_esna .cs_full_page_model #closeTopicModal,
.cs_magna .cs_full_page_model #closeTopicModal,
.cs_facilityhub .cs_full_page_model #closeTopicModal,
.cs_earthops .cs_full_page_model #closeTopicModal {
  font-size: 33px;
  margin-top: 11px;
  opacity: 1;
  position: absolute;
  right: 22px;
  color: #333;
  top: 0;
}
.cs_recyclemax .post-page-view,
.cs_earthops .post-page-view {
  padding-top: 30px;
}
.cs_recyclemax .post-page-view.post-component-15,
.cs_earthops .post-page-view.post-component-15 {
  padding-top: 20px;
}
.cs_recyclemax .post_confirmation a.confirm_url,
.cs_earthops .post_confirmation a.confirm_url {
  text-align: center;
  background: #fff;
  padding: 8px 15px;
  color: #a94442;
  border-radius: 5px;
  margin-right: 10px;
  width: 125px;
}
.cs_recyclemax .post_confirmation a.complete_url,
.cs_earthops .post_confirmation a.complete_url {
  background: #943032;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
  width: 125px;
}
.cs_recyclemax .footer img.cs_footer_logo,
.cs_earthops .footer img.cs_footer_logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 210px;
  width: 100%;
}
.cs_recyclemax .black-green-color,
.cs_earthops .black-green-color {
  color: #333;
}
.cs_recyclemax #search .search-toolbar .btn-group .btn.active,
.cs_earthops #search .search-toolbar .btn-group .btn.active {
  color: #fff;
}
.cs_recyclemax .profile-header .cs_tprofile_wrap h1,
.cs_earthops .profile-header .cs_tprofile_wrap h1 {
  position: relative;
  top: -105px;
  left: -16px;
}
.cs_recyclemax .cs_tprofile_wrap .info,
.cs_earthops .cs_tprofile_wrap .info {
  bottom: 46px !important;
}
.cs_recyclemax .profile-header.type_profile .cs_tprofile_wrap h1,
.cs_earthops .profile-header.type_profile .cs_tprofile_wrap h1 {
  top: -110px;
}
.cs_recyclemax .profile-header.type_profile .cs_tprofile_wrap .info,
.cs_earthops .profile-header.type_profile .cs_tprofile_wrap .info {
  bottom: 50px;
}
.cs_recyclemax .footer a,
.cs_earthops .footer a {
  color: #333;
}
.cs_recyclemax .switch-profile-btn .profile-img,
.cs_earthops .switch-profile-btn .profile-img {
  border: unset;
}
.cs_recyclemax label.switch-profile-btn,
.cs_earthops label.switch-profile-btn {
  margin-bottom: 0;
}
.cs_recyclemax .accounts .entity:first-child,
.cs_earthops .accounts .entity:first-child {
  margin-top: 0;
}
.cs_recyclemax #profileSettingsFormBody form[name="userSettings"] .tab-content .gdiz-formStep,
.cs_earthops #profileSettingsFormBody form[name="userSettings"] .tab-content .gdiz-formStep {
  min-height: auto;
}
.cs_recyclemax .profile-header .profile-image,
.cs_earthops .profile-header .profile-image {
  margin-top: -198px;
  background-size: contain !important;
}
.cs_recyclemax .profile-header .profile-image.cs_private_group,
.cs_earthops .profile-header .profile-image.cs_private_group {
  margin-top: -50px !important;
}
.cs_recyclemax .profile-header .cs_private_group_wrap .info,
.cs_earthops .profile-header .cs_private_group_wrap .info {
  position: absolute;
  bottom: 27px;
}
.cs_recyclemax .profile-header .profile .cs_private_group_wrap h1,
.cs_earthops .profile-header .profile .cs_private_group_wrap h1 {
  position: relative;
  top: 143px;
  left: -15px;
}
.cs_recyclemax #profile-apps.cs_private_group_apps,
.cs_earthops #profile-apps.cs_private_group_apps {
  display: none;
}
.cs_unlimitedrecycling .pac-container,
.cs_esna .pac-container,
.cs_facilityhub .pac-container,
.cs_magna .pac-container,
.cs_aam .pac-container,
.cs_subdomain .pac-container {
  margin-top: -60px;
}
.cs_unlimitedrecycling .footer a,
.cs_esna .footer a,
.cs_facilityhub .footer a,
.cs_magna .footer a,
.cs_aam .footer a,
.cs_subdomain .footer a {
  /* color: #0071b9 ; */
  color: #333;
}
.cs_unlimitedrecycling .profile-header .cs_tprofile_wrap h1,
.cs_esna .profile-header .cs_tprofile_wrap h1,
.cs_facilityhub .profile-header .cs_tprofile_wrap h1,
.cs_magna .profile-header .cs_tprofile_wrap h1,
.cs_aam .profile-header .cs_tprofile_wrap h1,
.cs_subdomain .profile-header .cs_tprofile_wrap h1 {
  position: relative;
  top: -105px;
  left: -16px;
}
.cs_unlimitedrecycling .cs_tprofile_wrap .info,
.cs_esna .cs_tprofile_wrap .info,
.cs_facilityhub .cs_tprofile_wrap .info,
.cs_magna .cs_tprofile_wrap .info,
.cs_aam .cs_tprofile_wrap .info,
.cs_subdomain .cs_tprofile_wrap .info {
  bottom: 46px !important;
}
.cs_unlimitedrecycling .profile-header.type_profile .cs_tprofile_wrap h1,
.cs_esna .profile-header.type_profile .cs_tprofile_wrap h1,
.cs_facilityhub .profile-header.type_profile .cs_tprofile_wrap h1,
.cs_magna .profile-header.type_profile .cs_tprofile_wrap h1,
.cs_aam .profile-header.type_profile .cs_tprofile_wrap h1,
.cs_subdomain .profile-header.type_profile .cs_tprofile_wrap h1 {
  top: -110px;
}
.cs_unlimitedrecycling .profile-header.type_profile .cs_tprofile_wrap .info,
.cs_esna .profile-header.type_profile .cs_tprofile_wrap .info,
.cs_facilityhub .profile-header.type_profile .cs_tprofile_wrap .info,
.cs_magna .profile-header.type_profile .cs_tprofile_wrap .info,
.cs_aam .profile-header.type_profile .cs_tprofile_wrap .info,
.cs_subdomain .profile-header.type_profile .cs_tprofile_wrap .info {
  bottom: 50px;
}
.cs_unlimitedrecycling .switch-profile-btn .profile-img,
.cs_esna .switch-profile-btn .profile-img,
.cs_facilityhub .switch-profile-btn .profile-img,
.cs_magna .switch-profile-btn .profile-img,
.cs_aam .switch-profile-btn .profile-img,
.cs_subdomain .switch-profile-btn .profile-img {
  border: unset;
}
.cs_unlimitedrecycling label.switch-profile-btn,
.cs_esna label.switch-profile-btn,
.cs_facilityhub label.switch-profile-btn,
.cs_magna label.switch-profile-btn,
.cs_aam label.switch-profile-btn,
.cs_subdomain label.switch-profile-btn {
  margin-bottom: 0;
}
.cs_unlimitedrecycling .accounts .entity:first-child,
.cs_esna .accounts .entity:first-child,
.cs_facilityhub .accounts .entity:first-child,
.cs_magna .accounts .entity:first-child,
.cs_aam .accounts .entity:first-child,
.cs_subdomain .accounts .entity:first-child {
  margin-top: 0;
}
.cs_unlimitedrecycling #profileSettingsFormBody form[name="userSettings"] .tab-content .gdiz-formStep,
.cs_esna #profileSettingsFormBody form[name="userSettings"] .tab-content .gdiz-formStep,
.cs_facilityhub #profileSettingsFormBody form[name="userSettings"] .tab-content .gdiz-formStep,
.cs_magna #profileSettingsFormBody form[name="userSettings"] .tab-content .gdiz-formStep,
.cs_aam #profileSettingsFormBody form[name="userSettings"] .tab-content .gdiz-formStep,
.cs_subdomain #profileSettingsFormBody form[name="userSettings"] .tab-content .gdiz-formStep {
  min-height: auto;
}
.cs_unlimitedrecycling .profile-header .profile-image,
.cs_esna .profile-header .profile-image,
.cs_facilityhub .profile-header .profile-image,
.cs_magna .profile-header .profile-image,
.cs_aam .profile-header .profile-image,
.cs_subdomain .profile-header .profile-image {
  margin-top: -198px;
}
.cs_unlimitedrecycling .profile-header .profile-image.cs_private_group,
.cs_esna .profile-header .profile-image.cs_private_group,
.cs_facilityhub .profile-header .profile-image.cs_private_group,
.cs_magna .profile-header .profile-image.cs_private_group,
.cs_aam .profile-header .profile-image.cs_private_group,
.cs_subdomain .profile-header .profile-image.cs_private_group {
  margin-top: -50px !important;
}
.cs_unlimitedrecycling .profile-header .cs_private_group_wrap .info,
.cs_esna .profile-header .cs_private_group_wrap .info,
.cs_facilityhub .profile-header .cs_private_group_wrap .info,
.cs_magna .profile-header .cs_private_group_wrap .info,
.cs_aam .profile-header .cs_private_group_wrap .info,
.cs_subdomain .profile-header .cs_private_group_wrap .info {
  position: absolute;
  bottom: 27px;
}
.cs_unlimitedrecycling .profile-header .profile .cs_private_group_wrap h1,
.cs_esna .profile-header .profile .cs_private_group_wrap h1,
.cs_facilityhub .profile-header .profile .cs_private_group_wrap h1,
.cs_magna .profile-header .profile .cs_private_group_wrap h1,
.cs_aam .profile-header .profile .cs_private_group_wrap h1,
.cs_subdomain .profile-header .profile .cs_private_group_wrap h1 {
  position: relative;
  top: 143px;
  left: -15px;
}
.cs_unlimitedrecycling #profile-apps.cs_private_group_apps,
.cs_esna #profile-apps.cs_private_group_apps,
.cs_facilityhub #profile-apps.cs_private_group_apps,
.cs_magna #profile-apps.cs_private_group_apps,
.cs_aam #profile-apps.cs_private_group_apps,
.cs_subdomain #profile-apps.cs_private_group_apps {
  display: none;
}
.cs_unlimitedrecycling .login_page .ur_login,
.cs_esna .login_page .ur_login,
.cs_facilityhub .login_page .ur_login,
.cs_magna .login_page .ur_login,
.cs_aam .login_page .ur_login,
.cs_subdomain .login_page .ur_login {
  min-height: calc(100vh - 38px);
  display: flex;
  align-items: center;
}
.cs_unlimitedrecycling .login_page .wrapper.margin-top-80,
.cs_esna .login_page .wrapper.margin-top-80,
.cs_facilityhub .login_page .wrapper.margin-top-80,
.cs_magna .login_page .wrapper.margin-top-80,
.cs_aam .login_page .wrapper.margin-top-80,
.cs_subdomain .login_page .wrapper.margin-top-80 {
  margin-top: 0;
}
.cs_unlimitedrecycling .login_page .container.margin-top-80,
.cs_esna .login_page .container.margin-top-80,
.cs_facilityhub .login_page .container.margin-top-80,
.cs_magna .login_page .container.margin-top-80,
.cs_aam .login_page .container.margin-top-80,
.cs_subdomain .login_page .container.margin-top-80 {
  margin-top: 0;
}
.cs_unlimitedrecycling .login_page,
.cs_esna .login_page,
.cs_facilityhub .login_page,
.cs_magna .login_page,
.cs_aam .login_page,
.cs_subdomain .login_page {
  height: 100%;
  background-position: bottom !important;
}
.cs_unlimitedrecycling .login_page .form-wrapper,
.cs_esna .login_page .form-wrapper,
.cs_facilityhub .login_page .form-wrapper,
.cs_magna .login_page .form-wrapper,
.cs_aam .login_page .form-wrapper,
.cs_subdomain .login_page .form-wrapper {
  background: #fff none repeat scroll 0 0;
  box-shadow: none;
  margin: 89px auto 30px;
  max-width: 500px;
  padding: 50px 55px;
  border-radius: 5px;
  width: 100%;
}
.cs_unlimitedrecycling .login_page .hide_on_recyclemax,
.cs_esna .login_page .hide_on_recyclemax,
.cs_facilityhub .login_page .hide_on_recyclemax,
.cs_magna .login_page .hide_on_recyclemax,
.cs_aam .login_page .hide_on_recyclemax,
.cs_subdomain .login_page .hide_on_recyclemax {
  display: none;
}
.cs_unlimitedrecycling .footer,
.cs_esna .footer,
.cs_facilityhub .footer,
.cs_magna .footer,
.cs_aam .footer,
.cs_subdomain .footer {
  padding: 8px 0 !important;
}
.cs_unlimitedrecycling footer img.footer_logo,
.cs_esna footer img.footer_logo,
.cs_facilityhub footer img.footer_logo,
.cs_magna footer img.footer_logo,
.cs_aam footer img.footer_logo,
.cs_subdomain footer img.footer_logo {
  margin-bottom: 0;
}
.cs_unlimitedrecycling .footer .cs_powered_by,
.cs_esna .footer .cs_powered_by,
.cs_facilityhub .footer .cs_powered_by,
.cs_magna .footer .cs_powered_by,
.cs_aam .footer .cs_powered_by,
.cs_subdomain .footer .cs_powered_by {
  text-align: left;
}
.cs_unlimitedrecycling .footer img,
.cs_esna .footer img,
.cs_facilityhub .footer img,
.cs_magna .footer img,
.cs_aam .footer img,
.cs_subdomain .footer img {
  margin-bottom: 0;
}
.cs_unlimitedrecycling .footer p,
.cs_esna .footer p,
.cs_facilityhub .footer p,
.cs_magna .footer p,
.cs_aam .footer p,
.cs_subdomain .footer p {
  margin-bottom: 0;
  font-size: 12px;
  text-align: right;
}
.cs_reporting_page .footer {
  padding: 8px 0 !important;
}
.cs_reporting_page footer img.footer_logo {
  margin-bottom: 0;
}
.cs_reporting_page .footer .cs_powered_by {
  text-align: left;
}
.cs_reporting_page .footer img {
  margin-bottom: 0;
}
.cs_reporting_page .footer p {
  margin-bottom: 0;
  font-size: 12px;
  text-align: right;
}
.cs_earthperks .black-green-color {
  color: #333;
}
.cs_earthperks .footer a {
  /* color: #1d88a7 ; */
  color: #333;
}
.cs_earthperks .profile-header .cs_tprofile_wrap h1 {
  position: relative;
  top: -105px;
  left: -16px;
}
.cs_earthperks .cs_tprofile_wrap .info {
  bottom: 46px !important;
}
.cs_earthperks .profile-header.type_profile .cs_tprofile_wrap h1 {
  top: -110px;
}
.cs_earthperks .profile-header.type_profile .cs_tprofile_wrap .info {
  bottom: 50px;
}
.cs_earthperks .switch-profile-btn .profile-img {
  border: unset;
}
.cs_earthperks label.switch-profile-btn {
  margin-bottom: 0;
}
.cs_earthperks .accounts .entity:first-child {
  margin-top: 0;
}
.cs_earthperks #profileSettingsFormBody form[name="userSettings"] .tab-content .gdiz-formStep {
  min-height: auto;
}
.cs_earthperks .profile-header .profile-image {
  margin-top: -198px;
}
.cs_earthperks .profile-header .profile-image.cs_private_group {
  margin-top: -50px !important;
}
.cs_earthperks .profile-header .cs_private_group_wrap .info {
  position: absolute;
  bottom: 27px;
}
.cs_earthperks .profile-header .profile .cs_private_group_wrap h1 {
  position: relative;
  top: 143px;
  left: -15px;
}
.cs_earthperks #profile-apps.cs_private_group_apps {
  display: none;
}
.cs_earthperks .login_page .ur_login {
  min-height: calc(100vh - 40px);
  display: flex;
  align-items: center;
}
.cs_earthperks .login_page {
  height: 100%;
  background-position: bottom !important;
}
.cs_earthperks .login_page .form-wrapper {
  background: #fff none repeat scroll 0 0;
  box-shadow: none;
  margin: 30px auto;
  max-width: 500px;
  padding: 50px 55px;
  border-radius: 5px;
  width: 100%;
}
.cs_earthperks .login_page .hide_on_recyclemax {
  display: none;
}
.cs_earthperks footer img.footer_logo {
  margin-bottom: 0;
}
.cs_earthperks .footer .cs_powered_by {
  text-align: right;
}
.cs_earthperks .pre-footer p.centered.copyright {
  text-align: right;
}
.cs_earthperks .footer p {
  margin-bottom: 0;
  font-size: 12px;
}
.cs_earthperks .search-error-block .panel {
  padding: 15px;
  margin-top: 15px;
  min-height: auto;
  border: 0px;
  box-shadow: 0px 0px 32.2px 2.8px rgba(0, 0, 0, 0.11);
}
.cs_earthperks .search-error-block .panel-body h3.page-header {
  display: none;
}
.cs_earthperks .search-error-block .error-block-message {
  margin-top: 50px;
}
.cs_earthperks .search-error-block .panel-body .img-404 {
  width: 350px;
}
.dropdown .dropdown-menu > li > a.custom-pm-share:hover {
  background: #6eb33e !important;
}
ul.tf_service_status li a i.fa-check {
  color: #99999957 !important;
}
ul.tf_service_status li a i.fa {
  color: #e8e8e8 !important;
}
ul.tf_service_status li:hover a i.fa {
  color: #e8e8e8 !important;
}
ul.tf_service_status li:hover a i.fa.active {
  color: #fff !important;
}
ul.tf_service_status li a i.fa.active {
  color: #6eb33e !important;
}
.profile-boxes .contact-info.contact-location a {
  line-height: 22px !important;
}
.profile-boxes .contact-info.contact-location a br {
  margin: 0;
}
/* rmax side menu */
.login-links a {
  font-size: 14px !important;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif !important;
  color: #333 !important;
  opacity: 1 !important;
}
.cs_recyclemax .login-links {
  display: flex;
  align-items: center;
}
.cs_recyclemax .login-links li a {
  display: flex;
  align-items: center;
  line-height: normal !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif !important;
  opacity: 1 !important;
}
.cs_recyclemax .login-links li a:hover {
  border-radius: 5px !important;
  background-color: #f1f1f1 !important;
}
.cs_recyclemax .login-links li a.cs_login_btn_menu {
  background: var(--sideBarIconColor) !important;
}
.top_bar_svg_icon {
  width: 40px;
  height: 40px;
}
.top_bar_svg_icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
._slide_menu_toolbar {
  position: fixed;
  top: 60px;
  height: calc(100% - 50px);
  right: 100%;
  transition: 0.3s;
  z-index: 100;
  text-align: left;
  background: #343434;
  width: 50px;
  left: 0;
  box-shadow: 9px 5px 15px 0px rgba(0, 0, 0, 0.07);
}
._slide_menu_toolbar .sidebar_group_list .sidebar_sub_menu {
  display: none;
  transition: 0.3s;
  left: 60px;
  top: 0;
  list-style: none;
  padding-left: 0;
  margin: 0;
  background: #343434;
  z-index: 9999;
}
._slide_menu_toolbar .sidebar_group_list .ds-sub-menu ._my_community a {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
}
._slide_menu_toolbar .sidebar_group_list span .fa-angle-down {
  display: none;
}
._slide_menu_toolbar.slided .sidebar_group_list span .fa-angle-down {
  display: block !important;
}
._slide_menu_toolbar.slided .sidebar_group_list .sidebar_sub_menu li a {
  padding-left: 86px !important;
  display: inline-block;
}
._slide_menu_toolbar.slided .sidebar_group_list ._my_community .info {
  display: inline-block;
  vertical-align: middle;
  min-width: 100%;
  float: none !important;
  margin: 0 !important;
}
.res_sidebar_toggle {
  display: none;
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 7px 15px;
}
.res_sidebar_toggle.sidebar_closed .sidebar-toggle:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro";
  font-size: 19px;
}
.res_sidebar_toggle.sidebar_open .sidebar-toggle:before,
.res_sidebar_toggle.sidebar_closed .sidebar-toggle.active_sidebar:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
}
.sm-search {
  display: none;
}
._slide_menu_toolbar li.cs_active_menu {
  background-color: var(--secondaryColor) !important;
}
._slide_menu_toolbar .menu-lock-img {
  display: none;
}
._slide_menu_toolbar .menu-lock-img img {
  width: 25px;
}
._slide_menu_toolbar.slided .menu-lock-img {
  display: block;
}
._slide_menu_toolbar.slided {
  display: block !important;
  left: 0;
  box-shadow: 9px 5px 15px 0px rgba(0, 0, 0, 0.07);
  width: 300px;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: auto;
}
._slide_menu_toolbar.slided.large_sidebar {
  width: 450px;
}
._slide_menu_toolbar.slided .s_group_text {
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._slide_menu_toolbar.slided::-webkit-scrollbar-track {
  background: #343434;
}
._slide_menu_toolbar.slided::-webkit-scrollbar-thumb {
  background-color: #ffffff2e;
  border: 3px solid #343434;
}
._slide_menu_toolbar li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 12px;
}
._slide_menu_toolbar li a span {
  display: none;
  font-size: 15px;
  color: #fff;
}
._slide_menu_toolbar.slided li a {
  padding: 10px 0 10px 60px;
}
._slide_menu_toolbar.slided li a span {
  display: block;
}
._slide_menu_toolbar li a img {
  width: 23px;
}
._slide_menu_toolbar li a div {
  width: 23px;
  height: 23px;
  contain: content;
}
._slide_menu_toolbar li a div.earthperk_icon {
  width: 28px;
  height: 24px;
}
._slide_menu_toolbar.slided li a div.earthperk_icon {
  margin-right: 14px;
}
._slide_menu_toolbar .menu_inbox_dot {
  display: block;
  background: #ff5b52;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999999999;
  border-radius: 100%;
}
._slide_menu_toolbar.slided .menu_inbox_dot {
  display: none;
}
._slide_menu_toolbar.slided .menu_inbox_wrap span.badge {
  background: #ff5b52;
  font-size: 12px;
}
._slide_menu_toolbar.slided .menu_inbox_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 60px);
}
._slide_menu_toolbar li a div svg {
  width: 100%;
  height: 100%;
  fill: var(--sideBarIconColor);
}
._slide_menu_toolbar li.cs_active_menu > a div svg {
  fill: #fff;
}
._slide_menu_toolbar.slided li a div {
  margin-right: 20px;
}
._slide_menu_toolbar li:hover {
  background: #ffffff2e;
}
._slide_menu_toolbar li a:hover span {
  color: #fff;
}
/* end rmax side menu */
.profile-header.type_profile {
  min-height: 300px;
}
.type_profile #profile-apps {
  display: none;
}
.post_settings.settings_dropdown .far {
  color: var(--primaryColor) !important;
  font-size: 19px;
  margin-right: 10px;
}
.post_settings.settings_dropdown .dropdown-menu li {
  display: block;
  margin: 0;
}
.post_settings.settings_dropdown .dropdown-menu li:hover .far {
  color: #fff !important;
}
.login-links li a.cs_login_btn_menu {
  color: #fff !important;
}
.note_creat_link .note_list_count {
  font-size: 16px;
}
.profile-note {
  position: relative !important;
  min-width: auto !important;
  display: inline-block !important;
  width: auto !important;
}
.note_creat_link .note_list_count.badge-primary,
.profile-note .note_list_count.badge-primary {
  position: absolute !important;
  top: 0;
  right: -7px;
  background: var(--primaryColor) !important;
  font-size: 10px !important;
}
.show-on-sticky .profile-note .note_list_count.badge-primary {
  top: -7px;
  right: -7px;
}
.quote-note-action .note_list_count.badge-primary {
  top: -8px;
  right: 3px;
}
.directory-note-action.note_creat_link {
  position: relative;
}
.directory-note-action.note_creat_link .note_list_count.badge-primary {
  top: -9px;
  right: -10px;
  font-size: 9px !important;
}
.material_note_action .note_list_count.badge-primary {
  position: absolute !important;
  top: -5px;
  right: -1px;
  background: var(--primaryColor) !important;
  font-size: 9px;
  width: 17px;
  border-radius: 10px;
}
.cost_saving_table_wrap {
  margin-bottom: 30px;
}
.pt_15 {
  padding-top: 15px;
}
.post-task-details {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.post-task-details .post_details_info {
  padding-top: 15px;
  display: flex;
}
.post-task-details .post_details_info .icon_area {
  min-width: 25px;
  margin-right: 20px;
  text-align: center;
}
.post-task-details .post_details_info .icon_area i {
  color: #777;
  font-size: 20px;
}
.post-task-details .post_details_info .info_area {
  flex: 1;
}
.post-task-details .post_details_info .info_area span {
  font-size: 17px;
  color: #000;
}
.post-task-details .post_details_info .info_area span.detail-labels {
  display: inline-block;
  width: 120px;
}
.post-task-details .post_details_info .info_area a.status {
  font-weight: bold;
  font-size: 17px;
}
.post-task-details .post_details_info .info_area .info_area_users {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.post-task-details .post_details_info .info_area .info_area_users .task-users {
  flex: 1;
  display: flex;
  align-items: start;
  gap: 4px;
}
.post-task-details .post_details_info .info_area .info_area_users .task-users span {
  margin-right: 10px;
}
.post-task-details .post_details_info .info_area .info_area_users .task-users .profile-img {
  margin-bottom: 0 !important;
}
.post-task-details .post_details_info .info_area .info_area_users .task-users .users_total {
  color: #777;
  font-size: 17px;
  font-weight: 600;
}
.post-task-details .post_details_info .info_area .info_area_users .task-users a:first-of-type {
  margin-left: -4px !important;
}
.no-title-body {
  margin-bottom: 15px;
}
.status.task-accepted.task-accepted {
  background: #00ac00;
}
.social-actions .iconText {
  display: none !important;
}
.popup-participant-table {
  width: 100%;
}
.popup-participant-table td,
.popup-participant-table th {
  padding-bottom: 10px;
  vertical-align: top;
}
.popup-participant-table th {
  font-size: 14px;
  text-align: left;
}
.popup-participant-table th:first-child {
  width: 40%;
}
.popup-participant-table th:nth-child(2) {
  width: 30%;
}
.popup-participant-table th:nth-child(3) {
  width: 20%;
}
.popup-participant-table th:nth-child(4) {
  width: 10%;
}
.popup-participant-table .status {
  display: inline-block;
  padding: 4px 8px;
  color: #fff;
  min-width: 125px;
  text-align: center;
  font-size: 14px;
  width: 115px;
  border-radius: 4px;
}
#participantStatusFilterOptions ul li.colored-status-list,
#taskCommonCustomerFilter ul li.colored-status-list,
.filter_status_dropdown ul li.colored-status-list {
  background-color: transparent;
  position: relative;
}
#participantStatusFilterOptions ul li.colored-status-list a,
#taskCommonCustomerFilter ul li.colored-status-list a,
.filter_status_dropdown ul li.colored-status-list a {
  color: #333 !important;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
#participantStatusFilterOptions ul li.colored-status-list a i,
#taskCommonCustomerFilter ul li.colored-status-list a i,
.filter_status_dropdown ul li.colored-status-list a i {
  color: #333 !important;
}
#participantStatusFilterOptions ul li.colored-status-list:after,
#taskCommonCustomerFilter ul li.colored-status-list:after,
.filter_status_dropdown ul li.colored-status-list:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 40%;
  background-color: #171717;
}
#participantStatusFilterOptions ul li.colored-status-list.task-to-be-assigned:after,
#taskCommonCustomerFilter ul li.colored-status-list.task-to-be-assigned:after,
.filter_status_dropdown ul li.colored-status-list.task-to-be-assigned:after {
  background-color: #f57b5a;
}
#participantStatusFilterOptions ul li.colored-status-list.task-to-be-accepted:after,
#taskCommonCustomerFilter ul li.colored-status-list.task-to-be-accepted:after,
.filter_status_dropdown ul li.colored-status-list.task-to-be-accepted:after {
  background-color: #eb4f55;
}
#participantStatusFilterOptions ul li.colored-status-list.task-accepted:after,
#taskCommonCustomerFilter ul li.colored-status-list.task-accepted:after,
.filter_status_dropdown ul li.colored-status-list.task-accepted:after {
  background-color: #00b986;
}
#participantStatusFilterOptions ul li.colored-status-list.task-work-in-progress:after,
#taskCommonCustomerFilter ul li.colored-status-list.task-work-in-progress:after,
.filter_status_dropdown ul li.colored-status-list.task-work-in-progress:after {
  background-color: #00ac00;
}
#participantStatusFilterOptions ul li.colored-status-list.task-needs-review:after,
#taskCommonCustomerFilter ul li.colored-status-list.task-needs-review:after,
.filter_status_dropdown ul li.colored-status-list.task-needs-review:after {
  background-color: #d5c329;
}
#participantStatusFilterOptions ul li.colored-status-list.task-needs-action:after,
#taskCommonCustomerFilter ul li.colored-status-list.task-needs-action:after,
.filter_status_dropdown ul li.colored-status-list.task-needs-action:after {
  background-color: #e69e24;
}
#participantStatusFilterOptions ul li.colored-status-list.task-completed:after,
#taskCommonCustomerFilter ul li.colored-status-list.task-completed:after,
.filter_status_dropdown ul li.colored-status-list.task-completed:after {
  background-color: #00bc55;
}
#participantStatusFilterOptions ul li.colored-status-list.task-on-hold:after,
#taskCommonCustomerFilter ul li.colored-status-list.task-on-hold:after,
.filter_status_dropdown ul li.colored-status-list.task-on-hold:after {
  background-color: #b6b6b6;
}
#participantStatusFilterOptions ul li.colored-status-list.task-canceled:after,
#taskCommonCustomerFilter ul li.colored-status-list.task-canceled:after,
.filter_status_dropdown ul li.colored-status-list.task-canceled:after {
  background-color: #545454;
}
.filter_status_dropdown ul.tf_service_status li a i.fa:not(.active) {
  color: #e8e8e8 !important;
}
.dropdown-menu.centered_dropdown_status {
  left: 25%;
}
.td_order_number {
  font-weight: bold;
  margin-bottom: 4px;
  display: inline-block;
}
.reporting_table_wrap table.table > tbody > tr > th {
  z-index: 1;
}
.participant-table {
  width: 100%;
}
.participant-table td,
.participant-table th {
  padding-bottom: 15px;
  vertical-align: top;
}
.participant-table th {
  font-size: 15px;
}
.participant-table th:first-child {
  width: 40%;
}
.participant-table th:nth-child(2) {
  width: 30%;
}
.participant-table th:nth-child(3),
.participant-table th:nth-child(4) {
  width: 15%;
}
.participant-table .status {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  min-width: 150px;
  text-align: center;
  border-radius: 4px;
}
.participant-table .status.task-0 {
  background: #eb4f55;
}
.participant-table .status.task-1,
.participant-table .status.task-2 {
  background: #00ac00;
}
.participant-table .participant-profile h5 {
  margin: 0;
  font-size: 16px;
}
.participant-table .participant-profile .location {
  color: #6c6c6c;
  font-size: 14px;
}
.participant-table a i.far {
  color: #7a7a7a;
}
.popup-participant-table {
  width: 100%;
}
.popup-participant-table td,
.popup-participant-table th {
  padding-bottom: 10px;
  vertical-align: top;
}
.popup-participant-table th {
  font-size: 14px;
  text-align: left;
}
.popup-participant-table th:first-child {
  width: 40%;
}
.popup-participant-table th:nth-child(2) {
  width: 30%;
}
.popup-participant-table th:nth-child(3) {
  width: 20%;
}
.popup-participant-table th:nth-child(4) {
  width: 10%;
}
.popup-participant-table .status {
  display: inline-block;
  padding: 4px 8px;
  color: #fff;
  min-width: 125px;
  text-align: center;
  font-size: 14px;
  width: 115px;
  border-radius: 4px;
}
#taskCommonCustomerFilter .colored-status-list a,
#participantStatusFilterOptions .colored-status-list a {
  color: #fff !important;
  text-decoration: none;
  padding: 7px 20px !important;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 400;
}
#taskCommonCustomerFilter .colored-status-list a:hover,
#participantStatusFilterOptions .colored-status-list a:hover {
  background: unset;
}
#taskCommonCustomerFilter .colored-status-list a i.far,
#participantStatusFilterOptions .colored-status-list a i.far {
  color: #fff;
  font-size: 18px !important;
}
.popup-participant-table #participantStatusFilterOptions .colored-status-list a {
  padding: 5px 20px !important;
  font-size: 15px;
}
.popup-participant-table #participantStatusFilterOptions .colored-status-list a i.far {
  font-size: 16px !important;
}
#participantStatusFilterOptions .dropdown .dropdown-menu > li.colored-status-list > a:hover,
#taskCommonCustomerFilter .dropdown .dropdown-menu > li.colored-status-list > a:hover {
  background: unset !important;
  text-decoration: none;
}
.feed-points {
  padding: 10px;
}
.feed-points h4 {
  margin-top: 0;
  font-size: 18px;
}
.feed-points .content-list {
  background-position: center bottom !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  /* max-height: 250px; */
  /* height: 100%; */
  padding: 10px 0 30px 0 !important;
}
.feed-points .activity_info {
  width: calc(100% - 100px);
}
.feed-points .activity_info p {
  margin-bottom: 0;
  line-height: 18px;
  margin-right: 0;
}
.feed-points .activity_info a {
  color: #333;
  text-decoration: none;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif !important;
  cursor: auto;
}
.feed-points li {
  margin-bottom: 12px !important;
  font-size: 14px;
}
.feed-points .primary_badge {
  background-color: var(--primaryColor);
  color: #fff;
  border-radius: 3px;
  padding: 6px 6px;
  text-align: center;
  width: 80px;
  max-width: 80px;
}
.feed-points .content-list ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.feed-station {
  padding: 10px;
}
.feed-station h4 {
  margin-top: 0;
  font-size: 18px;
}
.feed-station .education_stat p {
  text-align: center;
  padding: 14px 10px 0 10px;
  font-size: 15px;
  line-height: 22px;
}
.feed-station .content-list {
  text-align: center;
}
.feed-station .education_stat img {
  width: 85%;
}
@media only screen and (max-width: 1072px) {
  .res_sidebar_toggle {
    display: block;
  }
  ._slide_menu_toolbar .sidebar_group_list .sidebar_sub_menu {
    display: none;
  }
  ._slide_menu_toolbar.slided .sidebar_group_list:hover .sidebar_sub_menu {
    position: static;
  }
  .cs_recyclemax ._slide_menu_toolbar,
  .cs_esna ._slide_menu_toolbar,
  .cs_unlimitedrecycling ._slide_menu_toolbar,
  .cs_facilityhub ._slide_menu_toolbar,
  .cs_aam ._slide_menu_toolbar,
  .cs_subdomain ._slide_menu_toolbar,
  .cs_magna ._slide_menu_toolbar,
  .cs_earthops ._slide_menu_toolbar {
    display: none;
  }
}
@media (min-width: 959px) {
  .cs_unlimitedrecycling,
  .cs_esna,
  .cs_facilityhub,
  .cs_aam,
  .cs_subdomain,
  .cs_magna {
    padding-bottom: 38px;
  }
  .cs_unlimitedrecycling footer,
  .cs_esna footer,
  .cs_facilityhub footer,
  .cs_aam footer,
  .cs_subdomain footer,
  .cs_magna footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .cs_subdomain.cs_earthops footer {
    position: static !important;
  }
}
.cs_esna footer {
  padding: 0px;
}
@media only screen and (max-width: 959px) {
  .is_logged_in.cs_is_user.cs_recyclemax .angular-wrapper {
    margin-top: 60px !important;
    padding-top: 0;
  }
  .footer .f_contact_info {
    clear: both;
    padding-top: 10px;
  }
  .custom-responsive-table tr > td {
    border: none !important;
    overflow: hidden;
    width: 100%;
  }
  .cs_recyclemax .login-links {
    display: block !important;
  }
  .cs_recyclemax .login-links li {
    margin-bottom: 3px;
  }
  .cs_recyclemax .login-links li a {
    color: #333 !important;
  }
  .cs_recyclemax .login-links li a:hover {
    border-radius: 0 !important;
    color: #fff !important;
  }
  .cs_recyclemax .login-links .cs_login_btn_menu {
    margin-bottom: 10px;
    padding: 10px 20px !important;
    margin-left: 14px;
    color: #fff !important;
  }
}
@media (max-width: 768px) {
  .sm-search {
    display: block;
  }
  #search-box {
    display: none;
  }
  .explore-submenu {
    display: none !important;
  }
  .eo-home-section h1 {
    font-size: 40px !important;
  }
  .eo-home-section h2 {
    font-size: 26px !important;
  }
  .eo_need_content h2 {
    font-size: 25px !important;
  }
  .eo_need_content p {
    font-size: 17px !important;
  }
  .pre-footer .cs_powered_by {
    padding-top: 10px;
    text-align: center;
    padding-right: 0px;
  }
  .cs_recyclemax .header_social_bar .col-md-12.justify-space-between {
    flex-wrap: wrap;
  }
  .cs_recyclemax .header_social_bar .h_contact_info {
    display: flex;
    flex-basis: 100%;
    text-align: center;
    justify-content: center;
  }
  .cs_recyclemax .header_social_bar .h_social_links {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    margin-top: 5px;
  }
  .cs_unlimitedrecycling .footer .cs_powered_by,
  .cs_esna .footer .cs_powered_by,
  .cs_reporting_page .footer .cs_powered_by,
  .cs_facilityhub .footer .cs_powered_by,
  .cs_unlimitedrecycling .footer p,
  .cs_esna .footer p,
  .cs_reporting_page .footer p,
  .cs_facilityhub .footer p {
    text-align: center;
  }
  .cs_unlimitedrecycling .footer .cs_powered_by img,
  .cs_esna .footer .cs_powered_by img,
  .cs_reporting_page .footer .cs_powered_by img,
  .cs_facilityhub .footer .cs_powered_by img {
    margin-top: 0px;
  }
  .cs_unlimitedrecycling #header ul.navbar-nav > li > a:hover,
  .cs_esna #header ul.navbar-nav > li > a:hover,
  .cs_reporting_page #header ul.navbar-nav > li > a:hover,
  .cs_facilityhub #header ul.navbar-nav > li > a:hover {
    background: #0071b9;
    color: #fff;
  }
  .cs_recyclemax .profile-header .cs_tprofile_wrap h1,
  .cs_unlimitedrecycling .profile-header .cs_tprofile_wrap h1,
  .cs_earthperks .profile-header .cs_tprofile_wrap h1,
  .cs_esna .profile-header .cs_tprofile_wrap h1,
  .cs_facilityhub .profile-header .cs_tprofile_wrap h1,
  .cs_subdomain .profile-header .cs_tprofile_wrap h1,
  .cs_earthops .profile-header .cs_tprofile_wrap h1,
  .cs_recyclemax .profile-header .profile .cs_private_group_wrap h1,
  .cs_unlimitedrecycling .profile-header .profile .cs_private_group_wrap h1,
  .cs_earthperks .profile-header .profile .cs_private_group_wrap h1,
  .cs_esna .profile-header .profile .cs_private_group_wrap h1,
  .cs_facilityhub .profile-header .profile .cs_private_group_wrap h1,
  .cs_subdomain .profile-header .profile .cs_private_group_wrap h1,
  .cs_earthops .profile-header .profile .cs_private_group_wrap h1 {
    position: static;
  }
  .cs_earthperks .footer .cs_powered_by,
  .cs_earthperks .pre-footer p.centered.copyright {
    text-align: center !important;
  }
  .cs_earthperks .footer .cs_powered_by img {
    margin-top: 20px;
  }
  .cs_earthperks #header ul.navbar-nav > li > a:hover {
    background: #3FCB91;
    color: #fff;
  }
  .procedure_list .procedure_content {
    width: calc(100% - 320px);
  }
  .procedure_list .procedure_main_content {
    border-right: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .cs_recyclemax .header_social_bar .col-md-12.justify-space-between {
    flex-wrap: wrap;
  }
  .cs_recyclemax .header_social_bar .h_contact_info {
    display: block;
  }
  .cs_recyclemax .header_social_bar .h_social_links {
    display: none !important;
  }
}
@media only screen and (max-width: 450px) {
  .redeem_button a button {
    margin-bottom: 10px;
  }
  .comment-content-box .content {
    font-size: 15px;
  }
  .cs_recyclemax.is_logged_out #header {
    top: 86px;
  }
  #header li.app-menu-li {
    padding: 0 0 !important;
  }
  #header li.app-menu-li i.far {
    display: block !important;
  }
  #header #topMenuBar li.app-menu-li:hover {
    border-radius: 0 !important;
    background-color: transparent !important;
  }
  #header li.app-menu-li:hover .application-submenu {
    display: none !important;
  }
  #header li.app-menu-li .application-list {
    margin-top: 10px;
  }
  #header li.app-menu-li .application-list li:last-child a {
    padding-left: 0 !important;
    margin-bottom: 0;
  }
  .cs_recyclemax .login-links {
    display: block;
  }
  .cs_recyclemax .login-links a {
    padding-left: 0 !important;
    min-height: auto !important;
  }
  .cs_recyclemax .login-links ul.dropdown-menu.application-list li a:hover {
    background-color: transparent !important;
    color: #333 !important;
  }
  .f_contact_info {
    flex-direction: column !important;
  }
  .f_contact_info .h_contact_email {
    margin: 10px 0;
  }
  .f_contact_info .h_contact_phone {
    margin-left: 0;
  }
  .cs_recyclemax .footer .f_contact_info {
    clear: both;
    display: block !important;
  }
  .cs_recyclemax .footer .f_contact_info .h_contact_email,
  .cs_recyclemax .footer .f_contact_info .h_contact_phone {
    margin-left: 0 !important;
    margin-top: 8px !important;
  }
  .cs_recyclemax .footer .social_icons {
    padding-top: 10px;
  }
  .cs_recyclemax .login-links li:last-child {
    padding-left: 0;
  }
  .cs_recyclemax .login-links li:last-child a {
    margin-left: 0;
    padding-left: 20px !important;
    margin-bottom: 15px;
  }
  .cs_unlimitedrecycling.is_logged_out #header nav.navbar-collapse,
  .cs_esna.is_logged_out #header nav.navbar-collapse,
  .cs_facilityhub.is_logged_out #header nav.navbar-collapse {
    padding: 0;
    margin-top: 5px;
  }
  .cs_unlimitedrecycling.is_logged_out .login-links,
  .cs_esna.is_logged_out .login-links,
  .cs_facilityhub.is_logged_out .login-links {
    margin-top: 10px;
  }
  .cs_unlimitedrecycling.is_logged_out .login-links li a,
  .cs_esna.is_logged_out .login-links li a,
  .cs_facilityhub.is_logged_out .login-links li a {
    display: flex;
    align-items: center;
  }
  .modal-body.has_header .cs_post_option {
    position: relative;
    top: -67px;
  }
  .pre-footer .cs_powered_by img {
    width: 45%;
  }
  .cs_recyclemax .profile-header .cs_tprofile_wrap h1,
  .cs_unlimitedrecycling .profile-header .cs_tprofile_wrap h1,
  .cs_earthperks .profile-header .cs_tprofile_wrap h1,
  .cs_recyclemax .profile-header .profile .cs_private_group_wrap h1,
  .cs_unlimitedrecycling .profile-header .profile .cs_private_group_wrap h1,
  .cs_earthperks .profile-header .profile .cs_private_group_wrap h1 {
    position: static;
  }
  .cs_earthperks .search-error-block .error-block-message {
    margin-top: 20px;
  }
  .cs_material_block_content {
    border-right: none;
  }
  .quote-btns {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 20px;
    display: flex;
    justify-content: center;
  }
  .quote-btns a {
    margin-right: 15px;
    min-width: 115px;
    padding: 10px 8px;
    font-size: 14px;
  }
  .quote-btns a:last-child {
    margin-right: 0;
  }
  .feed-post section.meter {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  section.meter .order_truck i.fa-truck-container {
    font-size: 55px;
  }
  .rmax_reports .group-info.items-center {
    flex-wrap: wrap;
  }
  .rmax_reports .run-report-btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .procedure_list .procedure_img_wrap {
    width: 100%;
  }
  .procedure_wrap {
    display: block !important;
  }
  .procedure_list .procedure_img {
    border-top-right-radius: 15px;
    width: 100% !important;
    border-bottom-left-radius: 0;
    border-top-left-radius: 13px;
  }
  .procedure_list .procedure_content {
    width: 100%;
  }
}
#GetQuotesInitialControllerUploadLinks {
  display: flex;
  padding-top: 40px;
  width: 93.3%;
  gap: 10px;
}
#GetQuotesInitialControllerUploadLinks label {
  padding-top: 0;
  display: flex;
  gap: 10px;
}
#GetQuotesInitialControllerUploadLinks .selectPhotosFilesBox {
  margin-left: auto;
}
#GetQuotesInitialControllerUploadLinks .selectPhotosFilesBox a {
  margin-top: 0;
  margin-left: 0;
}
#attachmentsPhotoSectionInbox {
  margin-bottom: 0;
}
#attachmentsPhotoSectionInbox .wrapper.media-attachments {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #GetQuotesInitialControllerUploadLinks {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #GetQuotesInitialControllerUploadLinks label {
    line-height: 20px;
  }
  #GetQuotesInitialControllerUploadLinks label i {
    font-size: 24px;
  }
  #GetQuotesInitialControllerUploadLinks .uploadOnGetPricing {
    font-size: 14px;
  }
  .service_list ul li a .n_service_img {
    width: 30px;
    height: 30px;
  }
  .service_list ul li a {
    padding: 6px 8px 6px 7px;
    line-height: 20px;
  }
}
.opentask_well {
  padding: 0 !important;
}
.opentask_well .opentasks_title {
  margin-bottom: 27px;
  padding-top: 14px;
}
.opentask_well .opentask_box {
  background-color: #fff;
  box-shadow: 0px 0px 12px 4px #eee;
  border-radius: 5px;
  padding: 15px 25px;
  margin-bottom: 25px;
}
.opentask_well .opentask_box ul.thread-user li .d-flex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.opentask_well .opentask_box ul.thread-user li .d-flex .left_area {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}
.opentask_well .opentask_box ul.thread-user li .d-flex .left_area a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.opentask_well .opentask_box ul.thread-user li .d-flex .left_area a .info {
  width: 100% !important;
}
.opentask_well .opentask_box ul.thread-user li .d-flex .left_area a h5 {
  margin: 0;
  font-size: 16px;
}
.opentask_well .opentask_box ul.thread-user li .d-flex .right_area {
  text-align: right;
}
.opentask_well .opentask_box ul.thread-user li .d-flex .right_area .event-info {
  margin-bottom: 0;
}
.well.shadowbox_well {
  background-color: #fff !important;
  box-shadow: 0px 0px 12px 4px #eee !important;
  border-radius: 8px;
  padding: 15px 25px 25px !important;
}
.well.shadowbox_well ul.thread-user li {
  padding-bottom: 5px !important;
}
.well.shadowbox_well ul.thread-user li .d-flex {
  display: flex;
  justify-content: space-between;
}
.well.shadowbox_well ul.thread-user li .d-flex .left_area {
  flex: 1;
  display: flex;
  gap: 10px;
}
.well.shadowbox_well ul.thread-user li .d-flex .left_area a {
  display: inline-block;
  vertical-align: middle;
}
.well.shadowbox_well ul.thread-user li .d-flex .left_area a h5 {
  margin: 0;
  font-size: 15px;
  color: #333;
}
.well.shadowbox_well ul.thread-user li .d-flex .left_area a.status {
  font-size: 15px !important;
}
.well.shadowbox_well ul.thread-user li .d-flex .left_area .event-info {
  padding-top: 2px;
}
.well.shadowbox_well ul.thread-user li .d-flex .right_area {
  text-align: right;
}
.well.shadowbox_well ul.thread-user li .d-flex .right_area .date-time span {
  font-size: 15px !important;
}
.well.shadowbox_well .open_order_item.d-flex {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.well.shadowbox_well .open_order_item.d-flex .left_area {
  flex: 1;
  display: flex;
  gap: 10px;
}
.well.shadowbox_well .open_order_item.d-flex .left_area .service_info {
  width: 100%;
}
.well.shadowbox_well .open_order_item.d-flex .right_area {
  text-align: right;
  padding-left: 0;
}
.well.shadowbox_well .open_order_item.d-flex .right_area span,
.well.shadowbox_well .open_order_item.d-flex .right_area div {
  font-size: 15px;
}
.px_15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 10px !important;
}
.boxtitle_icon {
  vertical-align: middle;
  fill: var(--primaryColor);
  max-width: 25px;
  margin-right: 5px;
}
.group_profile_content .feed-wrapper .service_status_wrapper .t_service_date_info .ts_date,
.group_profile_content .feed-wrapper .service_status_wrapper .t_service_date_info .ts_status {
  font-size: 15px;
}
.group_profile_content .feed-wrapper .opentask_box .right_area .date-time span {
  font-size: 15px !important;
}
.group_profile_content .feed-wrapper .opentask_box .right_area .date-time span a {
  font-size: 15px !important;
}
.top_navbar {
  margin-top: 60px;
  margin-bottom: 0;
  background-color: var(--primaryColor);
  border-radius: 0;
  border: none;
  min-height: initial;
}
.top_navbar.show_navbar {
  position: sticky;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 98;
}
.top_navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.top_navbar .navbar-collapse ul.nav.navbar-nav {
  display: flex;
  width: 100%;
}
.top_navbar .navbar-collapse ul.nav.navbar-nav:before,
.top_navbar .navbar-collapse ul.nav.navbar-nav:after {
  content: none;
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item .nav_link {
  color: #fff;
  padding: 12px 18px;
  display: flex;
  gap: 13px;
  min-height: 49px;
  align-items: center;
  text-transform: uppercase;
  font-size: 15px;
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item .nav_link:hover,
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item .nav_link:focus {
  background-color: var(--linkColor);
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item .nav_link i.fa-chevron-down {
  font-size: 14px;
  vertical-align: middle;
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item .nav_link svg {
  width: 25px;
  max-width: 25px;
  height: 25px;
  fill: #fff;
  margin-top: -2px;
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item.cs_active_menu .nav_link {
  background-color: var(--linkColor);
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item.open a.nav_link {
  background-color: var(--linkColor);
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item.open a.nav_link:focus {
  background-color: var(--linkColor);
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item.dropdown.open .dropdown-toggle .fa-chevron-down {
  transform: rotate(180deg);
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item.dropdown .dropdown-menu {
  border-radius: 8px;
  border: none;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
  padding: 10px 0;
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item.dropdown .dropdown-menu li a {
  display: inline-flex;
  width: 100%;
  align-items: center;
  gap: 15px;
  padding: 0px 20px !important;
  height: 40px;
  border: none;
  line-height: normal;
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item.dropdown .dropdown-menu li a svg {
  width: 25px;
  max-width: 25px;
  height: 25px;
  fill: var(--primaryColor);
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item.dropdown .dropdown-menu li a span {
  color: #888;
  display: inline-block;
  margin-top: 1px;
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item.dropdown .dropdown-menu li a:hover {
  background-color: var(--linkColor) !important;
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item.dropdown .dropdown-menu li a:hover span {
  color: #fff;
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item.dropdown .dropdown-menu li a:hover svg {
  fill: #fff;
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item.dropdown .dropdown-menu.groups_dropdown {
  max-height: 400px;
  overflow-y: auto;
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item.dropdown .dropdown-menu.groups_dropdown ._my_community .profile-img {
  width: 30px;
  height: 30px;
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item.dropdown .dropdown-menu.groups_dropdown::-webkit-scrollbar-track {
  border-radius: 50px;
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item.dropdown .dropdown-menu.groups_dropdown::-webkit-scrollbar {
  border-radius: 50px;
}
.top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item.dropdown .dropdown-menu.last_dropdown {
  right: 0;
  left: auto;
}
@media (max-width: 1330px) {
  .top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item .nav_link {
    padding: 12px 7px;
    gap: 8px;
    font-size: 14px;
  }
  .top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item .nav_link svg {
    height: 20px;
  }
}
@media (max-width: 1440px) {
  .top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item .nav_link {
    padding: 12px 12px;
    font-size: 13px;
  }
  .top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item .nav_link i.fa-chevron-down {
    font-size: 10px;
  }
  .top_navbar .container {
    width: 100%;
  }
}
@media (max-width: 1226px) {
  .top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item .nav_link {
    padding: 12px 10px;
    font-size: 13px;
  }
  .top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item .nav_link i.fa-chevron-down {
    font-size: 10px;
  }
}
@media (max-width: 1120px) {
  .top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item .nav_link {
    padding: 12px 7px;
    font-size: 13px;
  }
}
.cs_recyclemax.is_logged_out .main-container {
  padding-top: 80px;
}
@media (max-width: 1073px) {
  .top_navbar {
    position: fixed !important;
    left: 0;
    width: 0;
    max-width: 100%;
    z-index: 99;
    bottom: 0;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 0.5s;
    height: 100vh;
  }
  .top_navbar .navbar-collapse ul.nav.navbar-nav {
    flex-direction: column;
    margin: 0;
  }
  .top_navbar .navbar-collapse ul.nav.navbar-nav li.nav_item.dropdown .dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
  }
  .top_navbar.open_nav {
    width: 380px;
    z-index: 99;
  }
  .cs_recyclemax .main-container {
    padding-top: 80px;
  }
}
.cs_recyclemax_pages .green_world,
.rmax_about .green_world {
  padding: 200px 0 200px 0;
  background: url('/assets/images/recyclemax-home-greenworld-revised.jpg');
  background-repeat: no-repeat;
  background-size: cover ;
}
.cs_recyclemax_pages .green_world .green-world-btn,
.rmax_about .green_world .green-world-btn {
  background: transparent;
  border: 2px solid #00703a;
  padding: 12px 36px;
  color: #555555;
  margin-top: 12px;
}
.cs_recyclemax_pages .green_world .green-world-btn:hover,
.rmax_about .green_world .green-world-btn:hover {
  background: #00703a;
  color: #fff;
}
.cs_recyclemax_pages .green_world h2,
.rmax_about .green_world h2 {
  font-size: 34px;
  color: #000;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  margin-top: 0;
}
.cs_recyclemax_pages .green_world p,
.rmax_about .green_world p {
  color: #555555;
  padding-top: 8px;
  /* max-width: 573px; */
  max-width: 600px;
  /* font-size: 23px;
    line-height: 30px; */
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.25px;
}
.cs_recyclemax_pages .green_world a.recycle-btn-green-dark.cs_green_btn,
.rmax_about .green_world a.recycle-btn-green-dark.cs_green_btn {
  color: #fff;
}
@media (max-width: 1470px) {
  .cs_recyclemax_pages .green_world,
  .rmax_about .green_world {
    padding: 130px 0 130px 0;
    background-size: contain;
    background-position: center bottom;
  }
}
@media (max-width: 992px) {
  .cs_recyclemax_pages .green_world,
  .rmax_about .green_world {
    padding: 50px 0 154px 0;
  }
}
@media (max-width: 767px) {
  .cs_recyclemax_pages .green_world,
  .rmax_about .green_world {
    padding: 70px 0 70px 0;
  }
  .cs_recyclemax_pages .green_world h2,
  .rmax_about .green_world h2 {
    font-size: 24px !important;
  }
}
@media (max-width: 500px) {
  .cs_recyclemax_pages .green_world,
  .rmax_about .green_world {
    background-size: cover;
  }
}
/* ==== NOTIFICATION DROPDOWN ==== */
.dropdown .dropdown-menu .notif_dropdown_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 1px 2px #e0e0e0;
  z-index: 9;
  position: relative;
}
.dropdown .dropdown-menu .notif_dropdown_header a.notif_dropdown_header_btn {
  padding: 0 !important;
  border: 0 !important;
  min-height: auto !important;
  color: var(--linkColor) !important;
}
.dropdown .dropdown-menu .notif_dropdown_header a.notif_dropdown_header_btn:hover {
  background-color: transparent !important;
  color: var(--linkColorHover) !important;
}
.notif_list_v1::-webkit-scrollbar-thumb {
  border-width: 1px;
}
.notif_list_v1::-webkit-scrollbar {
  width: 10px;
}
.notif_list_v1 li.unread {
  background-color: transparent;
}
.notif_list_v1 .menu .notif_item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.notif_list_v1 .menu .notif_item .info .d_flex {
  display: flex;
  gap: 12px;
}
.notif_list_v1 .menu .notif_item .info .notif_icon {
  padding-top: 3px;
}
.notif_list_v1 .menu .notif_item .info .notif_icon svg {
  min-width: 20px;
  max-width: 20px;
  fill: #777;
}
.notif_list_v1 .menu .notif_item .info .notif_info p a {
  font-size: 14px !important;
  vertical-align: unset !important;
}
.notif_list_v1 .menu .notif_item .info .notif_info .story_label {
  font-size: 12px;
}
.notif_list_v1 .menu .notif_item .profile-img {
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
  margin-right: 0 !important;
}
.notif_list_v1 .menu .notif_item .time abbr {
  text-decoration: none;
  font-size: 12px;
}
.group_profile_content .feed-wrapper .feed-post .well {
  padding-left: 0;
  padding-right: 0;
}
.group_profile_content .feed-wrapper #searchBoxTop {
  display: inline-block;
  padding-right: 4px;
}
.group_profile_content .feed-wrapper .search-toolbar {
  margin-bottom: 15px;
}
.makepayment_intro {
  padding: 30px 40px 35px;
  width: 400px;
  box-shadow: 0px 0px 12px 4px #00000021 !important;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  z-index: 9999;
  top: 180px;
  left: 88px;
}
.makepayment_intro h4 {
  margin: 0;
  margin-bottom: 7px;
}
.makepayment_intro p {
  font-size: 18px;
  margin: 7px 0 20px;
}
.makepayment_intro img {
  width: 200px;
  display: block;
  margin: 0 auto;
}
.makepayment_intro .btn {
  min-width: 90px;
}
.makepayment_intro:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #ffffff;
  display: inline-block;
  left: -15px;
  position: absolute;
  top: 50%;
}
.chat-fixed-widget {
  position: fixed;
  cursor: move;
  z-index: 1000;
}
.chat-fixed-widget.open {
  cursor: default;
}
#profile-menu-board.profile-menu.wrapper {
  /* .container{
      padding-left: 20px !important;
      padding-right: 20px !important;
    } */
}
.group_profile_content .filtersSearchBox .row.search-toolbar {
  padding: 0 9px !important;
}
.group_profile_content .feed-wrapper .well {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#profile-apps-board,
.profile-content.cs_tab_.group_profile_content {
  margin-left: -15px;
  margin-right: -15px;
}
.order_info_table .date-pick .datepicker ul.dropdown-menu {
  margin-top: 0 !important;
}
.taskCommonCustomerFilter ul li.colored-status-list,
.filter_status_dropdown ul li.colored-status-list {
  background-color: transparent;
  position: relative;
}
.taskCommonCustomerFilter ul li.colored-status-list a,
.filter_status_dropdown ul li.colored-status-list a {
  color: #333 !important;
  font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
}
.taskCommonCustomerFilter ul li.colored-status-list a i,
.filter_status_dropdown ul li.colored-status-list a i {
  color: #333 !important;
  font-size: 18px !important;
}
.taskCommonCustomerFilter ul li.colored-status-list:after,
.filter_status_dropdown ul li.colored-status-list:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 40%;
  background-color: #171717;
}
.taskCommonCustomerFilter ul li.colored-status-list.task-to-be-assigned:after,
.filter_status_dropdown ul li.colored-status-list.task-to-be-assigned:after {
  background-color: #f57b5a;
}
.taskCommonCustomerFilter ul li.colored-status-list.task-to-be-accepted:after,
.filter_status_dropdown ul li.colored-status-list.task-to-be-accepted:after {
  background-color: #eb4f55;
}
.taskCommonCustomerFilter ul li.colored-status-list.task-accepted:after,
.filter_status_dropdown ul li.colored-status-list.task-accepted:after {
  background-color: #00b986;
}
.taskCommonCustomerFilter ul li.colored-status-list.task-work-in-progress:after,
.filter_status_dropdown ul li.colored-status-list.task-work-in-progress:after {
  background-color: #00ac00;
}
.taskCommonCustomerFilter ul li.colored-status-list.task-needs-review:after,
.filter_status_dropdown ul li.colored-status-list.task-needs-review:after {
  background-color: #d5c329;
}
.taskCommonCustomerFilter ul li.colored-status-list.task-needs-action:after,
.filter_status_dropdown ul li.colored-status-list.task-needs-action:after {
  background-color: #e69e24;
}
.taskCommonCustomerFilter ul li.colored-status-list.task-completed:after,
.filter_status_dropdown ul li.colored-status-list.task-completed:after {
  background-color: #00bc55;
}
.taskCommonCustomerFilter ul li.colored-status-list.task-on-hold:after,
.filter_status_dropdown ul li.colored-status-list.task-on-hold:after {
  background-color: #b6b6b6;
}
.taskCommonCustomerFilter ul li.colored-status-list.task-canceled:after,
.filter_status_dropdown ul li.colored-status-list.task-canceled:after {
  background-color: #545454;
}
.taskCommonCustomerFilter ul li.colored-status-list.task-declined:after,
.filter_status_dropdown ul li.colored-status-list.task-declined:after {
  background-color: #545454;
}
.taskCommonCustomerFilter .dropdown .dropdown-menu > li.colored-status-list > a:hover {
  background: unset !important;
  text-decoration: none;
  color: #333 !important;
}
.filter_status_dropdown ul.tf_service_status li a i.fa:not(.active) {
  color: #e8e8e8 !important;
}
.comment-content-box .media-attachments .wrapper.docs .form-group {
  margin-bottom: 0px !important;
}
.comment-content-box [ng-repeat="did in comment.attachedURLs.document"]:last-child {
  margin: 0 !important;
}
.comment-content-box .post-content-wrap {
  background: #e9f6ed;
  border-radius: 5px;
  word-break: break-word;
}
.comment-content-box .content {
  font-size: 16px !important;
  padding: 10px;
  border-radius: 5px;
  background: #e9f6ed;
  color: #333;
  margin-top: 10px;
  margin-bottom: 7px;
}
.comment-content-box .content a {
  color: #000;
}
.comment-content-box .reply-box {
  margin: 10px 0 0 0;
}
.comment-content-box .reply-box .content {
  margin: 0;
}
.comment-content-box .reply-box .content a {
  color: #333;
}
.comment-content-box .reply-box .reply-to-content {
  background: #f3f3f3;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #333;
}
.comment-content-box .reply-box .reply-content {
  background: #e9f6ed;
  color: #333;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.comment-content-box .media-attachments .wrapper.docs {
  margin-left: 10px !important;
  margin-bottom: 10px !important;
}
.td_status_badge.status {
  display: inline-block;
  padding: 5px 10px;
  color: #fff !important;
  min-width: 120px;
  text-align: center;
  border-radius: 4px;
  white-space: nowrap;
}
.td_status_badge.status.task-to-be-assigned {
  background-color: #f57b5a;
}
.td_status_badge.status.task-to-be-accepted {
  background-color: #eb4f55;
}
.td_status_badge.status.task-accepted {
  background-color: #00b986;
}
.td_status_badge.status.task-work-in-progress {
  background-color: #00ac00;
}
.td_status_badge.status.task-needs-review {
  background-color: #d5c329;
}
.td_status_badge.status.task-needs-action {
  background-color: #e69e24;
}
.td_status_badge.status.task-completed {
  background-color: #00bc55;
}
.td_status_badge.status.task-on-hold {
  background-color: #b6b6b6;
}
.td_status_badge.status.task-canceled {
  background-color: #545454;
}
.td_status_badge.status.task-declined {
  background-color: #545454;
}
.td_order_number {
  font-weight: bold;
  display: inline-block;
}
.cs_recyclemax #billingDepartmentContactOptions .entity:hover a {
  color: #fff !important;
}
.attacheDocsInfo {
  width: 100%;
  display: flex !important;
  gap: 10px;
  flex-wrap: wrap;
}
.attacheDocsInfo .close {
  order: 3;
  margin-left: auto;
}
.attacheDocsInfo i.glyphicon {
  line-height: normal;
}
.attacheDocsInfo .progress {
  width: 100%;
  margin-top: 7px;
  flex: 0 0 100%;
  order: 4;
}
#ProfileController #profile-header-board2 h1 {
  left: 15px;
}
.searchbox_createpost {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 4px;
}
.searchbox_createpost .input-group-addon,
.searchbox_createpost .form-control {
  border: none;
}
.searchbox_createpost .input-group-addon {
  color: var(--primaryColor);
  font-size: 18px;
  padding-left: 0;
  padding-right: 17px;
}
.searchbox_createpost .form-control {
  font-size: 16px;
}
.action_icons a {
  margin-right: 3px;
}
#CreateOrderController[ng-controller="CreateOrderController"] table.order_info_table.order_table .select2_item_wrapper,
#topicCreateController[ng-controller="topicCreateController"] table.order_info_table.order_table .select2_item_wrapper {
  min-width: 220px;
  max-width: 20vw;
}
table > thead {
  z-index: 1;
}
#search-modal-results h1 {
  /* Matching it with .contentCssStandard h1 style used on post detail*/
  font-size: 18px !important;
  margin-top: 0;
}
.navbar-toggle {
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 5px;
}
.navbar-toggle .icon-bar {
  background: #0e5eaf;
}
.social-actions a {
  text-decoration: none;
}
.website-home .navbar-toggle {
  margin-top: 0;
}
.website-home .navbar-toggle .icon-bar {
  background: #0e5eaf;
}
@media (max-width: 1260px) {
  .hero_section_v2 .hero_section_content h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    width: 98%;
  }
}
@media only screen and (max-width: 1040px) {
  #search-box {
    max-width: 400px;
  }
  #header #search-box {
    max-width: 330px;
    min-width: 330px;
  }
}
@media only screen and (max-width: 959px) {
  .angular-wrapper {
    margin-top: 107px;
  }
}
@media only screen and (max-width: 980px) {
  #header #search-box {
    max-width: 330px;
    min-width: 330px;
  }
  #header ul {
    margin: 0;
  }
  .beta {
    display: none;
  }
  #search.main-container {
    padding-top: 60px;
  }
  .hide-responsive {
    display: none !important;
  }
  .show-responsive {
    display: block !important;
  }
  .show-inline-responsive {
    display: inline-block !important;
  }
  .container {
    width: 100%;
  }
  html.website-home.ms #intro.photo-4 h1 {
    font-size: 38px;
  }
  html.website-home #intro h2 {
    font-size: 21px;
  }
  html .navbar-brand {
    margin-right: 10px;
    width: 150px;
    height: 34px;
    margin-left: 0;
    padding: 0;
    background-size: contain;
  }
  html .caret-icon {
    left: 5px;
  }
  #header .logo-dropdown .dropdown-menu {
    margin-top: 8px;
  }
  #header {
    height: auto;
    min-height: auto;
  }
  #header a.profile-picture {
    display: inline-block;
  }
  #header #search-box {
    min-width: 400px;
    max-width: 420px;
  }
  #header ul.navbar-nav > li > a {
    border-radius: 0;
    color: #777;
    padding: 10px 15px;
  }
  #header ul.navbar-nav > li > a:hover {
    background: #0e5eaf;
    color: #fff;
  }
  #header ul.navbar-nav > li > a.btn-ghost {
    background: transparent;
    border-color: transparent;
    color: #777;
    opacity: 0.75;
    border-radius: 0;
  }
  #header ul.navbar-nav > li > a.btn-ghost:hover {
    background: #0e5eaf;
    border-color: transparent;
  }
  #header .dropdown-menu {
    left: auto;
    right: 0;
  }
  #header #searchFor::-webkit-input-placeholder::before {
    content: "Search ";
    color: #666 !important;
  }
  #header #searchFor::-webkit-input-placeholder {
    /*color: #fff !important;*/
  }
  .modal-dialog {
    margin-top: 50px;
  }
  #composeClose,
  #postClose {
    right: 0px;
    margin-top: -50px;
  }
  .modal-header .close {
    right: 0px;
  }
  #home .home-section.testimonials {
    padding-bottom: 50px;
  }
  #home .home-section h1 {
    font-size: 30px;
  }
  #home .home-section h2 {
    font-size: 24px;
  }
  #home .home-section h3 {
    font-size: 22px;
  }
  #home .home-section .feature {
    margin-bottom: 40px;
  }
  #home .home-section .feature .desc {
    min-height: auto;
    margin-bottom: 15px;
  }
  .toolbar {
    text-align: center;
  }
  .toolbar .btn {
    padding: 6px;
  }
  .toolbar h1.board-name {
    font-size: 24px;
    text-align: center;
    float: none !important;
    margin-bottom: 10px;
  }
  .toolbar h1.pp-header {
    float: left !important;
  }
  .toolbar .btn-group {
    margin-left: 0px;
    float: none !important;
    margin-bottom: 10px;
    position: static !important;
  }
  .toolbar .btn-group .dropdown-menu {
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 440px;
  }
  .toolbar .dropdown-menu.lg {
    width: 100%;
  }
  .toolbar .post-types-btn-group .dropdown-menu {
    left: 0;
    right: 0;
  }
  .toolbar .post-types-btn-group li {
    width: 100%;
    float: none;
  }
  .toolbar .sort-btn-group .dropdown-menu {
    left: 0;
    right: 0;
  }
  #search-modal-results {
    left: 215px;
  }
  #search-box .dropdown-menu {
    max-height: 440px;
    overflow-y: auto;
  }
  #search-box .dropdown-menu .col {
    border-right: none;
    margin: 0;
  }
  .footer .pre-footer {
    text-align: center;
    padding-top: 20px;
  }
  .footer img {
    float: none !important;
    display: inline-block;
  }
  .profile-header .apps {
    margin-left: 15px;
  }
  .profile-header .info {
    white-space: nowrap;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .profile-header h1 {
    font-size: 30px;
    height: auto;
    margin-top: 15px;
  }
  .profile-header h1 span {
    position: static;
  }
  .profile-header .profile-image,
  #profile-menu-board .profile-image {
    margin-top: 12px !important;
  }
  #profile-apps .dropdown,
  .profile-apps .dropdown {
    display: block;
  }
  #profile-apps .wrapper.sticky,
  .profile-apps .wrapper.sticky {
    position: static;
    top: 0;
  }
  #profile-apps .wrapper.sticky .show-on-sticky,
  .profile-apps .wrapper.sticky .show-on-sticky {
    display: none;
  }
  #profile-apps .profile-action,
  .profile-apps .profile-action {
    margin-top: 16px !important;
  }
  #profile-apps .profile-action span.dropdown,
  .profile-apps .profile-action span.dropdown {
    position: static;
  }
  #profile-apps .profile-action .group-tour-4,
  .profile-apps .profile-action .group-tour-4 {
    max-height: 45px;
  }
  #profile-apps .apps,
  .profile-apps .apps {
    position: static;
  }
  #profile-apps .dropdown-menu,
  .profile-apps .dropdown-menu {
    transform: translate(0, 0) !important;
    width: 100%;
  }
  #profile-apps .dropdown,
  .profile-apps .dropdown {
    position: static;
  }
  #profile-apps .col-md-3.col-sm-5.col-xs-4,
  .profile-apps .col-md-3.col-sm-5.col-xs-4 {
    position: static;
  }
  #profile-apps ul.dropdown-menu li a,
  .profile-apps ul.dropdown-menu li a {
    border-bottom: 1px solid #eee;
    display: block;
    font-size: 14px;
    padding: 10px 15px;
    text-shadow: none;
    text-transform: capitalize;
    text-align: left;
  }
  #profile-apps ul.dropdown-menu li a .fa,
  .profile-apps ul.dropdown-menu li a .fa,
  #profile-apps ul.dropdown-menu li a span,
  .profile-apps ul.dropdown-menu li a span {
    float: left;
    color: #777;
    font-size: 16px;
    position: static;
    line-height: normal;
    display: inline-block;
    margin-right: 10px;
    display: none;
  }
  #profile-header .pad-bottom-80 {
    padding-bottom: 0px;
  }
  .calendar-block {
    float: none!important;
    clear: both;
    width: 100%;
  }
  #post-results,
  #post-results-2 {
    min-height: auto !important;
  }
  .modal-header .close {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 991px) {
  #profileSettingsFormProcessing {
    margin-top: 44px;
  }
  .custom-responsive-table table,
  .custom-responsive-table thead,
  .custom-responsive-table tbody,
  .custom-responsive-table th,
  .custom-responsive-table td,
  .custom-responsive-table tr {
    display: block;
  }
  .custom-responsive-table .table {
    font-size: 14px;
  }
  .custom-responsive-table .table.table-bordered > tbody > tr {
    border-bottom: 1px solid #ddd;
  }
  .custom-responsive-table .table.table-bordered > tbody > tr > td {
    border: none !important;
    overflow: hidden;
    width: 100%;
  }
  .custom-responsive-table .table.table-bordered > tbody > tr:last-child {
    border-bottom: none;
  }
  .custom-responsive-table .table.table-bordered > tbody > tr:first-child {
    border-bottom: none;
  }
  .custom-responsive-table th {
    display: none;
  }
  .custom-responsive-table .responsive-table-th {
    display: block;
    padding-right: 5px;
    margin-right: 5px;
    float: left;
  }
  .custom-responsive-table .responsive-table-td {
    overflow: hidden;
  }
  .hide-tab-responsive {
    display: none !important;
  }
  .show-tab-responsive {
    display: block !important;
  }
  #header #search-box {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  #WebsiteIndexController {
    position: relative;
  }
  #search-modal-results {
    left: 0;
    top: 38px;
    width: 100%;
  }
  #profile-apps .profile-action .btn,
  .profile-apps .profile-action .btn {
    font-size: 16px;
    height: 40px;
    margin-left: 10px;
    min-width: 40px;
    padding: 8px 14px;
  }
  .profile-header {
    padding-top: 112px;
  }
  .profile-header h1 .action {
    position: static;
  }
  .profile-header .wrapper .action .edit-dp {
    font-size: 26px;
  }
  .profile-header.pad-top-60 {
    padding-top: 100px;
  }
  .profile-header .apps {
    margin-left: 20px;
  }
  .profile-header .apps a {
    padding: 0px 4px 16px 4px;
  }
  .profile-header .apps a .number {
    font-size: 16px;
  }
  .profile-header .profile-image {
    height: 50px;
    margin-top: 10px;
    width: 50px;
  }
  .profile-header .profile-image .edit-dp {
    font-size: 30px;
    /*margin-top: 40px;*/
  }
  .profile-header .change-cover {
    float: right;
  }
  .profile-header .change-cover .action {
    top: 6px;
  }
  .profile-header .change-cover .btn {
    padding: 10px;
    font-size: 14px;
  }
  .profile-header .change-cover .edit-dp {
    font-size: 26px;
    position: static;
    margin-right: 10px;
  }
  .profile-header .profile {
    /*margin-top: 48px;*/
    height: 124px;
  }
  .profile-header .profile h1 {
    font-size: 22px;
    height: auto;
    margin-left: 0;
    padding-left: 15px;
  }
  .profile-header .profile h1 > span {
    position: static;
    padding-right: 0;
  }
  .profile-header .profile h1 > span strong {
    /*display: inline-block;
                        white-space: nowrap;
                        overflow: hidden;
                        max-width: 250px;
                        text-overflow: ellipsis;*/
  }
  .profile-header .profile .action {
    margin-top: 15px;
  }
  .profile-header .info {
    margin-left: 0;
    margin-bottom: 0;
    font-size: 16px;
    height: 40px;
  }
  html body.is_logged_in #search:not(.clearfix) {
    margin-top: 120px;
  }
  .search-toolbar {
    text-align: center;
  }
  .search-toolbar .locator {
    margin-bottom: 10px;
  }
  .search-toolbar .btn-group {
    float: none !important;
  }
  .search-toolbar .search-btn {
    float: none !important;
  }
  #profile-header-board2 .profile-apps .profile-info {
    visibility: hidden;
    display: none;
  }
  .date-block {
    overflow: hidden;
    clear: both;
  }
  .date-block .well {
    float: none !important;
  }
  .date-block .datepicker {
    width: 100%;
  }
  .angular-wrapper .nav-tabs > li > a {
    border: 1px solid #ddd;
    border-radius: 4px !important;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .toolbar .date-filter {
    float: none !important;
  }
  .toolbar h1.pp-header {
    float: none !important;
  }
  #PeoplepointsCtrl .pp-coin {
    float: none !important;
  }
  #PeoplepointsCtrl .pp-coin .points-sidebar {
    float: none;
  }
  #PeoplepointsCtrl .toolbar .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .signup-note {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #search.main-container.website-5 {
    margin-top: -138px;
    padding-top: 60px;
  }
  /*************** INBOX *****************/
  .messages-page {
    height: auto;
  }
  .messages-page body {
    height: auto;
  }
  .messages-page body .angular-wrapper {
    padding-top: 95px;
    height: auto;
  }
  .messages-page body .angular-wrapper > div {
    height: auto;
  }
  .messages-page body .angular-wrapper > div .container {
    height: 100%;
    min-height: 400px;
  }
  .messages-page body .angular-wrapper > div .container .well {
    height: auto;
  }
  .messages-page #left-col {
    border-bottom: 1px solid #ddd;
  }
  .messages-page #left-col .tab-content {
    max-height: 400px;
    height: auto !important;
  }
  .messages-page #thread {
    /*height: auto !important;*/
  }
  .composeAttachOptsSection .form-action label {
    padding-left: 20px;
  }
  .composeAttachOptsSection .form-action a {
    padding-left: 0;
  }
  #InboxListController .col .reply-box,
  #InboxListController .col .compose {
    position: static;
  }
  #timeline-feed .board-name {
    text-align: center;
    float: none !important;
  }
  #timeline-feed h1.board-name {
    text-align: left;
    float: none !important;
  }
  #timeline-feed .task-filter-bar,
  #timeline-feed .event-toolbar {
    text-align: center;
    width: 100%;
  }
  #timeline-feed .task-filter-bar .btn-group,
  #timeline-feed .event-toolbar .btn-group {
    float: none !important;
    margin-bottom: 15px;
  }
  #timeline-feed .task-filter-bar .form-horizontal,
  #timeline-feed .event-toolbar .form-horizontal {
    float: none !important;
  }
  #timeline-feed .task-filter-bar .form-horizontal #taskStatus,
  #timeline-feed .event-toolbar .form-horizontal #taskStatus {
    max-width: 200px;
    margin: 0 auto;
  }
  .profile-apps {
    top: 1px;
  }
}
@media only screen and (max-width: 660px) {
  .search-toolbar .btn-group.dropdown {
    margin-bottom: 15px;
    margin-left: 0 !important;
  }
  .search-toolbar .btn-group.dropdown .dropdown-menu {
    left: 50% !important;
    transform: translate(-50%, 0px) !important;
    min-width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  #Home2Controller #timeline-feed .feed-wrapper {
    height: auto !important;
  }
  #profileSettingsForm .toolbar {
    text-align: center;
  }
  #profileSettingsForm .toolbar .btn {
    float: none !important;
  }
  #home #about-section2 .intro h1 {
    font-size: 30px;
    margin-top: 100px;
  }
  #home #about-section2 .intro h2 {
    font-size: 24px;
  }
  #search.website-5.srTop .search-toolbar {
    margin-top: 15px !important;
  }
  #search .post-options .dropdown .dropdown-menu {
    right: 0;
    left: auto;
    transform: translate(0%, 0px);
  }
  .search-toolbar .btn-group.dropdown {
    margin-bottom: 15px;
    margin-left: 0 !important;
  }
  .search-toolbar .btn-group.dropdown .dropdown-menu {
    left: 50% !important;
    transform: translate(-50%, 0px) !important;
    width: 100vw;
  }
  html.website-home #intro.photo-5 h1 {
    font-size: 30px;
    letter-spacing: -1px;
  }
  #WebsiteIndexController .website-5 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  #WebsiteIndexController .website-5 #search-header {
    background: transparent;
    text-align: center;
  }
  #WebsiteIndexController .website-5 #search-header.sticky {
    position: static;
  }
  #WebsiteIndexController .website-5 #search-header #search-box {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 15px;
    text-align: left;
    float: none !important;
  }
  #WebsiteIndexController .website-5 #search-header #search-box input[type="text"] {
    border: 1px solid #ddd;
    border-right: none;
  }
  #WebsiteIndexController .website-5 #search-header .btn-group {
    float: none !important;
  }
  .compose-box .location-date {
    margin-bottom: 10px;
  }
  .compose-box .location-date h4 {
    width: 100%;
    float: none !important;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .search-error-block .page-header {
    margin-top: 0;
    font-size: 18px;
  }
  .search-error-block .img-404 {
    margin-right: 30px;
    width: 230px;
  }
  .search-error-block .error-block-message h3 {
    font-size: 16px;
  }
  .search-error-block .error-block-message p {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .search-error-block .error-block-message .btn-link {
    color: #777;
    text-decoration: underline;
  }
  .search-error-block .error-block-message .btn-link:hover {
    color: #444;
  }
  .search-error-block.event-calendar-view .panel {
    margin-top: 30px;
    padding: 10px 15px;
  }
  .search-error-block.event-calendar-view .img-404 {
    width: 220px;
  }
  .search-error-block.event-calendar-view .error-block-message {
    overflow: hidden;
  }
  .search-error-block.event-calendar-view .error-block-message h3 {
    margin-top: 10px;
    font-size: 20px;
  }
  .search-error-block html.search-page #search {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .profile-apps {
    top: 1px;
  }
  .profile-header {
    margin-top: 0;
  }
  .profile-header .profile h1 {
    font-size: 18px;
    letter-spacing: 0;
    margin-left: 0;
    max-height: 60px;
    padding-right: 10px;
  }
  .profile-header .profile h1 .fa {
    font-size: 16px;
    padding: 0px;
  }
  .profile-header .profile h1 .far {
    font-size: 16px;
    padding: 0px;
  }
  html.website-home.ms #intro.photo-4 h1 {
    font-size: 30px;
    overflow: visible;
  }
  html.website-home #intro h2 {
    font-size: 20px;
  }
  html .navbar-brand {
    margin-right: 10px;
    background: url('/assets/website/images/logo-full-m.png') no-repeat 0 0 transparent;
    width: 180px;
    height: 34px;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    background-size: contain;
  }
  #searchPostTypeOptions .col-xs-6 {
    width: 100%;
  }
  #search-box {
    min-width: 400px;
    max-width: 400px;
  }
  #PeoplepointsCtrl .points h4 {
    font-size: 14px;
  }
  #PeoplepointsCtrl .points p {
    font-size: 14px;
  }
  #PeoplepointsCtrl .item.info .score {
    height: auto;
    font-size: 15px;
    background: transparent;
    color: #7dae41;
    padding: 10px 0;
  }
  #PeoplepointsCtrl .item.info .score.neg-score {
    background: transparent;
    color: red;
  }
  #InviteShareController .btn-grp .btn {
    display: block;
  }
  #home #about-section .feature,
  #about-section2 .feature {
    text-align: center;
  }
  #home #about-section .feature p,
  #about-section2 .feature p {
    text-align: center;
    width: 100%;
  }
  #profile-apps .profile-action .btn .fa-pencil-square-o,
  .profile-apps .profile-action .btn .fa-pencil-square-o {
    font-size: 30px;
  }
  #profile-apps .profile-action .btn .fa-envelope,
  .profile-apps .profile-action .btn .fa-envelope {
    font-size: 26px;
  }
  #profile-apps .profile-action .dropdown,
  .profile-apps .profile-action .dropdown {
    top: 10px;
  }
  #search.main-container.website-5 {
    margin-top: -138px;
    padding-top: 60px;
  }
  .search-toolbar .sort-btn-group {
    clear: both;
    display: block;
    margin: 10px auto;
    width: 100%;
  }
  .search-toolbar .sort-btn-group button {
    width: 100%;
  }
  #divForSearchBox,
  #divForFilters {
    width: 100%;
  }
  .hide-responsive-xs {
    display: none;
  }
  .display-block-responsive-xs {
    display: block !important;
  }
  #intro .btn {
    font-size: 15px;
    margin-bottom: 15px;
    width: 150px;
  }
  #profile-header-board2 .apps {
    text-align: left;
  }
}
@media only screen and (max-width: 520px) {
  #header .quick-menu .dropdown > a {
    padding-top: 5px !important;
  }
  #home #about-section2 .feature {
    text-align: center;
  }
  #home #about-section2 .feature p {
    text-align: center;
  }
  #home #about-section2 .desc {
    text-align: center;
  }
  #home #about-section2 address {
    text-align: center !important;
  }
  #searchFor::-webkit-input-placeholder::before {
    content: "Search ";
    color: #666 !important;
  }
  #searchFor::-webkit-input-placeholder {
    /*color: #fff !important;*/
  }
  .modal-header {
    padding: 20px;
  }
  .modal-body {
    padding: 20px;
  }
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block !important;
  }
  .profile-boxes .hide-mobile {
    display: block !important;
  }
  .profile-boxes .show-mobile {
    display: none !important;
  }
  html.website-home.ms #intro.photo-4 h1 {
    font-size: 28px;
    overflow: visible;
  }
  html.website-home #intro h2 {
    font-size: 20px;
  }
  #header .create-post {
    padding: 3px !important;
  }
  #header .quick-menu .dropdown {
    margin-top: 0px;
  }
  #home .home-section h1 {
    font-size: 28px;
  }
  #home .home-section h3 {
    font-size: 20px;
  }
  .footer .col-xs-4 {
    width: 100% !important;
  }
  .search-toolbar .btn-group .btn {
    padding: 5px 10px;
    font-size: 16px;
  }
  #search-results .item.col-xs-6,
  #search-results-2 .item.col-xs-6 {
    width: 100%;
  }
  .compose-box .profile-img {
    width: 50px;
    height: 50px;
  }
  .compose-box .poster {
    margin-top: 16px;
  }
  .compose-box .form-group .change-account {
    font-size: 16px;
  }
  .compose-box #composeLinkSection .input-group {
    max-width: 80%;
  }
  .feed-post {
    position: static !important;
  }
  .feed-post.col-xs-6 {
    width: 100%;
  }
  .feed-post .well {
    padding: 15px;
  }
  .feed-post .media-attachments img {
    width: auto !important;
    height: auto !important;
  }
  #search .search-wrapper {
    padding: 0px;
  }
  #search .search-wrapper .feed-post.col-xs-6 {
    padding: 0;
  }
  #feedsContainer .noPaddingResponsiveXs {
    padding: 0;
  }
  #feedContainerForBoardsAndCommunity .noPaddingResponsiveXs {
    padding: 0;
  }
  .profile-boxes .item.col-xs-6 {
    width: 100%;
    clear: both;
  }
  #profile-apps {
    top: -5px;
  }
  .profile-apps {
    top: -11px;
  }
  .profile-header .info {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .profile-header .profile {
    margin-top: 0px;
    height: 136px;
  }
  .profile-header .profile h1 {
    margin-left: 0;
    font-size: 20px;
    padding-right: 10px;
    max-height: 70px;
    overflow: visible;
    display: flex;
  }
  .profile-header .profile .btn {
    padding: 6px;
  }
  .profile-header .profile-image {
    width: 50px;
    height: 50px;
    margin-top: 10px;
  }
  .profile-header .profile-image .edit-dp {
    font-size: 20px;
    margin-top: 10px;
  }
  .profile-header h1 .sub-action .fa {
    font-size: 24px;
  }
  #PeoplepointsCtrl .col-xs-6 {
    width: 100%;
  }
  #PeoplepointsCtrl .item.info .score {
    text-align: left;
  }
  #about-section address,
  #about-section2 address {
    width: 100%;
    margin-bottom: 15px;
    text-align: left !important;
  }
  #search .feed-wrapper .well .dropdown-menu {
    width: auto;
  }
  #search .dropdown .dropdown-menu {
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100vw;
  }
  #search #locationSearchBox {
    left: auto;
  }
  #search .btn-group .btn {
    display: block;
    width: 100%;
    float: none;
    border-radius: 4px !important;
  }
  #WebsiteIndexController .main-container.website-5 .searchBtns {
    border-radius: 5px !important;
    display: block !important;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 7px 12px;
    width: 100%;
  }
  #WebsiteIndexController .main-container.website-5 .search-btn {
    margin-top: 10px;
  }
  .profile-header .profile .about-info {
    height: 22px;
    margin-left: 2px;
    display: inline-block;
  }
}
@media only screen and (max-width: 491px) {
  div.navbar-brand {
    background-position: 0px 0px !important;
    background: url(/assets/images/PeopleMovers-logoicon.png) no-repeat 0 0px transparent;
    background-size: contain;
    width: 32px;
    height: 30px;
    top: 4px;
    position: relative;
  }
  .logo-dropdown {
    margin-right: 15px;
    height: 38px;
  }
  #header .logo-dropdown .dropdown-menu {
    margin-top: -9px;
  }
}
@media only screen and (max-width: 350px) {
  #contactsLink {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .video-box .fancybox-inner {
    max-height: 230px !important;
  }
  html.website-home.ms #intro.photo-4 h1 {
    font-size: 28px;
    overflow: visible;
  }
  html.website-home #intro h2 {
    font-size: 20px;
  }
  html.website-home.ms #home .home-section .profile .img {
    width: 180px;
    height: 180px;
  }
  #header .notifications-menu .settings,
  #header .settings-menu .settings {
    /*padding-top: 6px;*/
  }
  #header .notifications-menu #tour-inbox,
  #header .settings-menu #tour-inbox {
    min-width: 30px;
  }
  .cs_peopleprep #header .notifications-menu .notify,
  .cs_peopleprep #header .settings-menu .notify {
    /*padding: 9px 5px !important;*/
  }
  .cs_peopleprep #header .settings-menu .settings {
    /* padding: 4px 5px !important; */
  }
  .cs_peopleprep #responsiveTopMenuBar a .far {
    /*font-size: 19px;*/
  }
  #home .home-section h1 {
    font-size: 28px;
  }
  #home .home-section h3 {
    font-size: 20px;
  }
  .board-wrapper .board.col-xs-6 {
    width: 100%;
    padding: 0;
  }
  #composeLinkSection .input-group,
  #composeLinkSectionInbox .input-group {
    max-width: 100%;
  }
  #composeLinkSection .wrapper,
  #composeLinkSectionInbox .wrapper {
    padding-left: 0;
    margin-top: 10px;
  }
  #profile-apps .profile-action .btn,
  .profile-apps .profile-action .btn {
    margin: 0;
    padding: 6px;
  }
  #profile-apps .profile-action .btn .fa-pencil-square-o,
  .profile-apps .profile-action .btn .fa-pencil-square-o {
    font-size: 28px;
  }
  #profile-apps .profile-action .dropdown,
  .profile-apps .profile-action .dropdown {
    top: 10px;
  }
  #profile-apps .profile-action .dropdown .dropdown-toggle .fa,
  .profile-apps .profile-action .dropdown .dropdown-toggle .fa {
    font-size: 28px;
  }
  html.website-home #intro.photo-5 h1 {
    font-size: 25px;
    letter-spacing: -1px;
  }
  html.website-home #intro.photo-5 h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  html.website-home #intro.photo-5 .btn {
    font-size: 15px;
  }
  #WebsiteIndexController .main-container.website-5 .searchBtns {
    padding: 10px 12px;
    font-size: 15px;
  }
  html .navbar-brand {
    background: url('/assets/images/PeopleMovers-logoicon.png') no-repeat 0 0px transparent;
    background-size: contain;
    width: 32px;
    height: 30px;
  }
  .search-error-block .panel-body {
    text-align: center;
  }
  .search-error-block .page-header {
    margin-top: 0;
    font-size: 18px;
  }
  .search-error-block .img-404 {
    width: 100% !important;
    text-align: center;
    margin-right: 0;
    float: none !important;
    margin-bottom: 15px;
  }
  .search-error-block .img-404 img {
    display: inline-block;
  }
  .search-error-block .error-block-message h3 {
    font-size: 16px;
  }
  .search-error-block .error-block-message p {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .search-error-block .error-block-message .btn-link {
    color: #777;
    text-decoration: underline;
  }
  .search-error-block .error-block-message .btn-link:hover {
    color: #444;
  }
  .search-error-block .error-block-message .form-group.action {
    text-align: center;
  }
  #search .btn-group {
    width: 100%;
  }
  #search .btn-group .btn {
    margin-bottom: 10px;
  }
  #header .quick-menu .dropdown {
    position: static;
  }
  #header .quick-menu .dropdown-menu {
    left: -107px;
    right: 15px;
    /* transform: translate(0%, 0%);*/
    max-height: 320px;
  }
}
@media only screen and (max-width: 390px) {
  #profile-apps {
    top: -1px;
  }
  .profile-apps {
    top: -7px;
  }
  .profile-header h1 span,
  #profile-menu-board h1 span {
    padding-right: 0;
  }
  .profile-header .info,
  #profile-menu-board .info {
    font-size: 14px;
  }
  .profile-header .profile-info .hide-mobile,
  #profile-menu-board .profile-info .hide-mobile {
    visibility: hidden;
  }
  .profile-header .profile-image,
  #profile-menu-board .profile-image {
    height: 40px;
    width: 40px;
    margin-top: 15px;
  }
  .profile-header .profile-image .edit-dp,
  #profile-menu-board .profile-image .edit-dp {
    margin-top: 6px;
  }
  .profile-header .apps,
  #profile-menu-board .apps {
    margin-left: 8px;
  }
  .profile-header .apps a,
  #profile-menu-board .apps a {
    padding: 0px 4px 12px 4px;
    font-size: 13px;
  }
  .profile-header .apps a .number,
  #profile-menu-board .apps a .number {
    font-size: 14px;
  }
  .profile-header .profile .btn,
  #profile-menu-board .profile .btn {
    font-size: 14px;
  }
  .profile-header .profile h1,
  #profile-menu-board .profile h1 {
    letter-spacing: 0;
    max-height: 70px;
    overflow: visible;
    display: flex;
    padding-right: 10px;
  }
  .profile-header .profile h1 > span strong,
  #profile-menu-board .profile h1 > span strong {
    max-width: 160px;
  }
  .profile-header .profile h1 .fa,
  #profile-menu-board .profile h1 .fa {
    font-size: 16px;
  }
  .apps .dropdown-menu {
    /*left: 50%;*/
    transform: translate(-50%, 0px);
  }
  #profile-apps .profile-action,
  .profile-apps .profile-action {
    margin-top: 10px;
  }
  #profile-apps .profile-action .btn,
  .profile-apps .profile-action .btn {
    min-width: 36px;
    padding: 8px;
    font-size: 14px;
  }
  #profile-apps .profile-action .btn i,
  .profile-apps .profile-action .btn i {
    font-size: 18px;
  }
  #profile-header-board2 h1 {
    min-height: auto;
  }
  .video-box .fancybox-inner {
    max-height: 220px !important;
  }
  #profile-apps .profile-action .dropdown .dropdown-toggle .fa,
  .profile-apps .profile-action .dropdown .dropdown-toggle .fa {
    font-size: 22px;
  }
}
@media only screen and (max-width: 400px) {
  #header .quick-menu .dropdown-menu {
    left: -42px;
    min-width: 240px;
  }
}
@media (max-width: 1110px) {
  #profile-header-board2 .profile-apps .profile-info h4 {
    margin-left: -25px;
  }
}
.banner-section {
  margin: 60px 0px 0px;
}
.img-left-text {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  height: calc(100vh - 180px);
  max-height: 710px;
  min-height: 564px;
  display: flex;
  align-content: center;
  align-items: center;
}
.img-left-text-2 {
  position: relative;
  padding-top: 70px;
  padding-bottom: 110px;
}
.img-left-text-2 h1 {
  font-size: 53px;
  margin-top: 0;
}
.img-left-text-2 span {
  font-size: 24px;
  line-height: 30px;
  display: block;
  color: #000000;
  margin-bottom: 50px;
}
.img-left-text-2 a.btn-primary {
  background: #2d6eba;
  border: 0;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  width: 170px;
  display: block;
  text-align: center;
  height: 58px;
  line-height: 33px;
  font-size: 22px;
}
.img-right img {
  position: relative;
  top: 29px;
  margin-top: -24px;
  right: -7px;
  height: calc(100vh - 180px);
  min-height: 588px;
  z-index: 1;
  max-height: 730px;
  max-width: none;
  margin-left: auto;
  display: block;
}
._home_2019 .img-right img {
  position: relative;
  top: 29px;
  margin-top: -24px;
  right: 20px;
  height: calc(100vh - 180px);
  min-height: 660px;
  z-index: 1;
  max-height: 730px;
  max-width: none;
  margin-left: auto;
  display: block;
}
._home_2019 .img-left-text {
  height: calc(100vh - 180px);
  max-height: 710px;
  min-height: 637px;
}
.img-left-text h1 {
  font-size: 52px;
  color: #333;
  letter-spacing: -2px;
  max-width: 500px;
}
.img-left-text span:not([ng-click]) {
  font-size: 24px;
  line-height: 30px;
  display: block;
  color: #333;
  margin-bottom: 30px;
}
.list-get-pricing-btn {
  color: #00703a;
  background-color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-size: 18px !important;
  padding: 12px 32px !important;
  border: 0;
  margin-top: 15px;
  text-decoration: none;
}
.list-get-pricing-btn:hover {
  text-decoration: none;
  color: #00703a;
}
.cs_recyclemax_pages .list-get-pricing-btn {
  margin-top: 35px;
}
.list-get-pricing-btn:hover {
  background: #0e4723 !important;
  border-color: #0e4723 !important;
  color: #fff;
}
.img-left-text a.btn {
  background: #2d6eba;
  border: 0;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  width: 170px;
  display: block;
  text-align: center;
  height: 58px;
  line-height: 33px;
  font-size: 22px;
}
.build-section {
  background: #eaf0f6;
  padding: 80px 0px 40px;
}
.build-section h1,
.build-section h2 {
  margin: 3px 0px 60px;
  color: #333;
}
.build-point ul {
  padding: 0;
  margin: 0;
}
.build-point li {
  list-style: none;
  display: inline-block;
}
.build-point .icon {
  float: left;
  width: 10%;
  width: 44px;
}
.build-point .icon i {
  color: #2f5cae;
  font-size: 29px;
}
.icon-text {
  float: right;
  width: 90%;
  width: calc(100% - 44px);
}
.icon-text h3 {
  margin: 0px;
  font-size: 22px;
  margin-top: 4px;
  margin-bottom: 8px;
  color: #333;
}
.icon-text p {
  font-size: 20px;
  line-height: 24px;
  color: #333;
}
.icon-text p sup {
  font-size: 60%;
}
.build-point {
  margin-bottom: 43px;
}
.more_block_update #more-resources {
  padding: 65px 15px;
}
.more_block_update #more-resources h3 {
  margin-bottom: 19px;
}
.more_block_update div#more-resources ul li {
  margin-bottom: 13px;
}
sub,
sup {
  font-size: 60%;
}
.footer {
  padding: 50px 0 !important;
}
#search-box {
  box-shadow: none;
}
#search-box {
  border-radius: 6px;
}
#search-box input[type="text"] {
  height: 60px;
  font-size: 18px;
}
div.home-pages {
  padding-bottom: 120px !important;
  padding-top: 120px !important;
}
.home2019_Sections .btn-theme,
.home2019_Sections .btn-info {
  background: #0e5eaf;
  border-color: none !important;
  border: 2px solid #0e5eaf;
  color: #fff;
  margin: 30px 0 0px !important;
  font-size: 22px;
  padding: 16px 60px;
}
.home2019_Sections .btn-theme[style="margin: 25px 0px 0px;"] {
  margin: 25px 0px 0px !important;
}
.home2019_Sections .label_before_search {
  padding-top: 33px !important;
}
.home2019_Sections .padding-top-100 {
  padding-top: 67px !important;
}
#search-box .input-group {
  border-radius: 6px;
  overflow: hidden;
}
#search-box._open .input-group {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
#search-box._open .input-group .input-group-addon {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
#header #search-box._open input[type="text"] {
  border-bottom-right-radius: 0;
}
.fancybox-skin {
  padding: 0 !important;
}
@media (min-width: 1920px) {
  .img-right img {
    right: 7px;
  }
}
@media (min-width: 992px) {
  html.search-page .search-toolbar .dropdown-menu,
  #FilterResults + .dropdown-menu {
    left: auto !important;
    transform: none !important;
    right: 0;
  }
  #FilterResults + .dropdown-menu {
    left: 0 !important;
    transform: none !important;
    right: auto;
  }
  .col-md-3.col-sm-3.col-xs-4.__one_col {
    width: 21%;
  }
  .col-md-3.col-sm-3.col-xs-4.__second_col {
    width: 29%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .img-left-text > div img {
    width: 155% !important;
    position: relative !important;
    right: -42px !important;
    padding-top: 0 !important;
    max-width: 260px !important;
    margin-left: auto !important;
  }
}
@media (max-width: 991px) {
  .banner-section {
    overflow: visible;
  }
  .img-right img {
    top: 40px;
    max-width: 176px;
    right: 20%;
    padding-top: 20px;
    position: relative;
    left: -22px;
    height: auto;
  }
  .img-left-text {
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
  }
  .img-left-text span {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 18px;
  }
  .img-left-text a.btn {
    width: 140px;
    height: 44px;
    line-height: 18px;
    font-size: 18px !important;
    padding: 12px 36px;
  }
  .img-left-text-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .img-left-text-2 span {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
  }
  .img-left-text-2 a {
    width: 89px;
    height: 34px;
    line-height: 14px;
    font-size: 14px;
  }
  .build-section {
    padding: 40px 0px 40px;
  }
  .build-section h1,
  .build-section h2 {
    font-size: 32px;
    margin: 3px 0px 30px;
  }
  .icon-text p {
    font-size: 16px;
    line-height: 22px;
  }
  .build-point {
    margin-bottom: 15px;
  }
  .icon-text h3 {
    font-size: 18px;
    margin-top: 0px;
  }
  .build-point .icon {
    text-align: center;
  }
  .build-point .icon i {
    font-size: 23px;
  }
  .more_block_update #more-resources {
    padding: 30px 15px 10px;
  }
  .more_block_update #more-resources h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .more_block_update div#more-resources ul li {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .label_before_search {
    padding-top: 10px;
    font-size: 15px;
    margin: 0 0 20px 0;
  }
  #search-box input[type="text"] {
    border: 1px solid #f3f3f3;
    font-size: 14px;
    padding: 5px 10px;
    border-right: none;
    background: #fff;
    height: 44px;
  }
  #search {
    padding-bottom: 20px;
  }
  #search-box .input-group-addon {
    padding: 6px 8px !important;
  }
  #search-box .input-group-addon i {
    font-size: 16px !important;
  }
  .label_before_search {
    font-size: 19px !important;
    margin: 0px 0 20px 0 !important;
  }
  ._home_2019 h1,
  .home2019_Sections h1 {
    position: relative;
  }
  ._home_2019 h1[style="font-size: 38px;margin-top: 75px;"],
  .home2019_Sections h1[style="font-size: 38px;margin-top: 75px;"] {
    margin-top: 5px !important;
  }
  ._home_2019 .home2019_Sections h1,
  .home2019_Sections .home2019_Sections h1,
  ._home_2019 .home-pages h1,
  .home2019_Sections .home-pages h1 {
    font-size: 22px !important;
  }
  ._home_2019 p,
  .home2019_Sections p {
    font-size: 16px !important;
  }
  ._home_2019 .visible_news_topic,
  .home2019_Sections .visible_news_topic,
  ._home_2019 .invisible_news_topic,
  .home2019_Sections .invisible_news_topic,
  ._home_2019 .visible_events_topic,
  .home2019_Sections .visible_events_topic,
  ._home_2019 .invisible_events_topic,
  .home2019_Sections .invisible_events_topic {
    font-size: 15px !important;
    margin: 2px;
    padding: 12px 15px;
  }
  ._home_2019 .label_before_search,
  .home2019_Sections .label_before_search {
    font-size: 19px !important;
  }
  ._home_2019 #toggleNewsInterests,
  .home2019_Sections #toggleNewsInterests,
  ._home_2019 #toggleEventsInterests,
  .home2019_Sections #toggleEventsInterests {
    font-size: 14px !important;
  }
  ._home_2019 .btn-theme,
  .home2019_Sections .btn-theme,
  ._home_2019 .btn-info,
  .home2019_Sections .btn-info,
  ._home_2019 .btn-theme[style="margin: 25px 0px 0px;"],
  .home2019_Sections .btn-theme[style="margin: 25px 0px 0px;"] {
    background: #0e5eaf !important;
    border-color: none !important;
    border: 2px solid #0e5eaf !important;
    color: #fff !important;
    margin: 10px 0 0px !important;
    font-size: 16px !important;
    padding: 8px 18px !important;
  }
  ._home_2019 div.home-pages,
  .home2019_Sections div.home-pages {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }
  ._home_2019 .mini-page div.text-center,
  .home2019_Sections .mini-page div.text-center {
    font-size: 16px !important;
  }
  ._home_2019 .nopadding_left_right[style="padding-top: 7.5%;"],
  .home2019_Sections .nopadding_left_right[style="padding-top: 7.5%;"] {
    padding-top: 5px !important;
  }
  ._home_2019 .show_on_smaller_screens,
  .home2019_Sections .show_on_smaller_screens {
    display: block;
    margin: 30px auto 0;
  }
  ._home_2019 .show_on_smaller_screens,
  .home2019_Sections .show_on_smaller_screens {
    min-width: 272px;
  }
  .footer h4 {
    font-size: 16px;
  }
  .img-left-text h1 {
    letter-spacing: -1px;
    font-size: 32px;
    line-height: 36px;
    margin-top: 0px;
  }
  .img-left-text > div {
    position: relative;
  }
  .img-left-text > div img {
    width: 155%;
    position: relative;
    right: 20%;
    padding-top: 20px;
    max-width: 250px;
  }
  .feed-post .well {
    padding: 15px 20px;
  }
  div#profile-header + style + .profile-content .well {
    padding: 15px;
  }
  #timeline-feed .feed-wrapper .singleColumnTiles {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #timeline-feed .feed-wrapper .singleColumnTiles .well {
    padding: 15px 15px;
  }
  .img-left-text,
  ._home_2019 .img-left-text {
    min-height: 0;
    padding-top: 40px;
    height: auto;
  }
  div#timeline-feed .row[style="margin-right: -10px; margin-left: -10px;"] {
    margin: 0 !important;
  }
  .clearfix.selectedInterests.ng-scope > .col-md-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .profile-boxes .col-md-4.col-sm-6.col-xs-6.item.ng-scope {
    padding-left: 15px;
    padding-right: 15px;
  }
  .img-left-text h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .img-left-text-2 h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .navbar-toggle {
    margin-right: 9px !important;
  }
}
@media (max-width: 768px) {
  .img-right img {
    top: 39px;
    left: -45px;
    max-width: 522px;
    height: auto;
  }
  .img-left-text span {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 50px;
  }
  .img-left-text-2 span {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 50px;
  }
  #home #about-section2 .about-applications .col-md-3 {
    padding: 0 5px !important;
  }
  .profile-header .training_banner {
    position: relative !important;
    height: auto;
    margin: 0;
    width: 100%;
    bottom: 0;
  }
  .profile-header .training_banner .info {
    width: 100%;
    position: static;
    text-align: center;
    line-height: 31px;
    font-size: 20px !important;
    font-weight: 700;
  }
  .profile-header .training_banner h1 {
    width: 100%;
    text-align: center;
    padding: 0 !important;
    margin: 0;
    display: block;
    position: static !important;
    width: 100% !important;
    margin-left: 0px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 120px;
    font-size: 50px;
  }
  .profile-header .training_banner h1 span {
    position: static;
  }
  .profile-header.cs_training_page .profile h1 {
    padding-right: 0 !important;
    margin-top: 170px;
  }
  #WebsiteIndexController #search-box {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .profile-header .training_banner h1 {
    font-size: 30px;
  }
  .profile-header .training_banner .info {
    font-size: 20px !important;
    font-weight: 700;
    white-space: unset;
  }
  .img-left-text a.btn {
    padding: 12px 18px;
  }
}
a + .is-verified {
  margin-left: 2px;
}
div#profile-menu [ng-click="scrollToTop()"][title],
div#profile-menu [ng-click="scrollToTop()"][title] strong {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.show-on-sticky.profile-info a.cs_sticky_img[ng-click="scrollToTop()"][title] {
  height: 42px;
  display: flex !important;
  align-content: center;
  align-items: center;
  float: left;
  margin-right: 8px;
  width: 32px;
}
.show-on-sticky.profile-info a.cs_sticky_img[ng-click="scrollToTop()"][title] img {
  width: 100%;
}
.cs_board_title h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
h4.boardTitle a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input-group .ui-autocomplete {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0px 4px 5px #0003;
}
.selected-users .mh-66:nth-child(2n + 1),
[ng-if="selectedUserDetails.length != 0"] .thread-user:nth-child(2n + 1) {
  clear: both;
}
.selected-users .mh-66 .location,
[ng-if="selectedUserDetails.length != 0"] .thread-user .location {
  line-height: 17px;
  margin-top: 4px;
}
.cs_msg_send_btn {
  margin-right: 35px;
}
a.profile-dropdown.profile-picture._dropdown_picture > div {
  float: none !important;
  top: 0 !important;
  display: inline-block;
  vertical-align: middle;
}
a.profile-dropdown.profile-picture._dropdown_picture > span {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  max-width: calc(100% - 45px);
}
@media (max-width: 767px) {
  #_name_profile + a > img,
  .__verify_icon_img {
    max-width: 18px;
    margin-left: 2px !important;
  }
  .cs_msg_send_btn {
    margin-right: 0px;
  }
  .__mt-10 {
    margin-top: 10px;
  }
  .col-md-6.gdiz-padding-zero.ng-scope > .fancybox {
    margin-bottom: 10px;
  }
  .locator .local-search-box.active {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 4px;
    display: block;
    position: absolute;
    width: calc(100% - 82px);
    z-index: 999;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .locator .local-search {
    position: static;
  }
  .ui-autocomplete {
    max-width: calc(100% - 112px);
  }
  .input-group .ui-autocomplete {
    max-width: none;
  }
}
.post-footer .event-info a {
  color: #333;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
span.__icon_click {
  display: none;
}
.sitemap-wrapper {
  margin-bottom: 60px;
}
.sitemap-wrapper::after {
  content: '';
  display: block;
  clear: both;
}
#croppingSection + div#hideButtons.clearfix.form-action.btnSection {
  margin-top: 70px;
}
#Home2Controller #timeline-feed .feed-wrapper .feed-post .dropdown-menu.pull-right:not([id]) li a {
  position: relative;
  padding-left: 50px !important;
}
#Home2Controller #timeline-feed .feed-wrapper .feed-post .dropdown-menu.pull-right:not([id]) li a i {
  position: absolute;
  left: 20px;
}
span.aboutData br {
  /* line-height: 10px;
        display: block;
        height: 18px;
        margin: 0;
        padding: 0; */
  content: unset;
  margin: 0;
  font-size: 0;
  display: unset;
}
span.aboutData.less {
  line-height: 22px;
  max-height: 106px;
}
.profile-boxes .item .info .wrapper p {
  line-height: 22px;
}
[data-stripe="exp-month"],
[data-stripe="exp-year"] {
  max-width: 66px !important;
  text-align: center;
}
._my_community .profile-img.pull-left {
  border: 0;
  display: inline-block;
  float: none !important;
  vertical-align: middle;
  top: 0 !important;
}
._my_community .info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 75px);
  float: none !important;
  margin: 0 !important;
}
._my_community .info .fa-lock-alt {
  font-size: 90% !important;
  margin: 0 !important;
  color: var(--primaryColor);
}
._my_community .info .fa-lock-alt:hover,
._my_community .info .fa-lock-alt:active {
  color: #fff !important;
}
._my_community.full .info {
  width: calc(100% - 50px);
}
._my_community a > i {
  display: inline-block;
  margin: 0 !important;
  margin-left: 3px !important;
  vertical-align: middle;
  width: 21px !important;
  font-size: 19px !important;
  text-align: center;
}
._my_community a > i:hover,
._my_community a > i:active {
  color: #ffffff !important;
}
#header .quick-menu .dropdown-menu._xl_menu {
  min-width: 362px;
}
.profile-header .profile-image {
  z-index: 10;
}
.profile-header .apps {
  margin-left: 0px;
}
.profile-menu .mask + .container .row.row-less-padding .col-md-2.hide-on-sticky,
#profile-menu .mask + .container .row.row-less-padding .col-md-2.hide-on-sticky {
  max-width: 113px;
  float: right;
}
.profile-menu .mask + .container .row.row-less-padding .col-md-9.hide-on-sticky,
#profile-menu .mask + .container .row.row-less-padding .col-md-9.hide-on-sticky {
  max-width: calc(100% - 288px);
}
.profile-header .apps a {
  padding: 0px 10px 22px 10px !important;
}
#search-results-2 .item .info {
  min-height: auto;
  padding-right: 0;
}
.profile_notifications {
  margin: 0 0;
  background: var(--notificationBgColor);
  border-radius: 4px;
  padding: 20px 5px;
  position: relative;
  margin-bottom: 25px;
}
.profile_notifications .image {
  padding-right: 0;
}
.profile_notifications .desc {
  font-size: 15px;
}
.profile_notifications .title {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  margin-bottom: 4px;
}
.profile_notifications .fa-close {
  color: #929292;
  position: absolute;
  top: 8px;
  right: 9px;
}
.profile_notifications .btn {
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  margin-top: 10px;
}
.at-share-btn [style="background-color: rgb(115, 138, 141); line-height: 32px; height: 32px; width: 32px;"] {
  display: inline-block;
}
.at-share-btn [style="background-color: rgb(115, 138, 141); line-height: 32px; height: 32px; width: 32px;"] svg g {
  fill: #fff;
}
.cs_about_popup_marker {
  float: none !important;
  display: inline-block !important;
}
.cs_about_popup_marker i.far.fa-map-marker-alt {
  float: none !important;
  margin: 0 2px !important;
}
.compose-box .info > .dropdown-menu.ng-isolate-scope[ng-show="isOpen()"] {
  max-height: 219px;
  overflow: auto;
}
.compose-box .info > .dropdown-menu.ng-isolate-scope[ng-show="isOpen()"] > li > a {
  padding: 5px 9px;
}
.compose-box .info > .dropdown-menu.ng-isolate-scope[ng-show="isOpen()"] > li > a .wrapper {
  padding: 0;
  margin: 0;
}
.compose-box .info > .dropdown-menu.ng-isolate-scope[ng-show="isOpen()"] > li > a .wrapper h4 {
  padding: 0;
  margin: 0;
}
.profile-action span[ng-class="{'open':crossDropdown.showSettingsMenu}"] .dropdown-toggle .fa-cog {
  margin-right: 8px;
}
.modal-content .forgot .msg h5 {
  font-size: 20px;
}
.modal-content .cs_invite_box .profile-img {
  background-size: cover !important;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 70px;
  left: 30px;
  position: absolute;
  top: 66px;
  width: 70px;
  background-color: #fff !important;
}
.modal-content .cs_invite_box .profile-img {
  width: 100px;
  height: 100px;
  top: 70px;
}
.modal-content .cs_invite_box .heading {
  padding-left: 30px;
  padding-top: 20px;
}
.cs_invite_box .share_item {
  border: 1px solid #a9a9a9;
  margin-bottom: 20px;
  border-radius: 5px;
  min-height: 90px;
  display: flex;
  align-items: center;
}
#InviteShareController.cs_invite_box .share_item_content .custom-pm-profile-share,
#BoardShareController.cs_invite_box .share_item_content .custom-pm-profile-share {
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: 0.1s;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
#InviteShareController.cs_invite_box .at-share-btn,
#BoardShareController.cs_invite_box .at-share-btn,
#InviteShareController.cs_invite_box .at-icon-wrapper,
#BoardShareController.cs_invite_box .at-icon-wrapper,
#InviteShareController.cs_invite_box .at-icon,
#BoardShareController.cs_invite_box .at-icon {
  width: 40px !important;
  height: 40px !important;
  max-width: 40px !important;
  max-height: 40px !important;
  transition: 0.1s;
}
#InviteShareController.cs_invite_box .at-share-btn:hover,
#BoardShareController.cs_invite_box .at-share-btn:hover,
#InviteShareController.cs_invite_box .at-icon-wrapper:hover,
#BoardShareController.cs_invite_box .at-icon-wrapper:hover,
#InviteShareController.cs_invite_box .at-icon:hover,
#BoardShareController.cs_invite_box .at-icon:hover,
#InviteShareController.cs_invite_box .custom-pm-profile-share:hover,
#BoardShareController.cs_invite_box .custom-pm-profile-share:hover {
  outline-offset: 0px;
  transform: scale(1.05);
}
#InviteShareController.cs_invite_box #inviteShareCancelBtn,
#BoardShareController.cs_invite_box #inviteShareCancelBtn {
  padding: 12px 20px;
  font-size: 15px;
}
.cs_invite_box h4 {
  font-size: 19px;
}
.cs_invite_box .share_item .icon {
  float: left;
  padding: 6px 22px;
}
.cs_invite_box .share_item .icon i {
  font-size: 32px;
  color: #a5a5a5;
  font-weight: normal;
  transition: 0.3s;
}
.cs_invite_box .share_item.invite_via,
.cs_invite_box .share_item.copy_link {
  cursor: pointer;
}
.cs_invite_box .share_item:hover {
  background: #f5f5f5;
}
.cs_invite_box .share_item .share_item_content {
  float: left;
  padding-right: 15px;
}
.cs_invite_box .share_item .share_item_content [title="Link"] {
  word-break: break-all;
}
.cs_invite_box .share_item .share_item_content a {
  color: #333;
  font-size: 14px;
}
.cs_invite_box .share_item .share_item_content a:hover {
  text-decoration: none;
}
.cs_invite_box .share_item .share_item_content span {
  display: block;
  font-size: 18px;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
}
@media (max-width: 1073px) {
  profile-menu .mask + .container,
  #profile-menu .mask + .container {
    position: relative;
  }
  profile-menu .mask + .container .row.row-less-padding .col-md-9.hide-on-sticky,
  #profile-menu .mask + .container .row.row-less-padding .col-md-9.hide-on-sticky {
    max-width: auto;
    position: static;
  }
  .profile-header {
    background-size: cover !important;
    width: 100%;
    position: relative;
    text-align: left;
    min-height: 475px;
    max-height: 475px;
  }
  .profile-header .profile h1 {
    width: 100%;
    padding-right: 0 !important;
    position: static;
    padding-left: 0;
    margin-bottom: 10px !important;
  }
  .profile-header .profile #profile-img {
    width: 81px;
    height: 81px;
    margin-bottom: 15px;
    border: 2px solid #fff !important;
    float: none !important;
    position: static;
  }
  .profile-header .profile h1 {
    width: 100%;
    padding-right: 0 !important;
    position: static;
    padding-left: 0;
  }
  #profile-apps,
  #profile-apps-board {
    position: absolute;
    left: 0;
    right: 0;
    top: auto !important;
    bottom: 0;
    box-shadow: 0 4px 5px #00000036;
  }
  .profile-header .profile {
    margin-top: 0px;
    height: auto;
    position: absolute;
    bottom: 85px;
  }
  .profile-header .info {
    position: static !important;
  }
  .profile-header .apps a i {
    font-size: 17px;
  }
  .profile-header .apps a .number {
    line-height: 22px;
  }
  .profile-header .profile .about-info {
    height: 17px;
    position: static;
  }
  .profile-header .profile.container {
    height: auto !important;
  }
  .profile-header .apps {
    margin-left: -15px;
  }
  .profile-header .apps a {
    padding: 0px 15px 17px !important;
    text-transform: uppercase;
    font-size: 16px;
  }
  .profile-header .apps {
    margin-left: -15px;
    white-space: nowrap;
    font-size: 0;
  }
  #profile-apps .profile-action .dropdown,
  .profile-apps .profile-action .dropdown {
    top: 9px;
  }
  #profile-apps .profile-action .btn i.far.fa-envelope {
    margin-top: 0 !important;
  }
  .profile-header .info {
    min-height: 30px;
    height: auto !important;
  }
  #profile-header-board2 h1,
  #profile-header-board2 div.info {
    padding-left: 0 !important;
  }
  #profile-header-board2 h1,
  #profile-header-board2 div.info {
    padding-left: 0 !important;
  }
  .cs_invite_box .share_item .icon {
    padding: 6px 15px;
  }
}
@media (max-width: 1073px) and (min-width: 1001px) {
  .profile-header .profile h1 {
    margin-left: 0 !important;
    padding-left: 0 !important;
    position: static;
  }
}
@media (max-width: 600px) {
  div#divForSearchBox {
    padding: 21px 15px;
    background: #e8e8e8;
    position: static;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  #postTimeline .pb-14 {
    padding-bottom: 14px !important;
  }
}
@media (max-width: 520px) {
  #search-results .item .info,
  #search-results-2 .item .info,
  .profile-boxes .item .info,
  #search-results2 .item .info {
    min-height: auto;
  }
}
@media (max-width: 400px) {
  .profile-header .apps a {
    font-size: 14px;
  }
  #profile-apps .profile-action .dropdown,
  .profile-apps .profile-action .dropdown {
    top: 7px;
  }
}
@media (max-width: 360px) {
  .profile-header .apps a {
    padding: 0px 9px 17px !important;
    text-transform: uppercase;
    font-size: 13px;
  }
  .profile-header .apps a:first-child {
    /*padding-left: 15px !important;*/
  }
}
@media (min-width: 992px) {
  #search-results-2 .item:nth-child(3n + 1) {
    clear: both;
  }
}
@media (min-width: 521px) and (max-width: 991px) {
  #search-results-2 .item:nth-child(2n + 1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  #chatSearchContainer {
    margin-top: -20px !important;
    font-family: 'Avenir LT W01_65 Medium1475532', Helvetica, Arial, sans-serif;
  }
  #thread ul {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  #FilterResults {
    display: none !important;
  }
  span.__icon_click {
    background: #195eaf;
    color: #fff;
    width: 45px;
    height: 45px;
    display: block;
    line-height: 45px;
    position: fixed;
    bottom: 15px;
    border-radius: 50%;
    z-index: 1000;
    box-shadow: 0 0 7px #000000e0;
    left: 15px;
    transition: 0.3s;
  }
  span.__icon_click.slided {
    transform: rotate(360deg);
    left: 78%;
    left: calc(75% + 10px);
  }
  a.__slider_tab_title {
    display: block;
    font-weight: 700;
    color: #333;
    margin-bottom: 7px;
    text-decoration: none !important;
  }
  a.__slider_tab_title span {
    float: right;
    position: relative;
    top: 10px;
    transition: 0.3s;
  }
  a.__slider_tab_title.open span {
    transform: rotate(180deg);
  }
  ._slide_toolbar {
    position: fixed;
    top: 59px;
    right: 100%;
    background: #fff;
    height: 93%;
    height: calc(100% - 50px);
    width: 75%;
    transition: 0.3s;
    overflow: auto;
    z-index: 100;
    text-align: left;
  }
  ._slide_toolbar.slided {
    right: 25%;
    padding-left: 15px !important;
    box-shadow: 7px 5px 5px #00000047;
  }
  ._slide_toolbar .dropdown-menu {
    width: calc(100% + 20px ) !important;
    max-height: calc(100vh - 106px) !important;
    box-shadow: none !important;
    max-height: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  ._slide_toolbar .dropdown-menu > li > a {
    white-space: normal !important;
  }
  ._slide_toolbar .btn-group.dropdown .dropdown-menu {
    left: calc( 50% + -6px ) !important;
  }
  ._slide_toolbar .btn-group.dropdown .dropdown-menu > li > a {
    font-size: 15px;
    padding: 7px 15px !important;
    color: #333 !important;
  }
  .__slider_title {
    display: block;
    margin-bottom: 5px;
  }
  .__scrolldown #header {
    padding: 10px 0 0;
  }
  #search .search-toolbar ._slide_toolbar .btn-group .btn {
    border-radius: 0;
    text-align: left;
    padding: 5px 0  ;
    margin-bottom: 0 !important;
    padding-left: 15px;
    border-bottom: 1px solid #eee;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: #fff !important;
    position: relative;
    white-space: normal;
  }
  #search .search-toolbar ._slide_toolbar .btn-group .btn span.caret {
    position: absolute;
    top: 50%;
    right: 8px;
  }
  #search .search-toolbar ._slide_toolbar .btn-group .btn {
    color: #777;
  }
  #search .search-toolbar ._slide_toolbar .btn-group .btn.active {
    background-color: #fff !important;
    border-radius: 0 !important;
    color: #1860a6 !important;
    box-shadow: none;
  }
  #search .search-toolbar ._slide_toolbar .btn-group .btn.active .far {
    color: #1860a6 !important;
  }
  ._slide_toolbar #filterTabBox > div {
    margin-left: -15px;
    margin-right: -5px;
  }
  ._slide_toolbar button#FilterResults {
    padding-left: 0 !important;
    border-bottom: 0 !important;
  }
  ._slide_toolbar button#FilterResults {
    font-weight: 700;
    position: relative;
  }
  ._slide_toolbar button#FilterResults span {
    float: right;
    top: 10px;
    position: relative;
  }
  ._slide_toolbar .btn-group,
  ._slide_toolbar .toolbarBox {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  ._slide_toolbar .toolbarBox {
    float: none !important;
  }
  ._slide_toolbar .toolbarBox div[mode="displayMode"] {
    border-left: 0px solid #ccc !important;
  }
  .profile-img {
    height: 48px;
    width: 48px;
    border: 0px;
  }
  .feed-wrapper .post-header .profile-img {
    width: 38px;
    height: 38px;
    border: 0;
  }
  .work-compose .profile-img,
  .profile-header .profile-image,
  #profile-menu-board .profile-image {
    width: 38px;
    height: 38px;
    border: 0 !important;
  }
  #responsiveTopMenuBar li:first-child a {
    padding-right: 0 !important;
  }
  #responsiveTopMenuBar li a {
    display: flex !important;
    align-items: center;
  }
  #profile-apps .profile-action .dropdown .dropdown-toggle .far,
  .profile-apps .profile-action .dropdown .dropdown-toggle .far {
    float: right;
  }
  .profile-action span[ng-class="{'open':crossDropdown.showSettingsMenu}"] .dropdown-toggle .far {
    float: none !important;
  }
  #InboxListController .col .inbox li .profile-img,
  #Home2Controller .col .inbox li .profile-img,
  #HomeController .col .inbox li .profile-img {
    width: 38px;
    height: 38px;
    border: 0;
  }
  #InboxListController .col .nav.nav-pills li {
    margin-left: -1px;
  }
  #mid-col .compose_box_responsive {
    left: 0;
  }
  #InboxListController .col .thread {
    position: relative;
    left: -1px;
    width: calc(100% + 1px);
    margin-top: 10px !important;
  }
  #search-results-2 > [masonry].row {
    height: auto !important;
  }
  #header #WebsiteIndexController #search-modal-results {
    width: 100% !important;
  }
  #search .btn-group .btn .far {
    display: inline-block;
    width: 20px;
    vertical-align: top;
    line-height: 24px;
    color: #999;
  }
  #header .quick-menu .dropdown-menu._xl_menu {
    min-width: 320px;
    max-height: calc(100vh - 150px);
  }
}
/* recyclemax css */
.cs_recyclemax .profile-menu .mask + .container .row.row-less-padding .col-md-9.hide-on-sticky,
.cs_recyclemax #profile-menu .mask + .container .row.row-less-padding .col-md-9.hide-on-sticky {
  max-width: calc(100% - 120px);
}
@media (min-width: 768px) {
  .cs_recyclemax .profile-header .apps a {
    padding: 0 10px 22px 10px !important;
  }
  .cs_recyclemax .profile-header .apps {
    margin-left: 0;
  }
}
/* end recyclemax css */
/*recycle max*/
.recycle-btn-green-dark {
  background: #177138 !important;
  border-color: #177138 !important;
}
.recycle-btn-green-dark:hover {
  background: #0e4723 !important;
  border-color: #0e4723 !important;
}
.recycle-btn-green-hover:hover {
  background: #58902f;
  border-color: #58902f;
}
.recycle-btn-green {
  background: #70b63c;
  border-color: #70b63c;
}
.recycle-btn-green:hover {
  background: #58902f;
  border-color: #58902f;
}
.__recycle {
  background: #fff;
}
.__recycle .service_wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
.__recycle .heading_wrap h2 {
  font-size: 36px;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  color: #363636;
  margin-bottom: 15px;
  margin-top: 0px;
}
.__recycle .heading_wrap p {
  font-size: 24px;
  color: #a7a6a6;
  line-height: 30px;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}
.__recycle .heading_wrap {
  margin-bottom: 20px;
}
.__recycle .service_grid .service_box {
  text-align: center;
  margin-bottom: 70px;
}
.__recycle .service_grid .service_box:hover i {
  transform: scale(1.2);
}
.__recycle .service_grid .service_box i {
  color: var(--primaryColor);
  font-size: 40px;
  margin-bottom: 10px;
  transition: 0.3s;
}
.__recycle .service_grid .service_box h2 {
  font-size: 24px;
  color: #333;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  margin-top: 0;
}
.__recycle .service_grid .service_box p {
  font-size: 17px;
}
.__recycle .service_wrap .heading_wrap {
  text-align: center;
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
}
.__recycle .service_grid {
  display: inline-block;
  margin-top: 30px;
}
.__recycle .service_grid .ser_btn,
.__recycle .how_it_work .ser_btn,
.__recycle .cardbard_grid .ser_btn {
  text-align: center;
  margin-top: 20px;
  display: table;
  margin: auto;
}
.__recycle .service_grid .ser_btn a,
.__recycle .how_it_work .ser_btn a,
.__recycle .cardbard_grid .ser_btn a {
  font-size: 23px;
  color: #fff;
  background-color: #70b63c;
  display: inline-block;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 5px;
}
.__recycle .service_grid .ser_btn a:hover,
.__recycle .how_it_work .ser_btn a:hover,
.__recycle .cardbard_grid .ser_btn a:hover {
  background-color: #58902f;
}
.__recycle .environment_wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #7fa58b;
}
.__recycle .environment_wrap .heading_wrap {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.__recycle .environment_wrap .heading_wrap h2 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
}
.__recycle .earthops_env_wrap.environment_wrap {
  background-color: #699c73;
}
.__recycle .environment_service {
  margin-top: 60px;
}
.__recycle .environment_service .box_enviroment {
  padding: 20px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  min-height: 161px;
  transition: 0.3s;
}
.__recycle .environment_service .box_enviroment:hover {
  transform: scale(1.1);
}
.__recycle .environment_service .box_enviroment i {
  color: #fff;
  font-size: 40px;
  margin-bottom: 10px;
}
.__recycle .environment_service .box_enviroment h2 {
  color: #fff;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 25px;
  margin-top: 15px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.__recycle .latest_news {
  padding-top: 80px;
  padding-bottom: 80px;
}
.__recycle .how_it_work .ser_btn {
  margin-top: 50px;
}
.__recycle .latest_news .news_wrapper {
  margin-top: 40px;
}
.__recycle .latest_news .news_wrapper .box_new {
  margin-bottom: 30px;
}
.__recycle .latest_news .news_wrapper .box_new img {
  width: 100%;
}
.__recycle .latest_news .news_wrapper .box_new h2 {
  font-size: 20px;
  font-family: 'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
  line-height: 25px;
  color: #363636;
}
.__recycle .earthops-btn-green-dark {
  background: #228345 !important;
  border-color: #228345 !important;
}
.__recycle .eo_need_section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.__recycle .eo_need_content .fa-graduation-cap {
  font-size: 55px;
  color: var(--primaryColor);
}
.__recycle .eo_need_content h2 {
  color: #000;
  font-size: 35px;
  margin-top: 10px;
}
.__recycle .eo_need_content p {
  font-size: 22px;
  width: 64%;
  line-height: 25px;
}
.__recycle .eo_need_content .list-get-pricing-btn {
  background: var(--btnColor);
  color: #fff;
}
.__recycle .eo_need_content .list-get-pricing-btn:hover {
  background: var(--btnColorHover);
}
.__recycle .latest_news .news_wrapper .box_new a {
  text-decoration: none;
}
.__recycle .cardbox_list {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #efefef;
}
.__recycle .cardbox_list .cardbard_grid .ser_btn {
  margin-top: 40px;
}
.__recycle .cardbox_list .heading_wrap {
  margin-bottom: 40px;
}
.__recycle .cardbox_list .heading_wrap h2 {
  letter-spacing: -1px;
  text-align: center;
}
.__recycle .cardbox_list .cardboard_box {
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 200px;
  justify-content: center;
  display: flex;
  align-items: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 7px;
  color: #fff;
  padding: 0 30px;
  position: relative;
  background-position: center center !important;
  transition: 0.3s;
}
.__recycle .cardbox_list .cardboard_box:hover {
  transform: scale(1.05);
}
.__recycle .cardbox_list .cardboard_box .cardboard_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000054;
  z-index: 9;
  width: 100%;
  border-radius: 5px;
}
.__recycle .cardbox_list .cardboard_box h2 {
  font-size: 24px;
  text-align: center;
  line-height: 26px;
  z-index: 10;
}
.__recycle .eo_latest_news {
  background: #f1f7ec;
}
.__recycle .eo_latest_news .box_new {
  border: 1px solid #d3d3d3;
}
.__recycle .eo_latest_news .box_new h2 {
  background: #fff;
  padding: 15px;
  margin: 0;
  margin-bottom: 0 !important;
  min-height: 125px;
}
.re-color-green {
  color: #177138;
}
.non-cmt-user {
  float: left;
  display: inline-block;
  vertical-align: middle;
  padding-top: 14px;
  font-size: 22px;
  width: 31px;
  height: 40px;
  color: #777;
}
#timeline-feed .cs_respond_link_btn,
.feed-post .cs_respond_link_btn {
  padding: 8px 15px !important;
  font-size: 17px !important;
}
@media (max-width: 767px) {
  .__recycle .service_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .__recycle .heading_wrap h2 {
    font-size: 24px;
  }
  .__recycle .heading_wrap p {
    font-size: 18px;
  }
  .__recycle .service_grid .service_box h2 {
    font-size: 20px;
  }
  .__recycle .service_grid .service_box p {
    font-size: 16px;
  }
  .__recycle .environment_wrap {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .__recycle .heading_wrap h2 {
    font-size: 22px;
  }
  .__recycle .latest_news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .__recycle .environment_service {
    margin-top: 40px;
  }
}
@media (max-width: 425px) {
  #header {
    box-shadow: unset;
  }
  .cs_me_menu.col-md-9 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .cs_me_menu .cs_res_me_menu {
    display: table-cell !important;
  }
  .cs_me_menu .apps {
    width: calc(100% + 30px) !important;
    display: table;
  }
  .cs_me_menu .apps a {
    display: table-cell;
    padding: 0px 9px 17px !important;
  }
  .cs_res_me_menu a.dropdown-toggle {
    display: block;
  }
  .cs_res_me_menu .dropdown-menu {
    padding-bottom: 0;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid #eee;
  }
  .cs_me_menu_scroll {
    position: fixed !important;
    z-index: 96 !important;
    bottom: unset !important ;
  }
  .is_logged_in #profile-apps.top59 {
    top: 59px !important;
    transition: 0.2s;
  }
  .is_logged_in #profile-apps.top107 {
    top: 107px !important;
    z-index: 96 !important;
    transition: 0.8s;
  }
  .is_logged_out #profile-apps.top59 {
    top: 54px !important;
    transition: 0.2s;
  }
  .is_logged_out #profile-apps.top107 {
    top: 54px !important;
    z-index: 96 !important;
    transition: 0.8s;
  }
}
@media (min-width: 768px) {
  #search .search-toolbar .btn-group .btn#FilterResults {
    border: 1px solid #ddd;
  }
}
html.website-home body.cs_facilityhub {
  background-color: #fff;
}
.cs_facilityhub {
  padding-bottom: 0px !important;
}
.cs_facilityhub .about_body {
  color: #2e2e2e;
}
.cs_facilityhub .about_body .primary_btn a {
  border-radius: 4px;
  background-color: #223d66;
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
}
.cs_facilityhub .about_body .primary_btn a:hover {
  background-color: #466e9a;
  text-decoration: none;
}
.cs_facilityhub .about_body .banner_section {
  background-size: cover;
  background-position: top center;
  padding-top: 100px;
}
.cs_facilityhub .about_body .banner_section.banner_2 {
  background-image: url(../images/facilityhub/banner2.png);
  background-position: center;
}
.cs_facilityhub .about_body .banner_section .banner_content {
  padding-top: 220px;
  padding-bottom: 100px;
}
.cs_facilityhub .about_body .banner_section .banner_content h1 {
  font-size: 48px;
  color: #fff;
  line-height: 105%;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: -1px;
}
.cs_facilityhub .about_body .banner_section .banner_content h1 sup {
  font-size: 16px;
  position: relative;
  top: -16px;
}
.cs_facilityhub .about_body .banner_section .banner_content h3 {
  font-size: 28px;
  color: #fff;
  text-shadow: 0px 4px 6px rgba(3, 3, 3, 0.71);
  margin: 0;
  padding-bottom: 35px;
}
.cs_facilityhub .about_body .banner_section .banner_content h6 {
  color: #fff;
  font-size: 18px;
  margin: 0px;
}
.cs_facilityhub .about_body .banner_section .banner_content h6 a {
  color: #fff;
  text-decoration: underline;
}
.cs_facilityhub .about_body .banner_section .banner_content .btn_area {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.cs_facilityhub .about_body .banner_section .banner_content .btn_area .primary_btn a {
  box-shadow: 0px 4px 6px 0px rgba(3, 3, 3, 0.3);
}
.cs_facilityhub .about_body .banner_section .banner_content .btn_area .primary_btn:first-child {
  margin-right: 10px;
}
.cs_facilityhub .about_body .banner_section.banner_2 .banner_content h1 {
  font-size: 44px !important;
}
.cs_facilityhub .about_body .features_section {
  padding: 80px 0;
}
.cs_facilityhub .about_body .features_section h3 {
  font-size: 28px;
  color: #2e2e2e;
  text-align: center;
  padding: 0 10px 50px;
  margin: 0;
  letter-spacing: -1px;
}
.cs_facilityhub .about_body .features_section h2 {
  text-align: center;
  color: #2e2e2e;
  font-size: 36px;
  margin: 0;
  margin-bottom: 50px;
}
.cs_facilityhub .about_body .features_section h2 span.grey {
  color: #444444;
}
.cs_facilityhub .about_body .features_section h2 span.blue {
  color: #466e9a;
}
.cs_facilityhub .about_body .features_section h2 sup {
  font-size: 10px;
  vertical-align: middle;
}
.cs_facilityhub .about_body .features_section .feature_items .row {
  margin-bottom: 40px;
}
.cs_facilityhub .about_body .features_section .feature_items h4 {
  font-size: 24px;
  color: #466e9a;
  text-transform: uppercase;
  padding: 20px 0;
}
.cs_facilityhub .about_body .features_section .feature_items .feature_item {
  padding: 20px 10px 20px 0;
}
.cs_facilityhub .about_body .features_section .feature_items .feature_item .d-flex {
  display: flex;
}
.cs_facilityhub .about_body .features_section .feature_items .feature_item .d-flex .icon_area {
  min-width: 45px;
  max-width: 45px;
}
.cs_facilityhub .about_body .features_section .feature_items .feature_item .d-flex .icon_area i {
  color: #646464;
  font-size: 34px;
}
.cs_facilityhub .about_body .features_section .feature_items .feature_item .d-flex .content_area {
  padding-left: 15px;
}
.cs_facilityhub .about_body .features_section .feature_items .feature_item .d-flex .content_area h6 {
  font-size: 20px;
  color: #444444;
  margin: 0;
  line-height: 140%;
}
.cs_facilityhub .about_body .features_section .primary_btn {
  margin-bottom: 30px;
}
.cs_facilityhub .about_body .features_section h6 {
  font-size: 18px;
  color: #444444;
  font-weight: 600;
}
.cs_facilityhub .about_body .features_section h6 a {
  color: #444444;
  text-decoration: underline;
}
.cs_facilityhub .about_body .info_section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.cs_facilityhub .about_body .info_section.grey_infosection {
  background-color: #f7f7f7;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.cs_facilityhub .about_body .info_section.pb_0 {
  padding-bottom: 0;
}
.cs_facilityhub .about_body .info_section.pb_0 .row h4 {
  padding-bottom: 120px;
}
.cs_facilityhub .about_body .info_section h3 {
  font-size: 28px;
  color: #2e2e2e;
  text-align: center;
  padding: 0 10px 100px;
  margin: 0;
  letter-spacing: -1px;
}
.cs_facilityhub .about_body .info_section h3 span.grey {
  color: #444444;
}
.cs_facilityhub .about_body .info_section h3 span.blue {
  color: #466e9a;
}
.cs_facilityhub .about_body .info_section h3 sup {
  font-size: 10px;
  vertical-align: middle;
}
.cs_facilityhub .about_body .info_section .row.d-flex {
  display: flex;
  align-items: center;
}
.cs_facilityhub .about_body .info_section .row h4 {
  font-size: 28px;
  color: #444444;
  margin: 0;
  padding: 20px 0;
}
.cs_facilityhub .about_body .getstarted_section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.cs_facilityhub .about_body .getstarted_section h2 {
  text-align: center;
  color: #2e2e2e;
  font-size: 48px;
  margin: 0;
  padding-bottom: 15px;
  letter-spacing: -1px;
}
.cs_facilityhub .about_body .getstarted_section h2 span.grey {
  color: #444444;
}
.cs_facilityhub .about_body .getstarted_section h2 span.blue {
  color: #466e9a;
}
.cs_facilityhub .about_body .getstarted_section h2 sup {
  font-size: 14px;
  vertical-align: middle;
}
.cs_facilityhub .about_body .getstarted_section h3 {
  font-size: 28px;
  color: #2e2e2e;
  text-align: center;
  padding: 0 10px 50px;
  margin: 0;
}
.cs_facilityhub .about_body .getstarted_section h3 a {
  color: #2e2e2e;
  text-decoration: underline;
}
.cs_facilityhub .about_body .getstarted_section .primary_btn {
  margin-bottom: 25px;
}
.cs_facilityhub .about_body .getstarted_section h6 {
  font-size: 18px;
  color: #444444;
  font-weight: 600;
}
.cs_facilityhub .about_body .getstarted_section h6 a {
  color: #444444;
  text-decoration: underline;
}
.cs_facilityhub footer.footer {
  position: static;
  padding: 50px 0 !important;
  background: #e3e3e3;
}
.cs_facilityhub footer.footer .cs_footer_logo {
  width: 250px;
  display: block;
  margin: 0 auto;
}
.cs_facilityhub footer.footer .copyright_text {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}
.cs_facilityhub footer.footer .social_icons {
  text-align: center;
}
.cs_facilityhub footer.footer .social_icons li {
  display: inline-block;
  margin-right: 10px;
}
.cs_facilityhub footer.footer .social_icons li a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #232224;
  color: #466e9a;
  font-size: 18px;
}
.cs_facilityhub footer.footer .contact_info .contactinfo_item h5 {
  text-align: center;
  font-size: 16px;
}
.cs_facilityhub footer.footer .contact_info .contactinfo_item h5 i {
  color: #466e9a;
  margin-right: 5px;
}
.cs_facilityhub footer.footer .contact_info .contactinfo_item p {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 991px) {
  .cs_facilityhub .about_body .banner_section .banner_content {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .cs_facilityhub .about_body .banner_section .banner_content h1 {
    font-size: 40px;
  }
  .cs_facilityhub .about_body .banner_section .banner_content h3 {
    font-size: 23px;
  }
  .cs_facilityhub .about_body .banner_section .banner_content h6 {
    font-size: 14px;
  }
  .cs_facilityhub .about_body .getstarted_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cs_facilityhub .about_body .getstarted_section h2 {
    font-size: 40px;
  }
  .cs_facilityhub .about_body .getstarted_section h3 {
    font-size: 23px;
    padding-bottom: 40px;
  }
  .creat-post-menu-link {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cs_facilityhub .about_body .banner_section .banner_content h1 br,
  .cs_facilityhub .about_body .banner_section .banner_content h3 br {
    display: none;
  }
  .cs_facilityhub .about_body .info_section h3 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .cs_facilityhub .about_body .primary_btn a {
    padding: 11px 20px;
    font-size: 16px;
  }
  .cs_facilityhub .about_body .banner_section .banner_content {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .cs_facilityhub .about_body .banner_section .banner_content h1 {
    font-size: 32px;
  }
  .cs_facilityhub .about_body .banner_section .banner_content h1 sup {
    top: -12px;
    font-size: 12px;
  }
  .cs_facilityhub .about_body .banner_section .banner_content h3 {
    font-size: 18px;
  }
  .cs_facilityhub .about_body .banner_section .banner_content h6 {
    font-size: 14px;
  }
  .cs_facilityhub .about_body .features_section h3 {
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .cs_facilityhub .about_body .features_section h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .cs_facilityhub .about_body .features_section .feature_items h4 {
    margin: 0;
  }
  .cs_facilityhub .about_body .features_section h6 {
    font-size: 14px;
  }
  .cs_facilityhub .about_body .info_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cs_facilityhub .about_body .info_section h3 {
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .cs_facilityhub .about_body .info_section .row.d-flex {
    flex-direction: column;
  }
  .cs_facilityhub .about_body .info_section .row h4 {
    font-size: 20px;
    padding-bottom: 40px;
  }
  .cs_facilityhub .about_body .info_section.pb_0 .row h4 {
    padding-bottom: 50px;
  }
  .cs_facilityhub .about_body .info_section.grey_infosection .row.d-flex {
    flex-direction: column-reverse;
  }
  .cs_facilityhub .about_body .getstarted_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cs_facilityhub .about_body .getstarted_section h2 {
    font-size: 32px;
  }
  .cs_facilityhub .about_body .getstarted_section h3 {
    font-size: 20px;
    padding-bottom: 40px;
  }
  .cs_facilityhub .about_body .getstarted_section h6 {
    font-size: 14px;
  }
}
.pricing_body {
  color: #2e2e2e;
}
.pricing_body .primary_btn a {
  border-radius: 4px;
  background-color: #223d66;
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  font-size: 26px;
  transition: 0.3s;
}
.pricing_body .primary_btn a:hover {
  background-color: #466e9a;
  text-decoration: none;
}
.pricing_body .pricing_section {
  background-color: #ececec;
  padding-top: 140px;
  padding-bottom: 60px;
}
.pricing_body .pricing_section h2 {
  text-align: center;
  color: #2e2e2e;
  font-size: 36px;
  margin: 0;
  margin-bottom: 50px;
}
.pricing_body .pricing_section h2 span.grey {
  color: #444444;
}
.pricing_body .pricing_section h2 span.blue {
  color: #466e9a;
}
.pricing_body .pricing_section h2 sup {
  font-size: 10px;
  vertical-align: middle;
}
.pricing_body .pricing_section .price_item {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(175, 188, 199, 0.6);
  margin-bottom: 40px;
}
.pricing_body .pricing_section .price_item h3 {
  font-size: 50px;
  color: #646464;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}
.pricing_body .pricing_section .price_item h3 span {
  color: #223d66;
  font-size: 20px;
}
.pricing_body .pricing_section .price_item hr {
  border-color: #223d66;
  margin: 0;
}
.pricing_body .pricing_section .price_item .price_info {
  padding: 20px 20px;
}
.pricing_body .pricing_section .price_item .price_info h4 {
  font-size: 24px;
  color: #223d66;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.pricing_body .pricing_section .price_item .price_info ul {
  padding-left: 27px;
  margin-bottom: 30px;
}
.pricing_body .pricing_section .price_item .price_info ul li {
  list-style-type: none;
  font-size: 18px;
  margin-bottom: 10px;
  color: #444444;
}
.pricing_body .pricing_section .price_item .price_info ul li:before {
  content: "\f138";
  font-family: "Font Awesome 5 Pro";
  color: #223d66;
  opacity: 0.6;
  margin-left: -26px;
  margin-right: 10px;
}
.pricing_body .pricing_section .price_item .price_info .primary_btn a {
  min-width: 80%;
}
.pricing_body .pricing_section p {
  font-size: 17px;
  color: #444444;
  margin-bottom: 20px;
  line-height: 24px;
}
.pricing_body .use_section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pricing_body .use_section h2 {
  text-align: center;
  color: #2e2e2e;
  font-size: 36px;
  margin: 0;
  margin-bottom: 50px;
}
.pricing_body .use_section h2 span.grey {
  color: #444444;
}
.pricing_body .use_section h2 span.blue {
  color: #466e9a;
}
.pricing_body .use_section h2 sup {
  font-size: 10px;
  vertical-align: middle;
}
.pricing_body .use_section .use_item {
  padding-top: 20px;
  padding-bottom: 50px;
  padding-right: 70px;
}
.pricing_body .use_section .use_item i {
  color: #466e9a;
  font-size: 32px;
  margin-bottom: 30px;
}
.pricing_body .use_section .use_item p {
  font-size: 20px;
  color: #444444;
  line-height: 30px;
}
.pricing_body .use_section .questions_section h3 {
  font-size: 24px;
}
.pricing_body .use_section .questions_section p {
  font-size: 18px;
  line-height: 28px;
}
.pricing_body .use_section .questions_section p a {
  color: #223d66;
}
@media (min-width: 768px) {
  .hero_section_v2 .row.d_flex {
    display: flex;
    align-items: center;
  }
  .hero_section_v2 .hero_section_img img {
    position: relative;
    top: 29px;
    right: 20px;
    height: calc(100vh - 180px);
    min-height: 660px;
    z-index: 1;
    max-height: 730px;
    max-width: none;
    margin-left: auto;
    display: block;
  }
}
.is_logged_out .hero_section_v2 {
  margin-top: 55px;
}
.hero_section_v2 .hero_section_content {
  max-width: 100%;
  width: 650px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.hero_section_v2 .hero_section_content h1 {
  color: #000;
  font-size: 50px;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
.hero_section_v2 .hero_section_content span {
  color: #000;
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 30px;
  display: block;
  margin-bottom: 30px;
}
.hero_section_v2 .hero_section_content a.cs_green_btn {
  color: #fff;
  font-size: 22px;
  padding: 10px 20px;
  border-radius: 4px;
  width: 170px;
}
.cms_pages h1 {
  margin-bottom: 20px;
}
.cms_pages p,
.cms_pages li {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .hero_section_v2 .hero_section_content {
    width: 480px;
  }
  .hero_section_v2 .hero_section_content h1 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .hero_section_v2 .hero_section_img img {
    min-height: 380px;
    max-height: 380px;
    top: 0;
    margin-bottom: 30px;
  }
  .cs_recyclemax ._home_2019 .img-left-text a.btn {
    width: 178px;
  }
  .cms_pages p,
  .rx-help p,
  .cms_pages li,
  .rx-help li {
    font-size: 16px;
    line-height: 26px;
  }
  .need_section ul,
  .need_section p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .need_section ul li span.text-bold,
  .need_section p li span.text-bold {
    font-size: 16px !important;
  }
  .rx-help .rc-perk .rc-text {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .rmax_about .cs_about_value p,
  .rmax_about .cs_mission p,
  .rmax_about .quality-points p,
  .rmax_about .cs_about_value li,
  .rmax_about .cs_mission li,
  .rmax_about .quality-points li {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .rmax_about .cs_about_value p .content,
  .rmax_about .cs_mission p .content,
  .rmax_about .quality-points p .content,
  .rmax_about .cs_about_value li .content,
  .rmax_about .cs_mission li .content,
  .rmax_about .quality-points li .content {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 767px) {
  .cs_recyclemax .hero-search-bar {
    width: 100% !important;
  }
  .cs_recyclemax .search_tags {
    gap: 10px;
  }
  .hero_section_v2 .hero_section_img img {
    max-width: 100%;
    max-height: 100%;
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .pricing_body {
    color: #2e2e2e;
  }
  .pricing_body .primary_btn a {
    padding: 11px 20px;
    font-size: 16px;
  }
  .pricing_body .pricing_section {
    padding-bottom: 30px;
  }
  .pricing_body .pricing_section h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .pricing_body .pricing_section p {
    font-size: 18px;
    color: #444444;
    margin-bottom: 30px;
  }
  .pricing_body .pricing_section .price_item .price_info h4 {
    font-size: 22px;
  }
  .pricing_body .pricing_section .price_item .price_info ul li {
    font-size: 16px;
  }
  .pricing_body .use_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pricing_body .use_section h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .pricing_body .use_section .use_item {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-right: 0px;
  }
  .pricing_body .use_section .use_item i {
    margin-bottom: 25px;
  }
  .pricing_body .use_section .use_item p {
    font-size: 16px;
    line-height: 26px;
  }
  .pricing_body .use_section .questions_section h3 {
    font-size: 24px;
  }
  .pricing_body .use_section .questions_section p {
    font-size: 14px;
    line-height: 24px;
  }
  .cs_recyclemax .f_contact_info {
    flex-direction: column;
  }
  .cs_recyclemax .f_contact_info .h_contact_email {
    margin: 10px 0;
  }
  .cs_recyclemax .f_contact_info .h_contact_phone {
    margin-left: 0;
  }
  .cs_recyclemax .search_tags {
    flex-wrap: wrap;
  }
  .cs_recyclemax .search_tags a {
    padding: 5px 1%;
    flex-basis: calc(50% - 10px);
    flex-grow: 1;
    align-self: stretch;
    font-size: 14px;
  }
  .hero_section_v2 .hero_section_content a.cs_green_btn {
    font-size: 18px;
  }
}
.quote_btn {
  background-color: var(--primaryColor);
  color: #fff !important;
  padding: 10px 15px;
  border-radius: 5px;
}
.quote_btn i {
  color: #fff !important;
}
.quote_btn:hover {
  background-color: #f1f1f1;
  color: #333 !important;
}
.quote_btn:hover i {
  color: #333 !important;
}
a[title="Change Status"] {
  color: var(--linkColor) !important;
}
a[title="Change Status"]:hover {
  text-decoration: none !important;
}
