
*, ::after, ::before {
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  font-family: "MetricHPE", Arial, Helvetica, sans-serif!important;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #000 !important;
  margin: 0;
  background-color: #ffffff !important;
  height: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "MetricHPE", Arial, Helvetica, sans-serif!important;
  font-weight: bold;
  line-height: 100%;
}

h1 {
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  color: #000000;
  margin: 0;
}

p {
  color: #000000;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 10px 0px;
}

a {
  color: #000000;
  text-decoration: underline;
}

img {
  border: none;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

button, input, optgroup, select, textarea {
  margin: 0;
}
p{
  margin-bottom: 0px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-30{
  padding-bottom: 30px;
}
.pb-10{
  padding-bottom: 10px;
}
.hide{
  display: none;
}
.font20{
  font-size: 20px;
  line-height: 25px;
}
.font22{
  font-size: 22px;
  line-height: 26px;
}
.font24{
  font-size: 24px;
  line-height: 32px;
}
.font30{
  font-size: 30px;
  line-height: 38px;
}
.fontbold{
  font-weight: bold;
}
.green{
  color: #01A982;
}
.partnerlogo h3{
  color: #000000;
}
.partnerlogo{
  text-align: left;
  padding-bottom: 50px;
}
#overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  cursor: pointer;
}

.loading-wrapper {
  position: absolute;
  z-index: 1050;
  padding: 1.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.1s all ease-in-out;
}
.loading-wrapper .loading-holder {
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
  grid-template: ". top ." auto "left center right" auto ". bottom ." auto;
  z-index: 1;
}
.loading-wrapper .loading-holder .loading-spinner {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  border-width: 4px;
  border-style: solid;
  border-color: #01a982 #01a982 rgba(0, 0, 0, 0.04);
  border-image: initial;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  height: 48px;
  width: 48px;
  padding: 0px;
  border-radius: 100%;
  transform: rotate(0deg);
  animation: 1s linear 0s infinite normal none running animateC;
}
.partner{
 width: 100%;
 max-width: 60%;
 margin: 0px auto;
 text-align: center;
 padding-bottom: 50px;
}
.partner h3{
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    color: #000000;
    padding-bottom: 50px;
    margin: 0;
    text-align: center;
}
.partner img{
  width: 100%;
  max-width: 350px;
  height: auto;
}
@keyframes animateC {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*new css*/
.box{
  display: flex;
  flex-direction: row;
  border: 1px solid #01A982;
  border-radius: 0px 4px 4px 0px;
  margin-top: 16px;
  width: 100%;
  max-width: 400px;
  position: relative;
/*  box-shadow: 2px 0px 8px -2px #707070;*/
  box-shadow:3px 0 3px -2px #8e8e8e9e;
}
/*.box:after{
  content: "";
  display: inline-block;
/*  height: 100px;*/
 /* background: url(../images/Ellipse.png) no-repeat;
  background-size: 100px;  
  background-position-y: 100px;
}*/
.box p{
  display: flex;
  align-items: center;
  padding: 10px 24px;
}
.iconrow{
  overflow: hidden;
  padding-left: 0px;
  list-style: none;
  display: flex;
}
.iconrow li{
  float: left;
}
.iconrow li:first-child{
  margin-right: 10px;
}
.iconrow li img{
    vertical-align: top;
    margin-right: 15px;
    width: 23px;
}
.content-wrapper .event {
    margin: 64px 0 0px 0;
    text-align: center;
}
.content-wrapper .event-details{
    width: 540px;
    margin: 0 auto;
    padding: 30px 15px 0px;
}
.event-details ul{
  overflow: hidden;
  padding-left: 0px;
}
.event-details ul li{
  list-style: none;  
  font-size: 17px;
}
.event-details ul li.first-col{
  float: left;
  width: 10%;
}
.event-details ul li.second-col{
  width: 90%;
  float: right;
}
.thankyou-container h1{
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
}
#header{
  margin: 0 auto;
  width: 100%;
  background: url("../images/KV.png") center center no-repeat;
  background-size: cover;  
}
.kvtext{
/*  display: flex;*/
  justify-content: end;
}
.kvtext h1{
  font-weight: 300;
  color: #fff;
  /*font-size: 108px;*/
  font-size: 90px;
  line-height: 152px;
  padding-top: 0px;
  text-align: center;
}
.social_announce{
  padding-top: 50px;color: #000000;
  font-size: 20px;
  line-height: 26px;
}
.social_announce h2{
  font-size: 40px;
  line-height: 50px;
  color: #000000;
}
.social_announce h3{
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  padding-top: 30px;
}

.mainwrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1088px;
}
.footer {
  margin: 0;
  background-color: #f6f6f6;
  position: absolute;
  width: 100%; 
  padding: 30px 0px 10px; 
}
.footer .footer-content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 30px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #ffffff;
  overflow: hidden;
}
.ft-logo{
  padding-bottom: 30px;
  padding-top: 10px;
}
.menu-footer{
  overflow: hidden;
  padding-left: 0px;
}
.menu-footer li{
  list-style: none;
  float: left;
  margin-right: 20px;
  font-size: 14px;
}
.menu-footer li a{
  color: #000000;
  text-decoration: none;
}
.ft-text{
  color: #000000;
  font-size: 14px;
  text-align: right;
}
.content-wrapper {
  min-height: calc(100vh - 160px);
}
#main{
  padding-top: 54px;
}
.leftsection{
  margin-bottom:0px;
}
.leftsection h3,.rightsection h3{
  clear: both;
  font-weight: bold;
  line-height: 40px;
  font-size: 32px;
  color: #000000;
}

