

/* Start:/local/templates/mhi/assets/css/training.css?174655972610843*/
.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.img-respons img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.text-h2 {
    text-transform: uppercase;
    font-size: 35px;
    margin-top: -4px;
}
.sub-line {
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0;
}
.font-bold {
    font-weight: bold;
}

.dark-color {
    color: #212529;
}
.white-color {
    color: #fff;
}

section {
    padding: 50px 0 60px;
}
.bg-trans {
	padding-top: 80px;
}
.main-header-menu + .bg-trans {
    padding-top: 120px;
}

.train-top-head h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5em;
    margin-bottom: 10px;
}
.train-top-grid h3,
.train-top-grid p {
    color: #fff;
}
.train-top-right {
    margin: 50px 0 60px;
}
.train-top-right h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.info-box {
    color: #fff;
    margin: 30px 0;
}
.info-box li {
    margin-top: 25px;
    position: relative;
}
.info-box li::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #d1c094;
    transform: translateY(4px);
    margin-right: 14px;
}
.info-box li.white-box::before {
    background: #fff;
}
.info-box li span {
    border-bottom: 1px solid #fff;
    font-family: glory;
}
.train-top-foot {
    margin-bottom: 50px;
}
.img-icon {
    margin: 0 0 25px 30px;
    width: 100px;
    box-shadow: 1px 1px 35px 10px rgba(0,0,0,0.75);
}
.img-icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.lined-box {
    color: #d1c094;
    position: relative;
    padding-left: 30px;
}
.lined-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 23px;
    height: 3px;
    background-color: #d1c094;
    left: 0;
    top: 11px;
}
.form-head {
    color: #d1c094;
    font-size: 26px;
    margin-top: 5px;
}

