﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);

@font-face {
    font-family:"Linearicons";
    src:url("../fonts/Linearicons-Free.ttf");
}
@font-face {
    font-family:"Museo Sans";
    src:url("../fonts/MuseoSans-100.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family:"Museo Sans";
    src:url("../fonts/MuseoSans-300.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family:"Museo Sans";
    src:url("../fonts/MuseoSans-500.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family:"Museo Sans";
    src:url("../fonts/MuseoSans-700.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family:"Museo Sans";
    src:url("../fonts/MuseoSans-900.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family:"Museo Sans";
    src:url("../fonts/MuseoSans-100-Italic.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family:"Museo Sans";
    src:url("../fonts/MuseoSans-300-Italic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family:"Museo Sans";
    src:url("../fonts/MuseoSans-500-Italic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family:"Museo Sans";
    src:url("../fonts/MuseoSans-700-Italic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family:"Museo Sans";
    src:url("../fonts/MuseoSans-900-Italic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family:"TrajanPro";
    src:url("../fonts/TrajanPro-Regular.ttf");
}

@font-face {
    font-family:"brandon";
    src:url("../fonts/brandon_bld-webfont.ttf");
}
.font-MuseoSans{font-family:'Museo Sans'}
.font-Linearicons{font-family:'Linearicons'}
.font-TrajanPro{font-family:'TrajanPro'}
.font-brandon{font-family:'brandon'}

body {
    margin: 0;
}

.bg-green {
    background: #38b09d;}
.bg-blue {
    background: #004981;
    color: #fff;
}
.font-blue {
    color:#004981;
}

section#Banner {
    background-image: url(https://www.utp.edu.my/PublishingImages/Admission/Development/banner.png);
    height: 655px;
    position: relative;
    background-size: cover;
}
#Banner .Title {
    position: absolute;
    bottom: 20%;
    font-size: 7.5rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: .7rem;
    left: 6%;
    font-family: 'TrajanPro';
}
/**programme**/
section#Programme {
    font-family: 'Museo Sans';
}
#Programme .Heading {
    display: flex;
    width: 100vw;
}
#Programme .Heading .Title {
    width: 40vw;
}
#Programme .TitleText {
    padding: 4rem 5rem;
    font-size: 50px;
    line-height: 1;
    background: #eaeaea;
    color: #707070;
}
#Programme .Heading .Sub {
    padding: 4rem;
    font-size: 30px;
    background: #ffffff;
    color: #707070;
    font-weight: 300;
    width: 60vw;
}
#Programme .Course {
    padding: 4rem 8rem;
    display: table;
    width: 100%;
}
#Programme .Course .Secondary .icon {
    opacity: .2;
}

#Programme .Course .CoursePrimary {
    background: #fff !important;
    opacity: 1 !important;
    border: 1px solid #eaeaea;
    box-shadow: 0 0px 15px #00000045;
}

/*#Programme .Course .box {
    box-shadow: 0 2px 5px #00000033;
    background: #fafafa;
    padding: 3rem 2rem;
    width: 50%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition-duration: .2s;
    opacity: 0.5;
}*/
#Programme .Course .box {
    background: #eaeaea;
    padding: 3rem 0;
    width: 33.33%;
    display: table-cell;
    text-align: center;
    cursor: pointer;
    transition-duration: .2s;
    opacity: 0.5;
}
#Programme .Course .box:hover {
    background: #eaeaea !important;
}

#Programme .Course .icon {
    width: 100%;
}
#Programme .Course .icon img {
	width: 50px;
}
#Programme .Course .text {
    margin: 1rem 2rem 0;
    font-size: 25px;
    color: #707070;
}
#Programme .GroupList {
    padding: 0 8rem 8rem;
}
#Programme .GroupList .GroupButton {
    width: 100%;
    text-align: left;
    padding: 2rem 3rem;
    font-size: 20px;
    text-transform: uppercase;
    border: none;
    border-radius: 0 !important;
    color: white;
    display: flex;
}
#Programme .GroupList .content {
    display: table;
    width: 100%;
}
#Programme .GroupList .box {
    background: #eaeaea;
    width: 33.33%;
    height: 100%;
    float: left;
    padding: 2rem;
    border: 1px solid white;
    min-height: 140px;
}
#Programme .GroupList .icon {
    float: left;
}

