﻿
/***********************************TESTING************************************************/
.programme-box{
    margin: 10px 30px 30px 0;
    background:#fff;
    border-radius:10px;
    display: inline-block;
    -webkit-box-shadow: 4px 6px 15px 1px rgba(0, 0, 0, .02);
    -moz-box-shadow: 4px 6px 15px 1px rgba(0, 0, 0, .02);
    box-shadow: 4px 6px 15px 1px rgba(0, 0, 0, .02);
    overflow: hidden;
    position: relative;
   height: 420px;
       width: 100%;
   
}
.programme-box-main{ width: 40%;}
.phone  .programme-box-main, .tablet .programme-box-main {width:100%;}
.programme-box:hover .featured-tab-content {
    height: 100%;
    margin-top: 0;
    background: #330074;
    color: #fff;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding: 30px 20px;
}
.programme-box:hover .featured-tab-content .title {
    color: #fff;
}
.programme-box:hover .featured-tab-content .four-line-text {
    max-height: 100%;
    min-height: 65px;
    -webkit-line-clamp: 16;
}
.programme-box:hover .programme-thumb {
    height: 0;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.programme-thumb {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.featured-tab-content {
    padding: 15px 20px;
    height: calc(100% - 200px);
    margin-top: 200px;
    background: #fff;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #908F8F;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.2em;
}
.phone .programme-box-main + .programme-box-main, .tablet .programme-box-main + .programme-box-main {
    margin-top: 30px;
}
.featured-tab-content .title{
     
    margin-bottom:8px;
        font-size: 150%;
    font-weight: 700;
    /* text-transform: capitalize; */
    color: #4E4E4E;
    margin: 0;
   margin-bottom: 10px;
    line-height: 25px;
    min-height: 60px;
}


.featured-tab-content .read-more-btn {
    color:#CA3239;
    position:relative;
    bottom:0;
    font-size: 100%;
    font-weight:700;
}

.featured-tab-content .read-more-btn .button-login{
    background: transparent;
    padding: 10px 20px;
    height: auto;
    border-radius: 8px;
    width: 100%;
    border-color: #CA3239;
    color: #CA3239;
        cursor: pointer;
        margin-top: 10px;
}
.programme-box:hover .featured-tab-content  .read-more-btn .button-login {
    /** border-color: #FFF;**/
    color: #FFF;
}

.read-more-btn {
    color:#CA3239;
    position:relative;
    bottom:0;
    /* font-size:0.75em; */
    font-weight:700;
}

.featured-tab-content .four-line-text{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;     /* fallback */
   max-height: 80px;      /* fallback */
   min-height:60px;
   -webkit-line-clamp: 4; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.edge .programme-box, [class*='ie'] .programme-box {height: 450px!important;}


/**LAST CHanges*/
.card-programme-box {
    background-color: white;
    border-radius: 10px;
    box-shadow: 4px 6px 15px 1px rgba(0, 0, 0, .02);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 250px;
    position: relative;
}

.desktop.big .card-programme-box,
.desktop.hd{height:220px;}
.card_content {
    padding: 1rem;
    color: #908F8F;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.2em;
}
.card_title {
    color: #4E4E4E;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px;
    min-height: 50px;
    line-height: 1.3em;
}

.card_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 130px;
    min-height: 110px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    margin-top: 0;
}

.read-more-btn {
    color: #CA3239;
    position: relative;
    bottom: 0;
    /* font-size: 0.75em; */
    font-weight: 700;
    text-align: left;
    margin-top: 15px;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.card_text {
    line-height: 30px;
    font-size: 100%;
    color: #333;
}
.read-more-btn .button-login{
color: #CA3239;
    position: relative;
    bottom: 0;
    /* font-size: 0.75em; */
    font-weight: 700;
    border: none;
    background: transparent;
    cursor: pointer;
}

.width-box{width: 40%;}
.tablet .width-box, .phone .width-box {
    width: 100%;
    margin-bottom: 20px;
}
.tablet a.Header_ButtonMenu, .phone a.Header_ButtonMenu, .Page.active .Header_ButtonMenu {
    color: #524E9C;
}
.phone .Menu_TopMenu a:link,.phone .Menu_TopMenu a:visited,
.phone .Menu_TopMenu a,.phone .Menu_TopMenu a:link:hover,
.phone .Menu_TopMenu a:visited:hover,.phone .Menu_TopMenu a:hover,
.tablet .Menu_TopMenu a:link,.tablet .Menu_TopMenu a:visited,
.tablet .Menu_TopMenu a,.tablet .Menu_TopMenu a:link:hover,
.tablet .Menu_TopMenu a:visited:hover,.tablet .Menu_TopMenu a:hover{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.tablet .Application_Menu, .phone .Application_Menu {
    top: 90px;
     overflow-x: hidden;
    width: 50%;
}
.Page.active .Header_ButtonMenu .fa-bars:before {
    content: "\f00d";
}

.MainContent {
    padding: 0 !important;
}

.HyperlinkContent{
 font-size: 100%;
 color: #908f8f;
}

.Warning-message + .MainContent, .message-error-email + .MainContent {
    margin-top: 30px;
}

.Warning-message{
    position: relative;
    top: 30px;
}