.company {
  display: none !important;
}
.wrapperbackground {
  background-image: linear-gradient(180deg, #10003F 0%, #2E0052 100%);
  background-attachment: fixed;
}
.header_inner.transparent {
  background-color: transparent !important;
  border-bottom: none !important;
}
/*header .transparent .logo>img {*/
    /*filter: brightness(0.5) invert(1);*/
/*}*/
.transparent #hamburger span {
  color: #bbbbbb !important;
}
.dhhcontainer {
  font-family: HKGroteskPro, serif;
}
.header_inner.transparent #cssmenu ul li a {
  color: #ffffff !important;
}
.header_inner.transparent #cssmenu ul li a > span {
  color: #4a4a4a;
  background: transparent;
}
.h1 {
  font-size: 60px;
  line-height: 73px;
  color: #ffffff;
  font-weight: 700;
}
.h3 {
  font-size: 30px;
  line-height: 37px;
  color: #ffffff;
  font-weight: 700;
}
.h2 {
  font-size: 40px;
  line-height: 49px;
  color: #ffffff;
  font-weight: 700;
}
.howitworks {
  width: 60px;
  height: 60px;
  text-align: center;
  border: 3px solid #6cca6a;
  box-sizing: border-box;
  border-radius: 50%;
  line-height: 60px;
}
.offering {
  background: #ffffff;
  border-radius: 5px;
  margin-top: 10px;
  text-align: left;
  padding: 40px;
}
.howitworks > span {
  font-size: 20px;
  line-height: 25px;
  color: #101010;
  font-weight: bold;
}
.howitworkscontent {
  padding-left: 20px;
}
.howitworkscontent > h3 {
  font-size: 20px;
  line-height: 25px;
  color: #101010;
}
.howitworkscontent > h4 {
  font-size: 14px;
  line-height: 18px;
  color: #868686;
}
.howitworksdummy > span {
  height: 90px;
  display: block;
  border-left: 2px solid #6cca6a;
  margin-left: 15px;
}
.timeframe {
  text-align: right;
  float: right;
  font-size: 16px;
  line-height: 60px;
  color: #868686;
}
.timeframedummy {
  text-align: right;
}
.timeframedummy > span {
  height: 90px;
  font-size: 16px;
  color: #868686;
  border-right: 2px solid #6cca6a;
  line-height: 90px;
  display: block;
  padding-right: 10px;
}

.badge {
  border-radius: 4px !important;
}
.referral-mobile .title {
  font-family: Source Sans Pro;
  font-weight: 300;

  line-height: 38px;
  color: #363636;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.referral-mobile .title h2 {
  font-size: 30px;
}
.referral-mobile .title > span {
  margin: 0 15px;
  font-size: 40px;
}
.referral-mobile .copylink-input {
  background: #ffffff;
  border: 1px solid #5e8ae0;
  box-sizing: border-box;
  border-radius: 3px;
  height: 47px;
  font-size: 20px;
  color: #464646;
}
.referral-mobile .copy-icon {
  position: absolute;
  height: 20px;
  top: 13px;
  right: 13px;
}
.referral-mobile input:focus {
  outline: none;
  box-shadow: none;
}
.referral-mobile input::selection {
  color: black;
  background: #182fa52b;
}
.event-label {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  padding: 5px;
}
.col-sm-3 {
  width: 40%;
}
.col-sm-7 {
  width: 60%;
}
.only-mobile {
  display: none !important;
}
.only-desktop {
  display: inline-block !important;
}
#calendarimage:hover {
  border: 1px solid #182fa5;
}
@media (max-width: 600px) {
  #calendarimage {
    height: 300px;
  }

  .event-item {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #ddd;
  }
  .only-mobile {
    display: inline-block !important;
  }
  .only-desktop {
    display: none !important;
  }
  .event-item img {
    height: 16px;
  }
}

.img-fluid > img,
.img-fluid > a > img {
  max-height: 75px;
  max-width: 150px !important;
  height: auto !important;
}
.container-fluid {
  padding-top: 77px;
  margin-top: initial !important;
}
.container_common {
  max-width: 1250px;
}
#main_container {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main_container > div {
  display: block;
  text-align: center;
  margin-top: 50px;
}
#form_container.container,
.thankyou_subcontainer {
  text-align: left;
  width: 100%;
  max-width: 600px;
  background: transparent;

  border-radius: 20px;
  min-height: 350px;
  padding: 50px;
  padding-bottom: 30px;
}
.thankyou_subcontainer {
  min-height: 200px;
}
#form_container .form_title,
.thankyou_subcontainer .form_title {
  color: #ffffff !important;
}
#form_container #custom_form p,
#form_container #custom_form p > label,
.thankyou_subcontainer p {
  color: #ffffff !important;
}

