@charset 'utf-8';
@import '_components_course.css';
@import '_components_info.css';
@import '_components_scoring.css';
@import '_partials_heading.css';
@import '_partials_activities.css';



#goto-heading .heading{ max-width: 570px; }
#goto-heading .scoring{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
@media (min-width:1441px){
	#goto-heading .heading{ height: 300px; max-width: 750px; }
}
@media (min-width: 768px) and (max-width:1023px){
	#goto-heading .heading{ max-width: 344px; }
	#goto-heading .scoring{ top: 0; transform: translateY(0); }
}
@media (max-width: 767px){
	#goto-heading .heading{ max-width: none; }
	#goto-heading .scoring{ position: static; right: 0; top: 0; transform: translateY(0); }
}


#goto-body{ padding-top: 15px; padding-bottom: 66px; }
@media (min-width:1441px){
	#goto-body{ padding-top: 15px; padding-bottom: 70px; }
}
@media (min-width: 768px) and (max-width:1023px){
	#goto-body{ padding-top: 10px; padding-bottom: 34px; }
}
@media (max-width: 767px){
	#goto-body{ padding-top: 6px; padding-bottom: 26px; }
}