#Programme .GroupList img {
    width: 50px;
}

#Programme .GroupList .text {
    font-size: 20px;
    line-height: 1.2;
    color: #125589;
    margin-left: 70px;
}
#CourseSIT, #CourseBM {
    display: none;
}

/**Entry**/
section#Entry {
    background: #888888;
    font-family: 'Museo Sans';
}
#Entry .body {
    display: table;
}
#Entry .info {
    padding: 5rem 4rem;
    color: white;
    display: table-cell;
    vertical-align: top;
}
#Entry .title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 2rem;
}
#Entry .text {
    font-size: 25px;
    margin-bottom: 8rem;
    font-weight: 100;
    line-height: 1.3;
}
#Entry .EntryButton {
    background: #004981;
    color: white;
    border-radius: 5rem;
    border: none;
    text-transform: uppercase;
    align-self: center;
    font-size: 20px;
    padding: 20px 50px;
    letter-spacing: 0.2rem;
    box-shadow: 0 5px 10px #00000045;
    font-weight: bold;
    transition-duration: 0.2s;
    }
#Entry .EntryButton:hover {
    background: #38b09d;
}
#Entry .poster {
    margin-top: 5rem;
    display:table-cell;
    padding: 20px;
}
#Entry .poster img {
    width: 450px;
}

/**Fees**/
section#Fees {
    background-image: url(https://www.utp.edu.my/PublishingImages/Admission/Development/feeBg.png);
    background-position-x: center;
    background-size: cover;
    font-family: 'Museo Sans';
}

#Fees .Heading {
    display: table;
    width: 100%;
}
#Fees .Heading .Title {
    width: 40vw;
    display: table-cell;
}
#Fees .TitleText {
    padding: 4rem 5rem;
    font-size: 40px;
    line-height: 1;
    background: #fff;
    color: #707070;
    width: 100%;
}
#Fees .Heading .Sub {
    padding: 4rem;
    color: #ffffff;
    display: table-cell;
}
#Fees .Heading .Sub p {
    font-size: 30px;
    color: #ffffff;
    font-weight: 100;
    line-height: 1.2;
    margin: 0;
}
#Fees .GroupList {
    padding: 0 8rem 8rem;
}
#Fees .GroupList .GroupButton {
    width: 100%;
    padding: 2rem 3rem;
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    border: none;
    border-radius: 0 !important;
    color: white;
    background: rgba(0, 73, 129, 0.8);
    margin-top: 5px;
    display: flex;
}
#Fees .GroupList .content {
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem;
}
#Fees .GroupList .box {
    background: #eaeaea;
    width: 33.33%;
    display: flex;
    padding: 5rem;
    border: 1px solid white;
}
#Fees .title {
    color: #004981;
    font-size: 30px;
    margin: 0 1rem 1rem;
    font-weight: 300;
}
#Fees .subTitle {
    color: #004981;
    font-size: 25px;
    margin: 0 1rem 1rem;
}
#Fees .FeeTableContent {
    padding: 1rem;
}
#Fees .FeeTableHead {
    font-size: 20px;
    padding: 1rem 1rem !important;
    font-weight: 300;
}
#Fees .columntitle {
    font-size: 20px;
    font-weight: bold;
}
#Fees .columnText {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
}
#Fees Table thead td {
    background-color: #0a487e !important;
    color: white;
    margin: 0 !important;
    border: 0 !important;
}
#Fees Table thead th {
    border: 0px !important;
    background: #0a487e !important;
    color: white !important;
}
#Fees Table tbody td {
    word-break: keep-all;
}
/**snapshot**/
section#Snapshot {
    font-family: 'Museo Sans';
}
#Snapshot .SnapshotBody {
    /*display: flex;
    flex-wrap: wrap;*/
    margin: 5rem 0;
}
#Snapshot .box {
    width: calc(50% - .5rem);
    float: left;
    height: 450px;
    background-size: cover;
    transition-duration: .2s;
}
#Snapshot .box:hover {
    filter: grayscale(.8);
}
#Snapshot .box a:hover {
    color: #337ab7;
    text-decoration: none;
}
#Snapshot .SnapshotContainer {
    padding: 4rem;
    display: table;
    cursor: pointer;
    height: 100%;
}
#Snapshot .SnapshotContent {
    align-self: flex-end;
    display: table-cell;
    vertical-align: bottom;
}
#Snapshot .boxEven {
    margin: 0 0 1rem .5rem;
}