#custom_form {
  border: none;
  box-shadow: none;
  padding: initial;
}
.custom_form_elements > p {
  display: block;
  margin-top: 8px;
  width: auto;
}
.custom_form_elements > p > label {
  margin-top: 10px;
  width: 100%;
  display: block;
  font-size: 16px;
  color: #101010;
}
.custom_form_elements > p > textarea,
.custom_form_elements > p > select,
.custom_form_elements > p > input {
  font-size: 16px;
  border-radius: 4px;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  line-height: 18px;
  border-color: #cbcbcb;
  padding-left: 5px;
  height: 30px;
}
.custom_form_elements > p > textarea {
  height: auto;
}
.form_title {
  font-size: 44px;
  line-height: 55px;
  color: #101010;
  margin-top: initial;
  margin-bottom: initial;
}
.form-intro {
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
  color: #101010;
}
.form-intro h3 {
  font-size: 16px !important;
  color: #101010;
}
.type1 .custom_form_elements > p > label {
  visibility: hidden;
  margin-top: initial;
  margin-bottom: initial;
  color: darkred;
  font-size: 12px;
  line-height: 15px;
}
.type2 .custom_form_elements > p > label > span {
  margin-top: initial;
  margin-bottom: initial;
  color: darkred;
  font-size: 12px;
  line-height: 15px;
}

.custom_form_elements > p > textarea::placeholder,
.custom_form_elements > p > select::placeholder,
.custom_form_elements > p > input::placeholder {
  color: #727272;
}
.helptext {
  font-size: 16px;
  line-height: 15px;
  color: #cbcbcb;
}
input[type="radio"] {
  margin-right: 5px;
}
.choicefield label {
  font-size: 18px;
}
/* select{background: url({% static 'Hacks/images/caret-down.png' %}) no-repeat 97%/3%;-webkit-appearance: none; */
/* background-color: #fff;} */
#cta1,
#updateprofile,
#cta2,
#register {
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
  padding: 15px 140px;
  border-radius: 5px;
  /* width: 100%; */
  /* max-width: 300px; */
  background-color: #1847a5;
  color: white;
  text-align: center;
  text-decoration: none;
  border: transparent solid 1px;
  margin-bottom: 5px;
  box-shadow: 0 1px 4px #1847a5;
  display: inline-block;
}
.row.footerrow {
  margin: auto;
  background: #f2f2f2;
  color: #5f6368;
  font-size: 12px;
  line-height: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  bottom: 0;
  position: relative;
}
.footerrow > .col-sm-12:first-child {
  text-align: left;
}
.footerrow > .col-sm-12:nth-child(2) {
  text-align: center;
}
.footerrow > .col-sm-12:last-child {
  text-align: right;
}
ul.sociallinks {
  display: inline-flex;
  align-items: center;
}
ul.sociallinks > li {
  margin-left: 5px;
  margin-right: 5px;
}
.booleanfield {
  width: 25px !important;
  margin-right: 10px !important;
  margin-top: 0 !important;
}
.booleanfieldparent {
  display: flex !important;
  align-items: center;
}

