/* --------------------------------------------------------------------------
MOBILE-ONLY STYLES
-------------------------------------------------------------------------- */

.mobile_parent_page:not(.menu_selected) > div > a {
	padding-bottom: 10px;
	border-bottom: 2px solid #a03f62;
}

.mobile_header_links {
	padding: 30px;
	background-color: #a03f62;
	text-align: center;
}

#mobile_nav {
	display: none;
	padding-top: 65px;
	background-color: #0a456b;
}

#mobile_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mobile_nav a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
}

.mobile-menu-arrow {
	width: 28px;
	height: 28px;
	display: inline-block;
	background: url("images/chevron_down_white.svg") no-repeat 50% 50%;
	background-size: cover;
	margin-left: 15px;
	margin-bottom: -6px;
	transition: transform 0.3s ease;
	cursor: pointer;
}

#mobile_nav ul li.mobile-open .mobile-menu-arrow {
	transform: rotate(180deg);
}

#mobile_nav .hub-link {
	margin-top: 10px;
}

#mobile_nav .hub-link a {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: underline;
	cursor: pointer;
}

.main-hub-link {
	position: absolute;
	top: 5px;
	right: 4px;
}

#mobile_nav li ul {
	padding-top: 26px;
}

#mobile_nav li li a {
	padding: 7px 30px;
	font-size: 16px;
}

#mobile_nav > div > ul {
	margin-bottom: 87px;
}

#mobile_nav > div > ul > li:not(:last-of-type) {
	margin-bottom: 26px;
}

#mobile_nav ul li ul {
	display: none;
}

#mobile_nav ul li.mobile-open ul {
	display: block;
}

#mobile_nav .menu_selected a {
	text-decoration: underline;
}

#mobile_nav .menu_selected li:not(.menu_selected) a {
	text-decoration: none;
}

#mobile_nav_our-journal ul {
	display: none;
}

/* --------------------------------------------------------------------------
MEDIA QUERIES
-------------------------------------------------------------------------- */

@media only screen and (max-width: 1700px) {
	/* Home */
	#your_support_top_text {
		left: 30px;
		right: auto;
	}
}

@media only screen and (max-width: 1600px) {
	
	/* Courses Overview */
	.course_benefits .course_benefits_right .flex_container {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.course_benefits .course_benefits_right .flex_container .flex_1 {
		flex: inherit;
		flex-shrink: 0;
		width: 42%;
	}
	/* Footer */
	#footer_bottom {
		flex-wrap: wrap;
	}
	#footer4,
	#footer5 {
		width: 100%;
		text-align: center;
	}
	#footer4 {
		margin-right: 0;
		margin-bottom: 16px;
	}
	#footer15 {
		margin: 16px 0 0;
	}
	.choose_options_area .option_card {
		min-height:250px;
	}
}

@media only screen and (max-width: 1550px) {
	/* Courses Overview */
	.course_benefits .course_benefits_left {
		width: calc(45% - 10px);
	}
	.course_benefits .course_benefits_right {
		width: calc(55% - 10px);
	}
}

@media only screen and (max-width: 1500px) {
	/* Home */
	#stat_totals p {
		top: 24px;
	}
	/* Navigation */
	#nav .overdiv,
	.scholars-impact .overdiv {
		width: calc(100% - 25px);
	}
	.choose_options_area .option_card {
		min-height:280px;
	}
}

@media only screen and (max-width: 1450px) {
	/* Courses Overview */
	.course_benefits .course_benefits_left {
		width: calc(40% - 10px);
	}
	.course_benefits .course_benefits_right {
		width: calc(60% - 10px);
	}
	/* Locations */
	#scholars_map{
		display:block;
	}
	#scholars_map .scholars_location {
		width: 100%;
		margin-top: 20px;
		display: block !important;
	}
	#scholars_map #map {
		display:none;
	}
}

@media only screen and (max-width: 1350px) {
	/* Courses Overview */
	.course_benefits .course_benefits_left {
		width: calc(35% - 10px);
	}
	.course_benefits .course_benefits_right {
		width: calc(65% - 10px);
	}
	/* Course */
	.about_courses_content {
		position: relative;
		z-index: 2;
		padding-right: 30px;
	}
	.about_courses_col_1 .about_courses_content {
		margin-left: 30px;
		padding-left: 0;
	}
	.about_courses_col_2 .about_courses_content {
		margin-left: auto;
	}
}