#Snapshot .boxOdd {
    margin: 0 .5rem 1rem 0;
}

#Snapshot .Primary{
    padding: 0 8rem;
}
#Snapshot .SnapshotTitle {
    font-size: 40px;
    line-height: 1.2;
    color: #004981;
    margin-bottom: 2rem;
}
#Snapshot .SnapshotText {
    font-size: 30px;
    color: #004981;
    line-height: 1.2;
    font-weight: 300;
}
#Snapshot .SnapshotSubTitle {
    color: #fff;
    font-size: 35px;
}

#Snapshot .SnapshotSubText {
    color: #fff;
    font-size: 25px;
    font-weight: 100;
}
#Snapshot .SnapshotButton {
    background: #004981;
    color: white;
    border-radius: 5rem;
    border: none;
    text-transform: uppercase;
    align-self: center;
    font-size: 20px;
    padding: 20px 50px;
    letter-spacing: 0.2rem;
    box-shadow: 0 5px 10px #00000045;
    font-weight: bold;
    transition-duration: 0.2s;
    width: fit-content;
    margin: auto;
}
#Snapshot .SnapshotButton:hover {
    background: #38b09d;
}
#Snapshot .SnapshopFooter {
    margin-bottom: 50px;
    padding-top: 20px;
    display: table;
    text-align: center;
    width: 100%;
}
/**apply**/
section#Apply {
    background-image: url(https://www.utp.edu.my/PublishingImages/Admission/Development/apply.png);
    background-size: cover;
    background-position: center;
    font-family: 'Museo Sans';
}
#Apply .ApplyContent {
    padding: 8rem;
}
#Apply .ApplyRow {
    margin: 80px 0;
    display: table;
}
#Apply .ApplyTitle {
    color: white;
    font-size: 40px;
    margin-bottom: 1rem;
}
#Apply .ApplyText {
    color: white;
    font-size: 30px;
    font-weight: 100;
    line-height: 2;
}
/*#Apply .ApplyButton {
    background: #ffffff;
    border-radius: 5rem;
    border: none;
    text-transform: uppercase;
    color: #004981;
    align-self: center;
    font-size: 2rem;
    padding: 2rem 6rem;
    letter-spacing: .2rem;
    box-shadow: 0 5px 10px #00000045;
    font-weight: bold;
    transition-duration: .2s;
}*/
#Apply .ApplyButton {
    background: #ffffff;
    border-radius: 5rem;
    border: none;
    text-transform: uppercase;
    color: #004981;
    align-self: center;
    font-size: 20px;
    padding: 20px 50px;
    letter-spacing: 0.2rem;
    box-shadow: 0 5px 10px #00000045;
    font-weight: bold;
    transition-duration: 0.2s;
    float: right;
}

#Apply .ApplyButton:hover {
    background: #004981;
    color: #fff;
}
#Apply .ApplyColumnPrimary {
    width: 50vw;
    display: table-cell;
}
#Apply .ApplyColumnButton {
    width: 50vw;
    display: table-cell;
    text-align: right;
}
#Apply .ApplySubTitle {
    color: white;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 3rem;
}
#Apply .ApplySubText {
    color: white;
    font-size: 30px;
    font-weight: 300;
}
#Apply .ApplyColumn {
    width: 33.33%;
    display: table-cell;
}
/**FAQ**/
section#FAQ {
    background-image: url(https://www.utp.edu.my/PublishingImages/Admission/Development/faq.png);
    background-size: cover;
    background-position-x: center;
    font-family: 'Museo Sans';
}
#FAQ .FaqContent {
    padding: 3rem 5rem;
}
.FaqTitle {
    font-size: 50px;
    color: white;
    text-align: center;
    margin-bottom: 2rem;
}
#FAQ .GroupList .GroupButton {
    width: 100%;
    text-align: left;
    padding: 2rem 3rem;
    font-size: 20px;
    text-transform: uppercase;
    border: none;
    border-radius: 0 !important;
    color: white;
    background: rgba(0, 73, 129, 0.8);
    margin-top: 5px;
    display: flex;
}
#FAQ .GroupList .content {
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem;
}
.FaqQuestion {
    font-size: 25px;
    font-weight: bold;
    color: #0d4d7f;
}
.FaqAnswer {
    font-size: 25px;
    margin-bottom: 3rem;
    color: #8c8c8c;
    font-style: italic;
    font-weight: 300;
}
#FAQ Table tbody td {
    word-break: keep-all;
}



