@font-face {
  font-family: CASTLEB;
  src: url(./fonts/CASTLEB.TTF)
}
@font-face {
  font-family: HUM531B;
  src: url(./fonts/HUM531B.TTF)
}
@font-face {
  font-family: HUM531N;
  src: url(./fonts/HUM531N.TTF)
}
@font-face {
  font-family: 'Humanst521 BT Bold';
  src: url(./fonts/tt0288m_.ttf);
}
@font-face {
  font-family: 'Humanst521 BT Bold Italic';
  src: url(./fonts/tt0293m_.ttf);
}

.home-page{
    background: #4f2584;
}
.home-page-banner{
    background: url(../images/banner-lady.png) no-repeat left top;
    min-height: 100vh;
    background-size: 57%;
    position: relative;
}
/* .home-page-banner:before {
    content: ' ';
    background: url(../images/banner-bottom.png) no-repeat left top;
    width: 100%;
    height: 700px;
    position: absolute;
    bottom: 0px;
    right: 0px;
} */
.lang-top {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: 15px;
}
.lang-top label {
    color: #f07e07;
    font-weight: 500;
}
.lang-top input, .lang-top input:focus {
    margin: 0px 0px 0px 5px;
    border: 1px solid #f07e07;
    border-radius: 5px;
    height: 30px;
    background: transparent;
    color: #fff;
    background-color: #4f2584;
}
.logo-top-right {
    align-items: revert;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}