@media only screen and (max-width: 1300px) {
	/* Navigation */
	#nav > div > ul > li:not(:last-child) {
		margin-right: 20px;
	}
	/* Contact details */
	.contact_container.overdiv {
		width: calc(100% - 25px);
	}
	.contact_details {
		display: flex;
		justify-content: space-between;
	}
	.contact_details .mint_field {
		float: none;
	}
	.contact_details #contact_details_2 {
		margin-left: 2%;
		margin-right: 2%;
	}
	/* Courses Overview */
	.faq_multi_field_area {
		float: none;
		width: 100%;
		margin: 10px auto;
	}
	/* Course */
	.overdiv.course-page {
		width: calc(100% - 25px);
	}
	/* Contact */
	#contact_details > div {
		width: 60%;
	}
	/* Footer */
	#footer_links.overdiv {
		width: calc(100% - 25px);
	}
	#footer_links {
		padding-left: 30px;
	}
	.choose_options_area .option_card {
		min-height:320px;
	}
}

@media only screen and (max-width: 1250px) {
	/* Courses Overview */
	.course_benefits {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.course_benefits .course_benefits_left,
	.course_benefits .course_benefits_right {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.course_benefits .course_benefits_left {
		width: auto;
	}
	.course_benefits .course_benefits_right {
		width: 70%;
		margin-top: 20px;
	}
	.heart_box .central_text{
		font-size:14px;
		margin-top:calc(50% - 30px);
	}
}

@media only screen and (max-width: 1150px) {
	/* Courses Overview */
	.course_benefits .course_benefits_right {
		width: 90%;
	}
	/* 'About Graduates' include */
	#about_graduates_col_1 .about_graduates_img_container {
		margin-left: 20px;
	}
	#about_graduates_col_2 .about_graduates_img_container {
		margin-right: 20px;
	}
	/* Contact */
	#contact_details > div {
		width: 80%;
	}
	
	/* JOURNAL OVERVIEW */
	.featured_posts,
	.filter_posts,
	.featured_posts .article{
		display:block;
	}
	.featured_posts .article {
		padding: 30px 20px 30px 0;
	}
	.featured_posts .article_img, .featured_posts .article .article_content{
		float:left;
	}
	.featured_posts .article_img {
		width: 21.10%;
		margin-right: 15px;
	}
	.featured_posts .article .article_content {
		width: 61.61%;
		padding: 0;
	}
	.featured_posts .col_1 .article:first-of-type .article_img img{
		border-bottom:0;
	}
	.featured_posts .col_2 > article:nth-child(1) {
		border-top: none;
	}
	/* Story */
	.all_posts .article {
		padding: 0;
		width:calc(100% - 20px);
	}
	.journal_instaBlock{
		width:calc(100% - 20px);
		margin-left:20px;
	}
	
	.all_posts .article_content {
		padding: 10px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 1024px) {
		/* Contact */
	#contact_details {
		display: block;
	}
	#contact_details > div {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}
	#contact_details > div:first-child {
		border-bottom: none;
	}
	/* General */
	.overdiv {
		width: calc(100% - 25px);
	}
	/* Navigation */
	#nav ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#nav a {
		font-size: 12px;
	}
	#nav > div > ul > li > ul {
		width: calc(100% - 100px);
	}
	/* Home */
	.intro,
	.intro_sub {
		padding-left: 25px;
		padding-right: 25px;
	}
	#stat_totals p {
		top: 40px;
		left: 50px;
	}
	.support_star_box {
		padding-right: 16px;
	}
	.support_star_box > div:first-child {
		flex-shrink: 0;
	}
	#your_support > div#your_support_left {
		width: 55%;
	}
	#your_support > div#your_support_right {
		width: 45%;
	}
	.support_star_img {
		max-width: 100px;
	}
	/* Our Impact */
	.scholars-impact #scholars_impact_inner {
		justify-content: center;
		flex-wrap: wrap;
	}
	.scholars-impact #scholars_impact_left,
	.scholars-impact #scholars_impact_right {
		width: 100%;
	}
	.scholars-impact #scholars_impact_left {
		order: 2;
		margin-top: 20px;
	}
	.scholars-impact #scholars_impact_right {
		margin-left: 0;
		margin-right: 8px;
	}
	/* Contact details */
	.contact_details {
		flex-wrap: wrap;
	}
	.contact_details #contact_details_1,
	.contact_details #contact_details_2,
	.contact_details #contact_details_3 {
		width: 100%;
	}
	.contact_details #contact_details_2 {
		margin-left: 0;
		margin-right: 0;
	}
	.contact_details #contact_details_1 {
		margin-bottom: 25px;
		text-align: center;
	}
	.contact_details #contact_details_1 h3 {
		margin-bottom: 16px;
	}
	.contact_details #contact_details_title {
		display: block;
	}
	/* Courses Overview */
	.course_benefits .course_benefits_right {
		width: 80%;
	}
	.find_a_course {
		padding-bottom: 615px;
	}
	/* Course */
	.main_course_details #course_detail_1 {
		padding: 20px;
	}
	#course_detail_1 ul {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		box-sizing: border-box;
	}
	.about_courses .about_courses_bg {
		display: none;
	}
	.about_courses_content {
		position: relative;
		z-index: 2;
		padding-right: 30px;
	}
	.about_courses_col_1 .about_courses_content,
	.about_courses_col_2 .about_courses_content {
		margin-left: auto;
		margin-right: auto;
		padding-left: 30px;
		padding-right: 30px;
	}
	/* 'About Graduates' include */
	.about_graduates {
		flex-wrap: wrap;
	}
	.about_graduates_col {
		flex: inherit;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#about_graduates_col_1 {
		margin-right: 0;
		border-bottom: 0;
	}
	#about_graduates_col_2 {
		margin-left: 0;
	}
	.about_graduates_txt {
		max-width: 100%;
	}
	.about_graduates_txt,
	.about_graduates_img_container {
		width: 50%;
	}
	/* Contact */
	#contact_details > div {
		width: 90%;
	}
	/* Multi */
	.multi_callout {
		padding-left: 30px;
	}
	.multi_callout_text {
		width: 60%;
	}
	.multi_callout_img {
		width: 40%;
	}
	/* Story */
	.story_jumbotron .multi_callout_text {
		width: 45%
	}
	.story_jumbotron .multi_callout_img {
		width: 55%;
	}
	/* Footer */
	#footer2 {
		font-size: 24px;
	}
	#footer_links {
		font-size: 14px;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	#footer_links .pl_40px {
		padding-left: 20px;
	}
	#footer_links .pr_40px {
		padding-right: 20px;
	}
}

