@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&amp;display=swap');

/*
 * Consolidated file
 * hillsong-college-column-header.css
 */
/*
//---------------------------------------
// Header Defaults and Backgrounds
//---------------------------------------
*/

.header {
    background-attachment: scroll;
    background-repeat: no-repeat;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-position: center center;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;

    padding-top: 250px;
    padding-bottom: 250px;

}
.white-button .button{
    background-color: white;
}
.brown {
    border-top: 1px solid rgba(195,170,146,1);
}
.featured-header { }

.header-container .header {
    /* Fills up the height of the screen */
    height: 100vh;
    background-attachment: initial;
}

/* https://github.com/WordPress/gutenberg/issues/17718 */
/* tldr; iPad Pro has issues with `background-attachment: fixed` */
/* @supports detects the iPad Pro device */
/* device-width/height further defines a iPad Pro device by it's viewport dp */
/* .chrome, .safari (wordpress server observed frontend browser type) defines style */
/* should be used in specific browser */
.browser-Mobile-Safari.iPad .header-container .header,
.browser-Chrome-Mobile.iPad .header-container .header,
/* iPad 7 Safari 13 misreport user-agent, this is a workaround */
.browser-Safari.isMobileDevice.Mac.desktop .header-container .header {
    background-attachment: scroll;
    background-size: cover;
}


.imageblock-container .header {
    /* Fills up the width of the screen, retains aspect ratio */
    width: 100vw;
    min-height: 700px;
    background-attachment: fixed;
}

.android .header-container .header,
.ios .header-container .header,
.android .imageblock-container .header,
.ios .imageblock-container .header {
    background-attachment: scroll;
}

.imageblock-container .header .title { 
  padding: 5% 0; 
} 
 
.imageblock-container .header .title > .title { 
  padding: 10% 0 0 0; 
}

.header .title.image {
    max-width: 85vw;
    text-align: center;
    position: relative;
}

.imageblock-container .header-content.title.image {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header .title.image img {
    max-width: 700px;
}

.header .title { max-width: 85vw; }
/*
//---------------------------------------
// Title
//---------------------------------------
*/


.header .title {
    position: relative;
    z-index: 500;

    -webkit-animation: fadeup 0.4s ease-out;
    -moz-animation: fadeup 0.4s ease-out;
    -ms-animation: fadeup 0.4s ease-out;
    -o-animation: fadeup 0.4s ease-out;
    animation: fadeup 0.4s ease-out;
}

.header .title h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    letter-spacing: -0.02em;
    margin-top: -4px; /* counter line height */
}

.featured-header .title h1 { font-size: 29px; line-height: 29px; text-transform: none; }


.header .title.longtext h1 {
    font-size: 35px;
    line-height: 35px;
}


.header .title.topoffset { margin-top: 16px; }

