
*{
    box-sizing: border-box;
}
body{
    width:100%;
    height: 100%;
    background-color: #222;
    margin: 0;
    padding: 0;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    color:#eee;
    /*font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";*/
}
a{
    text-decoration: none;
    color: blue;
}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.form-cont {
    width: auto;
    max-width: 600px;
    padding: 10px;
    background-color: #222;
    margin:auto;
    border-radius: 4px;
}

.form-item {
    width: 100%;
    padding:10px 0px;
}

.form-label {
    width:100%;
    display: grid;
    grid-template-columns: auto auto;
}

.input-label {
    width:100%;
    font-size: 1.0em;
    font-weight: 600;
}

.input-info {
    width: 100%;
    text-align: right;
    font-size: 0.7em;
    color:#aaa;
}

.form-input {
    width: 100%;
    padding:10px 5px;
}

.input-item {
    width: 100%;
    padding:5px 10px;
}

.form-title {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 1.2em;
}

.form-explain {
    width: 100%;
    padding:10px;
    position: relative;
    border-radius:3px;
    background-color: #333;
    display: none;
}

.form-explain-close {
    position: absolute;
    right:0px;
    top:0px;
    width: 20px;
    height: 20px;
    z-index: 2;
}

.form-explain-text {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    font-size: 0.8em;
    padding:10px 0px;
}

.form-btn {
    width: 100%;
    padding:10px 5px;
}

.input-btn {
    width: 100%;
    border:none;
    background-color:#ee3532;
    color:#fff;
    border-radius:4px;
    padding: 10px 30px;
    text-align: center;
    transition:all linear 300ms; 
}

.input-btn:hover{
    background-color: #a01010;
    transition: all linear 300ms;
}

.form-alert-wrap {
    width: 100%;
    padding: 0;
    /*background-color: #ddd;*/
    border-radius: 4px;
    margin:20px  0px;
}

.form-alert {
    display: none;
    width: 100%;
    text-align: center;
    padding: 10px;
    transition: all linear 300ms;
}

.show{
    display: block;
    transition: all linear 300ms;
}

.form-radio,.form-checkbox{
    width: 100%;
    display: block;
    font-size: 1.0em;
    line-height: 1.5em;
}
.radio-input,.checkbox-input{
    display: inline;
    font-size: 0.8em;
}
.radio-label,.checkbox-label{
    width: auto;
    text-align: left;
    
    font-size: 1.2em;
    color:#aaa;
}

.radio-label{
    font-size: 0.8em;
}

.form-wrapper {
    width: 100%;
    margin:0;
    padding:0;
}

.form-group {
    display: block;
}

@media screen and (min-width: 768px) {
    .form-group {
        display: grid;
        grid-template-columns: 49% 49%;
        grid-column-gap: 2%;
    }
}

.success {
    background-color: #90F7E8;
    color:#0C5C00;
}

.warning {
    background-color:#F5C364;
    color:#8A4D00;
}

.error {
    background-color:#F88181;
    color:#600001;
}

.body-wrap {
    width: 100%;
    margin:0;
    padding:0;
}

.header-wrap {
    width: 100%;
    /*background: url(../images/cropped-1-2.png) 0, 0 #99e9ff;*/
    background: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.001)), url(../images/cropped-1-2.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 3em 0;
}

.head-link {
    text-decoration: none;
    color: inherit;
}

.head-img {
    max-height: 80px;
    height: auto;
}

.header {
    max-width: 1000px;
    padding-left: 3em;
    padding-right: 3em;
    margin-left: auto;
    margin-right: auto;
}

.head-logo {
    display: inline-block;
    padding-right: 2em;
    vertical-align: middle;
}

.web-head {
    display: block;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #fff;
}

.web-timeline {
    display: block;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
}

.head-text {
    display: inline-block;
    vertical-align: middle;
}

.custom-head-link {
    padding-right: 2em;
}

.navigation-top {
    width: 100%;
    height: 100px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.page-title {
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.25em;
    color:#eee;
}

.page-title-cont {
    margin-bottom: 4em;
    margin-left: auto;
    margin-right: auto;
    max-width: 740px;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1.5em;
    padding-top: 2em;
}

.top-foot {
    padding-top: 2em;
    display: block;
    padding-bottom: 3em;
    font-size: 14px;
    line-height: 1.6;
}

.ft-logo-cont {
    float: left;
    width: 36%;
}

.ft-dets-cont {
    float: right;
    width: 58%;
}

.ft-logo {
    width: 259px;
    height: 300px;
}

.ft-contact {
    margin: 0 0 1.5em;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    font-weight: 400;
}

.ft-title {
    font-size: 0.6875rem;
    margin-bottom: 2em;
    font-weight: 800;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}

.ft-socials {
    clear: left;
    float: left;
    margin-bottom: 0;
    width: 36%;
    display: block;
}

.footer {
    border-top:solid 1px #333;
    line-height: 1.6;
    margin-top: 3em;
    padding-bottom: 2em;
    padding-top: 2em;
}

.login-form-box {
    width: auto;
    max-width: 300px;
    margin:auto;
}

.profile-wrap {
    width:100%;
    max-width: 740px;
    margin: auto;
    height: 100%;
    min-height: 70vh;
    display: grid;
    grid-template-columns: 150px auto;
}

.profile-content {
    width: 100%;
    height: 100%;
    padding: 0px 50px;
}

.mp-player-profile {
    width: 100%;
    height: 100%;
}

.mp-display-pic-cnt {
    display: block;
    position: relative;
    width: 200px;
    height: 200px;
}

.mp-dp {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    
}

.photo-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}