@media only screen and (max-width: 900px) {
	/* Navigation */
	#nav a {
		font-size: 11px;
	}
	.search_li img{
		height:11px;
	}
	#nav > div > ul > li > ul {
		top: 161px;
	}
	/* Courses Overview */
	.course_benefits .course_benefits_right {
		width: 85%;
	}
	.find_a_course {
		background-position: right 50% top 30px;
		background-size: contain;
	}
	.choose_options_area .option_menu {
		width: 100%;
	}
	.choose_options_area .option_card {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		min-height:180px;
	}
	/* Course */
	.course_details.reference-application {
		justify-content: center;
	}
	.course_details.reference-application .course_detail {
		flex: inherit;
		width: 272px;
	}
	
	/* Journal students */
	#scholars_accordions .scholars_accordion_container{
		width:310px;
		margin-top:35px;
	}
	#scholars_accordions .scholars_studentImages_container{
		width:calc(100% - 310px);
		margin-top:35px;
	}
	.mobOnly{
		display:block;
	}
	#impact_stats > div.stat_area{
		width:100%;
	}
	#impact_stats div.involve-container{
		width:100%;
	}
}

@media (min-width: 769px) {
	#mobile_nav {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	/* Header */
	.mobile_logo,
	.menu-controller {
		display: block;
	}
	.header-logo,
	#header_links {
		display: none;
	}
	#header_wrapper {
		align-items: center;
	}
	#slogan {
		margin-top: 7px;
		margin-left: 30px;
		margin-right: 30px;
	}
	/* Navigation */
	#nav {
		display: none;
	}
	/* Breadcrumbs */
	.breadcrumbs {
		margin-top: 8px;
	}
	/* Home */
	.overdiv.banner-text-container {
		width: 100%;
	}
	.jumbotron_cap {
		max-width: 420px;
		left: 15px;
		bottom: 15px;
	}
	#stat_totals p {
		top: 50px;
		left: 40px;
	}
	#student_story {
		padding-top: 215px;
		overflow: inherit;
	}
	.student_story_inner.home > div {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.student_story_inner.home .polaroid {
		position: absolute;
		top: -10px;
		left: 50%;
		transform: translateX(-50%) rotate(-3deg);
	}
	.student_story_inner.home .student_synopsis {
		width: calc(100% - 40px);
	}
	.student_story_inner.home .student_button {
		text-align: center;
		left: 0;
		bottom: 0;
	}
	#your_support_top {
		min-height: 300px;
	}
	.support_star_img {
		max-width: 60px;
	}
	#your_support .bg_darkblue {
		background-color: #eaf6fc;
	}
	#your_support_top_text {
		display: none;
	}
	#your_support {
		position: relative;
	}
	#your_support > div#mobile_support_text {
		display: block;
		font-weight: bold;
		width: 100%;
		padding:40px 0;
	}
	#mobile_support_text,
	#your_support #mobile_support_text h2 {
		color: #252525;
		text-align: center;
	}
	#your_support_right {
		padding-top: 150px;
	}
	.support_star_text {
		margin-bottom: 10px;
	}
	.support_star_text h3 {
		font-weight: bold;
	}
	.support_star_text div {
		display: none;
	}
	.support_star_box:not(:last-child) {
		margin-bottom: 20px;
	}
	#our_news_and_views {
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
	}
	#our_news_and_views_left,
	#our_news_and_views_right {
		margin-left: 10px;
		margin-right: 10px;	
	}
	#our_news_and_views_left {
		padding-top: 75px;
	}
	#our_news_and_views_middle {
		order: 3;
		width: calc(100% - 20px) ;
		flex: none;
		margin: 35px 0 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}
	#our_news_and_views_middle_img_1,
	#our_news_and_views_middle_img_2 {
		margin: 20px 1.5% 0;
	}
	#our_news_and_views_middle_social {
		width: 100%;
		margin-top: 20px
	}
	/* Our Impact */
	.scholars-impact #scholars_impact_left,
	.scholars-impact #scholars_impact_right {
		width: 100%;
	}
	.scholars-impact #scholars_impact_left,
	.scholars-impact #scholars_impact_right {
		margin-right: 0;
	}
	/* Contact details */
	.contact_details #contact_details_1 {
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		min-height: 294px;
		position: relative;
	}
	.contact_details #contact_details_1 img {
		display: block;
	}
	.contact_details #contact_details_1 h3 {
		position: absolute;
		left: 20px;
		bottom: 15px;
		margin-bottom: 0;
		color: white;
		z-index: 2;
	}
	/* Courses Overview */
	.course_benefits .course_benefits_right {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.course_benefits .course_benefits_right .flex_container,
	.course_benefits .course_benefit {
		width: 100%;
	}
	.course_benefits .course_benefits_right .flex_container,
	.course_benefits .course_benefits_right .flex_container .benefit_stat_1 {
		order: 1;
	}
	.find_a_course {
		padding-bottom: 500px;
	}
	#courses_overview_contact_details {
		transform: translate(0, -35%);
	}
	/* 'About Villiers' include */
	#about_villiers {
		flex-wrap: wrap;
	}
	#about_villiers .about_villiers_col {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 0;
		display: flex;
	}
	#about_villiers .about_villiers_img_container {
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		min-height: 257px;
	}
	#about_villiers .about_villiers_img img {
		display: block;
		border: none;
	}
	#about_villiers #about_villiers_col_1 .about_villiers_img_container {
		order: 2;
	}
	#about_villiers .about_villiers_img_container,
	#about_villiers .about_villiers_txt {
		width: 50%;
	}
	#about_villiers #about_villiers_col_1 {
		border-top: 10px solid #0a456b;
	}
	#about_villiers #about_villiers_col_2 {
		border-color: #0a456b;
	}
	#about_villiers #about_villiers_col_1 .about_villiers_txt,
	#about_villiers #about_villiers_col_2 .about_villiers_txt {
		margin-top: 0;
		margin-left: 0;
	}
	#about_villiers .about_villiers_txt {
		padding: 15px 25px 75px;
		position: relative;
	}
	#about_villiers #about_villiers_cap_1,
	#about_villiers #about_villiers_cap_2 {
		display: none;
	}
	#about_villiers #about_villiers_title_1,
	#about_villiers #about_villiers_title_2 {
		display: block;
	}
	#about_villiers_title_1.about_villiers_cap,
	#about_villiers_title_2.about_villiers_cap {
		position: static;
		color: #252525;
		padding: 0 0 15px;
		background-color: transparent;
	}
	#about_villiers_col_1 .about_villiers_btn,
	#about_villiers_col_2 .about_villiers_btn {
		left: 25px;
		bottom: 15px;
	}
	/* Course */
	.main_course_details {
		flex-wrap: wrap;
	}
	.main_course_details .course_detail {
		flex: inherit;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.main_course_details .course_detail:first-child {
		margin-bottom: 0;
	}
	.main_course_details .course_detail:nth-child(2) {
		margin-top: 0;
		display: flex;
	}
	.main_course_details .course_detail:nth-child(2) > div {
		width: 50%;
	}
	.main_course_details .course_detail:nth-child(2) .testimonial_image {
		order: 1;
	}
	#course_detail_2 {
		max-height: 100%;
		min-height: 200px;
	}
	.course_detail .testimonial_image {
		background-repeat: no-repeat;
		background-position: 100% 50%;
		background-size: cover;
	}
	.course_details.date-type-sponsor {
		justify-content: center;
	}
	.course_details.date-type-sponsor .course_detail,
	.course_details.format-tutor .course_detail,
	.course_details.venue-costs .course_detail {
		flex: inherit;
	}
	.course_details.date-type-sponsor .course_detail {
		width: 230px;
	}
	.course_details.format-tutor .course_detail,
	.course_details.venue-costs .course_detail {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	/* Contact */
	#contact_details > div {
		width: 100%;
	}
	#contact_details .p_40px {
		padding: 20px;
	}

	form.mb_150px,
	form.mb_100px {
		margin-bottom: 60px;
	}
	form .field_group {
		width: 100%;
	}
	form .field_group > div {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	form .field_group > div:nth-child(2),
	form .field_group + .field_group {
		margin-top: 10px;
	}
	form .subscribe {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	form .g-recaptcha.mb_45px {
		margin-bottom: 30px;
	}
	/* Multi */
	.multi_callout_text {
		width: 50%;
	}
	.multi_callout_img {
		width: 50%;
	}
	/* Story */
	.filter_posts div:after {
		right: 20px;
	}
	/* Footer */
	#footer_mailinglist {
		flex-wrap: wrap;
	}
	#footer2 {
		margin: 10px 0 0;
		width: 100%;
		text-align: center;
	}
	#footer3 {
		margin-top: 20px;
	}
	.footer_divider {
		border-right: none;
	}
	#footer_links {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#footer_links_twocols > div {
		float: none;
		width: 100%;
	}
	#footer_links_twocols {
		padding-left: 20px;
	}
	#footer_links_twocols > div {
		padding-left: 0;
		padding-right: 0;
	}
	#footer_links > div:first-child,
	#footer_links > div,
	#footer_social {
		width: 170px;
	}
	#footer_links > div > div:nth-child(2),
	#footer14 {
		font-size: 13px;
	}
	#footer_links > div {
		float: none;
		margin-bottom: 16px;
	}
	#footer_links > div > div,
	#footer_social {
		padding-left: 20px;
		padding-right: 20px;
	}
	#footer4 {
		display: none;
	}
	#footer_links > div#footer_social {
		margin-bottom: 0;
	}
	#footer_social {
		display: block;
	}
	#footer_social .footer_links_title {
		padding-left: 0;
		padding-right: 0;
		min-height: 24px;
		margin-bottom: 10px;
		text-transform: uppercase;
	}
	#footer_social img + img {
		margin-left: 10px;
	}
	#footer5 {
		font-size: 15px;
	}
	.support_star_box h3{
		font-size:18px;
	}
	#our_news_and_views_left .red_triangle, #our_news_and_views_right .red_triangle{
		min-height:200px;
	}
	.our_news_and_views_btn {
		position:absolute;
		bottom:0;
		width:100%;
	}
	.our_news_and_views_opportunity_triangle{
		display:none;
	}
	.our_news_and_views_col .red_triangle:nth-child(2){
		margin-top:70px;
	}
	/* Course */
	.main_course_details .course_detail:nth-child(2) {
		flex-wrap: wrap;
	}
	.main_course_details .course_detail:nth-child(2) > div {
		width: 100%;
	}
	.main_course_details .course_detail:nth-child(2) .testimonial_image {
		order: inherit;
	}
}

