
.front-squares-cntnr > .front-squares > ul > li > h2 {
  display: inline-block;
  color: rgba(255,255,255,1.00);
  margin: 0;
  padding: 1.5% 0 1% 0;
  text-align: center;
  font-weight: 400;
  font-size: clamp(1.4rem, 0.5297rem + 1.8919vw, 2.8rem) !important;
  text-transform: none;
  font-family: 'carnaslight';
  border-radius: 0.5em 0.5em 0 0;
  width: 100%;
  background-color: rgba(21,74,119,1.00);
  border: 1px solid rgba(21,74,119,1.00);
    border-bottom-color: rgb(21, 74, 119);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  border-bottom: 1px solid rgba(255,255,255,1.00);
}


/* NTimetable square*/
li.mdl-2sqr-tmtbl-cntnr {
    border: 1px solid rgba(21,74,119,1.00);
    width: 100%;
    background-color:rgba(21,74,119,1.00);
}
li.mdl-2sqr-tmtbl-cntnr > figure {
    width: 100%;
    height: 100%;
	max-height:none!important;
}


.mdl-tmtbl-cntr {
	margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    padding: 0;
    grid-template-areas: 
    "header header header header";
    color: rgba(0,0,0,1.00);
    font-family: 'carnaslight';
    background-color: rgba(255,255,255,1.00);
}
.mdl-tmtbl-hdr {
    grid-area: header;
    background-color: rgba(255,255,255,1.00);
}

.mdl-tmtbl-hdr h2 {
    margin: 0.83em 0 0 0;
    padding: 0% 0% 3% 0%;
    text-align: center;
    font-weight: 400;
    font-size: clamp(1.2rem, 0.6405rem + 1.2162vw, 2.1rem)!important;
    text-transform: none;
    font-family: 'carnaslight';
    color: rgba(21,74,119,1.00);
}
.mdl-tmtbl-sect {
	margin: 0;
    padding: 5% 0;
	border-top: 1px solid rgba(21,74,119,1.00);
	border-right: 1px solid rgba(21,74,119,1.00);
	border-bottom: 1px solid rgba(21,74,119,1.00);
}
.mdl-tmtbl-sect:last-child {
	border-right: none;
}
.mdl-tmtbl-sect-hdr {
    padding-bottom: 5%;
}
.mdl-tmtbl-sect-hdr h2 {
    margin: 0;
    padding: 0% 0% 3% 0%;
    text-align: center;
    font-weight: 400;
    font-size: clamp(0.8rem, 0.3027rem + 1.0811vw, 1.6rem)!important;
    text-transform: none;
    font-family: 'carnaslight';
}
.mdl-tmtbl-sect-tbl-hdr {
    display: grid;
    grid-template-columns: 50% 50%;
    font-size: clamp(0.55rem, 0.2703rem + 0.6081vw, 1rem)!important;
    padding-bottom: 5%;
    width: 90%;
    margin: 0 5%;
}
.mdl-tmtbl-sect-tbl-hdr span h2,
.mdl-tmtbl-sect-tbl-hdr span p {
    text-align: left;
    padding-left: 10%;
    font-size: clamp(0.55rem, 0.2703rem + 0.6081vw, 1rem) !important;
    text-transform: capitalize;
    margin: 0;
    display: table-cell;
    font-family: 'carnaslight';
    vertical-align: middle;
}
.mdl-tmtbl-sect-tbl-hdr span {
	border-bottom: 1px solid rgba(21,74,119,1.00);
    vertical-align: middle;
    display: block;
}
.mdl-tmtbl-sect-tbl-hdr span:last-child {
    padding-left: 20%;
}
.mdl-tmtbl-sect-tbl {
    display: grid;
    grid-template-columns: 37% 45%;
    column-gap: 10%;
    width: 90%;
    margin: 0 5%;
    font-size: clamp(0.85rem, 0.3527rem + 1.0811vw, 1.65rem)!important;
    font-weight: 300;
    line-height: clamp(1.6rem, 1.1649rem + 0.9459vw, 2.3rem);
}

.mdl-tmtbl-sect-tbl div {
    text-align: right;
}
.mdl-tmtbl-sect-tbl div p {
    font-size: clamp(0.85rem, 0.3527rem + 1.0811vw, 1.65rem)!important;
    font-weight: 300;
    line-height: clamp(1.6rem, 1.1649rem + 0.9459vw, 2.3rem);
    margin: 0;
}
.mdl-tmtbl-sect-ftr p {
    padding: 0.5em 0 1.5em 1.0em;
    font-size: clamp(0.65rem, 0.4014rem + 0.5405vw, 1.05rem)!important;
    margin: 0;
}

.brd-bttm {
	border-bottom: 1px solid rgba(255,255,255,1.00);
}
.brd-rght {
	border-right: 1px solid rgba(255,255,255,1.00);
}


@media (min-width:1152px) and (max-width:1489px) {

}
@media (min-width:1490px) and (max-width:1689px){
	

}
@media (min-width:1690px) and (max-width:1919px){

    
}
@media (min-width:1920px){

    
}

@media (min-width:481px) and (max-width:539px) {


	
}
@media (min-width:540px) and (max-width:639px) {

	
}
@media (min-width:640px) and (max-width:767px) {

	
}
@media (min-width:768px) and (max-width:979px) {

	
}
@media (min-width:980px) and (max-width:1151px) {


	
}
@media (max-width:480px) {
	
}