.mp-player-contacts {
    padding: 0px 20px;
}

.mpci-title {
    font-size: 1.0em;
    font-weight: 400;
    display: inline-block;
    padding:5px;
}

.mpci-value {
    color:#ddd;
    font-size: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
    padding:5px;
    background-color:#232323;
}

.mp-player-other-details {
    width: 100%;
}

.mpod-cont-item {
    width: 100%;
}

.mpod-title {
    width: 100%;
    font-size: 1.0em;
    padding:5px;
}

.mpod-value {
    width: 100%;
    font-size: 1.3em;
    padding:5px 10px;
    font-weight: 600;
    background-color: #242424;
}

.tta-programme-item {
    width: 100%;
    display: block;
    padding:10px 20px 30px 20px;
    border-bottom: solid thin #333;
    transition: all linear 300ms;
    background-color: #4e4e4e;
    margin: 20px 5px;
}

.tta-programme-item:hover {
    background-color: #2e2e2e;
    border-bottom: solid thin #333;
    transition: all linear 300ms;
}

.tpi-title {
    background-color:#ee3532;
    border-radius:2px;
    padding:8px 20px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.7em;
    text-align: center;
}

.tpi-description {
    width: 100%;
    font-size: 1.0em;
    line-height: 1.5em;
    padding:20px 0px;
}

.tpi-enroll-btn {
    width: 200px;
    margin: auto;
    text-align:center;
    display: block;
    padding:5px 10px;
    border-radius: 4px;
    background-color:#ee3532;
    color:#fff;
    font-size: 1.1em;
    cursor: pointer;
}

.tpi-enroll-extra{
    width: 100%;
    background-color:#ee3532;
    color:#fff;
    padding:5px 10px;
    margin-top: 30px;
    text-align: center;
}

.tpi-form-item {
    width: 100%;
    padding:10px;
}

.tpifi-label {
    display: block;
    width: 100%;
    font-size: 1.2em;
    color:#aaa;
    padding:8px 0px;
}

.tpifi-input {
    width: 100%;
    border:none;
    padding:8px 10px;
    border-radius: 2px;
}

.tpifi-btn {
    padding: 5px 20px;
    border:none;
    background-color:#ee3532;
    color:#eee;
    border-radius: 2px;
}

.tpi-form-info {
    margin: 10px 0px;
    width: 100%;
    padding:10px;
    border-radius:3px;
    background-color: #555;
    color:#eee;
    font-size: 1.1em;
    line-height: 1.5em;
}

.tpi-form-alert {
    width: 100%;
    font-size: 1.1em;
    padding:10px;
    line-height: 1.5em;
}

.tpi-enroll-cont {
    width: 100%;
    display: none;
    transition: all linear 100ms;
}

.show{
    display: block;
    transition: all linear 100ms;
}

.success-cont{
    width: 100%;
    padding:10px;
}

.success-msg{
    width: 100%;
    padding:30px 10px;
    margin-bottom: 20px;
    text-align:center;
}
.success-sub-msg{
    width: 100%;
    padding:30px 10px;
    text-align:center;
}
.success-lnk{
    display: block;
    width: 100%;
    margin-top: 20px;
    border-radius: 3px;
    background-color:#ee3532;
    color:#fff;
    padding:8px ;
    text-align:center;
}

.ih-warning{
    box-shadow: 0px 0px 16px 4px rgba(231,166,26,0.75);
}

.ih-error{
    box-shadow: 0px 0px 16px 4px rgba(184,18,18,0.75);
}

.form-ex-link-item {
    width: 100%;
    padding: 10px 5px;
    display: grid;
    grid-template-columns: 50% 50%;
}

.ex-lnk {
    display: block;
    color:#ee3532;
    font-size:1.0em;
    line-height: 1.6em;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.tpi-charges {
    width: 100%;
    margin: 5px 0px;
    color:#ee3532;
    background-color:#333;
}

.pro-more-ref-lnk {
    background-color:#fff;
    display: block;
    color:#ee3532;
    text-decoration: underline;
    font-style: italic;
    padding: 6px 10px;
    text-align: center;
}

.tpi-form-radio {
    
}

.tpi-img-cont {
    width: 100%;
    display: block;
}

.tpi-img {
    width: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}