.top-line {
    font-size: 21px;
    margin-bottom: 0;
}
.webinar-box {
    display: block;
    margin: 20px;
    padding: 15px;
    box-shadow: 2px 2px 15px 7px rgba(225,225,225,0.25);
    border: 1px solid rgba(225,225,225,0.5);
    color: #212529;
    min-height: 420px;
}
.webinar-box:hover {
    text-decoration: none;
    color: #212529;
}
.webinar-halfbox {
    min-height: 280px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.webinar-halfbox:first-child {
    margin: 0 auto;
    max-width: 400px;
} 
.webinar-halfbox:last-child {
    min-height: 100px;
}
.webinar-box .photo-box {
    width: 240px;
    height: 225px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webinar-box .photo-text-box {
    background-color: #d1c094;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px 40px;
}
.photo-text-head,
.photo-text-foot {
    font-size: 14px;
    letter-spacing: 0.02em;
    font-weight: 300;
}
.photo-text-head + .photo-text-foot {
    margin-top: 5px;
}
.webinar-head-text {
    margin-top: 15px;
    color: #d1c094;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2em;
}
.webinar-bold-text {
    font-weight: bold;
    line-height: 1.2em;
    margin: 5px 0 15px;
}
.webinar-main-text {
    margin: 10px 0;
}
.webinar-date-text {
    color: #d1c094;
    margin: 15px 0 0;
    font-size: 21px;
    font-weight: 300;
    margin-top: auto;
}
.past-carousel {
    margin: 40px 0 20px;
}
.slick-list {
    padding: 10px 0 90px!important;
}
.past-carousel .item {
    padding: 0 20px;
}
.webinar-pass-container {
    min-height: 420px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}
.webinar-pass-container * {
    transition: 0.2s ease;
}
.webinar-pass-img-box {
    height: 135px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.webinar-pass-head {
    color: #d1c094;
    margin: 20px 0 10px;
    font-size: 21px;
    line-height: 1.25em;
}
.webinar-pass-text {
    color: #fff;
    max-height: 90px;
}
.webinar-pass-btn {
    display: none;
}

.webinar-pass-container:hover {
    z-index: 11;
}
.webinar-pass-container:hover .webinar-pass-box {
    position: absolute;
    background: #2f2e31;
    padding-bottom: 25px;
    box-shadow: 3px 3px 10px 10px rgba(0,0,0,0.25);
}
.webinar-pass-container:hover .webinar-pass-btn {
    display: flex;
    justify-content: center;
}
.webinar-pass-container:hover .webinar-pass-head {
    padding: 0 15px;
}
.webinar-pass-container:hover .webinar-pass-text {
    padding: 0 15px;
}

.subscribe-form-box {
    margin: 50px auto -57px;
    max-width: 320px;
}
.subscribe-top {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
}
.subscribe-head {
    margin-top: 3px;
    background-color: #d1c094;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 8px 0 14px;
}
.subscribe-head-top {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    color: #fff;
}
.subscribe-head-text {
    text-align: center;
    line-height: 15px;
    font-size: 13.5px;
    color: #fff;
}
.subscribe-body {
    background-color: #fff;
    padding: 15px 25px;
}
.subscribe-img {
    height: 30vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.subscribe-text {
    margin: 20px 0 0;
    line-height: 1.2em;
}
.subscribe-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.subscribe-form .inputtext {
    color: #212529;
}
.subscribe-form button {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 22px;
}
.btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.btn-container button {
    width: 330px!important;
}
.btn-subtext {
    color: #fff;
    margin-top: 10px;
}

.just-to-bottom .subscribe-head-top,
.just-to-bottom .subscribe-head-text {
    color: #000;
}
.slick-dots {
    position: absolute;
    right: 0;
    bottom: -25px;
    display: block;
    width: 50%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    content: '';
    background-color: #e0e0e0;
}
.slick-dots li.slick-active button:before {
    background-color: #d1c094;
}
.past-carousel .slick-dots li button:before {
    background-color: #6e6d6f;
}
.past-carousel .slick-dots li.slick-active button:before {
    background-color: #fff;
}
.slick-arrow {
    background: url('/local/templates/mhi/assets/img/blackArrow2.png') no-repeat center center / contain;
    color: transparent;
    width: 22px;
    height: 36px;
    overflow: hidden;
    border: none;
    bottom: -30px!important;
    left: 0!important;
    z-index: 10;
}
.slick-arrow.slick-next {
    left: 50px!important;
}
.past-carousel .slick-arrow {
    background: url('/local/templates/mhi/assets/img/whiteArrow.png') no-repeat center center / contain;
}
.slick-initialized .slick-slide {
    overflow-x: hidden;
}


@media all and (min-width:575px) {
    .subscribe-img {
        height: 135px;
    }
    .slick-dots li button:before {
        width: 8px;
        height: 8px;
    }
}

@media all and (min-width:768px) {
    .train-top-head h1 {
        font-weight: bold;
        font-family: glory;
    }
    .train-top-grid h3 {
        font-family: glory;
        margin: 20px 0;
    }
    .subscribe-form-box {
        margin-top: 20px;
    }
    .just-to-bottom {
        display: flex;
        align-items: flex-end;
    }
    .just-to-bottom .subscribe-form-box {
        flex: 0 0 auto;
        min-width: 280px;
        margin-bottom: -60px;
    }
    .text-h2 {
        font-family: glory;
        font-weight: bold;
        font-size: 40px; 
    }
    .top-line {
        font-family: glory;
    }
    .webinar-box {
        margin: 20px;
    }
    .webinar-date-text,
    .webinar-head-text,
    .webinar-pass-head {
        font-family: glory;
        font-weight: bold;
    }
    .webinar-time-text {
        font-weight: bold;
    }
    .c-input-btn {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .slick-arrow {
        bottom: 50px!important;
        left: 30px!important;
    }
    .slick-arrow.slick-next {
        left: 80px!important;
    }
    .slick-dots {
        width: 25%;
        right: 44%;
        bottom: 50px;
    }
    .past-carousel .slick-dots {
        bottom: -20px;
        right: 0;
    }
}

@media all and (min-width:992px) {
    .train-top-grid {
        display: grid;
        grid-template-areas:
            "lefttop rightcol"
            "leftfoot rightcol";
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
    }
    .train-top-head {
        grid-area: lefttop;
        padding: 0 30px;
    }
    .train-top-right {
        grid-area: rightcol;
        padding: 0 30px;
    }
    .train-top-foot {
        grid-area: leftfoot;
    }
    .reverse-row-flex {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-start;
        width: 90%;
        padding-left: 30px;
        margin-top: 30px;
    }
    .lined-box {
        flex: 1 1 auto;
        padding-left: 40px;
    }
    .img-icon {
        flex: 0 0 auto;
        margin-top: 7px;
    }
    .train-top-right h3 {
        font-weight: bold;
        margin-top: 0;
    }
    .info-box {
        margin-top: 40px;
    }
    .info-box li span {
        font-size: 21px;
    }
    .info-box li::before {
        width: 20px;
        height: 20px;
        margin-right: 20px;
    }
}

@media all and (min-width:1200px) {
    .webinar-box {
        display: flex;
        padding: 60px 40px;
        box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.05);
    }
    .webinar-halfbox {
        width: 50%;
    }
    .webinar-box .photo-text-box {
        bottom: unset;
        top: 200px;
        width: 80%;
        right: 30px;
    }
    .photo-text-head,
    .photo-text-foot {
        font-size: 15px;
        line-height: 1.2em;
    }
    .photo-text-head {
        font-weight: bold;
    }
    .photo-text-head + .photo-text-foot {
        margin-top: 0;
    }
    .webinar-head-text {
        margin-top: 0;
    }
}
/* End */


/* Start:/local/templates/mhi/assets/css/subscribe.css?17465597261996*/
.subscribe-popup-back {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    background: #000;
    transition: opacity 0.75s ease;
    z-index: 9990;
}
.subscribe-box {
    padding: 5px;
    text-align: center;
    border: 1px solid #d3d3d3;
    border-top: none;
}
.subscribe-box .subscribe-inner a {
    display: flex;
    align-items: center;
}
.subscribe-box .subscribe-logo {
    margin: 5px 10px 0 auto;
}
.subscribe-box .subscribe-text {
    margin: 5px auto 5px 0;
    color: #888;
}
.subscribe-box .subscribe-text:hover {
    color: #268e00;
}
.subscribe-popup {
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 400px;
    height: 375px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 50vw;
    margin-top: 50vh;
    transform: translate(-50%, -50%);
    z-index: 9999;
    border-radius: 3px;
}
.subscribe-header {
    margin: 0 0 20px;
    background: #d1c094;
    color: #fff;
    min-height: 41px;
    font-size: 20px;
    line-height: 41px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.subscribe-close {
    position: absolute;
    top: -31px;
    right: -25px;
    color: #fff;
    font-size: 35px;
    line-height: 1;
    cursor: pointer;
    transition: color .4s;
}
.subscribe-body {
    padding: 15px 50px;
    position: relative;
}
.subscribe-body p {
    font-size: 14px;
}
@media all and (max-width: 450px) {
    .subscribe-popup {
        width: 90%;
    }
    .subscribe-close {
        top: -41px;
        right: 50%;
        transform: translateX(50%);
    }
    .subscribe-body {
        padding: 0 25px;
    }
}
@media all and (max-width: 450px) {
    .subscribe-popup {
        height: 420px;
    }
    .subscribe-body p {
        font-size: 13px;
    }
}

/* End */
/* /local/templates/mhi/assets/css/training.css?174655972610843 */
/* /local/templates/mhi/assets/css/subscribe.css?17465597261996 */
