.pageWrap {
		position: relative;
		z-index: 1;
	}
	body {
	    font-family: 'Roboto', Helvetica, Arial, sans-serif;
	    color: #002147;
		/*font-size: 16px;
		font-size: 1.6rem;*/
		margin: 0;
		padding: 0;
	}
	html {
		box-sizing: border-box;
		/*font-size: 10px;*/
	}
	*, *:before, *:after {
		box-sizing: inherit;
	}
	img {
		max-width: 100%
	}
	h1.article-headline, p.article-subheadline, p.article-byline, .noprint {
		display: none !important;
	}
	p {
		line-height: 1.5;
		margin: 0 0 14px;
		margin: 0 0 1.4rem;
	}
	p:last-child {
		margin-bottom: 0 !important;
	}
	#thirdDetails p {
		margin: 0 0 8px !important;
		margin: 0 0 .8rem !important;
	}
	.wrapper, .wrapper.noPad *[class^="span"] div {
		margin: 0 auto;
		/*padding: 48px;*/
		padding: 3rem;
	}
	.wrapper.small {
		padding: 32px !important;
		padding: 3.2rem !important;
	}
	.wrapper.noPad {
		padding: 0 !important;
	}
	#firstDetails *[class^="span"]:first-child, #secondDetails *[class^="span"]:first-child, #thirdDetails *[class^="span"]:first-child {
		padding-left: 0 !important;
	}
	#firstDetails .wrapper.noPad *[class^="span"]:nth-child(2), #thirdDetails .wrapper.noPad *[class^="span"]:nth-child(2) {
		padding-right: 0 !important;
	}
	#secondDetails .wrapper.noPad *[class^="span"]:nth-child(3) {
		padding-right: 0 !important;
	}
	/**[class^="bkgd"] > .wrapper {
		max-width: 90%;
	}*/
	#banner .wrapper {
		/*padding: 96px 0;*/
		padding: 5.625rem 0;
	}
	#doubleBtn .wrapper {
		max-width: 100%;
	}
	.ac-container label{
	    font-family: 'Roboto', Helvetica, Arial, sans-serif;
	    font-weight: normal;
	    padding: 24px 0;
	    padding: 2.4rem 0;
		position: relative;
		z-index: 20;
		display: block;
		height: auto;
		cursor: pointer;
		color: #fff;
		font-size: 24px;
		font-size: 2.4rem;
		background: #e10000;
		text-transform: uppercase;
		text-align: center;
		margin: 0 !important;
	}
	.ac-container label img {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
	.ac-container input:checked + label:hover:after{
	    background-image: url(../images/arrow_up.png);
	}
	.ac-container input{
	    display: none;
	}
	.ac-container .ac-div{
	    font-family: Helvetica, Arial, sans-serif;
		background: #e10000;
		margin-top: -1px;
		overflow: hidden;
		height: 0px;
		position: relative;
		z-index: 10;
		color: #fff;
	}
	.ac-container input:checked ~ .ac-div{
		height: auto;
		padding: 0 0 30px;
		padding: 0 0 3rem;
	}
	p.upper {
	    text-transform: uppercase;
		font-weight: bold;
	}
	.clearfix {
		clear: both !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	/* TYPOGRAPHY */
	*[class^="type--"] {
	    font-family: 'Roboto', Helvetica, Arial, sans-serif;
	    font-weight: normal;
	    text-transform: uppercase;
	    color: #fff;
	    line-height: 1.5;
	    display: inline-block;
	}
	.type--xlarge {
		/*font-size: 112px;*/
		font-size: 3.5rem;
	    font-weight: bold;
	}
	.type--large {
		/*font-size: 40px;*/
		font-size: 2.5rem;
	    font-weight: bold;
		line-height: 1;
		margin: 0 0 14px;
		margin: 0 0 1.4rem;
	}
	.type--xmed {
		/*font-size: 32px;*/
		font-size: 2rem;
	    font-weight: bold;
		margin: 0 0 14px;
	}
	#countdown .type--xmed {
		margin: 0;
		width: inherit;
	}
	.type--medium {
		/*font-size: 24px;*/
		font-size: 1.5rem;
	}
	.type--smallx {
		/*font-size: 20px;*/
		font-size: 1.25rem;
	}
	.type--small {
		/*font-size: 14px;*/
		font-size: 0.875rem;
	}
	.type--xsmall {
		font-size: 12px;
		font-size: 1.2rem;
		text-transform: uppercase;
	}
	.type--note {
		font-size: 12px;
		font-size: 1.2rem;
		text-transform: none;
		font-style: italic;
	}
	.type--blue {
		color: #002147 !important;
	}
	.type--red {
		color: #e10000 !important;
	}
	.type--quote {
		font-size: 20px;
		font-size: 2rem;
		font-style: italic;
		text-transform: none;
	}
	.type--nonUpper {
		text-transform: none !important;
	}
	.labelNew {
	    font-family: 'Oswald', Arial, Helvetica, sans-serif;
	    font-size: 16px;
	    font-size: 1.6rem;
	    line-height: 1;
	    font-weight: bold;
	    letter-spacing: .05rem;
	}
	/* BACKGROUNDS */
	.redBtn, .blueBtn {
		color: #fff !important;
	}
	.bkgd--blue {
		background: #002147 !important;
		color: #fff !important;
	}
	.bkgd--blue40 {
		background: rgba(0,33,71,.4);
	}
	.bkgd--red {
		background: #e10000 !important;
		color: #fff !important;
	}
	.bkgd--white {
		background: #fff !important;
	}
	.bkgd--lgrey {
		background: #e5e5e5 !important;
	}
	/* MARGIN */
	.m20b {
		/*margin-bottom: 20px;*/
		margin-bottom: 1.25rem;
	}
	.m40b {
		margin-bottom: 40px !important;
		margin-bottom: 4rem !important;
	}
	.m48b {
		margin-bottom: 48px !important;
		margin-bottom: 4.8rem !important;
	}
	/* LISTS */
	ol, ul {
		line-height: 1.5;
		margin-left: 0;
		padding-left: 16px;
		padding-left: 1.6rem;
	}
	ol li {
		padding: 0 0 16px 8px;
		padding: 0 0 1.6rem .8rem;
	}
	ul.stats {
		list-style: none;
		margin: 0;
		padding: 0 20px 0 0;
	}
	ul.stats li {
		list-style: none;
		border-bottom: 1px #b55b6d solid;
		padding: 8px 0;
	}
	ul.stats li:last-child {
		border-bottom: none !important;
	}
	/* ALIGNMENTS */
	.talign--left {
		text-align: left !important;
	}
	.talign--center {
		text-align: center !important;
	}
	.talign--right {
		text-align: right !important;
	}
	/* BOX */
	.box--white50 {
		border: 1px #b55b6d solid;
		padding: 40px;
	}
	/* LINKS */
	.pageWrap .bkgd--blue a, .pageWrap .bkgd--red a, .pageWrap .blueBtn a, .pageWrap .redBtn a {
		color: #fff;
		text-decoration: underline;
	}
	.pageWrap a {
		color: #e10000;
	}
	.pageWrap a:hover {
		color: #002147;
	}
	.pageWrap .bkgd--blue a:hover, .pageWrap .bkgd--red a:hover, .pageWrap .blueBtn a:hover, .pageWrap .redBtn a:hover {
		color: #e10000 !important;
	}
	a.new_btn {
		background: #e10000;
		color: #fff;
		/*padding: 8px 16px;*/
		padding: .8rem 1.6rem;
	    font-family: 'Roboto', Helvetica, Arial, sans-serif;
	    font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
		display: inline-block;
		text-decoration: none !important;
        margin-bottom: 0.25rem;
	}
	a.new_btn:hover {
		background: #002147;
		color: #fff !important;
	}
	a.new_btn.white, .bkgd--blue a.new_btn:hover, .redBtn a.new_btn:hover {
		background: #fff;
		color: #e10000;
	}
	a.new_btn.white:hover {
		color: #fff !important;
	}
	a.new_btn.full_btn {
		width: 100%;
		padding: 24px 0;
		padding: 1.5rem 0;
		text-align: center;
		font-size: 24px;
		font-size: 1.5rem;
	}
	a.new_btn.large {
		/*padding: 16px 24px;*/
		padding: 1rem 1.5rem;
		text-align: center;
		/*font-size: 20px;*/
		font-size: 1.25rem;
	}
	a.new_btn.blue, .bkgd--red a.new_btn.white:hover, .blueBtn a.new_btn.white:hover {
		color: #fff !important;
		background: #002147 !important;
	}
	a.new_btn.white:hover, a.new_btn.blue:hover {
		color: #fff;
		background: #e10000;
	}
	/* GRID */
	*[class^="span"] {
		float: left;
		padding: 0 10px;
		padding: 0 .625rem;
	}
	.span12 { width: 100%; }
	.span11 { width: 91.66%; }
	.span10 { width: 83.33%; }
	.span9 { width: 75%; }
	.span8 { width: 66.66%; }
	.span7 { width: 58.33%; }
	.span6 { width: 50%; }
	.span5 { width: 41.66%; }
	.span4 { width: 33.33%; }
	.span3 { width: 25%; }
	.span2 { width: 16.66%; }
	.span1 { width: 8.33%; }
	
	#features *[class^="span"] {
		padding: 10px;
		padding: .625rem;
	}
	#features .span8 {
		padding-left: 40px;
		padding-left: 4rem;
	}
	
	#gallery *[class^="span"] {
		padding: 0;
	}
	
	#doubleBtn .span6:nth-child(1) {
		padding-right: 16px;
		padding-right: 1.6rem;
	}
	#doubleBtn .span6:nth-child(2) {
		padding-left: 16px;
		padding-left: 1.6rem;
	}
	#thirdDetails .span6 *[class^="span"] {
		padding: 0;
	}
	
	/* BANNER */
	#banner p {
		/*margin-top: 48px;*/
		margin-top: 1.6rem;
	}
	
	/* FIRST DETAILS */
	#firstDetails .span6 .blueBtn {
		min-height: 306px;
		min-height: 30.6rem;
	}
	
	/* SECOND DETAILS */
	#secondDetails .span4 .redBtn {
		min-height: 355px;
		min-height: 35.5rem;
	}
	
	/* SCHEDULE */
	#schedule .span2 {
		text-align: center !important;
	}
	#schedule .span8 {
		float: right;
		text-align: left;
	}
	#schedule img {
		/*width: 80%;
		margin: 0 auto;*/
	}
	#schedule p {
		margin: 8px 0 0;
		margin: .8rem 0 0;
        /*font-size: 16px;*/
		font-size: 1rem;
		line-height: 1.25;
	}
	#schedule p strong {
		text-transform: uppercase;
	}
	
	/* GALLERY */
	#gallery .span3:after {
		content: "";
		display: block;
		padding-bottom: 100%;
	}
	#gallery .span6:after {
		content: "";
		display: block;
		padding-bottom: 50%;
	}			
	
	/* TABS */
	.tabWrap article {
		display: none;
		padding: 20px 0 0;
		padding: 2rem 0 0;
	}
	.tabWrap input {
	  display: none !important;
	}
	.tabWrap label {
	    font-family: 'Roboto', Helvetica, Arial, sans-serif;
	    font-weight: normal;
		position: relative;
		z-index: 20;
		cursor: pointer;
		color: #fff;
		font-size: 24px;
		font-size: 2.4rem;
		text-transform: uppercase;
		text-align: center;
		margin: 0 !important;
		display: block;
		float: left;
		margin: 0 0 -1px;
		/*background: #002147;*/
		padding: 32px 0;
		padding: 3.2rem 0;
		border: none;
	}
	.tabWrap label.pad0b {
		padding-bottom: 0 !important;
	}
	#features.tabWrap label {
		/*font-size: 18px;*/
		font-size: 1.125rem;
		/*padding: 24px 0;*/
		padding: 1.5rem 0;
	}
	.tabWrap.btnTab label {
		background: #e10000;
		padding: 24px 0;
		padding: 2.4rem 0;
	}
	.tabWrap label img {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
	.tabWrap label:before {
	}	
	.tabWrap label:hover {
	  cursor: pointer;
	}	
	#features.tabWrap label {
		background: #c5c8cc;
		color: #949eab;
	}
	#features.tabWrap label.tab40 {
		background: #3b5985;
		color: #fff;
	}
	#features.tabWrap input:checked + label {
		background: #002147;
		color: #fff;
	}
	.tabWrap #messages:checked ~ #messages_content,
	.tabWrap #messages2:checked ~ #messages2_content,
	.tabWrap #family:checked ~ #family_content,
	.tabWrap #homecoming:checked ~ #homecoming_content,
	.tabWrap #themes:checked ~ #themes_content {
	  display: block;
	}
	.tabWrap #messages:not(:checked) ~ #messages_content,
	.tabWrap #messages2:not(:checked) ~ #messages2_content,
	.tabWrap #family:not(:checked) ~ #family_content,
	.tabWrap #homecoming:not(:checked) ~ #homecoming_content,
	.tabWrap #themes:not(:checked) ~ #themes_content {
	  display: none;
	}
	
	#features.tabWrap label.homecomingLabel {
		border-left: 1px #949eab solid;
		border-right: 1px #949eab solid;
	}
	
	.tabWrap .tabContent {
		padding: 40px;
		padding: 4rem;
	}
	.tabWrap.btnTab .tabContent {
		color: #fff;
		background: #e10000;
		padding: 0;
	}
	.tabContent.messageTab {
		border-top: 1px #b55b6d solid;
		background: #e10000 url(http://static.arizonawildcats.com/custompages/landing/images/bkgd-meetcats.jpg) no-repeat bottom !important;
	}
	.tabContent.messageTab .new_btn {
		margin-top: 20px;
		margin-top: 2rem;
	}
	.tab40 {
		width: 40%;
		float: left;
	}
	.tab20 {
		width: 20%;
		float: left;
	}
	.meetTabName {
		position: relative;
		padding-right: 40px !important;
		padding-right: 4rem !important;
	}
	.meetTabName:after {
		position: absolute;
		font-family: 'sidearm_font';
		content: '\e865';
		right: 0;
		top: 0;
		line-height: 1.25;
	}
	input:checked + label .meetTabName:after {
		content: '\e899';
	}
	@media screen and (max-width: 650px) {
	  #features .tabWrap label {
	    font-size: 0;
	  }
	  .tabWrap label:before {
	    margin: 0;
	    font-size: 18px;
	    font-size: 1.8rem;
	  }
	}	
	@media screen and (max-width: 400px) {
	  .tabWrap label {
	    padding: 15px;
	    padding: 1.5rem;
	  }
	}
	#banner {
		overflow: hidden;
		position: relative;
	}
	#videoWrap video {
		width: 100%;
		max-width: 100%;
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	#noCursor:hover {
		cursor: default !important;
	}
	@media screen and (max-width:600px) {
		.no-mobile {
			display: none !important;
		}
		.pageWrap {
			max-width: 98%;
			text-align: center;
		}
	    .wrapper, .mobileFull {
	      width: 100% !important;
	    }
	    .wrapper, .wrapper.noPad *[class^="span"] div {
		    padding: 24px 0;
		    padding: 2.4rem 0;
			margin: 0 0 10px;
			margin: 0 0 1rem;
		}
		.wrapper.noPad, #gallery .wrapper *[class^="span"] div {
		    margin: 0 !important;
		}
	    *[class^="grid-"], *[class^="span"] {
		    width: 100%;
		    /*padding: 0 24px !important;*/
		    padding: 0 1.5rem !important;
		}
		#firstDetails *[class^="span"], #secondDetails *[class^="span"], #thirdDetails *[class^="span"] {
			padding: 0 !important;
		}
		#firstDetails .bkgd, #secondDetails .bkgd, #thirdDetails .bkgd {
		    padding: 24px !important;
		    padding: 2.4rem !important;
		    background-size: cover !important;
		}
		.talign--right {
			text-align: center !important;
		}
		.m20b, .m40b {
			margin-bottom: 0 !important;
		}
		#thirdDetails .span6 .bkgd--lgrey {
			margin-bottom: 10px !important;
			padding: 24px !important;
			padding: 2.4rem !important;
		}
		.box--white50 {
			padding: 24px;
			padding: 2.4rem;
			margin-top: 16px;
			margin-top: 1.6rem;
		}
		#features.tabWrap label.tab40 {
			background: #002147;
		}
		/* LISTS */
		ol {
			text-align: left;
		}
		ul {
			list-style: none;
			padding: 0;
		}
		ul li {
			padding: 0 0 4px;
			padding: 0 0 .4rem;
		}
		/* TYPE */
		.type--xlarge {
			/*font-size: 112px;*/
			font-size: 3rem;
		}
		.type--large {
			font-size: 32px;
			font-size: 3.2rem;
		}
		.type--xmed {
			font-size: 24px;
			font-size: 2.4rem;
		}
		.type--medium {
			font-size: 20px;
			font-size: 2rem;
		}
		.type--small {
			font-size: 14px;
			font-size: 1.4rem;
		}
		.type--xsmall {
			font-size: 12px;
			font-size: 1.2rem;
		}
		/* LINKS */
		a.new_btn {
			width: 100%;
			display: block;
			margin: 4px 0 0;
			margin: .4rem 0 0;
			text-align: center;
		}
		a.new_btn.full_btn {
			padding: 12px 0;
			padding: 1.2rem 0;
		}
		/* CONTENT */
		#banner, .tabWrap {
			margin: 0 0 10px !important;
			margin: 0 0 1rem !important;
		}
		#banner .wrapper {
			padding: 24px;
			padding: 2.4rem;
		}
		#secondDetails .span4 .redBtn {
			min-height: 0 !important;
		}
		.tabWrap.btnTab label {
			padding: 0 10px !important;
			padding: 0 1rem !important;
		}
		.tabWrap.btnTab label img {
			width: 40% !important;
		}
		/* -- SCHEDULE */
		#schedule .span2 {
			width: 100%;
			padding-bottom: 32px;
			padding-bottom: 3.2rem;
		}
		#schedule p {
			margin: 4px 0 10px !important;
			margin: .4rem 0 1rem !important;
			font-size: 14px;
			font-size: 1.4rem;
		}
	}
	@media screen and (min-width:601px) and (max-width:768px) {
		.no-tablet {
			display: none !important;
		}
		.tabletFull {
			width: 100%;
		}
		*[class^="span"] {
			width: 100%;
			padding: 0 0 10px !important;
		}
		.m20b {
			margin-bottom: 10px;
		}
		#firstDetails .wrapper.noPad *[class^="span"], #secondDetails .wrapper.noPad *[class^="span"], #thirdDetails .wrapper.noPad *[class^="span"] {
			padding-left: 0 !important;
			padding-right: 0 !important;
		}
		#firstDetails .span6 .blueBtn, #secondDetails .span4 .redBtn {
			min-height: 0 !important;
		}
		/* -- LINKS */
		a.new_btn.full_btn {
			width: 49%;
			float: left;
			margin: 10px 0 0 !important;
		}
		a.new_btn.full_btn:nth-child(2) {
			float: right;
		}
		/* -- COUNTDOWN */
		#countdown .span6 {
			width: 100% !important;
		}
		#countdown, #countdown .talign--right {
			text-align: center !important;
		}
		#countdown .type--xmed {
			width: initial;
		}
		/* -- SCHEDULE */
		#schedule .span2 {
			width: 33.33%;
			padding-bottom: 32px;
			padding-bottom: 3.2rem;
		}
	}
	@media screen and (min-width:601px) {
		.yes-mobile {
			display: none !important;
		}
	}
	@media screen and (max-width:1024px) {
		.wrapper.small {
			padding-left: 0 !important;
			padding-right: 0 !important;
		}
		.tabContent.messageTab {
			background-image: none !important;
		}
	}
	@media screen and (max-width:768px) {
		#banner {
			background: url(http://static.arizonawildcats.com/custompages/landing/video/uaa-video-landing.jpg) no-repeat center;
			background-size: cover;
		}
		/* -- FEATURES */
		.tabWrap .tabContent {
			padding: 24px;
			padding: 2.4rem;
		}
		#family_content, #homecoming_content, #themes_content, #messages2_content {
			display: block !important;
			border-top: 2px #e5e5e5 solid;
		}
		/* -- GALLERY */
		#gallery {
			margin: 0 0 40px !important;
			margin: 0 0 4rem !important;
		}
		#gallery .span3 {
			width: 50%;
		}
	}
	@media screen and (min-width:1025px) {
		.yes-tablet {
			display: none !important;
		}
		#firstDetails, #secondDetails, #thirdDetails {
			overflow: hidden;
		}
		#firstDetails .span6 .blueBtn, #secondDetails .span4 .redBtn, #thirdDetails .span6 .bkgd--lgrey {
			margin-bottom: -99999px;
			padding-bottom: 99999px;
		}
		#firstDetails .span6 p:last-child, #secondDetails .span4 p:last-child, #thirdDetails #parking p:last-child, #thirdDetails #parking p.last, #thirdDetails #parking ul.last {
			margin-bottom: 48px !important;
			margin-bottom: 4.8rem !important;
		}
		#thirdDetails span {
			width: 100%;
		}
	}