@media only screen and (max-width: 700px) {
	/* Home */
	.home-banner {
		display: block;
	}
	#home_jumbotron_field1,
	#home_jumbotron_field2 {
		float: none;
		width: 100%;
	}
	#home_jumbotron_field1 {
		margin: 0 0 8px;
	}
	#home_jumbotron_field2 {
		margin: 8px 0 0;
	}
	.home-banner .jumbotron_triangle {
		display: none;
	}
	#impact_stats .involve-container div.stat_area {
		width:calc(50% - 9px) !important;
		display:inline-block;
	}
	#impact_stats .stat_area.scholars,
	#impact_stats .stat_area.inspiring_excellence{
		width:100%;
		margin-left:0;
	}
	#impact_stats .stat_area.inspiring_excellence .mt_100px {
		margin-top:calc(50% - 50px) !important;
	}
	.course_details.date-type-sponsor .course_detail,
	.course_details.reference-application .course_detail{
		width:100%;
	}
	#share_box{
		display:none;
	}
}
@media only screen and (max-width: 650px) {
	/* Header */
	#header_wrapper {
		width: calc(100% - 24px);
	}
	#your_support_top {
		min-height: 320px;
	}
	.support_star_img {
		max-width: 40px;
	}
	.support_star_text h3 {
		font-size: 17px;
	}
	#your_support .button,
	#your_support .button_field a {
		font-size: 11px;
	}
	/* Locations */
	#scholars_map #map,
	#scholars_map #map img {
		width: 400px;
	}
	#scholars_map .scholars_location_marker {
		width: 24px;
		height: 24px;
	}
	#scholars_map .location_btn {
		position: static;
		margin-top: 16px;
		text-align: right;
	}
	/* Courses Overview */
	.course_benefits .course_benefits_right .flex_container {
		justify-content: center;
	}
	.course_benefits .course_benefits_right .flex_container .flex_1 {
		width: 296px;
		min-height: 296px;
	}
	/* Course */
	.course_detail .testimonial_image {
		background-position: 80% 50%;
	}
	.about_courses {
		flex-wrap: wrap;
	}
	.about_courses_col_1,
	.about_courses_col_2 {
		width: 100%;
	}
	.about_courses_col_1 .about_courses_content,
	.about_courses_col_2 .about_courses_content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	/* Story */
	.filter_posts {
		display: block;
	}
	.filter_posts > div {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.story_meta,
	.story_content {
		float: none;
		width: 100%;
		margin: 0;
	}

	.story_meta {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 600px) {
	/* Header */
	#header_slogan {
		font-size: 18px;
	}
	/* Home */
	#courses {
		display: block;
	}
	#courses > div:first-child {
		margin-right: 0;
	}
	.courses_col {
		margin-top: 16px;
		margin-left: 0;
	}
	#courses > div:first-child,
	.courses_col > div {
		min-height: 300px;
	}
	#stat_totals {
		display: none;
	}
	.our_news_and_views_btn {
		font-size: 15px;
		padding: 15px 0;
	}
	/* Our Impact */
	.scholars-impact #scholars_impact_left {
		margin-top: 0;
	}
	.scholars-impact #scholars_impact_left > div:first-child {
		margin-bottom: 10px;
	}
	.scholars-impact .scholars_impact_stat:nth-child(2) {
		padding-top: 140px;
		padding-bottom: 10px;
		padding-left: 30px;
		background-position: top 30px center;
	}
	.scholars-impact .scholars_impact_stat:nth-child(2),
	.scholars-impact .scholars_impact_stat:last-child {
		text-align: center;
	}
	.scholars-impact .scholars_impact_stat:last-child {
		padding: 100px 20px 15px 20px;
		background-position: top 20px center;
	}
	.scholars-impact #scholars_impact_right {
		padding-bottom: 20px;
	}
	.scholars-impact .student_story_inner > div {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.scholars-impact .student_synopsis {
		width: calc(100% - 25px);
		margin-top: 20px;
	}
	.scholars-impact .bg_white,
	.scholars-impact .student_text {
		background-color: transparent;
	}
	.scholars-impact #student_button_1,
	.scholars-impact #student_button_2 {
		text-align: center;
		left: auto;
		bottom: auto;
	}
	.scholars-impact #student_button_1 a,
	.scholars-impact #student_button_2 a {
		width: auto;
		display: inline-block;
	}
	/* 'About Villiers' include */
	#about_villiers .about_villiers_col {
		flex-wrap: wrap;
	}
	#about_villiers #about_villiers_col_1 .about_villiers_img_container {
		order: inherit;
	}
	#about_villiers .about_villiers_img_container,
	#about_villiers .about_villiers_txt {
		width: 100%;
	}
	/* Courses Overview */
	.choose_options_area .option_card .option_card_img img{
		height:auto;
		width:100%;
		margin-left:0;
	}
	.choose_options_area .option_card .option_card_img,
	.choose_options_area .option_card .option_card_txt {
		float: none;
		width: 100%;
		height:auto;
		margin-left: auto;
		margin-right: auto;
	}
	.choose_options_area .option_card .option_card_txt {
		margin-top: 8px;
	}
	.percentage_key.responsive > div {
		display: block;
	}
	.percentage_key.responsive .percentage_key_villiers {
		margin-right: 0;	
	}
	/* 'About Graduates' include */
	.about_graduates_col {
		flex-wrap: wrap;
	}
	#about_graduates_col_1 {
		padding-left: 0;
	}
	#about_graduates_col_2 {
		padding-right: 0;
	}
	.about_graduates_img_container {
		width: 100%;
	}
	#about_graduates_col_1 .about_graduates_img_container {
		margin-left: 0;
	}
	#about_graduates_col_2 .about_graduates_img_container {
		margin-right: 0;
	}
	#about_graduates_col_1 .about_graduates_txt {
		order: 1;
	}
	.about_graduates_txt {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	/* Multi */
	.multi_template .mint_multiField:not(.multiField_1) {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.multi_callout_text {
		width: 40%;
	}
	.multi_callout_img {
		width: 60%;
	}
	/* Story */
	.story_jumbotron h1 {
		font-size: 19px;
	}
	#story_subtitle {
		font-size: 18px;
	}
	.story_jumbotron .multi_callout_text {
		width: 35%
	}
	.story_jumbotron .multi_callout_img {
		width: 65%;
	}
	.all_posts .article {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	/* Footer */
	#footer2 {
		font-size: 22px;
	}
	
	/* Journal students */
	.student_image img{
		max-height:500px;
	}
	
	#our_news_and_views{
		display:block;
	}
	.our_news_and_views_col{
		width:calc(100% - 20px);
		margin-left:0 !important;
		margin-right:0 !important;
		padding:0 10px !important;
	}
	.slide_overlay .overlay .caption{
		font-size:14px;
	}
	#our_news_and_views_left,
	#our_news_and_views_right{
		margin-top:100px;
	}
	#your_support_left{
		display:none;
	}
	#your_support > div#your_support_right{
		box-sizing: border-box;
		width:100%;
		padding:0 20px;
	}
	.support_star_img{
		max-width:150px;
	}
	.support_star_text h3{
		font-size:22px;
	}
	#impact_stats .stat_area.inspiring_excellence .mt_100px {
		margin-top:calc(50% - 70px) !important;
		font-size:14px;
	}
}

