﻿@charset "utf-8";
	
/******Section Admission Start******/
section.sec-admission-content {
}
section.sec-admission {
    width: calc(100% - 100px);
    display: table;
    color: #000;
    max-width: 1400px;
    margin: auto;
    padding: 50px;
}

section.sec-adm-title {
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 4em;
    text-transform: uppercase;
    font-family: 'Lulo', Arial, sans-serif;
}
section.sec-adm-subTitle {
    width: calc(100% - 300px);
    text-align: center;
    font-size: 1.4em;
    padding: 10px 150px;
    margin: -30px 0 30px 0;
}
section.sec-adm-box {
    width: 100%;
    text-align: center;
    display: table;
}
section.sec-adm-column {
    width: calc(33.3% - 33px);
    background-size: cover;
    background-position-x: 50%;
    display: inline-block;
    margin: 0 15px 40px 15px;
    position: relative;
    text-align: left;    
    float: left;
}
.sec-adm-img {
    background: gainsboro;
    background-size: cover;
    width: 100%;
    height: 250px;
}

.sec-adm-name {
    padding: 15px 0;
    font-size: 22px;
    font-weight: bold;
    font-family: "AvenirNextLTPro-Bold";
}

.sec-adm-body {
    margin-bottom: 15px;
}
section.sec-adm-footer {
    margin: 50px 0;
    text-align: center;
}
.sec-adm-footer .title {
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 15px;
}
.sec-adm-footer a.link {
    border-right: 2px solid black;
    padding: 0 10px;
}

.sec-adm-footer a.endLink {
    padding: 0 10px;
}

.sec-adm-more .moreBtn {
    background: #FF9801;
    display: table;
    bottom: 180px;
    padding: 10px 15px;
    font-weight: bold;
    color: #ffffff;
    margin: auto;
    text-align: center;
    font-size: 13.824px;
    font-family: "AvenirNextLTPro-Bold";
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    transition-duration: 0.2s;
    cursor: pointer;
}
.sec-adm-more .moreBtn:hover {
    background: black;
    color: white;}

/******Section Admission End******/

/************************************Mobile Start********************************************/
@media (min-width: 320px) and (max-width: 500px) {

section.sec-admission {
    padding: 15px;
    width: calc(100% - 30px);
}
section.sec-adm-title {
    font-size: 1.2em;
}
section.sec-adm-subTitle {
    width: 100%;
    padding: 0;
    font-size: 1em;
    line-height: 1.2;
    margin: 0;
}
section.sec-adm-column {
    width: calc(100% - 20px) !important;
    margin: 0 0 25px 0 !important;
    position: relative !important;
    padding: 10px !important;
    background: white !important;
    box-shadow: 0 0 20px #00000047 !important;
    text-align: center !important;
}
.sec-adm-name {
    padding: 5px 0;
    font-size: 1em;
}
.sec-adm-body {
    font-size: 0.8em;
    margin-bottom: 5px;
}
.sec-adm-link {
    font-size: 0.8em;
}
section.sec-adm-footer {
    margin: 10px 0;
    text-align: center;
}
.sec-adm-footer .title {
    font-size: 1em;
}
.sec-adm-footer a.link {
    border-right: 1px solid black;
    padding: 0 10px;
    font-size: 0.8em;
}
.sec-adm-more .moreBtn {
    font-size: 0.6em;
    margin-top: 30px;
}

}

/******Tablet Section******/
@media (min-width: 501px) and (max-width: 1024px){
section.sec-adm-title {
    font-size: 3em;
}
section.sec-adm-subTitle {
    padding: 15px 0 0 0;
    width: calc(100% - 30px);
    font-size: 1.5em;
}
section.sec-adm-column {
    width: calc(100% - 50px);
    margin: 0 0 60px 0;
    position: relative;
    padding: 25px;
    background: white;
    box-shadow: 0 0 20px #00000047;
}
.sec-adm-name {
    font-size: 2em;
    text-align: center;
    padding: 0;
    margin-top: 15px;
}	
.sec-adm-img {
    width: 100%;
    height: 600px;
    }

.sec-adm-body {
    font-size: 1.5em;
    text-align: center;
    padding: 20px 0;
}

.sec-adm-link {
    text-align: center;
    font-size: 1.5em;
}

.sec-adm-footer .title {
    font-size: 2em;
}
.sec-adm-more .moreBtn {
    font-size: 1.2em;
}

.sec-adm-more .body {
    font-size: 1.2em;
}

.sec-adm-footer a.link, .sec-adm-footer a.endLink {
    padding: 0 17px 0 10px;
    font-size: 1.5em;
}


}