@media only screen and (max-width:886px) {  }

@media only screen and (max-width:768px) { 
	/* INDEX */
	.index_content_client_logo { position:initial; }
	.index_content_headline img { height:11em; }
	.index_content_body { width:100%; padding:3%; margin-top:1%; }

	/* PROFILE FIELDS */
	.profile_field, .profile_field_categories { margin:4% 16% 16% 16%; }
	.profile { margin-top:6%; }
	.profile_login_navigator img { margin-left:6%; }
	.profile_field a, .profile_field_categories a, .profile_field input[type='submit'], .profile_field_categories input[type='submit'] { padding:4%; }
	.profile_field input[type='email'], .profile_field input[type='text'], .profile_field input[type='password'] { box-sizing:border-box; width:75%; padding:4%; }
	.profile_field .profile_field_create_password p { width:75%; font-size:.9em; }
	.profile_field_forgot { margin-bottom:12%; margin-top:4%; }
	.profile_field_one .profile_item input[type='text'], .profile_field_one .profile_item input[type='email'], .profile_field_two .profile_item input[type='text'], .profile_field_two .profile_item input[type='email'] { box-sizing:border-box; width:75%; padding:4%; }
	.profile_field_two .profile_item { width:100%; }
  #temp_dashboard_logo { margin-top:6%; }

 }

@media only screen and (max-width:450px) { 
	/* INDEX */
	.index_content { padding:8%; }
	.index_content_client_logo { position:initial; }
	.index_content_headline img { height:8em; }
	.index_content_body { padding:7%; margin-top:3%; }
	.index_content_body h4 { font-size:1.2em; }
	.index_content_footer { text-align:center; }

	/* PROFILE FIELDS */
	.profile_field, .profile_field_categories { margin:8% 8% 16% 8%; }
	.profile_field p, .profile_field_categories p { padding-bottom:6%; font-size:1.2em; }
	.profile { margin-top:8%; }
	.profile_login_navigator img { margin-left:8%; }
	.profile_login_navigator_back { padding-right:8%; }
	.profile_login_navigator_progress { height:12px; }
	.profile_field a, .profile_field_categories a, .profile_field input[type='submit'], .profile_field_categories input[type='submit'] { padding:6%; margin-top:4%; }
	.profile_field a { margin-bottom:5%; }
	.profile_field h1, .profile_field_categories h1 { padding-bottom:4%; }
	.profile_field input[type='email'], .profile_field input[type='text'], .profile_field input[type='password'] { box-sizing:border-box; width:100%; padding:8%; }
	.profile_field .profile_field_create_password p { width:100%; font-size:1em; }
	.profile_field_forgot { margin-left:8%; margin-top:0; }
	.profile_field_one .profile_item input[type='text'], .profile_field_one .profile_item input[type='email'], .profile_field_two .profile_item input[type='text'], .profile_field_two .profile_item input[type='email'] { box-sizing:border-box; width:100%; padding:8%; }
	.profile_logout, .profile_identity  { display:none; }

  .profile_field_categories label { margin-right:4%; margin-bottom:4%; font-size:1.2em; border-radius:36px; }
  .profile_field_categories [type="checkbox"]+span, .profile_field_categories [type="radio"]+span { padding:1.2em; }
  .profile_field_categories :checked+span { border-radius:36px; }
  .profile_field_categories :not(:checked) + span:before { background-color:#284679; }
	.profile_field_categories label:hover { background-color:#284679; }
	.profile_field_one .profile_item, .profile_field_two .profile_item, .profile_field_three .profile_item { margin-bottom:6%; }
  
  .profile_identity_mobile { display:initial; }
	  .profile_identity_mobile a { display:block; text-align:center; width:100%; margin-bottom:12%; }
	  .profile_identity_mobile img { height:3em; }
  .profile_logout_mobile { display:initial; }
	  .profile_logout_mobile a { font-size:.8em; text-align:center; color:#F1E908; padding-bottom:16px; display:block; }
	  .profile_logout_mobile a:hover { color:#bfb906; }

	/* DASHBOARDS */
	.button_container_wrapper { display:block; width:100%; margin-bottom:16%; height:40px; }
	.profile_dashboard_navigator { display:none; }
	.button_container { display:initial; }
	.profile_dashboard { width:80%; margin:0 10% 15% 10%; }
	.profile_dashboard_welcome { margin-bottom:10%; padding-bottom:10%; }
	.profile_dashboard_welcome h5 { padding-bottom:4%; }
	.profile_dashboard_header { margin-bottom:10%; }
	.profile_dashboard_matches { padding:6%; }
	.profile_dashboard_matches_top_left, .profile_dashboard_matches_top_right  { float:initial; width:100%; display:block; }
	.profile_dashboard_matches_top_right { display:none; }
	.profile_dashboard_matches_middle { margin-top:8%; padding-top:8%; }


 }