@media only screen and (max-width: 550px) {
	/* Header */
	#header {
		height: 112px;
	}
	.featured_posts .article{
		padding:0;
	}
	.featured_posts .col_1 .article_img,
	.featured_posts .col_2 .article_img,
	.featured_posts .col_1 .article .article_content,
	.featured_posts .col_2 .article .article_content{
		width:100%;
		margin-right:0;
	}
	.featured_posts .article_img img{
		width:100%;
	}
	.featured_posts .col_1 .article .article_content,
	.featured_posts .col_2 .article .article_content{
		box-sizing:border-box;
		padding:18px;
	}
	.all_posts .article_img,
	.all_posts .article_content {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.all_posts .article_img {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 500px) {
	/* General */
	h2 {
		font-size: 20px;
	}
	/* Header */
	.jumbotron_cap {
		font-size: 18px;
	}
	.home-banner ~ .banner-text-container .jumbotron_cap {
		right: 15px;
	}
	/* Contact details */
	.contact_details #contact_details_1:after {
		border-width: 110px 0 0 235px;
	}
	.contact_details #contact_details_1 h3 {
		font-size: 21px;
		left: 15px;
		bottom: 10px;
	}
	/* 'About Villiers' include */
	#about_villiers .about_villiers_img_container {
		background-image: none;
		min-height: auto;
	}
	#about_villiers .about_villiers_img_container img {
		opacity: 1;
	}
	/* Multi */
	.multi_callout {
		padding-left: 20px;
		padding-right: 20px;
	}
	.multi_callout_text {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.multi_callout_img {
		display: none;
	}
	/* Story */
	.story_jumbotron {
		display: block;
		padding-bottom: 30px;
	}
	.story_jumbotron .multi_callout_text {
		width: 100%;
	}
	.story_jumbotron .multi_callout_img {
		display: block;
		width: 100%;
	}
	.story_jumbotron .multi_callout_img_overlay {
		display: none;
	}
	/* JOURNAL */
	#scholars_accordions .scholars_accordion_container,
	#scholars_accordions .scholars_accordion_container .accordion{
		width:100%;
		max-width:100%;
	}
	#scholars_accordions .scholars_studentImages_container{
		display:none;
	}
	#impact_stats .involve-container div.stat_area {
		width:100% !important;
		display:inline-block;
	}
	#impact_stats .stat_area.scholars,
	#impact_stats .stat_area.inspiring_excellence{
		width:100%;
		margin-left:0 !important;
	}
	#impact_stats .stat_area.inspiring_excellence .mt_100px {
		margin-top:calc(50% - 50px) !important;
	}
	.red_triangle .opportunity_text{
		padding-bottom:75px;
	}
}