.banner-title {
    margin: 10px 0px 0px 30px;
    text-align: center;
}
.banner-title img {
    max-width: 400px;
}
.banner-form {
    max-width: 600px;
}
.banner-form h2 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 20px 0px 30px 0px;
    font-family:'HUM531B', Arial, Helvetica, sans-serif;
    font-size: 24px;
}
.form-row {
    display: inline-flex;
}
.form-cell {
    margin: 0px 5px;
    text-align: center;
}
.form-row label {
    color: #f07e07;
    font-weight: 600;
}
.form-row input, .form-row input:focus {
    border: 1px solid #f07e07;
    border-radius: 5px;
    height: 30px;
    background: transparent;
    text-align: center;
    color: #fff;
    background-color: #4f2584;
    font: 14px;
}
.form-submit{
    text-align: center;
    margin-top: 20px;
}
.form-submit .submit-button{
    font-weight: bold;
    color: #4f2584;
    background: #f07e07;
    background: linear-gradient(135deg, #f7971e, #ffd200);
    padding: 15px 25px;
    border-radius: 8px;
    cursor: pointer;
}

.form-submit .submit-button:hover{
    font-weight: bold;
    color: #4f2584;
    background: #f07e07;
    /* background: linear-gradient(135deg, #f7971e, #ffd200); */
}
.home-bottom {
    text-align: right;
}
.home-bottom img {
    max-width: 570px;
}

.inner-page{
    background: url(../images/inner-lady-img.png) no-repeat right top;
    /* min-height: 700px; */
    position: relative;
}
/* .inner-page:after{
    background: url(../images/inner-lady-img.png) no-repeat right top;
} */
 .page-header {
    width: 68%;
    margin-left: 20px;
}
.page-header h1{
    font-family: 'CASTLEB', Arial, Helvetica, sans-serif;
    color: #31257c;
    font-size: 54px;
    font-weight: bold;
    font-style: italic;
    line-height: normal;
    margin-bottom: 20px;
}
.page-header h1 span{
    color: #ff7d26;
    font-family: 'Humanst521 BT', Arial, Helvetica, sans-serif;
    display: block;
    font-weight: bold;
    font-style: italic;
}
.page-title {
    background-color: #d6d8d9;
    color: #31257c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    max-width: 880px;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 40px;
    margin-right: 30px;
    width: 69%;
    overflow: hidden;
}
.page-title h4 {
    margin: 0px;
    font-weight: bold;
}
/* .page-title:after {
    content: ' ';
    height: 60px;
    width: 60px;
    background: #fff;
    position: absolute;
    right: -12px;
    transform: rotate(-45deg);
    top: 0px;
} */
 .page-list{
  display: flex;
  margin-bottom: 16px;
  margin-left: 20px;
 }
 .page-list .page-list-number{
    margin-right: 16px;
 }
 .page-list .page-list-number span{
    color: #31257c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Humanst521 BT', Arial, Helvetica, sans-serif;
    background: #ff7d26;
    width: 50px;
    border-radius: 50%;
 }
 .page-list-text{
    width: 68%;
 }
 .page-list-text h4{
    font-size: 22px;
    font-weight: bold;
    color: #31257c;
    font-family: 'Humanst521 BT', Arial, Helvetica, sans-serif;
    margin-bottom: 0px;
 }
 .page-list-text .orange-text{
    font-family: 'Humanst521 BT', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #ff7d26;
    font-weight: bold;
    margin-bottom: 10px;
 }
 .page-list-text .self-assessment{
    font-family: 'Humanst521 BT', Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #595b61;
    position: relative;
 }
 .self-assessment:before {
    content: ' ';
    width: 5px;
    height: 5px;
    background: orange;
    border-radius: 50%;
    position: relative;
    left: -10px;
    display: inline-block;
    top: -4px;
}
.page-list-buttons {
    padding: 24px 0px 0px 20px;
}
 a.button-hollow {
    border: 1px solid #ff832f;
    border-radius: 5px;
    padding: 4px 10px 2px;
    display: block;
    margin-top: 8px;
    font-size: 15px;
    text-align: center;
    color: #31257c;
    width: 98px;
}
 a.button-hollow:hover {
    background: #ff832f;
    color: #fff;
}

.footer{
    background-color: #4f2584;
    position: relative;
    padding: 10px 25px;
    display: flex;
    justify-content: space-between;
    /* box-shadow: rgba(50, 50, 93, 0.9) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.7) 0px 18px 36px -18px inset; */
}
.footer-logo {
    display: inline-flex;
    align-items: center;
}
.footer-logo img {
    max-height: 70px;
}
.footer-gel {
    position: relative;
    height: 68px;
    overflow: visible;
    width: 100%;
    bottom: 0px;
}
.footer-gel img {
    position: absolute;
    top: -21px;
    right: 0px;
    width: 460px;
}

p{
    font-size: 14px;
    font-family: 'Humanst521 BT', Arial, Helvetica, sans-serif;
    color: #2c2e35;
}
.orange-title{
    font-family: 'Humanst521 BT', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ff7d26;
}
.overview-page {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.overview-cell {
    width: 47%;
}
.overview-cell.overview-cell-right .overview-list{
    width: 45%;
}
h3.orange-grad{
    background: #F08126;
    background: linear-gradient(90deg,rgba(240, 129, 38, 1) 0%, rgba(244, 169, 34, 1) 50%, rgba(240, 129, 38, 1) 100%);
    display: inline-block;
    padding: 5px 16px;
    font-size: 20px;
    color: #4f2584;
    font-family: 'Humanst521 BT', Arial, Helvetica, sans-serif;
}
.course-online-cell {
    text-align: center;
    margin: 20px 0px;
}

a.course-button {
    background: #4f2584;
    color: #fff;
    font-family: 'Humanst521 BT', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 8px 16px;
}
.overview-ol-list-row {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.overview-ol-list-number {
    width: 30px;
    height: 30px;
    background: #4f2584;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.overview-ol-list-text {
    width: calc(100% - 40px);
    font-size: 14px;
    font-family: 'Humanst521 BT', Arial, Helvetica, sans-serif;
    color: #2c2e35;
}
@media only screen and (max-width: 1024px) {
  img{
    max-width: 100%;
  }
  .grid-container.small-device{
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
  }
  .banner-title{
    margin: 40px 20px 0px 30px;
  }
  .banner-title img, .home-bottom img{
    width: 100%;
  }
  .home-page-banner{
    background-size: 40%;
  }
  .banner-form{
    padding: 0px 20px;
    margin: auto;
  }
  .lang-top {
    width: 50%;
  }
  .lang-top input, .lang-top input:focus {
    height: 26px;
    margin: 0px;
    font-size: 12px;
    color: #fff;
    background-color: #4f2584;
    }
  .logo-top-right {
    margin: 10px 10px 0px 0px;
    max-width: 40px;
}
/*overview*/
.inner-page {
    background-size: 40%;
}
.page-header h1 {
    font-size: 30px;
    padding: 20px 0px 0px 0px;
}
.overview-page {
    display: block;
}
.overview-cell, .overview-cell.overview-cell-right {
    width: auto;
}
.overview-cell.overview-cell-right .overview-list {
    width: auto;
}
.footer-gel img {
    width: 180px;
    top: 0px;
    bottom: 0px;
}
/*module*/
.page-list {
    flex-wrap: wrap;
    padding-right: 10px;
}
.page-list-text {
    width: calc(100% - 66px);
}
.page-list-text .self-assessment {
    margin-left: 10px;
}
.page-list-buttons {
    display: flex;
    padding-left: 66px;
}
a.button-hollow{
    margin-right: 10px;
}
}
@media only screen and (min-width: 580px) and (max-width: 1024px){
    .inner-page {
        background-size: 20%;
    }
}