.secondpara h3{
  margin: 1.5rem 0 3rem;
  clear: both;
  font-weight: 400;
  line-height: 1;
  font-size: 1.6rem;
}
.secondpara table tr td{
  border-bottom: 0px;
  font-size: 18px;
  font-weight: 300;
}
.iti{
  width: 100%!important;
}
@media only screen and (max-width: 1300px) {
 .kvtext h1{
  /*font-size: 108px;*/
  font-size: 90px;
  line-height: 152px;
 }

 .hpe-btn.btn-primary {
    /*font-size: 23px!important;
    line-height: 30px!important;
    padding: 7px 15px!important;
    width: 180px!important;*/
  }
}
@media only screen and (max-width: 767px) {
.content-wrapper .kv {
  background: url("../images/KV.png") top center no-repeat;
  background-size: contain;
  height: 470px;
  justify-content: center;
  align-items: center;
}
}
.content-wrapper .kv .kv-header {
  font-size: 48px;
  font-weight: normal;
  line-height: 54px;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.content-wrapper .kv img {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .content-wrapper .kv img {
    width: 100%;
    height: auto;
  }
}
.content-wrapper .head-title {
  margin: 64px 15px 0px 15px;
}
.head-title h1{
  font-size: 54px;
  margin: 1.75rem 0;
  color: #000;
  font-weight: 400;
}
.head-title h3{
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
}
.content-wrapper .line {
  background: #01A982;
  height: 6px;
  width: 85px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.content-wrapper .red {
  color: #D2380E;
}
.content-wrapper .bold {
  font-weight: bold;
}
.content-wrapper .form-container {
  max-width: 960px;
  margin: 0 auto;
}
.content-wrapper form.reg_form .control-holder {
  margin: 0 0 24px 0;
}
.content-wrapper form.reg_form .custom-holder {
  display: block;
  padding: 0px 15px 0px 0px;
  height: 25px;
}
.content-wrapper form.reg_form .formlist {
  padding: 10px 15px;
  margin: 0;
}
.content-wrapper form.reg_form .formlist label {
  display: inline-block;
}
.content-wrapper form.reg_form .formlist li {
  padding: 5px 0;
}
.content-wrapper form.reg_form .formlist li::marker {
  font-weight: normal;
}
.content-wrapper form.reg_form .formlist.no_marker {
  list-style-type: none;
  padding-left: 0px;
}
.content-wrapper form.reg_form label {
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  color: #000000;
  margin-bottom: 5px;
}
.content-wrapper form.reg_form .shortlabel {
  display: inline-block;
  width: 25%;
}
.content-wrapper form.reg_form .input {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #707070;
  border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  outline: 0;
  padding: 10px;
  vertical-align: top;
}
.asterisks{
  color: red;
}
.content-wrapper form.reg_form .half-input {
  width: 35%;
}
.content-wrapper form.reg_form .styled-box {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  border: 1px solid #707070;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  border-radius: 4px;
}
.content-wrapper form.reg_form .chk-label {
  display: flex;
  flex-direction: row;
  user-select: none;
  cursor: pointer;
  width: auto;
  padding: 8px 11px;
  margin: 0;
  position: relative;
}
.content-wrapper form.reg_form .chk-label.error-chk {
  background: #fed9d9;
}
.content-wrapper form.reg_form .chk-label:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.content-wrapper form.reg_form .chk-label span {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.content-wrapper form.reg_form .chk-label input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  width: 0 !important;
  height: 0 !important;
}
.content-wrapper form.reg_form .radioholder{
  display: flex;
}
.content-wrapper form.reg_form .radioholder .custom-holder input[type=radio] {
    margin-right: 6px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: top;
    margin-top: 7px;
}
.content-wrapper form.reg_form .radioholder .custom-holder {
    display: flex;
}
.content-wrapper form.reg_form .chk-label .chk-input-holder {
  position: relative;
}
.content-wrapper form.reg_form .chk-label .chk-input-holder.centergrid, .content-wrapper form.reg_form .chk-label .rdo-label input:checked + .chk-input-holder.rdo-input-holder:after,
.content-wrapper form.reg_form .chk-label .rdo-label .rdo-input-holder .chk-input-holder.checked,
.content-wrapper form.reg_form .rdo-label .rdo-input-holder .chk-label .chk-input-holder.checked, .content-wrapper form.reg_form .chk-label input:checked + .chk-input-holder:after,
.content-wrapper form.reg_form .chk-label .chk-input-holder .chk-input-holder.checked, .content-wrapper form.reg_form .chk-label .chk-input-holder::before {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  max-width: 100%;
  margin-right: 12px;
  min-width: 0px;
  min-height: 0px;
}
.content-wrapper form.reg_form .chk-label .chk-input-holder::before {
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 2px;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #999999;
  cursor: pointer;
}
.content-wrapper form.reg_form .chk-label input:checked + .chk-input-holder:after,
.content-wrapper form.reg_form .chk-label .chk-input-holder .checked {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 7px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.content-wrapper form.reg_form .chk-label input:checked + .chk-input-holder:before {
  background: #01A982;
  border: none;
}
.content-wrapper form.reg_form .rdo-label {
  display: flex;
  flex-direction: row;
  user-select: none;
  cursor: pointer;
  width: auto;
  padding: 8px 11px;
  margin: 0;
  position: relative;
}
.content-wrapper form.reg_form .rdo-label.error-chk {
  background: #fed9d9;
}
.content-wrapper form.reg_form .rdo-label:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.content-wrapper form.reg_form .rdo-label span {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.content-wrapper form.reg_form .rdo-label input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  width: 0 !important;
  height: 0 !important;
}
.content-wrapper form.reg_form .rdo-label .rdo-input-holder {
  position: relative;
}
.content-wrapper form.reg_form .rdo-label .rdo-input-holder.centergrid, .content-wrapper form.reg_form .rdo-label input:checked + .rdo-input-holder:after,
.content-wrapper form.reg_form .rdo-label .rdo-input-holder .rdo-input-holder.checked, .content-wrapper form.reg_form .rdo-label .rdo-input-holder::before, .content-wrapper form.reg_form .rdo-label .chk-label input:checked + .rdo-input-holder.chk-input-holder:after,
.content-wrapper form.reg_form .rdo-label .chk-label .chk-input-holder .rdo-input-holder.checked,
.content-wrapper form.reg_form .chk-label .chk-input-holder .rdo-label .rdo-input-holder.checked {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  max-width: 100%;
  margin-right: 12px;
  min-width: 0px;
  min-height: 0px;
}
.content-wrapper form.reg_form .rdo-label .rdo-input-holder::before {
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #999999;
  cursor: pointer;
}
.content-wrapper form.reg_form .rdo-label input:checked + .rdo-input-holder:after,
.content-wrapper form.reg_form .rdo-label .rdo-input-holder .checked {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 7px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.content-wrapper form.reg_form .rdo-label input:checked + .rdo-input-holder:before {
  background: #01A982;
  border: none;
}
.content-wrapper form.reg_form select,form.reg_form select {
  outline: 0;
  box-shadow: none;
  color: #707070;
  border: 1px solid #707070;
  border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 10px;
  background: url(../images/icon-ddl-arrow.svg) no-repeat;
  background-position: 98% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 16px;
  line-height: 20px;
}
.content-wrapper form.reg_form select::-ms-expand {
  display: none;
}
.content-wrapper form.reg_form .control-select,form.reg_form .control-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.content-wrapper form.reg_form .control-select.half-select {
  width: 35%;
}
.hpelabel{
    padding: 0px 15px 0px 0px;
    width: 70px;
    height: 25px;
    margin-bottom: 0px!important;
}
.content-wrapper form.reg_form .success-msg, .content-wrapper form.reg_form .error-msg {
  font-size: 18px; margin-top: 20px;
}
.content-wrapper form.reg_form .success-msg
{ font-weight: bold; text-align: center;  }
.content-wrapper form.reg_form .success-msg {
  color: #01A982; font-weight: normal; text-align: left; 
}
.content-wrapper form.reg_form .error-msg {
  color: #D2380E;
}
.content-wrapper form.reg_form .control-select.error,.content-wrapper form.reg_form .input.error{
  padding-top: 10px;
}

.content-wrapper form.reg_form .error {
  font-size: 16px;
  line-height: 20px;
  padding-top: 2px;
/*  background: #fed9d9;*/
}
.content-wrapper form.reg_form label.error {
  background: transparent;
  color: #ff0000;
}
.content-wrapper form.reg_form label.error::before {
  display: inline-flex;
  content: "";
  /* Using the background-image and
     its related properties to add
     the SVG content */
  background-image: url("../images/alert.svg");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  margin: 0px 6px 0 0;
  position: relative;
  top: 2px;
}
.content-wrapper .thankyou-container {
  padding: 100px 0px;
  text-align: center;
}
.content-wrapper .trademark-content {
  position: relative;
  padding: 30px 0;
}
.content-wrapper .trademark-content span {
  font-size: 16px;
}
.content-wrapper .button-holder{
  padding: 40px 0 90px 0px;
}
.button-holder-thankyou{
  padding: 0px 0 60px 0px;
  text-align: center;
}
.content-wrapper .hpe-submit {
  background: transparent;
  border: 0;
  outline: 0;
  color: #ffffff;
  font-size: 18px;
  font-family: "MetricHPE", Arial, Helvetica, sans-serif;
}
.hpe-btn.btn-primary {
  font-family: "MetricHPE", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding: 8px 20px;
  width: 200px;
  display: inline-block;
  border: 2px solid #01A982;
  border-radius: 50px;
  outline: 0;
  margin-right: 20px;
  color: #ffffff;
  background: #01A982;
  text-align: center;
  text-decoration: none;
}
.hpe-btn.btn-primary:hover {
  border: 2px solid #008767;
  background: #008767;
}
.hpe-btn.btn-outline {
  color: #01A982;
  background: #ffffff;
}
.hpe-btn.btn-outline:hover {
  outline: 2px solid #01A982;
}
.group_checkbox{
  padding-top: 10px;
}
#accept_phone{
  margin-left: 20px;
}

.rules p a{
  color: #000;
/*  font-weight: 500;*/
  line-height: 18px;
}
#phone-error{
  margin-top: -10px;
}
.thankyoutext{
  margin: 30px 0px 50px;
  text-align: center;
}
.hpe-btn-thk{
  text-decoration: none;
  margin-bottom: 40px;
}
.hpe-btn-thk:hover,.hpe-btn-thk:focus, .hpe-btn-thk:active{
  border: 2px solid #008767!important;
  background: #008767!important;
  box-shadow: none!important;
}
.g-recaptcha{
  margin: 20px 0px 10px;
}
.btn-primary.disabled, .btn-primary:disabled{
  border: 2px solid #008767!important;
  background: #008767!important;
  opacity: 0.3;
}
/*#accept_email-error{
  margin-top: -8px;
}*/
/*.content-wrapper form.reg_form .iti__selected-flag {
  height: 50%!important;
}*/
/*.content-wrapper form.reg_form
.content-wrapper form.reg_form .error*/
@media only screen and (max-width: 1024px) {
  .kvtext h1{
    font-size: 70px;
    padding-top: 0px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 900px) {
  .font20 {
    font-size: 18px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .kvtext h1{
    padding-top: 0px;
    font-size: 54px;
    line-height: 66px;
  }
  .rightsection h3{
    margin-top: 40px;
  }
  .ft-text{
    text-align: left;
    padding-bottom: 20px;
  }
  .partnerlogo{
    padding-bottom: 30px;
  }
  .partnerlogo h3{
    font-size: 20px!important;
    line-height: 26px!important;
  }
}
@media only screen and (max-width: 430px) {
  .kvtext h1{
    padding-top: 0px;
  }
  .hpe-btn.btn-primary{
    font-size: 19px;
    line-height: 25px;
  }

}
@media only screen and (max-width: 400px) {
.content-wrapper .kv {
    height: 220px;
}

}
#logodiv{
  margin: 0 auto;
  width: 100%;
  padding: 20px 0;
}
.hpelabel.longlabel{    
    width: 165px;
}
.content-wrapper form.reg_form textarea.input
{
  height: 42px;
}
.reg_form .group_checkbox input.control.error {
    outline: 1px solid red;
}
.reg_form .group_checkbox span 
{ font-size: 20px; font-weight: 300; line-height: 26px; color: #000000;}
.reg_form .group_checkbox input#accept_privacy
{ margin-right: 6px; width: 15px; height: 15px;}
.reg_form span.regnotetext
{ font-size: 16px; }
.footer.hpefooter 
{ margin: 0; background-color: #FFFFFF; position: absolute; width: 100%; padding: 0px 0px 0px;}
.footer.hpefooter .footer-content-wrapper 
{ margin: 0 auto; max-width: 1088px; width: 100%; padding: 20px 0; font-size: 14px; font-weight: normal; line-height: 22px;
  color: #000000; 
}
.footer.hpefooter .footer-content-wrapper p
{ color: #000000; font-size: 16px; font-weight: normal; line-height: 22px; text-align: center;}
.leftsection .box .icon
{ border-right: 1px solid #01A982;display: flex;
      justify-content: center;
      align-items: center;}
.zoomnote
{ font-size:18px; font-style:italic; }
.italicfont
{ font-style:italic; font-size: 20px;}
div.agendatime.spacagendatime
{ width: 90px; }
.thankyoutext p
{ margin-bottom:20px; }
.kvinfo
{ position:relative; display:table; width: 100%}
.kveventinfo .kveventdatetime p, .kveventinfo .kveventlocation p
{ font-size:28px; line-height:40px; color:#ffffff; }
.rightsection.content-wrapper
{ padding: 0px 20px; }
#headerinner
{ margin: 0 auto; width: 100%;
  background: url("../images/kv_inner.png") center center no-repeat;
  background-size: cover;  
}
.mainwrapper.logomainwrapper
{ margin: 0 auto; width: 100%; max-width: 1240px; }
p strong
{ font-weight:bold; }
p.font24 strong
{ color:#01A982; }
.button-holder-regnow 
{ padding: 0px 0 60px 0px; text-align: center; }
.agendasec
{ position:relative; display:table; width:100%; margin-bottom: 60px; }
.agendasec h3
{ font-size: 35px; color:#000000; line-height: 50px; font-weight:bold; margin-bottom: 20px; }
.agendarow
{ display: flex;width:100%; border-bottom: 1px solid #CECECE;}
.agendarow.headerrow
{ background: #000000; border-bottom: 0px solid #CECECE;}
.agendarow.headerrow .agendatime, .agendarow.headerrow .agendades
{ color: #ffffff; font-weight: bold; }
.agendarow.headerrow .agendatime
{ padding: 12px 20px; }
.agendarow .agendatime, .agendarow .agendades
{ color: #000000; font-size: 18px; line-height: 28px; }
.agendanote
{ font-size:18px; line-height:36px; color:#000000; font-weight: normal; font-style: italic;}
.button-holder .hpe-btn.btn-primary, .button-holder-thankyou .hpe-btn.btn-primary
{ width: 147px; }
@media screen and (min-width: 320px) 
{ 
  .leftsection p
  { margin-bottom: 30px; padding-right: 0px; }
  .agendarow.headerrow .agendades
  { padding: 12px 20px 12px 0px; }
  .header .logo
  { padding: 40px 0 20px 20px; line-height: 0;}
  .headerinner .logo
  {  padding: 0px 0 40px 20px; line-height: 0;}
  .footer.hpefooter .footer-content-wrapper p
  { padding: 0px 20px; }
  .agendarow .agendatime, .agendarow .agendades
  { padding: 12px 0px; }
  .agendarow .agendatime
  { width: 50%; }
  .agendarow .agendades
  { width: 50%; }
  .kveventinfo .kveventdatetime
  { width:auto; padding: 0px 0px 10px 25px; border-right: 0px solid #ffffff; border-bottom: 1px solid #ffffff;}
  .kveventinfo .kveventlocation
  { width:auto; padding: 10px 0px 10px 25px; }
  .kveventinfo
  { display: block; justify-content: center; margin-top: 5px}
  .logo img
  { width: 220px; }
  #headerinner
  { height:120px; }
  ul.iconrow.agendaul
  { display: block; }
  #header
  { height: 540px; }
  .iconrow li .agendainfo
  { display:flex; margin-bottom: 15px;}
  div.agendatime
  { width: 100px; }
  div.agendadash
  { width: 20px; }
  div.agendalabel
  { width: 155px; }
  div.eventclock
  { width:auto; }
  div.eventcountry
  { width:auto; }
  .iconrow li.padding15
  { padding-right: 0%; }
  .font24.eventcontent
  { padding-right:0%; }
  .footer.hpefooter .footer-content-wrapper {text-align: center;}
  .iconrow li .timeinfo
  { display: block; margin-bottom: 25px;}
}
@media screen and (min-width: 375px) 
{ 
  .kveventinfo .kveventdatetime
  { width:auto; padding: 0px 0px 10px 50px; border-right: 0px solid #ffffff; border-bottom: 1px solid #ffffff;}
  .kveventinfo .kveventlocation
  { width:auto; padding: 10px 0px 10px 50px; }
  #header
  { height: 540px; }
  div.agendatime
  { width: 100px; }
  div.agendadash
  { width: 20px; }
  div.agendalabel
  { width: 300px; }
}
@media screen and (min-width: 667px) 
{ 
  .header .logo
  { padding: 40px 0 40px 40px; line-height: 0;}
  .headerinner .logo
  {  padding: 0px 0 40px 40px; line-height: 0;}
  .kveventinfo .kveventdatetime
  { width:44%; padding: 0px 0px 0px 0px; border-right: 1px solid #ffffff; border-bottom: 0px solid #ffffff;}
  .kveventinfo .kveventlocation
  { width:56%; padding: 0px 0px 0px 20px; }
  .kveventinfo
  { display: flex; justify-content: center; margin-top: 20px}
  ul.iconrow.agendaul
  { display: flex; }
  #header
  { height: 432px; }
  div.agendatime
  { width: 100px; }
  div.agendadash
  { width: 20px; }
  div.agendalabel
  { width: 300px; }
}
@media screen and (min-width: 768px) 
{ 
  .leftsection p
  { margin-bottom: 30px; padding-right: 0px; }
  .agendarow.headerrow .agendades
  { padding: 12px 20px; }
  .header .logo 
  { padding: 40px 0 40px 40px; line-height: 0;}
  .headerinner .logo
  {  padding: 40px 0 40px 40px; line-height: 0;}
  .footer.hpefooter .footer-content-wrapper p
  { padding: 0px 0px; }
  .agendarow .agendatime, .agendarow .agendades
  { padding: 12px 20px; }
  .agendarow .agendatime
  { width: 55%; }
  .agendarow .agendades
  { width: 45%; }
  .kveventinfo .kveventdatetime
  { width:auto; padding: 0px 50px 0px 0px; border-right: 1px solid #ffffff; border-bottom: 0px;}
  .kveventinfo .kveventlocation
  { width:auto; padding: 0px 0px 0px 50px; }
  .kveventinfo
  { display: flex; justify-content: center; margin-top: 20px}
  .logo img
  { width: 320px; }
  #headerinner
  { height:246px; }
  ul.iconrow.agendaul
  { display: flex; }
  #header
  { height:410px; }
  .iconrow li .agendainfo
  { display:flex; margin-bottom: 15px;}
  div.agendatime
  { width: 100px; }
  div.agendadash
  { width: 20px; }
  div.agendalabel
  { width: 135px; }
  div.eventclock
  { width:auto; }
  div.eventcountry
  { width:auto; }
  .iconrow li.padding15
  { padding-right: 0%; }
  .font24.eventcontent
  { padding-right:0%; }
  .footer.hpefooter .footer-content-wrapper {text-align: center;} 
  .iconrow li .timeinfo
  { display: block; margin-bottom: 25px;}
}
@media screen and (min-width: 1024px) 
{ 
  .leftsection p
  { margin-bottom: 30px; padding-right: 0px; }
  .agendarow.headerrow .agendades
  { padding: 12px 20px; }
  .header .logo 
  { padding: 40px 0 40px 40px; line-height: 0;}
  .headerinner .logo
  {  padding: 40px 0 40px 40px; line-height: 0;}
  .footer.hpefooter .footer-content-wrapper p
  { padding: 0px 0px; }
  .agendarow .agendatime, .agendarow .agendades
  { padding: 12px 20px; }
  .agendarow .agendatime
  { width: 34%; }
  .agendarow .agendades
  { width: 66%; }
  .kveventinfo .kveventdatetime
  { width:auto; padding: 0px 50px 0px 0px; border-right: 1px solid #ffffff; border-bottom: 0px;}
  .kveventinfo .kveventlocation
  { width:auto; padding: 0px 0px 0px 50px; }
  .kveventinfo
  { display: flex; justify-content: center; margin-top: 20px}
  .logo img
  { width: 320px; }
  #headerinner
  { height:246px; }
  ul.iconrow.agendaul
  { display: flex; }
  #header
  { height: 425px; }
  .iconrow li .agendainfo
  { display:flex; margin-bottom: 15px;}
  div.agendatime
  { width: 100px; }
  div.agendadash
  { width: 20px; }
  div.agendalabel
  { width: 300px; }
  div.eventclock
  { width:230px; }
  div.eventcountry
  { width:400px; }
  .iconrow li.padding15
  { padding-right: 15%; }
  .font24.eventcontent
  { padding-right:13%; }
  .footer.hpefooter .footer-content-wrapper {text-align: center;} 
  .iconrow li .timeinfo
  { display: block; margin-bottom: 25px;}
}
@media screen and (min-width: 1280px) 
{ 
  .leftsection p
  { margin-bottom: 30px; padding-right: 20px; }
  .agendarow.headerrow .agendades
  { padding: 12px 20px; }
  .header .logo 
  { padding: 40px 0 40px 0px; line-height: 0;}
  .headerinner .logo
  {  padding: 40px 0 40px 0px; line-height: 0;}
  .footer.hpefooter .footer-content-wrapper p
  { padding: 0px 0px; }
  .agendarow .agendatime, .agendarow .agendades
  { padding: 12px 20px; }
  .agendarow .agendatime
  { width: 30%; }
  .agendarow .agendades
  { width: 70%; }
  .kveventinfo .kveventdatetime
  { width:auto; padding: 0px 50px 0px 0px; border-right: 1px solid #ffffff; border-bottom: 0px;}
  .kveventinfo .kveventlocation
  { width:auto; padding: 0px 0px 0px 50px; }
  .kveventinfo
  { display: flex; justify-content: center; margin-top: 20px}
  .logo img
  { width: 320px; }
  #headerinner
  { height:246px; }
  ul.iconrow.agendaul
  { display: flex; }
  #header
  { height: 535px; }
  .iconrow li .agendainfo
  { display:flex; margin-bottom: 15px;}
  div.agendatime
  { width: 100px; }
  div.agendadash
  { width: 20px; }
  div.agendalabel
  { width: 300px; }
  div.eventclock
  { width:230px; }
  div.eventcountry
  { width:200px; }
  .iconrow li.padding15
  { padding-right: 15%; }
  .font24.eventcontent
  { padding-right:17%; }
  .footer.hpefooter .footer-content-wrapper {text-align: left;}
  .iconrow li .timeinfo
  { display: flex; margin-bottom: 20px;} 
}
@media screen and (min-width: 1366px) 
{ 
  #headerinner
  { height:246px; }
  #header
  { height: 560px; }
}
@media screen and (min-width: 1440px) 
{ 
  #headerinner
  { height:246px; }
  #header
  { height: 600px; }
}
@media screen and (min-width: 1536px) 
{ 
  #headerinner
  { height:246px; }
  #header
  { height: 630px; }
}
@media screen and (min-width: 1920px) 
{ 
  #headerinner
  { height:246px; }
  #header
  { height: 680px; }
}
/*# sourceMappingURL=all.css.map */