.header .title.image { margin: 0 auto; }
.header .title.image a {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .title.image img {
    width: 100%;
    height: auto;
}

.header.portrait-title-image { padding-top: 50px; padding-bottom: 50px; }
.header.portrait-title-image .title.image { max-width: 180px; }

.header .subtitle {
    margin-top: 8px;
    position: relative;
    z-index: 500;

    -webkit-animation: fadeup 0.6s ease-out;
    -moz-animation: fadeup 0.6s ease-out;
    -ms-animation: fadeup 0.6s ease-out;
    -o-animation: fadeup 0.6s ease-out;
    animation: fadeup 0.6s ease-out;
}

.header .subtitle.smalltext { max-width: 400px; margin: 0 auto;  margin-top: 8px; }

.header .subtitle h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.header .row_text{
    color:white;
    margin-top: 24px;
}
.featured-header .subtitle h2 { font-size: 13px; line-height: 16px;  }

.header .subtitle:last-child { margin-bottom: 20px; }

.header .subtitle.smalltext h2 {
    font-size: 16px;
    line-height: 22px;
}

.header.longtext .subtitle { display: none; }


/*
//------------------------
// Button
//------------------------
*/
.header .rowbutton {
    margin-top: 14px;
    position: relative;
    z-index: 500;

    -webkit-animation: fadeup 0.8s ease-out;
    -moz-animation: fadeup 0.8s ease-out;
    -ms-animation: fadeup 0.8s ease-out;
    -o-animation: fadeup 0.8s ease-out;
    animation: fadeup 0.8s ease-out;
}
.header .rowbutton .button {
    color: #111111;
    background-color: #ffffff;
    border-color: rgba(255,255,255,1);
}
.header .rowbutton .button:nth-of-type(n+1) { margin-top: 15px; }
.header .rowbutton .button:hover { border-color: rgba(255,255,255,0.5); }

/*
//------------------------
// Social
//------------------------
*/

.social {
    text-align: center;
    position: absolute;
    bottom: 15vh;
    width: 100%;
    z-index: 2;
}

.imageblock-container .social {
    bottom: 100px;
}

.imageblock-container .social {
    bottom: 100px;
}

.social a {
    display: inline-block;
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease-out;
}

.social a:hover { opacity: 1; }

.social a span {
    position: relative;
    float: left;
    display: inline;
    margin: 0 5px;
    text-indent: -9999em;
    width: 30px;
    height: 30px;
    line-height: 40px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-behavior: url(../htc/backgroundsize.min.htc);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.social .twitter span { background-image: url(../png/social-twitter-transparent%402x-3.png); }
.social .facebook span { background-image: url(../png/social-facebook-transparent%402x-3.png); }
.social .instagram span { background-image: url(../png/social-instagram-transparent%402x-4.png); }
.social .youtube span { background-image: url(../png/social-youtube-transparent%402x-4.png); }
.social .podcast span {background-image: url(../png/social-podcast-transparent%402x-2.png);}


/*
//------------------------
// SUBPAGE HEADER
//------------------------
*/
.subpage-header .subpage-header-image {
    height: 610px;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    padding: 0;
}

.subpage-header a {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.subpage-header .section-row {
    padding-top: 0;
    padding-bottom: 0;
}

.subpage-header .rowtitles { margin-top: -10px; margin-bottom: 15px; }
.subpage-header .rowtitle { color: #898989; }
.subpage-header .rowsubtitle { color: #464646; }

.subpage-header .info { color: #898989; margin-bottom: 20px; }

.subpage-header .icon { font-size: inherit; margin-left: 0px; margin-right: 0px; }


.subpage-header .info .avatar {
    width: 45px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.subpage-header .info .avatar:hover { opacity: 0.75; }

.subpage-header .info .avatar img { width: 100%; height: auto; }

.subpage-header .info .person {
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
}

.subpage-header .info .more { display: none; }


.subpage-header .info .name { font-weight: 700; }
.subpage-header .info .name a { color: #898989;}
.subpage-header .info .name a:hover { color: #464646; }
.subpage-header .info .time { font-weight: 300; position: relative; top:-2px; }

.subpage-header .eventdetails { margin-bottom: 0px; }

.subpage-header .item  { display: inline-block; margin-right: 15px; }
.subpage-header .item:last-child { margin-right: 0px; }
.subpage-header .item .icon { margin-right: 5px }

.subpage-header .details { margin-bottom: 20px; }
.subpage-header .details a { color: #898989; }

.event .subpage-header .address .icon { font-size: 18px; }
.event .subpage-header .calendar-text { font-weight: 700; font-size: 15px; line-height: 20px; }

.single-post .subpage-header + .section-wrap .section-row { padding-top: 0px; }

/*
//---------------------------------------
// Header With Video
//---------------------------------------
*/

.headerwithvideo .headervideo {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    z-index: 0;
}
.firefox .headerwithvideo .headervideo { height: auto; }

/*
//---------------------------------------
// Header Slideshow
//---------------------------------------
*/

.headerwithslideshowbg .headerslideshowcontainer {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    background-size: cover;
}

.headerslideshowwrap, .headerslideshow, .headerslide {
    position: absolute;
    top: 0px !important;
    bottom: 0px;
    width: 100%;
    background-size: cover;
}

.headerwithslideshowbg .slideshowControlDotsWrap,
.headerwithslideshowbg .slideshowPrevButton,
.headerwithslideshowbg .slideshowNextButton { display: none; }
.subpage-header-details { margin-top: 60px !important; }


/*
//====================================================================
//
// MOBILE ONLY OVERRIDE
//
//====================================================================
*/
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .subpage-header-details { margin-top: 30px !important; }
    .header-container .header {
        /* Fills up the height of the screen */
        height: 90vh;
    }

    #globalNav .header-top-bar-logo-default {
        display: block;
    }

    /*temp fix for menu */
    .header .title {
        z-index: 0;
    }

    /* background-size controls how much the header image fits to the screen. */
    .subpage-header .subpage-header-image {
        margin-top: 50px;
        height: 25vh;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .subpage-header .subpage-header-image img {
        height: 100%;
    }
}

/*
//====================================================================
//
// TABLET (Bigger than 767px )
//
//====================================================================
*/
@media only screen and (min-width: 767px) and (orientation: portrait) {

    .header .title { /*max-width: 700px;*/ margin:0 auto;}

    .header .title h1 { font-size: 60px; line-height: 60px; margin-top: -6px; }

    .header .title.topoffset, .headertwo .title.image.topoffset { margin-top: 125px; }
    /*.header .title.image { max-width: 600px; margin-top: 30px; margin-bottom: 20px; }*/

    .header.portrait-title-image { padding-top: 80px; padding-bottom: 80px; }
    .header.portrait-title-image .title.image { max-width: 230px; }

    .header .subtitle { margin-top: 8px; }
    .header .subtitle:last-child { margin-bottom: 0px; }

    .header .subtitle h2 { font-size:32px; line-height: 40px; }

    .header .rowbutton { margin-top: 16px; }

    .featured-header .title { width: 755px; margin: 0 auto; }
    .featured-header .title h1 { font-size: 50px; line-height: 50px; }
    .featured-header .subtitle h2 { font-size: 30px; line-height: 30px; }

    /*.featured-header-long-title { padding-top: 180px; padding-bottom: 180px; }*/

    /*
    //------------------------
    // Social
    //------------------------
    */
    /*.social { bottom: 180px; position: absolute; margin-bottom: 15px;  }*/
    .social a span { width: 40px; height: 40px; }


    /*
    //------------------------
    // Subpage Header
    //------------------------
    */

    .subpage-header-details { margin-top: 60px !important; padding-top: 0px !important; padding-bottom: 0px !important; }
    .subpage-header .rowtitles { margin: 0 auto; margin-bottom: 20px; max-width: 800px;width: auto; }
    .subpage-header .info { margin-bottom: 40px; }
    .subpage-header .info .more { display: inline; }
    .subpage-header .eventdetails { margin-bottom: -15px; }
    .subpage-header .details { margin-bottom: 40px; }

    /*
    //---------------------------------------
    // Header Video
    //---------------------------------------
    */
    .headerwithvideo .headervideo { display: block; }




}

@media only screen and (min-width: 767px) {
    .headerwithvideo .headervideo {
        display: block;
    }
}

/*
//====================================================================
//
// DEFAULT (Bigger than 979px )
//
//====================================================================
*/
@media only screen and (min-width: 979px) {

    .header .title h1 { font-size: 75px; line-height: 75px; }

    .header.portrait-title-image .title.image { max-width: 300px; }

    .featured-header .title { width: 755px; margin:0 auto; }
    .featured-header .title h1 { font-size: 60px; line-height: 60px; }
    .featured-header .subtitle h2 { font-size: 36px; line-height: 36px; }

    .headerwithvideo .headervideo { height: auto; }

    .header.featured-header-long-title .title h1 { font-size: 60px; line-height: 60px; }


}

/*
//====================================================================
//
// LARGE SCREEN ( Bigger than 1199px )
//
//====================================================================
*/
@media only screen and (min-width:1199px){

    .headerwithvideo .headervideo { height: auto; }


}



/*
//====================================================================
//
// EXTRA LARGE
//
//====================================================================
*/

@media only screen and  (min-height:1100px) and (min-width:979px) {

}


/* Width Fixes */

@media only screen and (min-width:1800px) {

    .header {
        padding-bottom: 300px;
    }

    .header .topoffset { margin-top: 50px; }

    .header .subtitle h2 { font-size: 44px; line-height: 50px; }

    .featured-header .title { width: 1200px; }


}




/* 
 * Consolidated file
 * hillsong-college-column-row.css
 */

.white-word >p{
    color: white !important;
}
.grey-word >p{
    color: rgba(140, 140, 140, 1) !important;
}
.black-word >p{
    color: black !important;
}
.left {
	text-align: left;
	margin-left: 20px;
}
.right {
	text-align: right;
	margin-right: 20px;
}


/*
 * Consolidated file
 * hillsong-college-course-outline.css
 */
 .outline-title {
	font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 84px;
	text-align: left;
	color:rgba(195, 170, 146, 1);
	margin-bottom: 80px !important;
}
.outline-subtitle {
	font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
	text-align: left;
	text-transform: uppercase;
}
.course-text {
	font-family: 'Helvetica Neue';
    font-style: normal;
	text-align: left;
	line-height: 26px;
	font-size: 17px;
	font-weight:400;
}
.course-text >p{
	color: rgba(140, 140, 140, 1);
}
.course-text >ul >li{
	color: rgba(140, 140, 140, 1);
}
.card-section {
	display: flex;
	flex-wrap:wrap;
}
.course-outline-button-area {
	width: 100% !important;
	margin-top: 40px !important;
}
.course-outline-button-area .button {
	margin-bottom: 15px !important;
}
.course-outline-header {
	font-size: 34px;
	line-height: 50px;
	color: #C3AA92;
	font-weight: 400;
	font-family: Georgia;
	text-transform: unset;
	text-align: left;
	margin: 30px 0 30px 0;
	border-bottom:1px solid rgba(232, 232, 232, 1);
	padding-bottom: 30px;
}
.course-fee-content {
	background-color: #0D112F;
	width: 100% !important;
	color:white;
}
.course-fee-content .button {
	float: left;
	margin-top: 20px;
}
.card-title {
	font-family: 'Avenir';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 20px;
}
.course-outline-card {
	padding: 30px;
	margin: 20px 0 20px 0;
}
.course-outline-delivery-card {
	padding: 30px;
	margin: 20px 0 20px 0;
	position: relative;
}
.column-tab {
	display: flex;
	flex-direction: column;
}
.column-tab-year {
	display: flex;
	flex-direction: row;
}
.full-hr {
	border-top: 1px solid rgba(195, 170, 146, 1);
	width: 100%;
}
.half-hr {
	border-top: 1px solid rgba(195, 170, 146, 1);
	width: 80%;
	margin-left: 20%;
}
.delivery-white {
	background-color: rgba(243, 243, 243, 1);
}
.delivery-white .card-title{
	color: black;
}
.delivery-white .course-text >p{
	color: black !important;
}
.delivery-light-blue {
	background-color: rgba(199, 208, 216, 1);
}
.delivery-light-blue .card-title{
	color: black;
}
.delivery-light-blue .course-text>p{
	color: black  !important;
}
.delivery-dark-blue {
	background-color: rgba(13, 17, 47, 1);
}
.delivery-dark-blue .card-title{
	color: white;
}
.delivery-dark-blue .course-text >p{
	color: white !important;
}
.delivery-golden {
	background-color: rgba(195, 170, 146, 1);
}
.delivery-golden .card-title{
	color: white;
}
.delivery-golden .course-text >p{
	color: white !important;
}

.collegeicon.spacer { display: none; }

/*
//====================================================================
//
// TABLET (Bigger than 767px )
//
//====================================================================
*/
@media only screen and (min-width: 767px) {

	.course-outline-column {
		display: flex;
		flex-direction: column;
	}
	.course-outline-row {
		display: flex;
		flex-direction: row;
	}
	.course-outline-third-two {
		display: flex;
		width: 60%;
		margin-right: 10%;
	}
	.course-outline-third-one {
		width: 33.3%;
	}
	.course-outline-half {
		display: flex;
		width: 50%;
	}
	.course-right-gap {
		margin-right: 40px;
	}
	.course-outline-card {
		width: 48%;
		margin-right: 10px;
	}
	.course-outline-delivery-card {
		width: 21.5%;
		margin-right: 10px;
	}
	.course-outline-top {
		margin-top: 0 !important;
	}
	.delivery-card-section {
		display: flex;
		flex-wrap:wrap;
		width: 150%;
	}

}

@media only screen and (max-width: 767px) {
	.course-fee-content {
		padding-bottom: 80px !important;
	}
	.course-outline-delivery-card {
		width: 100%;
	}
	.delivery-card-section {
		display: flex;
		flex-wrap:wrap;
	}

}


/*
 * Consolidated file
 * hillsong-college-footer.css
 */
.footer-section {
    padding-top: 150px;
}
.footer >p {
    font-size: 14px !important;
}
.footer-section-bottom {
    padding-bottom: 50px !important;
}
.footer-copy >p{
    color: #eeeeee;
    font-size:14px;
}
/*
//====================================================================
//
// TABLET (Bigger than 767px )
//
//====================================================================
*/

@media only screen and (min-width:767px){
	
    .footer-copy >p{
        text-align: left;
    }
}



/*
 * Consolidated file
 * hillsong-college-header.css
 */
 
.header-row .rowtext{
    width: 100%;
}
.header-row-large {
    padding: 250px 10px 250px 10px !important;
    }
.header-row-middle {
    padding: 200px 10px 200px 10px !important;
    }
.header-row-small {
    padding: 100px 10px 100px 10px !important;
    }
.header-grid .iconcomponent-text >h4 {
    margin-top: 16px;
}
.header-grid .iconcomponent-text >p {
    margin-top: 16px;
}
.header-subtitle-large-gap {
    margin-bottom: 200px !important;
}
.header-subtitle-middle-gap {
    margin-bottom: 100px !important;
}
.header-subtitle-small-gap {
    margin-bottom: 80px !important;
}

.header-title-small-gap {
    margin-bottom: 52px !important;
}
.header-title-large-gap {
    margin-bottom: 80px !important;
}

.college-header-rowtext {
    color: #FFFFFF;
    width: 100%;
}
.grid_bottom_border {
    border-bottom:1px solid rgba(195, 170, 146, 1);
    padding-bottom: 32px;
}


/*
 * Consolidated file
 * hillsong-college-icon.css
 */

 .collegeicon {
	padding: 42px;
	min-height: 300px;
}

.collegeicon-icon {
	text-align: center;
	min-height: 82px;
}
.collegeicon-divider {
	border-bottom: solid 1px rgba(195, 170, 146, 1);
	height: 13%;
	text-align: center;
	font-size: 15px;
	color: rgba(195, 170, 146, 1);
}
.collegeicon-icon .icon{
	font-size: 42px;
}
.collegeicon-icon a { color: inherit; }

.collegeicon-title {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-size: 52px;
	line-height: 130%;
	letter-spacing: 0;
	text-align: center;
	text-transform: none;
	margin: 16px 0 16px 0;
}

.collegeicon-text {
	font-family: 'Helvetica Neue';
	text-align: center;
	font-weight: 400;
	font-size: 17px !important;
	line-height: 26px;
	max-width: unset !important;
	margin: 0 auto;
	margin-bottom: 13px;
}

.collegeicon-icon + .collegeicon-text { margin-top: 13px; display: block; }

/*.collegeicon .rowbutton { display: none; }*/

.collegeicon-title + .rowbutton { margin-top: 15px; }

/* Spacer --------------------------------- */
.spacer { display: none; }
.collegeicon.spacer { display: none; }

/*
//====================================================================
//
// TABLET (Bigger than 767px )
//
//====================================================================
*/
@media only screen and (min-width: 767px) {
	
	.collegeicon-icon { width: 100%; }
	
	.collegeicon .rowbutton { display: block; }
	
	.collegeicon-container {
		max-width: 400px;
		margin: 0 auto;
	}
	
	.collegeicon-text { max-width: 100%; }
	
	
	/* Column Adjustments ------------------ */
	
	.collegeicon.colspan_1_of_4 { width: 47.2%; }
	.collegeicon.colspan_1_of_4:nth-child(2n+1) { clear: both; margin-left: 0; }
	
	/* Spacer --------------------------------- */
	.spacer { display: block; }
	.collegeicon.spacer { display: block; }
	.collegeicon.spacer.colspan_1_of_4 { display: none; }
	.collegeicon.spacer.colspan_1_of_4 ~ .imagecomponent.colspan_1_of_4 {
		clear: none;
		margin-left: 5.6%;
	}
	.collegeicon.spacer.colspan_1_of_4 + .imagecomponent.colspan_1_of_4 { margin-left: inherit; }
}


/*
//====================================================================
//
// DEFAULT (Bigger than 979px )
//
//====================================================================
*/
@media only screen and (min-width: 979px) {
	
	.collegeicon-text { display: block; }
	
	.collegeicon-image { width: 100%; }
	
	/* Column Adjustments ------------------ */
	
	.collegeicon.colspan_1_of_2 .event-image { width: 65%; }
	.collegeicon.colspan_1_of_4 { width: 22%; margin-left: 0.8%;}
	.collegeicon.colspan_1_of_4:first-child { margin-left: 0px !important; }
	.collegeicon.colspan_1_of_4:nth-child(2n+1) { clear: none; margin-left: 0.8%; }
	
	/* Spacer --------------------------------- */
	
	.collegeicon.spacer.colspan_1_of_4 { display: block; }
	.collegeicon.spacer.colspan_1_of_4 ~ .imagecomponent.colspan_1_of_4 { margin-left: 0.8%; }
	.collegeicon.spacer.colspan_1_of_4 + .imagecomponent.colspan_1_of_4 { margin-left: 0.8%; }
}


/*
 * Consolidated file
 * hillsong-college-simple-row.css
 */
 
.simple-row-title {
	font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 84px;
	color:rgba(195, 170, 146, 1);
	margin-bottom: 80px;
}
.simple-row-subtitle {
	font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 50px;
	color:white;
	margin-bottom: 80px !important;
}







button,
.button,
input[type=submit] {
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: .1em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 12px 22px;
	min-width: 180px;
	display: inline-block;
	position: relative;
	background-image: linear-gradient(to left, transparent, transparent 50%, #FFECBD 50%, #FFECBD);
	background-position: 100% 0;
	background-size: 200% 100%;
	transition: all 0.3s ease-out;
	cursor: pointer;
}
.white .button:hover,
.darkblue .button:hover{
	color: #393B59;
	opacity: 1; 
	background-position: 0 0;
	border: none;
}
button:hover,
.button:hover,
input[type=submit]:hover { 
	color: #111111;
	opacity: 1;
	background-position: 0 0;
	border:none;
}







/**
* COLLEGE CSS OVERRIDES
* -----------------------------------
*
* Main override styles specific to Hillsong College.
*
* Mobile First Approach
*
* Author: Hillsong Digital Team
*
*   Date: 2014.17.04
*/


/*
//====================================================================
//
// MOBILE / SMALL SCREEN (0px - 480px)
//
//====================================================================
*/
/**
* COLLEGE CSS OVERRIDES
* -----------------------------------
*
* Main override styles specific to Hillsong College.
*
* Mobile First Approach
*
* Author: Hillsong Digital Team
*
*   Date: 2014.17.04
*/


/*
//====================================================================
//
// MOBILE / SMALL SCREEN (0px - 480px)
//
//====================================================================
*/

a { color: #1bc48d; }

.green { color: #1bc48d; }

.announcement.red {
	background-color: #ec4753;
}

/*
//---------------------------
// Icons Components
//---------------------------
*/

.streams .icon {
	font-size: 40px;
	color: #1bc48d;
}

/*
//---------------------------
// Full Row Button
//---------------------------
*/

.fullrowbutton a { background-color: #1bc48d; }

/*
//---------------------------
// Prospectus
//---------------------------
*/
.prospectus {
	background-color: #464646;
	color: #cccccc;
}

.prospectus a {
	color: #1bc48d;
}

/*
//---------------------------
// Course Options
//---------------------------
*/

.course-options .iconcomponent-title {
	font-size: 21px;
	line-height: 28px;
	color: #1bc48d;
}

.course-options .button {
	max-width: 220px;
	margin: 0 auto;
}

.course-options .year1 .iconcomponent-container { margin-top: 15px; }
.course-options .year1 .icon { font-size: 20px; }


.course-options .year2 .iconcomponent-container { margin-top: 10px; }
.course-options .year2 .icon { font-size: 30px;  }



.course-options .year3 .icon { font-size: 40px; }

.course-options .degree .icon { font-size: 40px; }


/*
//---------------------------
// Social_media_section
//---------------------------
*/

.hillsong-row.section-wrap.brown {
    display: flex;
    justify-content: center;
}

.hillsong-row.section-wrap.brown > .section-row {
    padding: 120px 0px;
    margin: 0;
    width: 1570px;
    max-width: 1570px;
    flex-direction: column;
    justify-content: center;
}

.brown > .section-row > .rowtitles {
    width: 100%;
    margin-bottom: 80px;
}

.brown > .section-row > .rowtitles > .rowtitle.lighttext {
    color: white;
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 84px;
    text-transform: none;
    letter-spacing: -.02em;
}

.brown > .section-row > .rowtext {
    margin-bottom: 80px;
}

.brown> .section-row > .rowtext > p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #FFFFFF;
}

.brown > .section-row > .grid.row {
    display: flex;
}

@media only screen and (max-width: 545px) {
    .brown > .section-row > .grid.row {
        flex-direction: column;
    }
}

/*
//---------------------------
// Courses
//---------------------------
*/

.hillsong-row.section-wrap.course-large-column-gap > .section-row > .rowtitles > .rowtitle.lighttext {
    color: #C3AA92;
    font-family: 'georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 84px;
    text-transform: none;
    margin-bottom: 42px;
}

.hillsong-row.section-wrap.course-large-column-gap > .section-row > .rowtitles > .rowsubtitle.darktext {
    color: #0D112F;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
}

.hillsong-row.section-wrap.course-large-column-gap > .section-row > .grid.row > .hillsong-row.text.col.colspan_1_of_4 > .college-text.iconcomponent-text.black-word > p {
    color: #8C8C8C !important;
}

.hillsong-row.section-wrap.course-large-column-gap > .section-row > .grid.row > .hillsong-row.col.colspan_1_of_4 > .course-icon-header > strong {
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 0.02em;
}
  
/*
//---------------------------
// Footer
//---------------------------
*/

.footer {
}

.footer .section-row {
	width: auto;
	padding: 80px 40px;
}

.footer .rowtext {
	width: auto;
	font-size: 14px;
	line-height: 22px;
	color: #898989;
}

/*
//---------------------------
// Site Map
//---------------------------
*/

.sitemap .text {
	font-size: 12px;
	line-height: 18px;
}

.sitemap .text a { color: #888; }
.sitemap .text a:hover { color: #aaa; }
/*
//---------------------------
// PREPARING PAGE: Process
//---------------------------
*/

/*
.process .iconcomponent-icon {
	margin-top: 20px;
	margin-bottom: 32px;
}

.process .icon {
	background-color: #464646;
	padding: 15px 25px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 50px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.process .icon:hover {
	background-color: #1bc48d;
}

.process .icon:before {
	font-weight: 700 !important;
	font-size: 21px;
	line-height: 24px;
	color: #fff;
	position: relative;
	top: -2px;
}

.process .one .icon:before {
	content: "1";
}

.process .two .icon:before {
	content: "2";
}

.process .three .icon:before {
	content: "3";
}

.process .four .icon:before {
	content: "4";
}

.process .five .icon:before {
	content: "5";
}
*/

.process .imagecomponent-image { 
    max-width: 80px; 
}
/* moving changes form hillsong-row-renderer/tpl/hillsong-image/hillsong-image.css */ 
.imagecomponent-image {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.imagecomponent-image img {
    max-width: 100%;
    width: 100%;
}
.imagecomponent-title{
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
}
.image-white-word {
	color: white !important;
}
.image-black-word {
	color: #393B59 !important;
}

.plus {
	font-weight: 700;
	font-size: 44px;
	line-height: 52px;
	color: #1bc48d;
	text-align: center;
}




/*
//====================================================================
//
// TABLET (Bigger than 767px )
//
//====================================================================
*/
@media only screen and (min-width:767px)
{
	/*
	//---------------------------
	// Course Options
	//---------------------------
	*/

	.course-options .iconcomponent-title {
		font-size: 36px;
		line-height: 44px;
	}

	/*
	//---------------------------
	// PREPARING PAGE: Process
	//---------------------------
	*/
	/*
	.process .iconcomponent-icon {
		margin-bottom: 40px;
	}

	.process .icon {
		padding: 25px 30px;
	}

	.process .icon:before {
		font-size: 36px;
		line-height: 44px;
		top: 2px;
	}
	*/
	.process .imagecomponent-image { max-width: 100px; }

	.college-preparing table tr th {
		width: 150px;
	}

	.college-preparing table tr th:first-child {
		width: auto;
	}

	.plus {
		font-weight: 300;
		font-size: 54px;
		line-height: 62px;

	}


}


/* HIllsong college New UX*/

.nav-mobile-logo a {
    font-family: 'Inter';
    text-transform: none !important;
}

.section-row {
    width: 95%;
    max-width: 1560px;
}

.site-nav {
    height: 95px;
}

.course-outline-card {
    border-radius: 10px;
    margin: 10px 10px 0px 0px;
    padding: 42px;
}
/* moving changes from hillsong-row-renderer/tpl/hillsong-multibutton-row/hillsong-multibutton-row.css */ 
.section-college-row .multibutton-fixed .button {
    min-width: auto;
    max-width: auto;
    width: auto;	
    }
    .multibutton-white{
        font-family: 'Helvetica Neue' !important;
        font-style: normal;
        font-weight: 500 !important;
        font-size: 17px;
        line-height: 150%;
        align-items: center;
        text-align: center;
        padding: 14px 24px 14px 24px;
        color: #0D112F!important;
        background-color: white!important;
        text-transform: none;
        min-width: unset;
    }
    .multibutton-white::after{
        content: " \f054";
        font-family: "Font Awesome 5 Free";
        font-size: smaller;
        padding-left: 10px;
        font-weight: 700;
    }
    .multibutton-black{
        font-family: 'Helvetica Neue' !important;
        font-style: normal;
        font-weight: 500!important;
        font-size: 17px;
        line-height: 150%;
        align-items: center;
        text-align: center;
        padding: 14px 24px 14px 24px;
        color: white!important;
        background-color: #0D112F !important;
        text-transform: none;
        min-width: unset;
        
    }
    .multibutton-black::after{
        content: " \f054";
        font-family: "Font Awesome 5 Free";
        font-size: smaller;
        padding-left: 10px;
        font-weight: 700;
    }
    .multibutton-transparent{
        font-family: 'Helvetica Neue' !important;
        font-style: normal;
        font-weight: 500!important;
        font-size: 17px;
        line-height: 150%;
        align-items: center;
        text-align: center;
        padding: 14px 24px 14px 24px;
        color: unset !important;
        background-color: transparent!important;
        border: 2px solid white;
        text-transform: none;
        min-width: unset;
    }
    .multibutton-transparent::after{
        content: " \f054";
        font-family: "Font Awesome 5 Free";
        font-size: smaller;
        padding-left: 10px;
        font-weight: 700;
    }
    .multibutton-black-border {
        border: 2px solid black !important;
    }
    .multibutton-white-word {
        color: white !important;
    }
    .multibutton-empty-button {
        margin-left: 0 !important;
    }
    .multibutton-empty-button::after {
        padding-left: unset !important;
    }

.multibutton-fixed .button {
    width: auto;
    max-width: initial;
}

.button, button, input[type=submit] {
    background-image: linear-gradient(to left,transparent,transparent 50%,#C3AA92 50%,#C3AA92);
}

.section-college-row .header-title {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 84px;
    text-align: center;
    color: white;
}

.section-college-row .header-subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 40px !important;
}

.header-row .rowtitles {
    margin-bottom: 0px;
}

.video-iframe {
    width: 100%;
    margin-top: 40px;
}
.video-iframe iframe {
    width: 100%;
    height: 600px;
}

.section-college-row .header-title-small-gap {
    margin-bottom: 40px !important;
}

.section-college-row .multibutton-white {
    font-size: 15px !important;
}

.grid.row {
    display: flex;
    justify-content: space-between;
}

.hillsong-row.grid.row {
    display: block;
}

.card-title, 
.course-text, 
.hamburger-btn-text, 
.column-tab-flex-left, 
.column-tab-flex-right, 
.column-tab-flex-content, 
.button, 
.collegeicon-text {
    font-family: 'Inter' !important;
}

.grid.row .cardcomponent.colspan_1_of_4 {
    width: 24.5% !important;
    margin: 1% 0% !important;
}

.button {
    border-radius: 50px;
}

p.collegeicon-title {
    font-size: 45px;
    word-wrap: normal;
}

.column-tab-flex-right {
    align-items: start;
}

.course-outline-third-one {
    align-items: start;
}

.rowtitles {
    width: auto !important;
    max-width: 100%;
}

.rowtitles .rowtitle.lighttext {
    font-size: 55px;
    font-weight: 400;
    font-family: 'Georgia';
    color: rgba(195,170,146,1);
    text-align: center;
    text-transform: none;
    margin-bottom: 60px;
}

.rowtitles .rowsubtitle {
    font-family: 'Georgia';
    font-weight: 400;
    font-size: 34px;
    color: #0D112F;
    letter-spacing: 0.02em;
    line-height: 50px;
}

.rowsubtitle.darktext {
    font-size: 26px;
}

.rowtitles ~ .rowtext {
    width: 100%;
}

.syd-gray-sec .button {
text-align: left;
width: auto;
min-width: initial;
margin: 0 !important;
font-size: 15px;
padding: 8px 20px;
}


body .section-college-row .college-column-title-area {
    margin-bottom: 80px !important;
}
body .section-college-row .college-column-title {
	line-height:84px;
	font-size: 55px;
	color: #C3AA92;
	font-weight: 400;
	font-family: Georgia;
	text-transform: unset;
}
body .section-college-row .college-column-subtitle {
	line-height:50px;
	font-size: 34px;
	color: black;
	font-weight: 400;
	font-family: Georgia;
	text-transform: unset;
	margin-top: 32px;
}
body .section-college-row .multibutton-fixed .button {
    max-width: inherit;
}
.section-college-row.imgbg{
    background-position: top;
}
.section-college-row.brown {
    background-color: #C3AA92;
}

/* BG: Red ----------------------------- */
.section-college-row.redfullrowbutton,
.section-college-row.red {
    background: #800A2D;
}

.section-college-row.red .rowtitle {
    color: white;
}

.section-college-row.red .rowsubtitle {
    color: white;
}

.section-college-row.red .rowtext {
    color: white;
}

.section-college-row.red .lighttext {
    color: white;
}

.section-college-row.red .darktext {
    color: white;
}

.section-college-row.red a{
    text-decoration: underline;
    transition: all linear 0.2s;
}

.section-college-row.red a:hover{
    Text-decoration: none;
}

.section-college-row.red + .red .section-row {
    padding-top: 0px;
}

.section-college-row.red input,
.section-college-row.red textarea,
.section-college-row.red select {
    border: 2px solid #111111;
    background-color: #111111;
}

.section-college-row.red .button[disabled=disabled] {
    color: #111111;
    border-color: #111111;
}

.section-college-row.red .button{
    background-color: white;
     Color: #111111;
}

.section-college-row.red .button:hover{
    background-color: #111111;
    Color: white;
}
.section-college-row a{
    color: #C3AA92;
}
.hamburger-btn-container {
    margin-right: 10px;
}

.hamburger-btn {
    margin-left: 0px;
}
.site-nav-logo {
    padding: 10px 0 10px 40px;
}
.site-nav-link:hover,
.site-nav-link:focus,
.site-nav-link:active,
.site-nav-item:hover .site-nav-link,
.site-nav-item:focus .site-nav-link,
.site-nav-item:active .site-nav-link {
    color: #C3AA92 !important;
    border-bottom: 3px solid #C3AA92 !important;
}
ul.site-nav-list{
    overflow-y: initial !important;
}
.section-college-row button,
.section-college-row .button,
.section-college-row input[type=submit] {
    height: fit-content;
    padding: 12px 18px;
}
.section-college-row h3 {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 0.02em;
}
.section-college-row h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.section-college-row h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color:black;
}
.section-college-row h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 50px;
    letter-spacing: 0.02em;
    color:black;
    display: inline;
}
.section-college-row p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
}
.section-college-row p.outline-title {
    font-family: 'Georgia';
    font-size: 55px;
    color: #C3AA92;
}
.section-college-row p.outline-subtitle {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #0D112F;
}
.section-college-row p.simple-row-title {
    font-family: 'Georgia';
    font-size: 55px;
    line-height: 1;
    letter-spacing: initial;
    color: #C3AA92;
}
.section-college-row p.course-outline-header {
    font-family: 'Georgia';
    font-size: 34px;
    line-height: 50px;
    display: block;
    width: 100%;
    padding-bottom: 10px;
}
.section-college-row p.simple-row-subtitle {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #0D112F;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}
.college-imgbg .section-college-row p.simple-row-subtitle {
    color: #fff;
}
.college-imgbg .section-college-row h3 {
    font-family: 'Georgia';
    font-size: 55px;
    font-weight: 400;
    line-height: 65px;
    color: #C3AA92;
    text-transform: none;
}
.college-imgbg .section-college-row p.simple-row-subtitle {
    font-family: 'Georgia';
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    text-transform: none;
    padding: 0px 40px;
    margin-bottom: 60px !important;
}
.section-college-row .course-icons-tab-flex p {
    font-family: 'Inter';
    font-weight: 700;
    margin-bottom: 0px;
}
.section-college-row .grey-word { 
    color: rgba(140, 140, 140, 1); 
}

.section-college-row .college-text h6{
    float: left;
}    

.section-row.section-college-row {
    width: 1638px;
    max-width: 85%;
    padding: 150px 0px !important;
}

.course-outline-third-one course-outline-column {
    margin-left: 100px;
}

.section-row.section-college-row.footer-section {
    padding: 0px !important;
}

.section-row.section-college-row .multibutton-fixed,
.section-row.section-college-row .mutlibutton {
    max-width: 100%;
}

.section-college-row .college-imgbg {
    background-attachment: initial;
    background-position: top;
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
    background-color: #000;
}

.college-imgbg {
    background-size: cover;
    background-position: center center;
}

.section-college-row .green { color: #c3aa92; }


.red .college-column-title-area .college-column-subtitle{
    color: white;
}

.carousel-cell img {
    max-width: 200px;
    max-height: 200px;
}

.column-tab-year {
    margin-bottom: 16px !important;
}

.college-large-image .imagecomponent-image img {
    max-width: 80%;
}

.hillsong-college-new-ux-footer.footer {
	background-color: #0D112F;
}
.hillsong-college-new-ux-footer.footer iconcomponent-text{
    text-align: left;
}

.hillsong-college-new-ux-footer.footer .section-row {
	padding: 10px 0px !important;
}

.hillsong-college-new-ux-footer.footer .rowtext {
    width: 100%;
	font-size: 14px;
	line-height: 22px;
	color: #898989;
}

/*
//---------------------------
// Site Map
//---------------------------
*/

.hillsong-college-new-ux-footer.sitemap .text {
	line-height: 26px;
}

.hillsong-college-new-ux-footer.sitemap .text a { 
	color: #8C8C8C; 
	font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.02em;
	flex: none;
    order: 1;
    flex-grow: 0;
    margin: 18px 0px;
}

.college-menu .site-nav-link {
    padding-left: 15px;
    padding-right: 15px;
}
.photogallery-gridview .photogallery-images-frame{
    position: relative;
}
.photogallery-gridview .photogallery-images-frame a.gallery_link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.delivery-mode-faq-blue{
    background-color: #0D112F;
}
.hc_ac_logo {
    text-align: left;
    width: 380px;
    max-width: 100%;
    margin-top: 20px;
}
.logo_row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 30px 0px 10px;
}

.logo_row img {
    margin-right: 10px;
}

.hc_ac_copy {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #8C8C8C;
    text-align: left;
}
/*
//====================================================================
//
// TABLET (Bigger than 767px )
//
//====================================================================
*/
@media only screen and (min-width: 979px){
	.section-college-row .rowtitles {
    	width: 800px;
	}
}
@media only screen and (min-width:767px)
{

	.college-small-gap-row .section-row {
		padding-top: 0 !important;
	}

    .section-college-row .colspan_1_of_3 {
        width: 32%;
        margin: 1% 0 0 1.5%;
    }
    .section-college-row .colspan_1_of_4 {
        width: 23.5% ;
    }
    .section-college-row .course-large-column-gap .colspan_1_of_4{
        width: 23.5% !important;
        margin-left: 3% !important;
    }
    .section-college-row .alumni-header-image {
        width: 23.5% !important;
        margin-left: 0 !important;
    }

}
@media only screen and (max-width:767px)
{
    .section-college-row .colspan_1_of_3 .iconcomponent-text  {
       max-width: unset !important;
       text-align: center;
    }
    .section-college-row .colspan_1_of_3 .rowbutton {
        text-align: center !important;
    }
    .section-college-row .colspan_1_of_4 .iconcomponent-text{
        max-width: unset !important;
        text-align: center;
    }
}


@font-face {
	font-family: Inter;
	src: url(../index-5227.html\,wght.ttf);
}
@font-face {
    font-family: 'georgia';
    src: url('../index-1179.html');
}
@font-face {
    font-family: 'Inter';
    src: url('../index-1179.html');
}
.college-logo-span {
	font-family: system-ui;
	text-transform: none;
	font-weight: bold;
	font-size: 26px;
	margin-left: -8px;
}
.college-header {
    font-family: Inter;
    font-style: normal;
    font-weight: bolder;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #0D112F;
	text-transform: none;
}
.college-submenu {
	font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
	text-transform: none;
}
.college-sitemap {
	padding-top:50px;
}
.college-sitemap-header {
	font-family: 'Inter'!important;
    font-style: normal!important;
    font-weight: 900!important;
    font-size: 20px!important;
    line-height: 30px!important;
    letter-spacing: 0.05em!important;
    text-transform: uppercase;
    color: #FFFFFF!important;
	margin-bottom: 36px;
}
@media only screen and (max-width:767px)
{
	.college-footer-button {
		display: table;
		margin: 15px auto 15px auto !important;
	}
}

.college-footer-logo {
	font-size: 36px;
    font-weight: 900;
    color: #FFFFFF;
    letter-spacing: 0.21px;
    line-height: 18px;
	vertical-align: 20px;
	margin-right: 40px;
}
.college-button {
	font-family: 'Inter';
    font-style: normal;
    font-weight: 500!important;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
	background-color: #0D112F;
	text-transform: none;
	padding: 15px 14px;
	border-radius: 30px;
	min-width: 122px;
	height: 50px;
	margin-top: -13px;
	margin-left: 30px;
	letter-spacing: 0.02em!important;
}
.college-footer-button {
	font-size: 17px;
	min-width: unset;
	font-family: 'Inter';
    font-style: normal;
    font-weight: 500!important;
    color: #FFFFFF!important;
    background-color: transparent!important;
    text-transform: none;
    border: 2px solid white;
    border-radius: 30px;
    margin-right: 15px;
    vertical-align: 20px;
	letter-spacing: 0.02em!important;
	padding: 14px 24px 14px 24px;
}
.college-footer-social-icon {
	margin-bottom: 12px;
	margin-left: 20px;
}
.hillsong-college-new-ux-footer a.college-footer-social {
	font-size: 17px !important;
	margin-left: 10px;
	font-size: 36px;
    font-weight: 900;
    color: #FFFFFF;
    letter-spacing: 0.21px;
    line-height: 18px;
	vertical-align: 20px;
}
.college-user-icon {
	margin-top: 5px;
	margin-right: 10px;
}
.college-nav-list {
	position: absolute;
    right: 0;
    height: 100%;
    padding: 30px 40px 10px 0px;
}
.section-college-row .button {
	border-radius: 30px !important;
    line-height: 1.2;
}
.college-georgia-title {
	line-height:84px;
	font-size: 55px;
	color: #C3AA92;
	font-weight: 400;
	font-family: Georgia;
	text-transform: unset;
	margin-bottom: 80px;
}
.college-georgia-subtitle {
	line-height:50px;
	font-size: 34px;
	color: black;
	font-weight: 400;
	font-family: Georgia;
	text-transform: unset;
	margin-bottom: 20px;
}
.college-custom-text-column{
	margin-top: 0;
}
.college-custom-text-column .iconcomponent-text >p{
    font-size: 26px;
	color:white;
	font-family: Georgia;
	line-height: 36px;
	font-weight: 400;
	letter-spacing: 0.02em;
}
.college-custom-text-column .button{
	color: white!important;
	background-color: black!important;
	font-size: 12px;
	text-transform: none;
	min-width: unset;
}
.college-custom-text-column-author{
	font-family: 'Inter';
	font-weight: 800 !important;
	font-size: 20px !important; 
    line-height: 30px !important;
	text-transform: uppercase;
}
.college-custom-text-column-author-subtitle{
	font-family: 'Inter';
	font-weight: 400;
	font-size: 17px !important;
    line-height: 26px !important;
}
.college-custom-img-column .imagecomponent-image {
	max-width: unset !important;
}
.college-video .colspan_1_of_3{
	width: 31.6%;
	margin: 1% 0 0 1.6%;
}
.college-header-title {
	line-height:initial;
	font-size: 26px;
	color: white;
	font-weight: 400;
	font-family: Georgia;
	text-transform: unset;
}
.college-header-subtitle {
	font-family: Georgia;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
	color:rgba(195, 170, 146, 1);
 }
.college-custom-header {
	text-transform: none;
	text-align: center;
	margin-bottom: 80px !important;
}
.college-custom-subtitle {
	margin-top: 50px !important;
	font-size: 17px;
	width: 50%;
	display: inline-block;
	line-height: 25px;
	margin-bottom: 90px !important;
}

/* Later needs to be added on it's own components Starts*/

.review-sec{
    padding-bottom: 150px;
}
.third-heading{
    font-size: 20px;
    color: #0D112F;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-top: 60px;
}
.third-sub-head{
    font-family: 'Inter';
    font-size: 17px;
    color: #8C8C8C;
    padding-top: 16px;
    letter-spacing: 0.02em;
}
.reveiw-count{
    font-family: 'georgia';
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 0.02em;
    color: #0D112F;
    padding-top: 60px;
}
.faq-blue{
    background: #0D112F;
    padding: 50px 0 50px 0;
    color: #C3AA92;
}
.main-heading{
    font-family: 'georgia';
    font-size: 55px;
    padding-bottom: 80px;
    color: #C3AA92;
    line-height: 84px;
}
.main-carousel .flickity-page-dots .dot{
    width: 15px;
    height: 15px;
    background: #E8E8E8;
}
.main-carousel .flickity-page-dots .dot.is-selected{
    background: #0D112F;
}
.main-carousel .flickity-page-dots {
    bottom: -85px;
}
.main-carousel .flickity-prev-next-button {
    top: auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transform: none;
    bottom: -85px;
}
.main-carousel .flickity-button {
    background: none;
    min-width: 0;
    z-index: 2;
}

.main-carousel .flickity-prev-next-button.next{
    right: calc(50% - 150px);
}
.main-carousel .flickity-prev-next-button.previous {
    left: calc(50% - 150px);
}
.faq-list{
    text-align: left;
    border-radius: 10px;
}
.faq-list ul{
    margin: 0px;
    padding: 0px;
}
.faq-list ul li{
    list-style: none;
    border-top: 1px solid rgba(195, 170, 146, .2);
    padding: 30px 0;
}
.hillsong-college-header .faq-list ul li.all {
    display: none;
}
.hillsong-college-header .faq-list ul li.active-question {
    display: block !important;
}
.faq-list ul li p{
    padding-top: 30px;
    padding-left: 41px;
    line-height: 26px;
    color: #C7D0D8;
    font-size: 17px;
    letter-spacing: 0.02em;
}
.faq-list ul li a{
    background-image: url(../svg/chevron-right.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    font-family: 'Inter';
    font-size: 17px;
    letter-spacing: 0.02em;
    padding-left: 40px;
    transition: all .5s;
    color: #C3AA92;
    text-decoration: none;
}
.faq-list ul li.freq_active a{
    background-image: url(../svg/chevron-top.svg);
    color: #fff;
}
.faq-list ul li div{
    display: none;
}
.faq-list ul li.freq_active div{
    display: block;
}
.contact-sec .main-heading{
    padding-bottom: 32px;
}
.contact-count{
    text-align: left;
    padding-top: 80px;
}
.left-c-c-s ul{
    margin: 0px;
    padding: 0px;
}
.left-c-c-s ul li{
    list-style: none;
    padding-bottom: 42px;
}
.left-c-c-s p{
    font-family: 'Inter';
    font-size: 17px;
    color: #8C8C8C;
    letter-spacing: 0.02em;
}
.left-c-c-s p a{
    color: #0D112F;
}
.online-chat{
    background-image: url(../svg/chat-alt-2.svg);
    background-repeat: no-repeat;
    padding-left: 60px;
}
.email{
    background-image: url(../svg/mail.svg);
}
.phone{
    background-image: url(../svg/phone.svg);
}
.ctv{
    background-image: url(../svg/calendar.svg);
}
.mappin{
    background-image: url(../index-1179.html);
}
.gtw-head{
    background-image: url(../svg/at-symbol.svg);
    background-repeat: no-repeat;
    padding-left: 60px;
}
.hillsong-icon-book-open {
	font-size: 0 !important;
}
.hillsong-icon-book-open::before {
	content: url(../png/book-open.png)
}
.hillsong-icon-light-bulb {
	font-size: 0 !important;
}
.hillsong-icon-light-bulb::before {
	content: url(../png/light-bulb.png);
	
}
.hillsong-icon-cursor-click {
	font-size: 0 !important;
}
.hillsong-icon-cursor-click::before {
	content: url(../png/cursor-click.png)
}
.hillsong-icon-two-users {
	font-size: 0 !important;
}
.hillsong-icon-two-users::before {
	content: url(../png/two-users.png)
}
.hillsong-icon-academic-cap {
	font-size: 0 !important;
}
.hillsong-icon-academic-cap::before {
	content: url(../png/academic-cap.png)
}
.hillsong-icon-globe {
	font-size: 0 !important;
}
.hillsong-icon-globe::before {
	content: url(../png/globe.png)
}
.college-partnerships {
    background: #F3F3F3;
}
.partnership-blocks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}
.partner-image-block {
    width: 30%;
}
.partner-image {
    margin-bottom: 20px;
}

@media screen and (max-width:500px) {
    .partnership-blocks {
        display: block;
    }
    .partner-image-block {
        width: 100%;
    }
}
.delivery-light-blue_arrow:after{
	background-size: 100% 100%;
    position:absolute;
    content:'';
    top: 0;
    right: 100%;
    width: 24px;
    height: 100%;
    background-image: url(../png/white_lightblue.png);
}
.delivery-dark-blue_arrow:after{
	background-size: 100% 100%;
    position:absolute;
    content:'';
    top: 0;
    right: 100%;
    width: 24px;
    height: 100%;
    background-image: url(../png/lightblue_darkblue.png);
}
.online-chat h6{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0D112F;
}
.online-chat p{
    padding-top: 16px;
    margin-bottom: 0;
}
.online-chat span{
    color: #0D112F;
}
.gtw-head{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #0D112F;
    text-transform: uppercase;
}
.input-sec{
    padding-top: 32px;
    padding-bottom: 32px;
}
.input-sec ::-webkit-input-placeholder{
    font-family: 'Inter';
    font-size: 17px;
    letter-spacing: 0.02em;
    color: #8C8C8C;
}
.input-sec input{
    background-image: url(../svg/user-circle.svg);
    background-repeat: no-repeat;
    background-position: -2px 17px;
    background-color: transparent;
    border-radius: 0;
    height: 60px;
    margin-bottom: 10px;
    border: 1px solid #D1D1D1;
    border-width: 0 0 1px 0;
    padding-left: 40px;
    width: 100%;
    font-family: 'Inter';
    font-size: 17px;
    letter-spacing: 0.02em;
    color: #8C8C8C;
}
.input-sec .email{
    background-image: url(../svg/email.svg);
}
.input-sec .phone{
    background-image: url(../svg/inputphone.svg);
}
.input-sec .msg{
    background-image: url(../svg/chat-alt.svg);
}

.submit-button button{
    width: 100%;
    background-color: #0D112F;
    border-radius: 100px;
    height: 54px;
    color: #fff;
    margin-top: 20px;
}
.loc .main-heading{
    padding-bottom: 0;
}
.loc .reveiw-count{
    padding-bottom: 80px;
}
.loc .third-heading{
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: left;
}
.loc .imagecomponent-text{
    text-align: left;
}
.loc .imagecomponent-text p{
    font-family: 'Inter';
    font-size: 17px;
    letter-spacing: 0.02em;
    color: #8C8C8C;
}

.spc-sec .section-row{
    padding-top: 0px;
}
.block-sec{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: #F3F3F3;
}
.syd-img-block img{
    display: block;
    max-width: 200px;
    width: 100%;
}

.syd-gray-sec .second-head{
    padding-bottom: 42px;
}
.syd-gray-sec p{
    font-family: 'Inter';
    font-size: 17px;
    letter-spacing: 0.02em;
    color: #8C8C8C;
    padding-bottom: 26px;
}
.syd-gray-sec .button-cfl{
    justify-content: left;
}
.syd-gray-sec .button-cfl button{
    text-align: left;
    margin-top: 16px;
}

.sydeny-sec{
    text-align: left;
    display: flex;
}
.second-head{
  font-family: 'georgia';
  font-size: 34px;
  line-height: 50px;
  letter-spacing: 0.02em;
  color: #000000;
}

.cos-sec{
    background-color: #800A2D;
}
.cos-sec .section-row{
    padding: 150px 0;
}
.fv-sec{
    padding-bottom: 150px;
}
.fv-sec:last-child{
    padding-bottom: 0px;
}
.video-sec{
    position: relative;
}
.play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.vcb-sec .second-head{
    color: #C3AA92;
    border-bottom: 1px solid #C3AA92;
    padding-bottom: 16px;
}
.vcb-sec p{
    font-family: 'Inter';
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    letter-spacing: 0.02em;
    padding-top: 32px;
}
.cos-sec .button-sec{
    padding-top: 80px;
}
.cos-sec .button-sec button{
    font-family: 'Inter';
    font-size: 17px;
    border-radius: 100px;
    letter-spacing: 0;
    margin-right: 32px;
    text-transform: inherit;
}
.cos-sec .button-sec button:last-child{
    margin-right: 0px;
}
.cos-sec .button-sec button svg{
    margin-left: 10px;
}
.cos-sec .button-sec button svg path{
    stroke: #000;
}
.loc-video-sec .vcb-sec p{
    font-family: 'georgia';
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 0.02em;
    color: #0D112F;
}
.designation-sec p{
    font-family: 'Inter' !important;
    font-size: 17px !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 26px !important;
    font-weight: bold;
}
.designation-sec p:last-child{
    padding-top: 16px;
    text-transform: inherit;
    font-weight: normal;
    color: #8C8C8C;
}

.cfas-sec .main-heading{
    padding-bottom: 42px;
}

.cfas-sec .reveiw-count{
    padding-top: 0px;
}
.ucf-sec-row{
    width: 927px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding-top: 80px;
    text-align: left;

}
.ucf-sec-row .reveiw-count{
    color: #C3AA92;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 16px;
    width: 100%;
}
.ucf-sec-row .row{
    width: 927px;
    max-width: 100%;
}
.light-bg{
    padding: 42px;
    background: #C3AA92;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 32px;
}
.light-bg svg path{
    stroke: #fff;
}

.light-bg img {
    max-width: 80px;
}

.light-bg-content{
    padding-left: 16px;
}

.light-bg-content .third-heading{
    padding-top: 0;
    padding-bottom: 16px;
    color: #fff;
}

.light-bg-content p{
    font-family: 'Inter';
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #fff;
}
.cf-block{
    padding-top: 32px;
}
.left-gray-sec{
    padding: 42px;
    background: #F3F3F3;
    border-radius: 10px;
}
.left-gray-sec .third-heading{
    padding-top: 0;
    padding-bottom: 32px;
}
.left-gray-sec ul{
    margin: 0px;
    padding: 0px;
}
.left-gray-sec ul li{
    list-style: none;
    font-family: 'Inter';
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 34px;
    color: #8C8C8C;
    position: relative;
    padding-left: 20px;
}
.left-gray-sec ul li:before{
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    background-color: #8C8C8C;
    width: 5px;
    height: 5px;
    border-radius: 100px;
}
.button-cfl{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.button-cfl button{
    width: auto;
    margin-top: 32px;
}
.button-cfl button:hover{
    color: #000;
}
.button-cfl svg{
    margin-left: 10px;
}
.button-cfl button:hover svg path{
    stroke: #000;
}
.fads-sec .reveiw-count{
    border-bottom: none;
    padding-bottom: 0;
}
.fads-sec .row{
    border-radius: 10px;
    border: 2px solid #C3AA92;
    margin-top: 32px;
    padding: 42px;
}
.fads-sec .light-bg{
    background-color: transparent;
    margin-top: 0;
    flex-wrap: inherit;
    border-bottom: 1px solid rgba(232, 232, 232, 0.5);
    border-radius: 0;
    padding-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
}
.fads-sec .light-bg:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.fads-sec .light-bg svg{
    width: 51px;
    height: 51px;
}
.fads-sec .light-bg svg path{
    stroke: #C3AA92;
}
.fads-sec .light-bg-content .third-heading{
    color: #0D112F;
}
.fads-sec .light-bg-content p{
    color: #8C8C8C;
}
.fa-count{
    font-family: 'Inter';
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #8C8C8C;
}
.wcl-sec .section-row{
    padding-top: 132px;
    padding-bottom: 132px;
}
.wcl-sec .main-heading{
    padding-bottom: 132px;
    color: #fff;
}
.wcl-count-block{
    text-align: left;
}
.wcl-count-block .reveiw-count{
    color: #C3AA92;
    padding-top: 0;
    border-bottom: 1px solid #C3AA92;
    padding-bottom: 16px;
}
.wcl-count-block p{
    font-family: 'Inter';
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.02em;
    padding-top: 32px;
    color: #fff;
}
.wcl-img-block{
    display: flex;
    justify-content: space-between;
}
.wcl-img-block img{
    max-width: 276px;
    width: 100%;
}
.team-sec{
    background-color: #000;
}

.team-r-count-block {
    text-align: left;
}
.team-r-count-block .reveiw-count{
    color: #fff;
    padding-top: 0;
}
.name-sec p{
    font-family: 'Inter';
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #D1D1D1;
    padding-top: 16px;
}
.name-sec .third-heading{
    color: #fff;
}
.logo-sec{
    background-color: #0D112F;
}

.logo-sec .main-heading{
    color: #fff;
}
.shcs-sec .main-heading{
    padding-bottom: 64px;
}

.logo-sec .button-cfl button{
    background-color: #fff;
    color: #0D112F;
    margin-top: 0;
}

.logo-sec .button-cfl button svg path{
    stroke: #0D112F;
}
.et-sec .row{
    text-align: left;
}
.section-college-row button{
    background-image: linear-gradient(to left,transparent,transparent 50%,#C3AA92 50%,#C3AA92);
}
.team-sec.beige,
.beige{
    background-color:#C3AA92;
}
@media only screen and (min-width: 979px) {

    /* to make block centered align */
body .collegeicon.colspan_1_of_4:nth-child(2n+1),
body .collegeicon.colspan_1_of_4 { 
    width: 25%;
    margin-left: 0.5%;
}
body .cardcomponent.colspan_1_of_4:nth-child(2n+1),
body .cardcomponent.colspan_1_of_4 { 
    width: 25%;
    margin-left: 0.5%;
}

.hillsong-college-column-row .grid{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
/* ends */
}


@media only screen and (min-width: 767px){
    .et-sec .colspan_1_of_2{
        width: 64.2%;
    }
    .section-college-row .col { display: block; float:left; margin: 1% 0 0% 1%; }
    .section-college-row .colspan_1_of_3 { width: 33%; } 
    .section-college-row .inalightbox .multibutton-fixed .button {
		min-width: auto;
		max-width: auto;
		width: auto;
	}
}

.et-sec{
    background-color: #F3F3F3;
}

.ext-block .reveiw-count{
    padding-top: 0;
}
.ul-list ul{
    margin: 0px;
    padding: 0px;
}
.ul-list ul li{
    list-style: none;
    padding-left: 32px;
    margin-top: 32px;
    border-left: 2px solid transparent;
    transition: all 0.5s;
}
.ul-list ul li a{
    font-family: 'Inter';
    font-size: 17px;
    color: #8C8C8C;
    letter-spacing: 0.02em;
}
.ul-list ul li a h5{
    font-size: 17px;
    padding-bottom: 8px;
}
.ul-list ul li:hover, .ul-list ul li.select{
    border-left: 2px solid #0D112F;
}
.ul-list ul li:hover a, .ul-list ul li.select a{
    color:#0D112F;
}
.academic-sec .reveiw-count{
    padding-top: 0;
    color: #C3AA92;
    border-bottom: 1px solid #C3AA92;
    padding-bottom: 16px;
}
.dean-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 32px;
}
.image-sec{
    width: 299px;
    max-width: 100%;
}

.dean-count-block .third-heading{
    font-size: 20px;
    color: #0D112F;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 32px;
}
.dean-count-block p{
    font-family: 'Inter';
    font-size: 17px;
    color: #8C8C8C;
    letter-spacing: 0.02em;
    padding-bottom: 32px;
}
.dean-count-block .reveiw-count{
    color: #0D112F;
    border-bottom: 0;
    padding-bottom: 32px;
}
.white-block{
    background-color: #fff;
    padding: 42px;
    border-radius: 10px;
}
.white-block ul{
    margin: 0px;
    padding: 0px;
}
.white-block ul li{
    list-style: none;
    font-family: 'Inter';
    font-size: 17px;
    color: #8C8C8C;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 16px;
    margin-bottom: 32px;
}
.white-block ul li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.white-block ul li p{
    padding-top: 16px;
}
.white-block ul li p:first-child{
    font-weight: bold;
    color: #0D112F;
    padding-top: 0;
}
.syjt-head-block .main-heading{
    padding-bottom: 32px;
}
.syjt-head-block p{
    font-family: 'Inter';
    font-size: 17px;
    color: #8C8C8C;
    letter-spacing: 0.02em;
}
.apply-online-row{
    width: 614px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 64px;
}
.ao-block{
    border: 1px solid #0D112F;
    border-radius: 10px;
    padding: 24px;
    text-align: left;
}
.ao-block .button-cfl button{
    width: 100%;
    border-radius: 10px;
    margin-top: 0;
}
.ao-count-block{
    padding-top: 16px;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.ao-count-block p{
    font-family: 'Inter';
    font-size: 17px;
    color: #0D112F;
    letter-spacing: 0.02em;
    padding-bottom: 8px;
}
.ao-count-block p:last-child{
    padding-bottom: 0px;
}
.ao-list h4{
    font-family: 'Inter';
    font-size: 17px;
    color: #0D112F;
    letter-spacing: 0.02em;
}
.ao-list ul{
    margin: 0px;
    padding: 0px;
}
.ao-list ul li{
    list-style: none;
    margin-top: 16px;
    padding-left: 32px;
    font-family: 'Inter';
    font-size: 17px;
    color: #8c8c8c;
    letter-spacing: 0.02em;
    position: relative;
}
.ao-list ul li:before{
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background-image: url(../png/circle.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}
.online-chat{
    background-image: url(../svg/chat-alt-2.svg);
    background-repeat: no-repeat;
    padding-left: 60px;
}
.email{
    background-image: url(../svg/mail.svg);
}
.phone{
    background-image: url(../svg/phone.svg);
}
.ctv{
    background-image: url(../svg/calendar.svg);
}
.mappin{
    background-image: url(../index-1179.html);
}
.gtw-head{
    background-image: url(../svg/at-symbol.svg);
    background-repeat: no-repeat;
    padding-left: 60px;
}

.online-chat span{
    color: #0D112F;
}
.gtw-head{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #0D112F;
    text-transform: uppercase;
}
.input-sec{
    padding-top: 32px;
    padding-bottom: 32px;
}
.input-sec ::-webkit-input-placeholder{
    font-family: 'Inter';
    font-size: 17px;
    letter-spacing: 0.02em;
    color: #8C8C8C;
}
.input-sec input{
    background-image: url(../svg/user-circle.svg);
    background-repeat: no-repeat;
    background-position: -2px 17px;
    background-color: transparent;
    border-radius: 0;
    height: 60px;
    margin-bottom: 10px;
    border: 1px solid #D1D1D1;
    border-width: 0 0 1px 0;
    padding-left: 40px;
    width: 100%;
    font-family: 'Inter';
    font-size: 17px;
    letter-spacing: 0.02em;
    color: #8C8C8C;
}
.input-sec .email{
    background-image: url(../svg/email.svg);
}
.input-sec .phone{
    background-image: url(../svg/inputphone.svg);
}
.input-sec .msg{
    background-image: url(../svg/chat-alt.svg);
}
.terms-text p{
    font-family: 'Inter';
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #8C8C8C;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.terms-text p input[type=checkbox]{
    height: 15px;
    width: 20px;
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    margin: 0;
}
.submit-button button{
    width: 100%;
    background-color: #0D112F;
    border-radius: 100px;
    height: 54px;
    color: #fff;
    margin-top: 20px;
}
.loc .main-heading{
    padding-bottom: 0;
}
.loc .reveiw-count{
    padding-bottom: 80px;
}
.loc .third-heading{
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: left;
}
.loc .imagecomponent-text{
    text-align: left;
}
.loc .imagecomponent-text p{
    font-family: 'Inter';
    font-size: 17px;
    letter-spacing: 0.02em;
    color: #8C8C8C;
}

.spc-sec .section-row{
    padding-top: 0px;
}
.block-sec{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: #F3F3F3;
}
.syd-img-block img{
    display: block;
    max-width: 200px;
    width: 100%;
}


.sydeny-sec{
    text-align: left;
}
.second-head{
  font-family: 'georgia';
  font-size: 34px;
  line-height: 50px;
  letter-spacing: 0.02em;
  color: #000000;
}

.cos-sec{
    background-color: #800A2D;
}
.cos-sec .section-row{
    padding: 150px 0;
}
.fv-sec{
    padding-bottom: 150px;
}
.fv-sec:last-child{
    padding-bottom: 0px;
}
.video-sec{
    position: relative;
}
.play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.vcb-sec .second-head{
    color: #C3AA92;
    border-bottom: 1px solid #C3AA92;
    padding-bottom: 16px;
}
.vcb-sec p{
    font-family: 'Inter';
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    letter-spacing: 0.02em;
    padding-top: 32px;
}
.cos-sec .button-sec{
    padding-top: 80px;
}
.cos-sec .button-sec button{
    font-family: 'Inter';
    font-size: 17px;
    border-radius: 100px;
    letter-spacing: 0;
    margin-right: 32px;
    text-transform: inherit;
}
.cos-sec .button-sec button:last-child{
    margin-right: 0px;
}
.cos-sec .button-sec button svg{
    margin-left: 10px;
}
.cos-sec .button-sec button svg path{
    stroke: #000;
}
.loc-video-sec .vcb-sec p{
    font-family: 'georgia';
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 0.02em;
    color: #0D112F;
}
.designation-sec p{
    font-family: 'Inter' !important;
    font-size: 17px !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 26px !important;
    font-weight: bold;
}
.designation-sec p:last-child{
    padding-top: 16px;
    text-transform: inherit;
    font-weight: normal;
    color: #8C8C8C;
}

.cfas-sec .main-heading{
    padding-bottom: 42px;
}

.cfas-sec .reveiw-count{
    padding-top: 0px;
}
.ucf-sec-row{
    width: 927px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding-top: 80px;
    text-align: left;

}
.ucf-sec-row .reveiw-count{
    color: #C3AA92;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 16px;
    width: 100%;
}
.ucf-sec-row .row{
    width: 927px;
    max-width: 100%;
}
.light-bg{
    padding: 42px;
    background: #C3AA92;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 32px;
}
.light-bg svg path{
    stroke: #fff;
}

.light-bg-content{
    padding-left: 16px;
}

.light-bg-content .third-heading{
    padding-top: 0;
    padding-bottom: 16px;
    color: #fff;
}

.light-bg-content p{
    font-family: 'Inter';
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #fff;
}
.cf-block{
    padding-top: 32px;
}
.left-gray-sec{
    padding: 42px;
    background: #F3F3F3;
    border-radius: 10px;
}
.left-gray-sec .third-heading{
    padding-top: 0;
    padding-bottom: 32px;
}
.left-gray-sec ul{
    margin: 0px;
    padding: 0px;
}
.left-gray-sec ul li{
    list-style: none;
    font-family: 'Inter';
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 34px;
    color: #8C8C8C;
    position: relative;
    padding-left: 20px;
}
.left-gray-sec ul li:before{
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    background-color: #8C8C8C;
    width: 5px;
    height: 5px;
    border-radius: 100px;
}
.button-cfl{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.button-cfl button{
    width: auto;
    margin-top: 32px;
}
.button-cfl button:hover{
    color: #000;
}
.button-cfl svg{
    margin-left: 10px;
}
.button-cfl button:hover svg path{
    stroke: #000;
}
.fads-sec .reveiw-count{
    border-bottom: none;
    padding-bottom: 0;
}
.fads-sec .row{
    border-radius: 10px;
    border: 2px solid #C3AA92;
    margin-top: 32px;
    padding: 42px;
}
.fads-sec .light-bg{
    background-color: transparent;
    margin-top: 0;
    flex-wrap: inherit;
    border-bottom: 1px solid rgba(232, 232, 232, 0.5);
    border-radius: 0;
    padding-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
}
.fads-sec .light-bg:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.fads-sec .light-bg svg{
    width: 51px;
    height: 51px;
}
.fads-sec .light-bg svg path{
    stroke: #C3AA92;
}
.fads-sec .light-bg-content .third-heading{
    color: #0D112F;
}
.fads-sec .light-bg-content p{
    color: #8C8C8C;
}
.fa-count{
    font-family: 'Inter';
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #8C8C8C;
}
.wcl-sec .section-row{
    padding-top: 132px;
    padding-bottom: 132px;
}
.wcl-sec .main-heading{
    padding-bottom: 132px;
    color: #fff;
}
.wcl-count-block{
    text-align: left;
}
.wcl-count-block .reveiw-count{
    color: #C3AA92;
    padding-top: 0;
    border-bottom: 1px solid #C3AA92;
    padding-bottom: 16px;
}
.wcl-count-block p{
    font-family: 'Inter';
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.02em;
    padding-top: 32px;
    color: #fff;
}
.wcl-img-block{
    display: flex;
    justify-content: space-between;
}
.wcl-img-block img{
    max-width: 276px;
    width: 100%;
}
.team-sec{
    background-color: #000;
}

.team-r-count-block {
    text-align: left;
}
.team-r-count-block .reveiw-count{
    color: #fff;
    padding-top: 0;
}
.name-sec p{
    font-family: 'Inter';
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #D1D1D1;
    padding-top: 16px;
}
.name-sec .third-heading{
    color: #fff;
}
.logo-sec{
    background-color: #0D112F;
}

.logo-sec .main-heading{
    color: #fff;
}
.company-logo{
    border-bottom: 1px solid #C3AA92;
    margin-bottom: 80px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.company-logo a{
    margin:0;
    text-align: center;
    width: 16%;
}
.company-logo a img{
    width: 206px;
    max-width: 100%;
}

.count-block{
    padding-bottom: 64px;
}
.count-block p{
    font-family: 'Inter';
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #fff;
}
.shcs-sec .main-heading{
    padding-bottom: 64px;
}

.logo-sec .button-cfl button{
    background-color: #fff;
    color: #0D112F;
    margin-top: 0;
}

.logo-sec .button-cfl button svg path{
    stroke: #0D112F;
}
.et-sec .row{
    text-align: left;
}

.contactusiframe{
    height:600px;
    width:99%;
    border:none;
}
.collegerowtitle{
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 84px;
    text-align: center;
    color: #C3AA92;
    margin-bottom: 42px;
}

.collegerowsubtitle{    
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 50px;    
    text-align: center;
    letter-spacing: 0.02em;
    color: #0D112F;
}

@media only screen and (min-width: 767px){
    .et-sec .colspan_1_of_2{
        width: 64.2%;
    } 
}

.et-sec{
    background-color: #F3F3F3;
}

.ext-block .reveiw-count{
    padding-top: 0;
}
.ul-list ul{
    margin: 0px;
    padding: 0px;
}
.ul-list ul li{
    list-style: none;
    padding-left: 32px;
    margin-top: 32px;
    border-left: 2px solid transparent;
    transition: all 0.5s;
}
.ul-list ul li a{
    font-family: 'Inter';
    font-size: 17px;
    color: #8C8C8C;
    letter-spacing: 0.02em;
}
.ul-list ul li a h5{
    font-size: 17px;
    padding-bottom: 8px;
}
.ul-list ul li:hover, .ul-list ul li.select{
    border-left: 2px solid #0D112F;
}
.ul-list ul li:hover a, .ul-list ul li.select a{
    color:#0D112F;
}
.academic-sec .reveiw-count{
    padding-top: 0;
    color: #C3AA92;
    border-bottom: 1px solid #C3AA92;
    padding-bottom: 16px;
}
.dean-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 32px;
}

.dean-count-block{
    width: 716px;
    max-width: 100%;
}
.dean-count-block .third-heading{
    font-size: 20px;
    color: #0D112F;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 32px;
}
.dean-count-block p{
    font-family: 'Inter';
    font-size: 17px;
    color: #8C8C8C;
    letter-spacing: 0.02em;
    padding-bottom: 32px;
}
.dean-count-block .reveiw-count{
    color: #0D112F;
    border-bottom: 0;
    padding-bottom: 32px;
}
.white-block{
    background-color: #fff;
    padding: 42px;
    border-radius: 10px;
}
.white-block ul{
    margin: 0px;
    padding: 0px;
}
.white-block ul li{
    list-style: none;
    font-family: 'Inter';
    font-size: 17px;
    color: #8C8C8C;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 16px;
    margin-bottom: 32px;
}
.white-block ul li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.white-block ul li p{
    padding-top: 16px;
}
.white-block ul li p:first-child{
    font-weight: bold;
    color: #0D112F;
    padding-top: 0;
}
.syjt-head-block .main-heading{
    padding-bottom: 32px;
}
.syjt-head-block p{
    font-family: 'Inter';
    font-size: 17px;
    color: #8C8C8C;
    letter-spacing: 0.02em;
}
.apply-online-row{
    width: 614px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 64px;
}
.ao-count-block{
    padding-top: 16px;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.ao-count-block p{
    font-family: 'Inter';
    font-size: 17px;
    color: #0D112F;
    letter-spacing: 0.02em;
    padding-bottom: 8px;
}
.ao-count-block p:last-child{
    padding-bottom: 0px;
}
.ao-list h4{
    font-family: 'Inter';
    font-size: 17px;
    color: #0D112F;
    letter-spacing: 0.02em;
}
.ao-list ul{
    margin: 0px;
    padding: 0px;
}
.ao-list ul li{
    list-style: none;
    margin-top: 16px;
    padding-left: 32px;
    font-family: 'Inter';
    font-size: 17px;
    color: #8c8c8c;
    letter-spacing: 0.02em;
    position: relative;
}
.ao-list ul li:before{
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background-image: url(../png/circle.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: none;
}

.ao-list ul li input[type=radio]{
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    top: 0px;
    z-index: 2;
}

/* Later needs to be added on it's own components Ends*/
.inline-left {
	display: inline;
	float: left;
    width: auto;
}
.inline-left >p{
	line-height: 50px !important;
}
.inline-button {
    width: auto !important;
    display: inline;
    float: left;
    margin-left: 32px;
}

 /* Course Page */

.course-icons .multibutton-black {
    font-size: 14px;
}

 .college-course-subtitle {
	margin-top: -40px;
	margin-bottom: 30px;
	font-family: Inter;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
 }
 .college-mid-text {
	font-size: 14px;
	line-height: 18px;
	margin-top: 0;
 }
 .college-column-icon-tab{
	margin-top: 0;
}
.college-column-icon-tab .college-georgia-title{
	font-size:30px;
	padding-bottom: 20px;
}
.college-column-icon-tab .icons{
	display: flex;
	flex-direction: column;
}
.college-column-icon-tab >p{
	display: flex;
	font-size:12px;
	font-family: Georgia;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.02em;
}
.college-column-icon-tab .button{
	background-color: black!important;
	font-size: 12px;
	text-transform: none;
	min-width: unset;
	margin-right: 50%;
	margin-bottom: 20px !important;
}
.college-column-icon-tab-flex {
	display: flex;
	margin-bottom: 25px;
}
.college-column-icon-tab-flex >p{
	margin-left: 20px;
	font-family: 'Inter';
	font-weight: 800;
}
.third-column-no-gap {
	width: 33%;
	margin: 1% 0 0 0;
}
.third-column-no-gap .imagecomponent-image {
	max-width: unset;
}
.college-large-image .imagecomponent-image {
	margin-top: 20px;
}
.college-clear-bottom-area .section-row {
	padding-bottom: 10px;
}
.college-third-column-gallery .photogallery-images-frame {
	width: 33.3% !important;
}
.college-four-column-gallery .photogallery-images-frame {
	width: 25% !important;
}
.college-button-inline .rowbutton {
	display: inline;
}
.college-image-header {
	font-family: 'Inter';
	text-transform: uppercase;
	text-align: left;
	font-weight: 800;
	font-size: 20px;
    line-height: 30px;
}
.college-image-content > p{
	text-align: left;
	font-size: 17px;
    color: rgba(140, 140, 140, 1);
}
.college-image-content > ul{
	text-align: left;
	font-size: 17px;
    margin-bottom: 20px;
}
/*.why-hillsong-college .grid {
    height: 259px !important;
}*/
.why-hillsong-college .collegeicon {
    padding: 0 42px 0 42px;
}
.why-hillsong-college .imagecomponent-image {
    margin-bottom: 32px;
    max-width: 180px;
}
.why-hillsong-college .imagecomponent-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
}
.why-hillsong-college .imagecomponent-text >p {
    text-align: center;
    color: white !important;
}
.course-large-column-gap .rowtitles .college-column-subtitle{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
}
.course-page-color .iconcomponent-text  >h4 {
    color: rgba(195,170,146,1);
}
.alumni-color .iconcomponent-text >h3 {
    color: rgba(195,170,146,1);
    border-bottom: 1px solid #C3AA92;
    padding-bottom: 32px;
    margin-bottom: 32px;
}
.contact-subheader .header-subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
} 
.college-text {
    max-width: unset !important;
}


@media screen and (max-width:1600px) {

    .grid.row {
        flex-wrap: wrap;
    }

    .hillsong-row.section-wrap.brown > .section-row {
        width: 90%;
    }

    .collegeicon.colspan_1_of_4 {
        width: 48% !important;
        margin: 1% !important;
    }

    .section-college-row .colspan_1_of_3 {
        margin-left: 0%;
        padding-left: 1%;
        box-sizing: border-box;
    }
}

@media screen and (max-width:800px) {

    .col {
        float: none;
    }

    .grid.row {
        flex-wrap: wrap;
    }

    .section-row, .section-row.section-college-row, .hillsong-row.section-wrap.white .section-row {
        max-width: 90%;
        padding: 60px 0px !important;
    }

    .rowtitles .rowtitle.lighttext, .section-college-row p.outline-title, .section-college-row .header-title, .college-imgbg .section-college-row h3, .main-heading {
        font-size: 45px;
        line-height: 60px;
        margin-bottom: 40px;
    }

}

@media screen and (max-width:560px) {
    
    .college-imgbg .section-college-row p.simple-row-subtitle {
        padding: 0px;
        font-size: 20px;
        line-height: 35px;
    }

    .section-college-row h4 {
        font-weight: 400;
        font-size: 16px;
        text-transform: none;
    }

    .collegeicon:first-child {
        margin-top: 40px;
    }

    .course-outline-card {
        padding: 35px;
        margin: 10px 0px 0px;
        width: 100%;
    }

    .third-heading, .reveiw-count {
        padding-top: 20px;
    }
    
    .rowtitles .rowtitle.lighttext, 
    .section-college-row p.outline-title, 
    .section-college-row .header-title, 
    .college-imgbg .section-college-row h3, 
    .main-heading, 
    .brown > .section-row > .rowtitles > .rowtitle.lighttext,
    .section-college-row p.simple-row-title {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 30px !important;
    }

    .section-college-row p.simple-row-subtitle {
        font-size: 18px;
        font-weight: 600;
        line-height: 34px;
        text-transform: none;
    }

    .section-college-row h3 {
        font-size: 24px;
        line-height: 40px;
    }

    .reveiw-count, .reveiw-count p, .rowsubtitle.darktext {
        font-size: 16px;
        line-height: 30px;
    }

    .column-tab-flex-left {
        font-size: 20px;
    }

    .column-tab-flex-right {
        font-size: 25px;
        line-height: 40px;
    }

    .column-tab-flex-right p {
        font-size: 16px;
        line-height: 24px;
    }

    .multibutton-white {
        padding: 6px 16px;
    }

    .college-large-image .imagecomponent-image img {
        max-width: 100%;
    }

    .imagecomponent-text {
        max-width: 100%;
        margin: 0 auto;
    }

    .imagecomponent > .imagecomponent-image > img {
        max-width: 90%;
    }

    .grid.row .cardcomponent.colspan_1_of_4 {
        width: 100% !important;
    }

    .rowbutton:last-child {
        margin-bottom: 0px !important;
    }

    .iconcomponent-text {
        width: 90%;
        margin: 0 auto !important;
    }

    .page-template-page-new-campus .header-container .header .rowbutton, .text .rowbutton {
        text-align: center !important;
    }

    .section-college-row .header-subtitle {
        width: 100% !important;
    }

    .brown > .section-row > .rowtitles {
        margin-bottom: 40px;
    }

    .rowtitles,
    .rowtext,
    .rowtitles ~ .rowtext {
        max-width: 90%;
    }

    .hillsong-row.section-wrap.white ~ .hillsong-row.section-wrap.white .section-row,
    .hillsong-row.section-wrap.red ~ .hillsong-row.section-wrap.red .section-row,
    .hillsong-row.section-wrap.grey ~ .hillsong-row.section-wrap.grey .section-row {
        padding: 40px 0px !important;
    }

    .main-heading,
    .contact-sec .main-heading,
    .cfas-sec .main-heading {
        padding-bottom: 0px;
    }

    .contact-count {
        padding-top: 40px;
    }

    .hillsong-college-new-ux-footer.footer .rowtext {
        width: 90%;
    }

    #footer-sitemap ~ .section-wrap.white.content .section-row {
        padding: 0px !important;
    }

    .hillsong-college-new-ux-footer.footer .section-row {
        padding: 10px 0 50px !important;
    }

    .ucf-sec-row {
        padding-top: 40px;
    }

    .logo_row {
        justify-content: center;
    }
    .logo_row img {
        max-width: 120px;
    }

    .course-outline-third-one {
        margin-bottom: 20px;
    }

    .video-iframe iframe {
        height: 300px;
    }

    .button {
        font-size: 15px !important;
    }

    .company-logo a {
        width: 25%;
    }

    .shcs-sec .main-heading {
        padding-bottom: 0px;
    }

    .college-text.iconcomponent-text ~ .rowbutton.multibutton-fixed {
        text-align: left !important;
        margin: 20px auto 0px;
        width: 90%;
    }

    .collegeicon.colspan_1_of_4 {
        width: 100% !important;
        margin: 1% 0% !important;
    }

    .course-fee-content .button {
        float: none;
    }

    .faq-list.delivery-mode-faq-blue ul li {
        padding: 30px 20px;
    }

}

@media screen and (max-width:350px) {

    .college-image-content > ul {
        font-size: 15px;
    }

}

@media screen and (max-width:320px) {
    
    .company-logo a {
        width: 33%;
    }


}