@media only screen and (max-width: 1366px) {
section#Banner {
    height: 450px;
    background-size: cover;
}
#Banner .Title {
    font-size: 5.5rem;
}
#Programme .TitleText {
    padding: 3rem 5rem;
    font-size: 2.5rem;
    line-height: 1.2;
    /**width: 80%;**/
}
#Programme .Heading .Sub {
    padding: 3rem 5rem;
    font-size: 1.8rem;
    line-height: 1.2;
}
#Programme .Course {
    padding: 3rem 6rem;
}
#Programme .Course .box {
    padding: 2rem 0;
    text-align: center;
}
#Programme .Course .box img {
    width: 60px;
}
#Programme .Course .text {
    margin: 1rem 7rem 0;
    font-size: 1.5rem;
    line-height: 1;
}
#Programme .GroupList {
    padding: 0 6rem 6rem;
}
#Programme .GroupList .GroupButton {
    padding: 2rem 3rem;
    font-size: 1.2rem;
}
#Programme .GroupList .box {
    padding: 2rem 3rem;
}
#Programme .GroupList .text {
    font-size: 1.2rem;
    margin-left: 3.5rem;
}
#Programme .GroupList img {
    width: 40px;
    float: left;
}

/**entry**/
#Entry .info {
    padding: 6rem 6rem;
    color: white;
    width: 50%;
}
#Entry .title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}
#Entry .text {
    font-size: 1.5rem;
    margin-bottom: 6rem;
}
#Entry .EntryButton {
    font-size: 1rem;
    padding: 1.5rem 3rem;
    margin-bottom: 10px;
}
#Entry .poster img {
    width: 100%;
}
#Entry .poster {
    margin-top: 5rem;
    width: 50%;
}

/**apply**/
#Fees .TitleText {
    padding: 3rem 6rem;
    font-size: 3rem;
}
#Fees .Heading .Sub p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
#Fees .Heading .Sub {
    padding: 3rem;
}
#Fees .Heading .Sub br {
    display: none;
}
#Fees .GroupList {
    padding: 0 6rem 6rem;
}
#Fees .GroupList .GroupButton {
    padding: 2rem 3rem;
    font-size: 1.2rem;
}
#Fees .GroupList .content {
    padding: 2rem;
}
#Fees .title {
    font-size: 1.8rem;
    margin: 0 2rem 1rem;
}
#Fees .subTitle {
    font-size: 1.8rem;
    margin: 0 2rem 1rem;
}
#Fees .FeeTableHead {
    font-size: 1.2rem;
    padding: 1rem 2rem !important;
}
#Fees .columntitle {
    font-size: 1.2rem;
}
#Fees .columnText {
    font-size: 1.2rem;
}

/**snapshot**/
#Snapshot .SnapshotBody {
    margin: 3rem 0;
}
#Snapshot .Primary {
    padding: 0 6rem;
}
#Snapshot .SnapshotTitle {
    font-size: 2.5rem;
}
#Snapshot .SnapshotText {
    font-size: 1.8rem;
}
#Snapshot .SnapshotContainer {
    padding: 3rem;
}
#Snapshot .box {
    height: 380px;
}
#Snapshot .SnapshotSubTitle {
    font-size: 2rem;
    margin-bottom: 0;
}
#Snapshot .SnapshotSubText {
    font-size: 1.2rem;

}
#Snapshot .SnapshotButton {
    font-size: 1rem;
    padding: 1.5rem 3rem;
}
.SnapshopFooter {
    margin-bottom: 5rem;
}
/**apply**/
#Apply .ApplyContent {
    padding: 6rem;
}
#Apply .ApplyButton {
    font-size: 1rem;
    padding: 1.5rem 3rem;

}
#Apply .ApplyTitle {
    font-size: 2rem;
}
#Apply .ApplyText {
    font-size: 1.5rem;
    line-height: 1.5;
}
#Apply .ApplySubTitle {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
#Apply .ApplySubText {
    font-size: 1.5rem;
    font-weight: 100;
}
#Apply .ApplyRow {
    margin: 6rem 0;
}