@media only screen and (max-width: 450px) {
	.course_benefit{
		height:auto;
	}
	.course_benefits .course_benefits_right .flex_container .flex_1{
		height:350px;
	}
	/* General */
	.icon.bigger,
	.icon.bigger img {
		width: 24px;
		height: 24px;
	}
	/* Header */
	#slogan {
		margin-left: 16px;
		margin-right: 16px;
	}
	/* Navigation */
	#nav a {
		font-size: 14px;
	}
	#nav > div > ul > li .menu-arrow {
		top: 15px;
	}
	#nav > div > ul > li > ul {
		padding-left: 10px;
	}
	#nav > div > ul > li > ul > li a {
		font-size: 13px;
	}
	/* Home */
	#our_news_and_views {
		display: block;
	}
	#our_news_and_views,
	#our_news_and_views_left,
	#our_news_and_views_right {
		margin-left: 0;
		margin-right: 0;
	}
	#our_news_and_views_left {
		padding-top: 115px;
	}
	#our_news_and_views_right {
		margin-top: 75px;
	}
	#our_news_and_views_left:before {
		top: 30px;
	}
	/* Locations */
	#scholars_map #map,
	#scholars_map #map img {
		width: 280px;
	}
	#scholars_map .scholars_location_marker {
		width: 17px;
		height: 17px;
	}
	/* Courses Overview */
	.find_a_course {
		padding-bottom: 400px;
	}
	/* Story */
	.filter_posts > div {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	/* Footer */
	#footer2 {
		font-size: 21px;
	}
	#footer5 {
		font-size: 14px;
	}
	.support_star_text h3{
		font-size:18px;
	}
}

@media only screen and (max-width: 400px) {
	/* General */
	.section_heading .line {
		display: none;
	}
	h2 {
		font-size: 20px;
	}
	/* Header */
	#slogan {
		margin-top: 4px;
	}
	/* Home */
	#home_jumbotron_cap {
		right: 5px;
		bottom: 5px;
		font-size: 14px;
	}
	/* Contact details */
	#contact_details_3 a[href] {
		display: block;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.contact_details #contact_details_1 {
		min-height: 254px;
	}
	/* Courses Overview */
	.choose_options_area .choose_option {
		font-size: 15px;
		padding-left: 20px;
		padding-right: 108px;
	}
	.choose_options_area .choose_option img {
		right: 85px;
	}
	.find_a_course.green .choose_options_area .choose_option:after {
		right: 20px;
	}
	/* Opportunities Board/Online Extensions */
	.opportunities_extensions .choose_options_area .choose_option img {
		right: 25px;
	}
	/* Footer */
	#footer_links > div {
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 350px) {
	/* Home */
	#our_news_and_views_left:before {
		top: 20px;
	}
	/* Footer */
	#footer5 {
		font-size: 13px;
	}
	#footer7,
	#footer8 {
		padding-right: 0 !important;
		padding-left: 0;
	}
}