a.dclogosvg {
    font-size: 26px;
    color: inherit;
    font-weight: 400;
    text-decoration: none;
    margin-top:7px;
    font-family: 'Zoho_Puvi_SemiBold'
}
.heading-menu{
    display:none;
}
#commonHeader {
    display: none;
}
#commonHeader {
    min-height: 90px;
}
.container.sec-pTB {
    padding: 0;
}
.header {
    background-color: #01203559;
    padding: 20px 50px;
}
.header img {
    width: 400px;
    display: block;
}
.foot-copy {
    padding: 10px 0;
    background: #01203559;
}
body {
    font-family: Poppins;
    background-image: url(../images/halloween-bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
}
.hallo-main {
    margin: 40px auto;
    max-width: 90%;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.hallo {
    background-color: #012450f0;
    padding: 40px;
    border-radius: 15px;
    max-width: 100%;
    box-shadow: 0 0 10px 1px #000;
}
.hallo.content {
    width: 800px;
    margin: 0 50px 0 0;
    background-image: url(../images/halloween-content-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 340px;
}
.hallo.content .flex {
    display: flex;
    flex-wrap: wrap;
}
.hallo.content .inner-flex {
}
.hallo.content .inner-flex .half {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
}

.hallo.content .inner-flex .half:last-child {
    margin-right: 0;
}
.hallo.content .inner-flex:last-child {
    border-radius: 15px;
}
.hallo.form{
    width: 300px;
    background-color: #fda431;
}
.hallo.form.over {
    position: relative;
    overflow:hidden;
}
.hallo.form.over:before {
    content: '';
    position: absolute;
    bottom:0;
    top: 0;
    left: 0;
    right: 0;
    background-color:#000000e0;
    z-index:9;
}
.hallo.form.over:after {
    content: 'Event Over';
    position: absolute;
    top: 0;
    right: 0;
    background-color:#ffc006;
    z-index:9;
    font-weight:600;
    padding: 0 25px;
    transform: rotate(45deg) translate(35px, -5px);
    box-shadow:0 0 5px #000;
}
.hallo.home{
    width:auto;
}
.hallo h1 {
    color: #fda431;
    font-size: 45px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 15px;
}
.hallo h2 {
    color: #fff !important;
    margin: 0 0 15px;
    font-size:25px;
    font-weight: 600;
    font-style: normal;
}
.hallo p {
    font-size: 14px;
    color: #fff;
    margin: 0 0 15px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing:.5px;
}
.hallo p strong {
    color: #ffd557;
    font-weight: 500;
}
.edi-btn inputgroup input, .edi-btn inputgroup select, .edi-btn .field-valid input, .edi-btn .field-error input, .edi-btn inputgroup textarea {
    background-color: #fff !important;
    width: 100% !important;
}
.edi-btn inputgroup input {
    width: 93% !important;
}
.fbutton .spl-submit#Submit{
    width:100% !important;
    margin:10px 0 !important;
    background-color: #323233 !important;
    font-size:20px !important;
    font-weight:600;
}
.hallo h3 {
    color: #fda430 !important;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin: 0 0 10px 0 !important;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #ffc104;
    max-width: 700px;
    letter-spacing: .5px;
}
.hallo ul {
    color: #fff !important;
    font-size: 13px;
    line-height: normal;
    font-weight: 300;
    display: flex;
    flex-wrap: wrap;
    counter-reset:serial;
}
.hallo ul li {
    font-size: 13px;
    width: 30%;
    font-weight: 300;
    color: #bee5ff;
    border-radius: 15px;
    cursor: default;
    margin: 10px 10px 10px 0;
    white-space: nowrap;
}
.hallo ul li:hover {
    background-color: #001e42;
    background: linear-gradient(to right, #000000, #02204800);
}

.hallo ul li:before {
    counter-increment: serial;
    content: counter(serial);
    float: left;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    margin: 5px 13px 5px 0;
    width: 30px;
    height: 30px;
    background-color: #047ac9;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.hallo ul li strong {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin: 0 7px 0;
}
div#formCTAgdpr, div[data-clickgdpr="formCTAgdpr"],#meGDPRMessage label  {
    color: #000;
    max-width:none;
    text-align:left;
}
div#formCTAgdpr a, div[data-clickgdpr="formCTAgdpr"] a{
    color: #000000;
    text-decoration: underline;
}
.edi-btn inputgroup.error .error-field, .edi-btn inputgroup.error1 .error-field1 {
    color: #820900;
}
.edi-btn inputgroup.error input, .edi-btn inputgroup.error1 input, .edi-btn inputgroup.error textarea, .edi-btn inputgroup.error1 textarea {
    border-color: #a90c00 !important;
}
.hallo.form h2 {
    color: #000 !important;
}
.hallo.form h3 {
    color: #000 !important;
}
.edi-btn inputgroup.focus label{
   color:#000;
}
#meGDPRMessage {
    width: auto;
}
.avenue {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    justify-content: center;
}
.avenue h2 {
    color: #fff !important;
    width: 100%;
    text-align: center;
    background-color: #001c40e0;
    background: linear-gradient(to right,#001c4000,#001c40,#001c4000);
    padding: 15px;
    font-size: 26px;
    font-weight: 600;
}
.avenue .avenue-house {
    background-color: #012450f0;
    color: #fff;
    margin: 15px;
    border-radius: 15px;
    box-shadow:0 0 10px 1px #000;
    min-width: 350px;
}
.avenue .avenue-house h3{
    color:#fda431 !important;
    font-weight:600;
    padding: 15px 15px 0;
}
.avenue .avenue-house p {
    margin: 0 15px;
}
.webinar-details{
    min-height: 225px;
}
.avenue .avenue-house .info-sec,.avenue .avenue-house .img-sec {
    padding: 15px 15px 0;
}
.avenue .avenue-house .info-sec {
}
.avenue .avenue-house .img-sec img {
    width: 190px;
    display: block;
    margin: auto;
}
.avenue .avenue-house .info-sec > ul {
    display: flex;
    justify-content: center;
}

.avenue .avenue-house .info-sec > ul > li {
    width: 30%;
    margin: 0 4% 0 0;
    text-align: center;
}

.avenue .avenue-house .info-sec > ul > li > strong {
    display: block;
    font-weight: 100;
    text-transform: uppercase;
    border-bottom: 1px solid #fda431;
    margin:0 0 15px;
}

.avenue .avenue-house .info-sec > ul > li > span > img {
    width: 70px;
    height: 70px;
    display: block;
    margin: auto;
    background-color: #fff;
    border-radius: 50%;
}
.avenue .avenue-house .info-sec > ul > li.date {
    width: 22%;
}
.avenue .avenue-house .info-sec > ul > li span {
    font-weight: 600;
    font-size: 13px;
    display: block;
}
.avenue .avenue-house .info-sec > ul > li.date > span {
    font-size: 24px;
    display: block;
    color: #fda431;
    font-weight: 400;
    line-height: normal;
}
.avenue .avenue-house .info-sec > ul > li.date > span > b {
    display: block;
}
.avenue .avenue-house .info-sec > ul > li.video a {
    display: block;
    background: linear-gradient(to bottom, #fff, #ccc, #fff);
    padding: 9px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    border-radius: 5px;
    line-height: normal;
    margin: 25px 0;
    box-shadow: 0 0 5px #0004;
}
.avenue .avenue-house .info-sec > a.candy-cta {
    margin: auto;
    max-width: 120px;
    min-height: 56px;
    color: #fff;
    background-image: url(../images/halloween-red-candy.png);
    background-size: contain;
    text-align: center;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    background-repeat: no-repeat;
    line-height: normal;
    font-weight: 600;
    text-decoration:none;
    font-size: 18px;
}
.avenue .avenue-house .info-sec > a.candy-cta:hover {
   animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
   transform: translate3d(0, 0, 0);
   backface-visibility: hidden;
   perspective: 1000px;
}

.avenue-house.over:before {
    content: "Event Over";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFC107;
    color: #000;
    padding: 0 20px;
    line-height: normal;
    transform: rotate(45deg) translate(32px, 0);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0px 2px 5px #000;
}

.avenue-house.over {
    position: relative;
    overflow: hidden;
}

.avenue .avenue-house.over .info-sec > a.candy-cta{
   transition: all ease 350ms;
}
.avenue .avenue-house.over .info-sec > a.candy-cta:hover{
    cursor:pointer;
    animation:none;
    transform:scale(1.1);
}
.over .tooltip .tooltiptext {
    bottom: auto;
    top: -85px;
}

.over .tooltip .tooltiptext:after {
    top: auto;
    bottom: -6px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.avenue .avenue-house.blue .info-sec > a.candy-cta {
    background-image: url(../images/halloween-blue-candy.png);
}
.avenue .avenue-house.green .info-sec > a.candy-cta {
    background-image: url(../images/halloween-green-candy.png);
}
.avenue .avenue-house.silver .info-sec > a.candy-cta {
    background-image: url(../images/halloween-silver-candy.png);
}
.avenue .avenue-house.purple .info-sec > a.candy-cta {
    background-image: url(../images/halloween-purple-candy.png);
}
.avenue .avenue-house.orange .info-sec > a.candy-cta {
    background-image: url(../images/halloween-orange-candy.png);
}
.avenue .avenue-house.yellow .info-sec > a.candy-cta {
    background-image: url(../images/halloween-yellow-candy.png);
}
.avenue .avenue-house.dblue .info-sec > a.candy-cta {
    background-image: url(../images/halloween-dblue-candy.png);
}
.avenue .avenue-house.yellow .info-sec > a.candy-cta,.avenue .avenue-house.green .info-sec > a.candy-cta,.avenue .avenue-house.silver .info-sec > a.candy-cta {
    color: #000;
}

.edi-btn inputgroup .timesec label {
    transform: none;
    display: inline-block !important;
    color: #000;
    vertical-align: top;
    pointer-events: all;
}

.edi-btn inputgroup .time_select {
    display: inline-block !important;
    width: auto !important;
    margin: 0 5px 0 0 !important;
    vertical-align: top;
}

.edi-btn inputgroup .timesec {
    display: flex;
    align-items: center;
}
inputgroup.time-zone > label {
    transform: none;
    font-size: 15px !important;
    color: #000;
    margin: 10px 0 0 0;
    font-weight: 500;
}
.edi-btn inputgroup .timesec label span {
    font-size: 13px;
}
.edi-btn inputgroup .timesec label span:before{
    font-size: 10px;
    content:'( ';
}
.edi-btn inputgroup .timesec label span:after{
    font-size: 10px;
    content:' )';
}
.hallo.form.register {
    position: relative;
    overflow:hidden;
    min-height: 500px;
}
.hallo.form.register:after {
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:2;
    background-color:#2d1a00de;
    background-image:url(../images/loading.gif);
    background-size:70px;
    background-repeat:no-repeat;
    background-position:center;
}

.hallo.form.register.open:after{
    background-color:#fda431;
    background-image: none;
} 

.tooltip {
  position: relative;
  cursor: not-allowed;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 270px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 14px;
    position: absolute;
    z-index: 1;
    bottom: -75px;
    font-size: 13px;
    font-weight: 400;
    left: -25%;
    right: 0;
    line-height: normal;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext:after {
    content: '';
    position: absolute;
    height: 14px;
    width: 14px;
    background-color: #fff;
    top: -6px;
    left: 48%;
    transform: rotate(45deg);
}

.success-msg {
    position: absolute;
    z-index: 99999999999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.success-msg h2 {
    font-size: 30px;
    line-height: normal;
    color: #000;
    text-align: center;
    margin: 0 25px;
}
.success-msg p {
    font-size: 20px;
    line-height: normal;
    color: #000;
    text-align: center;
    margin: 25px;
}
.success-msg .cta {
    background-color: #323233;
    color: #fff;
    padding: 10px 25px;
    font-size: 17px;
    border-radius: 5px;
    margin: auto;
    text-decoration: none;
    font-weight: 600;
}

@media(max-width:600px){
.hallo-main {
    flex-wrap: wrap;
}

.hallo.content .inner-flex .half {
    width: auto;
}

.hallo ul li {
    width: auto;
}

body {
   background-size: auto 100%;
   background-position: bottom right;
}

.hallo.content {
    margin: auto;
}

.hallo.form {
    width: 82%;
    margin: 40px;
}
.edi-btn inputgroup .time_select {
    min-width: auto !important;
}
.header img {
    max-width: 100%;
}
.header {
    padding: 20px;
}
.pc-only {
    display: none;
}
}