/**faq**/
#FAQ .FaqContent {
    padding: 6rem;
}
#FAQ .GroupList .GroupButton {
    padding: 2rem 3rem;
    font-size: 1.2rem;
}
.FaqTitle {
    font-size: 3rem;
}
#FAQ .GroupList .content {
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem;
}
.FaqQuestion {
    font-size: 1.5rem;
}
.FaqAnswer {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

}



@media only screen and (max-width: 600px) {
    
    /**Banner**/
    section#Banner {
        height: 100px;
        background-size: cover;
    }
    #Banner .Title {
    font-size: 2.5rem;
    letter-spacing: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
}
    /**Programme**/
    #Programme .Heading {
        display: block;
    }
    #Programme .Heading .Title {
        width: 100%;
    }
    #Programme .TitleText {
    padding: 1rem 2rem;
    font-size: 2rem;
    line-height: normal;
    text-align: center;
}
    #Programme .Heading .Sub {
    padding: 1rem;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 300;
    width: 100%;
}
    #Programme .Course {
        padding: 1rem;
        display: block;
    }
    #Programme .Course .box {
    width: 100%;
    padding: 1rem;
    display: block;
}
    #Programme .Course .icon img {
        width: 35px;
    }
    #Programme .Course .text {
    margin: 1rem 3rem 0;
    font-size: 1rem;
}
    #Programme .GroupList {
        padding: 1rem;
    }
    #Programme .GroupList .GroupButton {
    padding: .8rem 1.5rem;
    font-size: 1.1rem;
    margin-bottom: .2rem;
}
    #Programme .GroupList .content {
        display: block;
    }
    #Programme .GroupList .box {
        width: 100%;
        padding: 2rem 4rem;
    }
    #Programme .GroupList .icon img {
    width: 25px;
}
    #Programme .GroupList .box {
    width: 100%;
    padding: 2rem;
    float: unset;
    min-height: auto;
}
#Programme .GroupList .text {
    font-size: 1rem;
    line-height: 1.2;
    color: #125589;
    margin-left: 30px;
}
    

    /**Entry**/
    
    section#Entry {
        background: #ebebeb;
        font-family: 'Museo Sans';
        position: relative;
        overflow: hidden;
    }
    #Entry .body {
        display: block;
    }
    #Entry .info {
    padding: 2rem;
    color: #004981;
}
    #Entry .title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
    #Entry .text {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 15rem;
}
    #Entry .button {
        text-align: center;
    }
    #Entry .EntryButton {
    padding: 1rem 2rem;
    font-size: .85rem;
    letter-spacing: 2px;
}
    #Entry .poster {
        position: absolute;
        top: 13.5rem;
        left: 12rem;
    }
    #Entry .poster img {
        width: 329px;
    }
    #Entry .poster {
    position: absolute;
    top: 5.8rem;
    left: 8rem;
    opacity: .6;
}
    #Entry .button {
	    position: relative;
	    z-index: 1;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 100%;
	}
	
    /**Fee**/
    #Fees .Heading {
        display: block;
    }
    #Fees .Heading .Title {
        width: 100%;
        display: table;
    }
  #Fees .TitleText {
    padding: 1.5rem 3rem;
    font-size: 2rem;
    text-align: center;
    line-height: inherit;
}
    #Fees .Heading .Sub {
        padding: 1.5rem;
        font-size: 1.8rem;
        display: table;
    }
    #Fees .Heading .Sub p {
    /* padding: 6rem 5rem; */
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: 100;
    line-height: 1.2;
    margin: 0;
}
    #Fees .GroupList {
        padding: 1.5rem;
    }
    #Fees .GroupList .GroupButton {
    padding: .8rem 1.5rem;
    font-size: 1.1rem;
    margin-bottom: .2rem;
    margin-top: 0;
}
    #Fees .GroupList .content {
        padding: 1rem;
    }
    #Fees .title {
        font-size: 1rem;
        margin: 0 0 1rem;
        font-weight: 300;
    }
    #Fees .subTitle {
        font-size: 1rem;
        margin: 0 0 1rem;
    }
    #Fees .FeeTableHead {
    padding: .5rem !important;
    font-size: 1rem;
}
    #Fees .FeeTableContent {
        padding: 0;
    }
    #Fees .columntitle {
    font-size: 1rem;
    font-weight: 100;
    text-align:left;
}
    #Fees .columnText {
        font-size: .85rem;
        text-align:left;
    }
    #Fees .FeeTable td:nth-child(3),
    #Fees .FeeTable td:nth-child(4),
    #Fees .FeeTable td:nth-child(5) {
        display: none;
    }

    /**Snapshot**/
    #Snapshot .SnapshotBody {
        display: block;
        margin: 3rem 1.5rem;
    }
    #Snapshot .Primary {
        padding: 0 !important;
    }
    #Snapshot .box {
    width: 100%;
    padding: 0;
    height: 200px;
}
    #Snapshot .SnapshotTitle {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
    #Snapshot .SnapshotSubTitle {
    font-size: 1.2rem;
    margin-bottom: 0rem;
    letter-spacing: 1px;
}
#Snapshot .SnapshotContainer {
    padding: 1.5rem;
}
    #Snapshot .SnapshotSubText {
    font-size: 1rem;
}
    #Snapshot .SnapshotText {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 300;
}
#Snapshot .boxEven,
#Snapshot .boxOdd {
    margin: 0 0 .8rem 0;
}
    .SnapshopFooter {
        margin-bottom: 3rem;
    }
    #Snapshot .SnapshotButton {
    padding: 1rem 3rem;
    font-size: .85rem;
}

    /**Apply**/

