@charset "utf-8";
/* CSS Document */


@media (max-width:768px) {
	.header_logos_container .header_logo {width:100%; text-align:center;}
	.header_logos_container .header_logo img {width:50%;}
.mobile_button_menu {display:none;}
.mobile_button_search {display:none;}
}

	/* MAIN PAGE */

	.pre_nav_container {display:none;}
	.header_logos_container {border-bottom: 5px solid #F26E00;}
	.page_content {background-color:#14264d;}
	.row01 {}
	.row01 .content_container {display:table; width:100%;}
	.landing .row01 .content_container .subcontainer {display:table-cell; vertical-align: middle; height:50vh;}
	.landing .row01 .gf-logo {color:#fff; font-size:15px;}
	.row01 .gf-logo img {width:100%;}
	
	.landing .row02 {position:relative;}
	.landing .row02 .person {padding:10px; position:relative;}
	.landing .row02 .filter {background-color:#f26e00; position:absolute; top:0; bottom:0; left:0; right:0; opacity:0.6;}
	.landing .row02 .person .title {color:#fff; margin:10px; font-size:18px;}
	.landing .row02 .person .info {color:#fff; }
	.landing .row02 .person .info .stats {font-size:32px; font-weight:600; border-bottom:1px solid #eaeaea;}
	.landing .row02 .person img {width:100%;}
	.landing .row02 .stats {padding:5px;}
	.landing .row02 .stats .stat {padding:10px;}
	

	.landing .row02 .stats .stat .number {font-size:20px; font-weight:600; text-align: right;}
	.landing .row02 .stats .stat .info {font-size:15px; font-weight:normal;}
	
	.landing .row03 {text-align:center;}
	.landing .row03 ul {list-style: none; padding:0px;}
	.landing .row03 img {width:100%; border:2px solid #000;}
	.landing .row03 .current img {border:2px solid #f26e00;}
	.landing .row03 .item.current img:hover {border:2px solid #fff;}
	.landing .row03 .item.past img:hover {border:2px solid #fff;}
	
	.landing .row03 ul li {padding:5px;}
	.landing .row03 .item {position:relative;}
	.landing .row03 .item .text {color:#fff; font-size:16px; font-weight:600; padding-top:5px; background-color:#041c43; position:absolute; bottom:6px; left:4%; right:4%;}
	
	.landing .more-link {width:100%; margin:0px auto;}

	.profile .row01 .gf-logo img {border-bottom:1px solid #eaeaea;}
	.profile .row01 .person img {width:100%;}
	.profile .row01 .name {font-size:24px; color:#fff; font-weight:900; text-align: center;}
	.profile .row01 .title {font-size:18px; color:#fff; cont-weight:600; text-align:center;}
	.profile .row02.person-info {font-size:16px; color:#fff;}

	.profile .stats {border:1px solid #eaeaea; margin:20px 0px;}
	.profile .stats .title {padding:15px; font-weight:600;}
	.profile .stats .stat {padding:5px;}
	.profile .stats .stat .number {text-align:right; font-weight:600;}

	@media (min-width:1024px) {
		.page_content {background-image:url(//ocm.auburn.edu/gameface/_assets/images/background-texture-blue.jpg); background-size: cover; background-repeat: no-repeat; background-position: top center;}
		
		.landing .row02 .stats .stat {display:table; width:100%;}
	.landing .row02 .stats .stat [class*="col-"] {float: none; display: table-cell; vertical-align: middle;}
		.landing .row02 .stats .stat .number {font-size:26px;}
		.profile .row01 .name {font-size:44px;}
		.profile .row01 .title {font-size:28px;}
	}


	/* PROFILE */



	
	
	