#thankyou_container {
  display: none;
  text-align: left;
  max-width: 600px;
  width: 100%;
}
#thankyou_container p {
  font-size: 20px;
}
#custom_form input {
  color: #000 !important;
}
#ytsocial {
  vertical-align: middle !important;
}
#sharelink {
  width: 100px;
  max-width: 275px;
}
#additionaldetails {
  padding-left: 50px;
}
.pasthackathons .img-fluid {
  height: 105px;
  line-height: 105px;
}
.pasthackathons .text-gray-700 {
  height: 75px;
}
.pasthackathons .card {
  cursor: pointer;
}
.pasthackathons .flickity-button.next {
  right: 20px;
}
.pasthackathons .flickity-button.previous {
  left: 20px;
}
.img-right-corner {
  left: 50%;
  margin-left: -10vw;
  margin-right: -50vw;
  max-width: 55vw !important;
  position: relative;
  right: 50%;
  width: 55vw !important;
}
@media (max-width: 768px) {
  #cta1 {
    max-width: 100%;
  }
  #main_container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .container-fluid {
    margin-top: initial !important;
  }
  #main_container > div {
    margin-top: 35px;
  }
  #main_container > div > h1 {
    margin-top: 0;
    line-height: 55px;
  }
  .footerrow > .col-sm-12:first-child,
  .footerrow > .col-sm-12:nth-child(2),
  .footerrow > .col-sm-12:last-child {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  #form_container.container {
    min-height: 425px;
    padding: 30px 20px;
  }
  .thankyou_subcontainer {
    padding: 30px 0;
    text-align: left !important;
  }

  .transparent #hamburger span {
    background: #bbbbbb !important;
  }
  .header_inner.transparent #cssmenu ul li a {
    color: #4a4a4a !important;
  }
  #additionaldetails {
    padding-left: initial;
  }
  #sharelink {
    width: 100%;
  }
}

.btn {
  height: auto !important;
}

.lh-image {
  max-width: 700px;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.notify-btn {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  padding: 12px 100px;
  background-color: #1847a5;
  text-decoration: none;
  border: transparent solid 1px;
  box-shadow: 0 1px 4px #1847a5;
}

.card {
  border-radius: 1rem !important;
  background: rgba(0, 0, 0, 0.2);
}
.card-body p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
}

.features-container {
  position: relative;
  border-radius: 1rem;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}

.feature {
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.6rem;
  height: 100%;
}
.feature-img {
  width: auto;
  height: 80px;
}
.feature-title,.title,.h5,.total {
  font-size: 1.2rem;
  font-weight: bold;color: #ffffff;
}
.feature-description,.description,.text-muted{
  color: rgba(255, 255, 255, 0.8) !important;
}
.season-wrap p.date {
  color: #101010;
  font-size: 20px;
}
.season-wrap .big-title {
  font-size: 35px;
  display: flex;
  align-items: center;
}
.shadow-container {
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 20px 15px;
}

.left-content {
  width: 70%;
}
.right-content {
  width: 30%;
}
.timeline {
  position: relative;
  display: block;
  border-left: 2px solid #6cca6a;
  text-align: left;
}
.timeline:last-child {
  border-left: none;
}
.number {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 3px solid #6cca6a;
  border-radius: 50%;
  height: 3.5rem;
  width: 3.5rem;
  line-height: 3rem;
  transform: translateX(-50%);
  text-align: left;
}
.timeline:last-child .number {
  background-color: #6cca6a;
}
.hyphen {
  color: #6cca6a;
  letter-spacing: 1px;
}
.total {
  border-right: 2px solid #6cca6a;
}
.timeframe {
  border-right: 2px solid #6cca6a;
}

.view-details {
  background-color: #1847a5 !important;
}

.carousel-item-content {
  min-height: 50vh;
}
.carousel-item-content .card {
  width: 50%;
}
.carousel-indicators {
  bottom: -10%;
  padding-left: 5.6rem;
}
.carousel-indicators li {
  background-color: skyblue !important;
  border: none;
}
.carousel-indicators li.active {
  background-color: #1847a5 !important;
  width: 30px;
  height: 3px;
}
.carousel-item-content .card .card-text {
  text-align: left;
}

.card-header{border-bottom: 1px solid #fff;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
@media (max-width: 992px) {
  .carousel-item-content .card {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .left-content {
    width: 100%;
  }
  #schedule {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .right-content {
    width: 100%;
    height: 50px;
  }
  .timeframe {
    border-right: none;
    width: 100%;
    text-align: left;
  }
  .total {
    border-right: none;
  }
  .company-logos > img {
    width: 100%;
  }
  .carousel-item-content .card {
    width: 100%;
  }
}

.person-image {
  height: 120px;
  width: 120px;
}

.testimonials .participant-name{color:#ffffff !important;}
.testimonials img{filter:grayscale(1)}
.testimonials .card{height:380px;}
.testimonials i.fab.fa-linkedin{font-size: 25px;height:25px;
  color: #ffffff;}

.plans-card{
  max-width: 480px;
  border-radius: 10px;
  background-color: rgba(0,0,0,0.2);
}
.font-lg{
  font-size: 1.4rem;
}