.qp-header-section {
    width: 100%;
    height: auto;
    background: url(https://www.questionpro.com/images/outsidepages/training-hero-bg.jpg) center 10% no-repeat #fff;
    background-size: cover;
    text-align: center;
    color: #FFF;
}
.qp-header-section .content-wrapper{
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
}
@media only screen and (min-width: 768px) {
    .qp-header-section .content-wrapper{
        padding: 70px 0;
    }
    .qp-header-section {
        background-position: center 12%;
    }

}
@media only screen and (min-width: 1024px) {
    .qp-header-section .content-wrapper{
        padding: 80px 0;
    }
    .qp-header-section {
        background-position: center 14%;
    }
}
@media only screen and (min-width: 1200px) {
    .qp-header-section .content-wrapper{
        padding: 98px 0;
    }
    .qp-header-section {
        background-position: center 16%;
    }
}
@media only screen and (min-width: 1600px) {
    .qp-header-section .content-wrapper{
        padding: 160px 0;
    }
    .qp-header-section {
        background-position: center 20%;
    }
}
@media only screen and (min-width: 2200px) {
    .qp-header-section .content-wrapper{
        padding: 220px 0;
    }
    .qp-header-section {
        background-position: center 20%;
    }
}
.qp-header-section h1{
    font-size: 32px;
    line-height: 125%;
    font-weight: 400;
    margin: 0;
}
.qp-header-section h2{
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
    margin: 0;
    padding-top: 14px;
}
@media only screen and (min-width: 768px) {
    .qp-header-section h1{
        font-size: 36px;
    }
    .qp-header-section h2{
        padding-top: 16px;
    }
}
@media only screen and (min-width: 1024px) {
    .qp-header-section h1{
        font-size: 38px;
    }
    .qp-header-section h2{
        padding-top: 18px;
    }
}
@media only screen and (min-width: 1200px) {
    .qp-header-section h1{
        font-size: 40px;
    }
    .qp-header-section h2{
        font-size: 16px;
        padding-top: 20px;
    }
}
.qp-header-section h1 span, .qp-header-section h2 span{
    display: block;
}
.qp-light-blue-section {
    background: #EDF6FD;
    text-align: center;
    color: #505050;
    font-size: 15px;
    line-height: 150%;
    vertical-align: middle;
    font-weight: 300;
    padding: 16px 0;
}
@media only screen and (min-width: 768px) {
    .qp-light-blue-section {
        font-size: 16px;
        padding: 20px 0;

    }
}
.qp-light-blue-section p{
    margin: 0;
}
.qp-light-blue-section a {
    font-weight: 400;
    color: #1B87E6;
}
.qp-training-section {
    padding: 40px 0 20px 0;
}
@media only screen and (min-width: 768px) {
    .qp-training-section {
        padding: 60px 0;
    }
}
@media only screen and (min-width: 1024px) {
    .qp-training-section {
        padding: 70px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .qp-training-section {
        padding: 80px 0;
    }
}
.qp-training-section h2 {
    margin: 0;
    text-align: center;
    color: #1B87E6;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
}
@media only screen and (min-width: 768px) {
    .qp-training-section h2 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1024px) {
    .qp-training-section h2 {
        font-size: 30px;
        line-height: 125%
    }
}
@media only screen and (min-width: 1200px) {
    .qp-training-section h2 {
        font-size: 32px;
    }
}
.training-parent-block {
    padding-top: 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    color: #505050;
}
@media only screen and (min-width: 768px) {
    .training-parent-block {
        padding-top: 54px;
    }
}
@media only screen and (min-width: 1024px) {
    .training-parent-block {
        padding-top: 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .training-parent-block {
        padding-top: 64px;
    }
}

.training-child-block {
    width: 100%;
    padding: 22px;
    border: solid 1px #DDDDDD;
    min-height: 280px;
    position: relative;
    max-width: 450px;
    margin: 0 auto 24px
}
.training-child-block.upcoming {
    border: solid 1px #FF9F00;
}
@media only screen and (min-width: 768px) {
    .training-child-block {
        width: 48.22%;
        margin: 0 0 24px;
    }
}
@media only screen and (min-width: 1024px) {
    .training-child-block {
        width: 23.40%;
        margin: 0;
        min-height: 300px;
    }
}
.training-child-block h3 {
    font-size: 18px;
    line-height: 150%;
    margin: 0;
    padding: 0 0 10px 0;
    color: #505F82;
    font-weight: 400;
}
@media only screen and (min-width: 768px) {
    .training-child-block h3 {
        font-size: 20px;
    }
}
.training-child-block p {
    font-size: 14px;
    line-height: 150%;
    font-weight: 300;
    color: #505050;
    padding: 0;
    margin: 0;
}
.training-child-block  .cta-wrap {
    position: absolute;
    display: block;
    bottom: 22px;
}
.training-child-block.upcoming a.register-now, .webinars-child-block.upcoming a.register-now {
    background: #FF9F00;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 19px 7px;
    line-height: 125%;
    display: inline-block;
    margin-top: 10px;
    border: solid 2px #FF9F00;
}
.training-child-block.upcoming  a.register-now:hover, .webinars-child-block.upcoming  a.register-now:hover{
    background: #ffbb33;
    border: solid 2px #ffbb33;
    color: #FFF;
}
.training-child-block a.register-now {
    background: #FFF;
    color: #505F82;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 19px 7px;
    line-height: 125%;
    display: inline-block;
    margin-top: 10px;
    border: solid 2px #505F82;
}
.training-child-block a.register-now:hover{
    background: #FFF;
    border: solid 2px #00beff;
    color: #00beff;
}
.qp-training-section.webinars {
    padding-top: 40px;
}
@media only screen and (min-width: 1024px) {
    .qp-training-section.webinars {
        padding-top: 70px;
    }
}
@media only screen and (min-width: 1200px) {
    .qp-training-section.webinars {
        padding-top: 80px;
    }
}
.webinars-parent-block {
    padding-top: 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    color: #505050;
}

@media only screen and (min-width: 768px) {
    .webinars-parent-block {
        padding-top: 54px;
    }
}
@media only screen and (min-width: 1024px) {
    .webinars-parent-block {
        padding-top: 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .webinars-parent-block {
        padding-top: 64px;
    }
}
.webinars-child-block {
    width: 100%;
    padding: 0;
    border: solid 1px #DDDDDD;
    min-height: 410px;
    position: relative;
    max-width: 450px;
    margin: 0 auto 24px;
    position: relative;
}
}
@media only screen and (min-width: 500px) {
    .webinars-child-block {
        min-height: 450px;
    }
}
.webinars-child-block.upcoming {
    border: solid 1px #FF9F00;
}
@media only screen and (min-width: 768px) {
    .webinars-child-block {
        width: 48.22%;
        margin: 0 0 24px;
        min-height: 450px;
    }
}
@media only screen and (min-width: 1024px) {
    .webinars-child-block {
        width: 31.50%;
        min-height: 400px;
        margin: 0;
    }
}
.webinars-child-block img {
    width: 100%;
}
.webinars-child-block h3 {
    font-size: 18px;
    color: #FFF;
    line-height: 150%;
    font-weight: 400;
    position: absolute;
    top: 0;
    padding: 18px 22px 22px;
    margin: 0;
}
@media only screen and (min-width: 1024px) {
    .webinars-child-block h3 {
        padding: 26px 22px 22px;
    }
}
@media only screen and (min-width: 1024px) {
    .webinars-child-block h3 {
        font-size: 20px;
        padding: 30px 22px 22px;
    }
}
.webinars-child-block h3 a, .webinars-child-block h3 a:hover {
    color: #fff;
    text-decoration: none;
}
.webinars-child-block p {
    font-size: 14px;
    color: #505050;
    line-height: 150%;
    padding: 22px 22px 22px 22px;
    font-weight: 300;
    max-height: 150px;
    overflow: hidden;
}
@media only screen and (min-width: 1024px) {
    .webinars-child-block p {
        max-height: 130px;
    }
}

.date-time {
    padding: 0 0px 0 0px !important;
}
.webinars-child-block .cta-wrap {
    position: absolute;
    display: block;
    bottom: 22px;
    padding: 0 22px;
}
.webinars-child-block a.register-now {
    background: #FFF;
    color: #505F82;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 19px 7px;
    line-height: 125%;
    display: block;
    margin-top: 10px;
    border: solid 2px #505F82;
}
.webinars-child-block a.register-now:hover{
    background: #FFF;
    border: solid 2px #00beff;
    color: #00beff;
}
.webinar-cta {
    padding: 20px 0 0px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .webinar-cta {
        padding: 40px 0 0px;
    }
}
@media only screen and (min-width: 1024px) {
    .webinar-cta {
        padding: 50px 0 0px;
    }
}
.qp-blue-cta {
    background: #1B87E6;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 125%;
    padding: 12px 24px;
}
@media only screen and (min-width: 768px) {
    .qp-blue-cta {
        font-size: 16px;
    }
}
.qp-blue-cta:hover, .qp-blue-cta:focus {
    background: #00beff;
    color: #FFF;
}
.qp-training-section.help {
    padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
    .qp-training-section.help {
        padding-bottom: 60px;
    }
}

.qp-training-section.help p {
    color: #505F82;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    line-height: 150%;
    padding: 10px 0 0;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .qp-training-section.help p {
        font-size: 18px;
    }
}
.help-search-wrapper {
    padding: 30px 0 40px;
}
@media only screen and (min-width: 768px) {
    .help-search-wrapper {
        padding: 40px 0;
    }
}

.help-cta {
    text-align: center;
}
.input-group{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}
.inputText.ui-autocomplete-input {
    font-size: 15px;
    padding: 25px 8px;
    color: #505050;
    font-weight: 300;
    line-height: 125%;
    border: solid 1px #DDD;
    border-radius: 0;
    box-shadow: none;
}
@media only screen and (min-width: 768px) {
    .inputText.ui-autocomplete-input {
        font-size: 16px;
        padding: 26px 10px;
    }
}
@media only screen and (min-width: 1024px) {
    .inputText.ui-autocomplete-input {
        font-size: 16px;
        padding: 30px 10px;
    }
}
.inputText.ui-autocomplete-input::placeholder{
    font-size: 14px;
    color: #DDD;
    opacity: 1;
    font-weight: 400;
}
@media only screen and (min-width: 768px) {
    .inputText.ui-autocomplete-input::placeholder{
        font-size: 15px;
    }
}
@media only screen and (min-width: 1024px) {
    .inputText.ui-autocomplete-input::placeholder{
        font-size: 16px;
    }
}
li.ui-menu-item {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    margin-left: 0;
}
li.ui-menu-item:hover {
    background: #d3d3d3 !important;
    cursor: pointer;
}
ul.ui-menu {
    width: 100% !important;
    max-width: 750px !important;
    overflow-y: auto;
    height: 80px;
    background: #FFF !important;
    color: #505050;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none !important;
}
#header_inner .ui-autocomplete-input {
    text-align: left;
}
.ui-helper-hidden-accessible {
    display: none;
}
.ui-autocomplete {
    position: absolute !important;
}
.input-group-addon {
    padding: 0 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: none;
    border: 0 !important;
    border-radius: none !important;
    width: 22px !important;
    background: #FFF !important;
    position: absolute;
    z-index: 12;
    right: 12px;
    top: 12px;
}
@media only screen and (min-width: 768px) {
    .input-group-addon {
        right: 10px;
        top: 12px;
        width: 26px !important;
    }
}
@media only screen and (min-width: 1024px) {
    .input-group-addon {
        right: 14px;
        top: 14px;
        width: 30px !important;
    }
}
.input-group-addon i.fa.fa-search {
    font-size: 22px;
    color: #909090;
}
@media only screen and (min-width: 768px){
    .input-group-addon i.fa.fa-search {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1024px) {
    .input-group-addon i.fa.fa-search {
        font-size:30px;
    }
}


/* .training-child-block.upcoming:before {
	content: 'UPCOMING TRAINING';
	position: absolute;
	top: -24px;
	background: #FF9F00;
	width: 100%;
	left: 0;
	text-align: right;
	padding: 4px 10px 0px 10px;
	color: #FFF;
	border: solid 1px #FF9F00;
	font-size: 12px;
	line-height: 150%;
	vertical-align: middle;
}*/
.training-child-block.upcoming span, .webinars-child-block.upcoming span {
    position: absolute;
    top: -24px;
    left: 0;
    background: #FF9F00;
    width: 100.80%;
    margin: 0 -1px;
    text-align: center;
    border: solid 1px #FF9F00;
    color: #FFF;
    font-size: 12px;
    line-height: 150%;
    vertical-align: middle;
    text-align: right;
    padding: 4px 10px 0px 10px;
}
@media only screen and (min-width: 344px) {
    .training-child-block.upcoming span, .webinars-child-block.upcoming span {
        width: 100.79%;
    }
}
@media only screen and (min-width: 350px) {
    .training-child-block.upcoming span, .webinars-child-block.upcoming span {
        width: 100.50%;
    }
}
@media only screen and (min-width: 768px) {
    .training-child-block.upcoming span, .webinars-child-block.upcoming span {
        width: 100.70%;
    }
}
@media only screen and (min-width: 1024px) {
    .training-child-block.upcoming span, .webinars-child-block.upcoming span {
        width: 100.80%;
    }
}

ul.ui-menu {
    border: solid 1px #DDD;
}

.qp-training-section.webinars {
    padding-top: 40px;
}
@media only screen and (min-width: 1024px) {
    .qp-training-section.webinars {
        padding-top: 80px;
    }
}
.xday-workshop-section {
    background: linear-gradient(270deg, #FFFFFF 0%, #ECFEFD 44.33%, #FFEDED 100%);
    padding: 80px 0;
    text-align: center;
}
.xday-workshop-section .upcoming-event-title {
    color: #FF479D;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 24px;
}
.xday-workshop-section .xday-event-logo    {
    max-width: 100%;
    margin-bottom: 16px;
}

.xday-workshop-section .xday-event-details {
    color: #5A5A5A;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 24px;
}
.xday-workshop-section .xday-event-details span {
    font-weight: 500;
}

.xday-workshop-section .register-today {
    background: #FF9F00;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    padding: 11px 34px;
}
.xday-workshop-section .register-today:hover {
    background: #ffbb33;
    color: #fff;
}