h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}

h4 {
  padding-top: 5px;
}

h1,
h2,
h3 {
  color: #1C75BC;
  font-weight: bold;
}

h3 {
  font-size: 22px;
  font-weight: normal;
}

.dxp_btn {
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  border: 1px solid #1C75BC;
  text-decoration: none;
  margin-top: 20px;
  display: inline-flex;
  text-align: center;
  margin: 0 auto;
}

span.h4-header-bw-demo {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  background: #a6ce3c;
  background-image: linear-gradient(to right, #282829, #333F48);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

span.h4-header-bw-demo::before,
span.h4-header-bw-demo::after {
  content: 'C6' !important;
  content: '•' !important;
  color: #1b75bc;
  background-color: #1b75bc;
  -webkit-background-clip: text;
  font-size: 20px;
  margin: 0 3px 0;
  padding: 0 3px 0;
  vertical-align: text-top;
}

hr.style-one {
  border: 0;
  padding: 1px;
  height: 3px;
  background: #0075ad;
  width: 10%;
}

.hidden-sm-down {
  display: none;
}

.product-ce-info {
  display: none;
}

a {
  color: #1b75bc;
  font-weight: normal;
  transition: .3s;
}

.btn-default:hover {
  background-color: #333F48;
  color: #ffffff;
}

#navbar {
  background-color: #ffffff;
  border-color: #E7E7E7;
  border-bottom-width: 1px
}

#navbar li,
#navbar li a {
  color: #282829;
}

#navbar li:hover a:hover {
  background-color: #1b75bc;
  color: #FFFFFF;
}

#navbar-menu-right>li>a.navbar-button {
  background-color: #1b75bc;
  color: #fff;
}

#navbar-menu-right li:hover a:hover {
  background-color: #333F48;
  color: #fff;
}

#navbar .navdrop {
  color: #282829;
  background-color: #FFF;
  transition: .3s;
}

#navbar .navdrop a:hover {
  color: #ffffff;
  background-color: #1b75bc;
}

#store-top-nav>div>ul>li>h4>a {
  color: #282829;
}

#profile-nav.page-navigation>ul.nav-tabs {
  background-color: #FFF;
  color: #a6ce3c;
}

div.gray-bar {
  background: #a6ce3c repeat left top;
  height: 10px;
  margin-top: 4px;
}

.support-header,
.title {
  margin-top: 30px;
}

.nav>li>a {
  color: #282829;
  background-color: #a6ce3c;
  transition: .3s;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #1b75bc;
}

.nav>li>a:focus,
.nav>li>a:hover {
  color: #fff;
  background-color: #333F48 !important;
  transform: translateX(3px);
}

#nav-itinerary>li>a,
#nav-itinerary>li>a {
  margin-bottom: 10px;
  transform: translateX(0px);
}

.btn-primary .btn-sm {
  background-color: #1b75bc;
}

div.product-info {
  margin-top: 5px;
  padding: 0 5px 0 5px;
  height: 80px !important;
}

hr {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #a6ce3c;
}

div#entry-profile-header .panel-body {
  background: #1b75bc;
}

div.panel-footer {
  padding: 10px 15px;
border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

a.list-group-item,
button.list-group-item {
  color: #333F48;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #282829;
  text-decoration: none;
  background-color: #a6ce3c;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #1b75bc;
  background-color: #a6ce3c;
  border-color: #dddddd;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: .75;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

.form-control:focus {
  border-color: #a6ce3c;
}

input.form-control::placeholder {
  color: #333F48;
}

.dropdown-menu>li>a {
  color: #333F48;
}

dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  text-decoration: none;
  background-color: #a6ce3c;
}

div#conversations-container a:focus,
div#conversations-container a:hover {
  color: #1b75bc !important;
  text-decoration: none;
}

button#edit-my-profile-button {
  margin-bottom: 10px;
  background-color: #333F48;
  border-color: #333F48;
}

button#edit-my-profile-button:hover {
  background-color: #282829;
  border-color: #282829;
}

button#edit-my-profile-button:active {
  background-color: #1b75bc;
  border-color: #1b75bc;
  color: #1b75bc;
}

div#conversations-container .badge {
  min-width: 13px;
  padding: 3.5px 3.5px;
  border-radius: 5px;
  background-color: #282829;
  color: #eeeeee;
}

.btn-client {
  background-color: #1b75bc;
  color: #ffffff;
  transition: .3s;
}

.btn-client:hover {
  background-color: #a6ce3c;
  color: #ffffff;
}

div#conversations-container .panel-heading,
div#conversations-container button.btn-outline-primary,
div#conversations-container button.btn-outline-primary i {
  background-color: #a6ce3c;
  color: #282829;
}

div#conversations-container .fa-ellipsis-v {
  cursor: pointer;
  color: #282829;
}

div#conversations-container div.message span {
  vertical-align: top;
  color: #1b75bc !important;
}

.subhead-bgd-welcome {
  position: relative;
  background-image: url('https://cdn1.digitellcdn.com/uploads/digitelltv/redactor/208cd7e49951c1a6d045e2bd709e3a35c9270cf5eb7746bf87f9d44fc7a64832.png');
  z-index: 0;
  margin-top: -30px;
  background-repeat: no-repeat;
  background-position: 0px 30px;
  background-size: cover;
  border-radius: 4px;
}

@media (min-width:1200px) {
  .subhead-bgd-welcome {
    position: relative;
    background-image: url('https://cdn1.digitellcdn.com/uploads/digitelltv/redactor/208cd7e49951c1a6d045e2bd709e3a35c9270cf5eb7746bf87f9d44fc7a64832.png');
    display: block;
    height: 232px;
    width: 100%;
    z-index: 0;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    border-radius: 4px;
  }
}

.speaker-card {
  border-radius: 15px;
  background-color: rgb(213 228 255);
  background-image: -webkit-linear-gradient(-90deg, #a6ce3c 30%, #a6ce3c 100%);
  border: 1px solid #D2D5D8;
  height: auto;
  min-height: 335px;
  z-index: 0;
  padding-top: 15px;
  margin: 5px;
  cursor: pointer;
}

.speaker-card {
  border-radius: 15px;
  background-color: #f5f5f5 !important;
  border: 1px solid #333f48;
  height: auto;
  min-height: 335px;
  z-index: 0;
  padding-top: 15px;
  margin: 5px;
  cursor: pointer;
}

.speaker-card.speaker-link,
.attendee-card,
.attendee-card.attendee-link {
  background: #f5f5f5 !important;
  border: 1px solid #c9c9c9;
}

div#attendees-holder h4,
div#speakers-2146 h4 {
  color: #1b75bc !important;
}

button.btn.btn-primary.attendee-start-conversation,
button.btn.btn-primary.attendee-connect-button,
button.btn.btn-primary.attendee-start-video,
button.btn.btn-primary.attendee-remove-connect-button {
  background: #1b75bc;
}

span#speaker-title,
span#attendee-company {
  color: #1b75bc !important;
}

div#speakers-2146 h3 {
  font-weight: 700 !important;
}

button.btn.btn-primary {
  background-color: #333F48;
}

.modal {
  width: 100%;
  text-align: justify;
}

#page-footer {
  background-color: #282829;
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
  height: 100px;
  padding-top: 25px;
  text-align: left;
}

#footer-text {
  color: white;
}

#footer-text a {
  color: #1b75bc;
}

#footer-trademark {
  margin-top: 5px;
}

#footer-terms,
#footer-trademark {
  font-size: 9px;
}