#Apply .ApplyColumnPrimary {
    width: 100%;
    display: block;
}
    #Apply .ApplyContent {
        padding: 1rem;
    }
    #Apply .ApplyRow {
        margin: 0;
        display: block;
        text-align: center;
    }
    #Apply .ApplyTitle {
    font-size: 30px;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}
    #Apply .ApplyText {
    font-size: 20px;
    line-height: 1;
}
    #Apply .ApplyText p:nth-child(2) {
    font-size: 20px;
    margin-top: 0;
}
    #Apply .ApplyColumnButton {
    width: 100%;
    justify-content: center;
    margin: 1rem 0 3rem;
    display: block;
    text-align: center;
}
    #Apply .ApplyButton {
    padding: 1rem 4rem;
    font-size: .8rem;
    letter-spacing: 2px;    
    float: none;
}
    #Apply .ApplySubTitle {
    font-size: 1rem;
    font-weight: 100;
    margin-bottom: 1rem;
}
    #Apply .ApplyRowMobile {
        text-align: left;
    }
    #Apply .ApplyColumn {
    width: 100%;
    margin-bottom: 2rem;
    display: block;
}
    #Apply .ApplySubText {
    font-size: 1.2rem;
    font-weight: 300;
}    

/**FAQ**/
    #FAQ .FaqContent {
    padding: 3rem 1.5rem;
}


    #FAQ .FaqContent {
        padding: 6rem 1.5rem;
    }
    #FAQ .FaqTitle {
    font-size: 2rem;
    margin-bottom: 1rem;
}
    #FAQ .GroupList .GroupButton {
    padding: .8rem 1.5rem;
    font-size: 1.1rem;
    margin-bottom: .2rem;
    margin-top: 0;
}
    #FAQ .GroupList .content {
    padding: 1.5rem;
}
.FaqQuestion {
    font-size: 1rem;
}
.FaqAnswer {
    font-size: 1rem;
    margin-bottom: 1rem;
}
    
    

}
