/*---TRANSFER----*/

/*ESSENTIALS*/
form {height:100%;}

.navBar h1 {
	color:#fff;
	background-color:transparent;
	font-family:'Crimson Text';
	padding-top: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}


p, ul {line-height:1.5em;}

main p {margin-bottom:2%;}

main h2 {margin-bottom:1%;}

.billboard-fade {
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  color:#FFF;
  background-color:#333;
  text-decoration:none;
  padding:4% 16%;
	border:1px solid #999;
	margin-bottom:2%;
	background:url(../images/icons/anchor2.png) no-repeat left center #333;
}
.billboard-fade:hover, .billboard-fade:focus, .billboard-fade:active {
  background-color: #ccc;
  background:url(../images/icons/anchor.png) no-repeat left center #ccc;
  color: #333 !important;
}



.col100 {width:96%; padding:2%; border:1px dotted #ccc; margin-bottom:2%;}
.col50Left {float:left; width:44.5%; padding:2%; margin-right:1%; min-height:180px;}
.col50Right {float:left; width:44.5%; padding:2%; margin-left:1%; min-height:180px;}
.col100 p, .col50Left p, .col50Right p { color:#fff;}

.bannerPointer {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:54px;
}

.pointerE0EEF5 {background:url(../images/core/stack-arrow-E0EEF5-B.png) no-repeat center;}
.pointerF7 {background:url(../images/core/stack-arrow-F7-B.png) no-repeat center;}

#contact article h2 {
	font-weight: bold;
	text-align: left;
	line-height: 1.75em;
}

/*TRANSFER*/
#transferBanner {
	width:100%;
	height:90%;
	background-color:#000;
	background:url(../images/banners/transfer-banner.jpg) no-repeat 50% 30%;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#fff;
}

#transferBanner article {
	width:100%;
	padding-top:25%;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	/* background: rgba(0, 0, 0, 0.25); */ /* black wash, 25% opacity */
}



#transferBanner article h1 {
	/* border-bottom:5px solid #fff; */
	text-transform:uppercase;
	margin-bottom:4%;
	padding:5px 0 25px;
	text-align:center;
	font-size:2em !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    background-color:#000;
    background:none;
}


#transferBanner article p {text-align:center;}





#transferResources {
	clear:both;
	float:left;
	width:100%;
	background-color:#e1eaec;
	color:#444;
}
#transferResources article {
	width:94%;
	padding:3%;
}

#transferResources article h2 {
	font-size:1.25em !important;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#transferResources article p {text-align:center;}

/*#transferResources article ul {
    width:75%;
    margin-left:auto;
	margin-right:auto;
	list-style-type:none;
	margin-top:30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}*/

#transferResources article ul.row1 {
	width:75%;
	margin-left:auto;
	margin-right:auto;
	list-style-type:none;
	margin-top:30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#transferResources article ul.row1 li {
	float:left;
	display:inline-block;
	width:33%;
	text-align:center;
	color:#333;
	text-transform:uppercase;
	line-height:1.25em !important;
	margin-bottom:5%;
}

#transferResources article ul.row2 {
	width:60% !important;
	margin-left:auto;
	margin-right:auto;
}

#transferResources article ul.row2 li {
	float:left;
	display:inline-block;
	width:50%;
	text-align:center;
	color:#333;
	text-transform:uppercase;
	line-height:1.25em !important;
	margin-bottom:5%;
}



/*#transferResources article li {
	float:left;
	display:inline-block;
	width:33%;
	text-align:center;
	color:#333;
	text-transform:uppercase;
	line-height:1.25em !important;
	margin-bottom:5%;
}*/

#transferResources article li span {
	text-transform:none;
	font-size:.875em;
	color:#565656;
}

#transferResources article li img {text-align:center; margin-bottom:8px;}

#transferResources article li a {
    display:block;
}

#transferResources article li a:link , #transferResources article li a:visited {
	/*width:19%;*/
	padding:3%;
	color:#084B8A;
	text-decoration:none;
	font-size:.875em;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  font-size:1em;
}

#transferResources article li:hover {
	background-color:#fff;
	color:#333;
}

/*#transferResources article .row1 li a:link, #freshmenResources article .row1 li a:visited {
	width:27%;
}
#transferResources article .row2 li a:link, #freshmenResources article .row2 li a:visited {
	width:44%;
}*/




#transferImage {
	clear:both;
	width:100%;
}
#transferImage img {
	width:100%;
	height:auto;
}

#social {
	clear:both;
	float:left;
	width:100%;
	padding-top:3%;
	padding-bottom:3%;
	background-color:#333;
	background:url(../images/banners/social-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#fff;
}

#social article {
	width:75%;
	margin-left:auto;
	margin-right:auto;
	padding:2% 2% 8%;
	background: rgba(0, 0, 0, 0.25); /* black wash, 25% opacity */
}

#social p {
	text-align:center;
	margin-bottom:2%;}

#social ul {
	list-style-type:none;
	margin:0 auto;
}

#social li {
	float:left;
	display:inline;
	width:33%;
	text-align:center;
}


#contact {
	clear:both;
	float:left;
	width:100%;
	padding-top:5%;
	padding-bottom:5%;
	background-color:#e1eaec;
}

#contact article {
	width:75%;
	margin-left:auto;
	margin-right:auto;
	background-color:#e1eaec;
}



#contact article h3 {
	font-weight:bold;
	text-align:left;
	line-height:1.75em;
}

#contact article p {
	font-size:.938em;
	line-height:1.75em;
	}
	
	
#contact article a:link, #contact article a:visited {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}
	
	
/*#contact h2 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:1em !important;
	text-align:center;}
	
#contact p {
	text-align:center;
margin-bottom:25px;}*/	


.col2 {
	float:left;
	width:48%;
	text-align:left;
}


.margRight8 {margin-right:4%;}

.contactButton{
	display:block;
	width:50%;
	text-align:center;
}
	


	
#contact ul {
	list-style-type:none;
	margin:0 auto;
}

#contact li {
	float:left;
	display:inline;
	width:25%;
	text-align:center;
}

.contact-fade {
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  color:#00274C;
  text-decoration:none;
  padding:4% 1%;
	border:2px solid #00274c;
	text-align:center;
	font-size:.875em;
}
.contact-fade:hover, .contact-fade:focus, .contact-fade:active {
  background-color: #00274c;
  color:#fff;
  
}

.clear {clear:both !important;}



/*------------------------------*/

.groupCol {
	float:left;
	width:48%;
}

.groupColLeft {
	float:left;
	width:48%;
}

.groupColRight {
	float:right;
	width:48%;
}




#transferChecklist {
	clear:both;
	float:left;
	width:100%;
	background:#E0EEf5;
}
#transferChecklist article {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	color:#333;
}

#transferChecklist article h1 {
	color:#333;
	margin-top:4%;
}

#transferChecklist article ul, #transferProcess article ul, #transferRequirements article ul {
	margin-left:auto;
	margin-right:auto;
	list-style-image:url(../images/core/bullet-orange.png);
	background-image:url(../images/core/list-vline.png);
	background-repeat:repeat-y;
	 padding-left:25px;
	 margin-top:1%;
	 margin-bottom:5%;
}

#transferChecklist article ul li, #transferProcess article ul li,  #transferRequirements article ul li {margin-bottom:1%; line-height:1.5em;}

#transferChecklist article ul.alphaList {
	margin-left:auto;
	margin-right:auto;
	list-style-image:none !important;
	background-image:url(../images/core/list-vline3.png);
	background-repeat:repeat-y;
	padding: 0;
margin-top: 2%;
}

.listA {
	background: url(../images/core/bullet-A.png) no-repeat left top;
	height: 54px;
padding-left: 30px;
padding-top: 3px;
	}
.listB {
	background: url(../images/core/bullet-B.png) no-repeat left top;
	height: 54px;
padding-left: 30px;
padding-top: 3px;
	}
.listC {
	background: url(../images/core/bullet-c.png) no-repeat left top;
	height: 54px;
padding-left: 30px;
padding-top: 3px;
	}
.listD {
	background: url(../images/core/bullet-D.png) no-repeat left top;
	height: 54px;
padding-left: 30px;
padding-top: 3px;
	}
.listE {
	background: url(../images/core/bullet-E.png) no-repeat left top;
	height: 54px;
padding-left: 30px;
padding-top: 3px;
	}
.listF {
	background: url(../images/core/bullet-F.png) no-repeat left top;
	height: 54px;
padding-left: 30px;
padding-top: 3px;
	}
.listG {
	background: url(../images/core/bullet-G.png) no-repeat left top;
	height: 54px;
padding-left: 30px;
padding-top: 3px;
	}	
	
#transferRequirements {
	clear:both;
	float:left;
	width:100%;
	background:#f7f7f7;
}
#transferRequirements article {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	color:#444;
}

#transferRequirements article h1 {
	margin-top:4%;
	margin-bottom:2%;
	color:#444;
}	
	
#transferPoints {
	position:relative;
	clear:both;
	float:left;
	background:url(../images/banners/transfer2.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}		

#transferPoints article {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	color:#fff !important;
}

#transferPoints article h1 {margin-top:4%;}

#transferDates {
	clear:both;
	float:left;
	width:100%;
	background:#F7F7F7;
}

#transferDates article {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	color:#333 !important;
}

#transferDates article h1 {color:#333 !important; margin-top:4%;}

#transferProcess {
	clear:both;
	float:left;
	width:100%;
	background:#E0EEF5;
}
#transferProcess article {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	color:#333;
}

#transferProcess article h1 {
	color:#333;
	margin-top:4%;
}

#transferProcess article a:link, #transferProcess article a:visited {color:#06c;}

#transferAdvisements {
	clear:both;
	float:left;
	width:100%;
	background:#484f5f;
}
#transferAdvisements article {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
}

#transferAdvisements article h1 {
	margin-top:4%;
	margin-bottom:2%;
}

#transferAdvisements article p {color:#fff; line-height:1.5em;}

#transferAdvisements article a:link, #transferAdvisements article a:visited {color:#fff;}

#ELMEPT {
	clear:both;
	float:left;
	width:100%;
	background:#E0eef5;
}
#ELMEPT article {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	color:#333;
}

#ELMEPT article h1 {
	color:#333;
	margin-top:4%;
}

#transferContacts {
	clear:both;
	float:left;
	width:100%;
	background:#084b8A;
}
#transferContacts article {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
}

#transferContacts article h1 {
	color:#fff;
	margin-top:4%;
}
.transferContactList p {
	margin-bottom:20px;
}

.transferContactList p a:link, .transferContactList p a:visited {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}
.transferContactList p a:hover {color:#E0EEF5;}


/* -------------- @MEDIA -------------*/
/* ----------- iPhone 1-5S and GALAXY S3-S5 ----------- */


/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 640px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  .patch {visibility:hidden;}
	#wordmark, #wordmark span {display:inherit !important; width:300px !important; height:34px !important; border:1px solid red; display:none !important;}
	#topBar p.portalFind {margin-left:0% !important; }
	.topBar-sweep-to-top {width: 25%; text-align:center; padding:8px 5px;}
	.navBar p {margin:0 !important;}
	.hvr-sweep-to-top {width:100% !important; border-top:1px dotted #777;}
	
	 #transferBanner {height:65%; background-position:55% 100%;}
	#transferBanner article {width:90%; padding-top:55%;}
	#transferBanner article h1 { line-height:1.063em; border-bottom:none; padding:5px 0 5px;}
	#transferResources article ul.row1 {width:100%;}
	#transferResources article li {clear:both !important; float:none; display:block;}
	#transferResources article a:link, #transferResources article a:visited {text-decoration:none !important;}
	#transferResources article a:link li, #transferResources article a:visited li {width:94% !important; margin-bottom:20px;}
	#social article {width:96%;}
	#social li img {width:60%; height:auto;}
	#contact article {width:95%;}
	#contact article p {width:100%;}

             #transferResources article ul {display: block;}
          #transferResources article li {
         float:none;
         display:block;
         width: 100%
     }
	  
	  	    * {
		  box-sizing: border-box;
	  }
	  
	  /* REFRESH */
		#itat article li {
			width: 100%;
		}


		.itat-container {
			float: none !important;
		}

		.quicklinks {
			overflow: hidden;
			float: right;
			width: 55%;
		}

		.quicklinks a {
			height: 100%;
		}

		.quicklinks a:first-child {
			width: 65% !important;
			float: left;
		}


		.quicklinks a:nth-child(2) {
			margin: 0;
			width: 20%;
		}

		.topBarNav {
			width: 100% !important;
		}


		#itat img {
			width: 100%;
			padding: 5%;
		}

		#futureBanner article {
			width:100%;
			height:100%;

		}

		#introTxt article {
			width:100%;

		}
		#section-90 {

			width:100%;

		}
		
				#footer {
			width: 100%;
		}
}

/* iPhone 1-5 and Galaxy: Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 640px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	.patch {display:none;}
	#wordmark, #wordmark span {display:inherit !important; width:300px !important; height:34px !important; border:1px solid red; display:none !important;}
	#topBar p.portalFind {margin-left:0% !important;}
	.topBar-sweep-to-top {width: 25%; text-align:center; padding:8px 5px;}
	.navBar p {margin:0 !important;}
	.hvr-sweep-to-top {width:100% !important; border-top:1px dotted #777;}
	
	 #transferBanner {height:70%; background-position:50% 35%;}
	#transferBanner article {width:90%; padding-top:18%;}
	#transferBanner article h1 {border-bottom:none; padding:5px 0 5px;}
	#transferResources article ul.row1 {width:100%;}
	#social article {width:96%;}
	#social article p {font-size:.875em !important;}
	#contact article {width:95%;}
	#contact article p {width:60%;}

}

/* ----------- iPhone 6 ----------- */


/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
	.patch {visibility:hidden;}
	#wordmark, #wordmark span {display:inherit !important; width:300px !important; height:34px !important; border:1px solid red; display:none !important;}
	#topBar p.portalFind {margin-left:0% !important; }
	.topBar-sweep-to-top {width: 25%; text-align:center; padding:8px 5px;}
	.navBar p {margin:0 !important;}
	.hvr-sweep-to-top {width:100% !important; border-top:1px dotted #777;}
	
	#transferBanner {height:65%; background-position:55% 100%;}
	#transferBanner article {width:90%; padding-top:55%;}
	#transferBanner article h1 { line-height:1.063em; border-bottom:none; padding:5px 0 5px;}
	#transferResources article ul.row1 {width:100%;}
	#transferResources article li {clear:both !important; float:none; display:block;}
	#transferResources article a:link, #transferResources article a:visited {text-decoration:none !important;}
	#transferResources article a:link li, #transferResources article a:visited li {width:94% !important; margin-bottom:20px;}
	#social article {width:96%;}
	#social li img {width:60%; height:auto;}
	#contact article {width:95%;}
	#contact article p {width:100%;}
	  
	  	    * {
		  box-sizing: border-box;
	  }
	  
	  /* REFRESH */
		#itat article li {
			width: 100%;
		}


		.itat-container {
			float: none !important;
		}

		.quicklinks {
			overflow: hidden;
			float: right;
			width: 55%;
		}

		.quicklinks a {
			height: 100%;
		}

		.quicklinks a:first-child {
			width: 65% !important;
			float: left;
		}


		.quicklinks a:nth-child(2) {
			margin: 0;
			width: 20%;
		}

		.topBarNav {
			width: 100% !important;
		}


		#itat img {
			width: 100%;
			padding: 5%;
		}

		#futureBanner article {
			width:100%;
			height:100%;

		}

		#introTxt article {
			width:100%;

		}
		#section-90 {

			width:100%;

		}
		
				#footer {
			width: 100%;
		}
}

/* iPhone 6: Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
	.patch {visibility:hidden;}
	#wordmark, #wordmark span {display:inherit !important; width:300px !important; height:34px !important; border:1px solid red; display:none !important;}
	#topBar p.portalFind {margin-left:0% !important; }
	.topBar-sweep-to-top {width: 25%; text-align:center; padding:8px 5px;}
	.navBar p {margin:0 !important;}
	.hvr-sweep-to-top {width:100% !important; border-top:1px dotted #777;}
	
	#transferBanner {height:90%; background-position:50% 35%;}
	#transferBanner article {width:90%; padding-top:25%;}
	#transferBanner article h1 {border-bottom:none; padding:5px 0 5px;}
	#transferResources article ul.row1 {width:100%;}
	#social article {width:96%;}
	#social article p {font-size:.875em !important;}
	#contact article {width:95%;}
	#contact article p {width:50%;}
}

/* ----------- iPhone 6+ ----------- */


/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
	.patch {visibility:hidden;}
	#wordmark, #wordmark span {display:inherit !important; width:300px !important; height:34px !important; border:1px solid red; display:none !important;}
	#topBar p.portalFind {margin-left:0% !important; }
	.topBar-sweep-to-top {width: 25%; text-align:center; padding:8px 5px;}
	.navBar p {margin:0 !important;}
	.hvr-sweep-to-top {width:100% !important; border-top:1px dotted #777;}
	
	#transferBanner {height:65%; background-position:55% 100%;}
	#transferBanner article {width:90%; padding-top:55%;}
	#transferBanner article h1 { line-height:1.063em; border-bottom:none; padding:5px 0 5px;}
	#transferResources article ul.row1 {width:100%;}
	#transferResources article li {clear:both !important; float:none; display:block;}
	#transferResources article a:link, #transferResources article a:visited {text-decoration:none !important;}
	#transferResources article a:link li, #transferResources article a:visited li {width:94% !important; margin-bottom:20px;}
	#social article {width:96%;}
	#social li img {width:60%; height:auto;}
	#contact article {width:95%;}
	#contact article p {width:100%;}
	  
	  	    * {
		  box-sizing: border-box;
	  }
	  
	  /* REFRESH */
		#itat article li {
			width: 100%;
		}


		.itat-container {
			float: none !important;
		}

		.quicklinks {
			overflow: hidden;
			float: right;
			width: 55%;
		}

		.quicklinks a {
			height: 100%;
		}

		.quicklinks a:first-child {
			width: 65% !important;
			float: left;
		}


		.quicklinks a:nth-child(2) {
			margin: 0;
			width: 20%;
		}

		.topBarNav {
			width: 100% !important;
		}


		#itat img {
			width: 100%;
			padding: 5%;
		}

		#futureBanner article {
			width:100%;
			height:100%;

		}

		#introTxt article {
			width:100%;

		}
		#section-90 {

			width:100%;

		}
		
				#footer {
			width: 100%;
		}
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	.patch {visibility:hidden;}
	#wordmark, #wordmark span {display:inherit !important; width:300px !important; height:34px !important; border:1px solid red; display:none !important;}
	#topBar p.portalFind {margin-left:0% !important; }
	.topBar-sweep-to-top {width: 25%; text-align:center; padding:8px 5px;}
	.navBar p {margin:0 !important;}
	.hvr-sweep-to-top {width:100% !important; border-top:1px dotted #777;}

	#transferBanner {height:90%; background-position:50% 25%;}
	#transferBanner article {width:90%; padding-top:30%;}
	#transferBanner article h1 {border-bottom:none; padding:5px 0 5px;}
	#transferResources article ul.row1 {width:100%;}
	#social article {width:96%;}
	#social article p {font-size:.875em !important;}
	#contact article {width:95%;}
	#contact article p {width:50%;}
}


/* ----------- iPhone X ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
  	.patch {visibility:hidden;}
	#wordmark, #wordmark span {display:inherit !important; width:300px !important; height:34px !important; border:1px solid red; display:none !important;}
	#topBar p.portalFind {margin-left:0% !important; }
	.topBar-sweep-to-top {width: 25%; text-align:center; padding:8px 5px;}
	.navBar p {margin:0 !important;}
	.hvr-sweep-to-top {width:100% !important; border-top:1px dotted #777;}
	
	#futureBanner {background-position:left center;}
	 #futureBanner article h1 {font-size:1.5em !important;}
	 .introTxt {width:90%; font-size:.75em;}
	 .banner-fade {width:98%; font-size:.75em;}
	  
	.tile-container {display: flex; flex-flow: column wrap;}
	.tile-container li {width: 98.5%; padding:0.5%;}  
	  .tile-container li:last-child {margin-left: 0;}  
	  
	  	    * {
		  box-sizing: border-box;
	  }
	  
	  /* REFRESH */
		#itat article li {
			width: 100%;
		}


		.itat-container {
			float: none !important;
		}

		.quicklinks {
			overflow: hidden;
			float: right;
			width: 55%;
		}

		.quicklinks a {
			height: 100%;
		}

		.quicklinks a:first-child {
			width: 65% !important;
			float: left;
		}


		.quicklinks a:nth-child(2) {
			margin: 0;
			width: 20%;
		}

		.topBarNav {
			width: 100% !important;
		}


		#itat img {
			width: 100%;
			padding: 5%;
		}

		#futureBanner article {
			width:100%;
			height:100%;

		}

		#introTxt article {
			width:100%;

		}
		#section-90 {

			width:100%;

		}
		
				#footer {
			width: 100%;
		}
	  
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	.patch {visibility:hidden;}
	#wordmark, #wordmark span {display:inherit !important; width:300px !important; height:34px !important; border:1px solid red; display:none !important;}
	#topBar p.portalFind {margin-left:0% !important; }
	.topBar-sweep-to-top {width: 25%; text-align:center; padding:8px 5px;}
	.navBar p {margin:0 !important;}
	.hvr-sweep-to-top {width:100% !important; border-top:1px dotted #777;}
	
	#futureBanner {background-position:left center; height:auto !important;}
	 #futureBanner article h1 {font-size:1.5em !important;}
	 .introTxt {width:96%; font-size:.75em;}
}





@media only screen and (min-width: 590px) and (max-width : 760px) {
	/*600 x 800*/
	#freshmenBanner {
	height:75%;}
	.freshmenBannerWrap {
	width:96%;}
	.pointerE0EEF5 {visibility:hidden;}
	a.button:link {
	background-color: rgba(0, 0, 0, 0.65);}
	#transferChecklist article, #transferPoints article, #transferDates article, #transferProcess article, #SATACT article, #ELMEPT article, #transferContacts article {
	width:96% !important;}
	.col50Left {min-height:220px;}
	.col50Right {min-height:220px;}
}

@media only screen and (max-width : 1020px) and (min-width : 760px) {
   /* 768 x 1024 and 800 x 600 */
   #transferBanner {height:60%; background-position:center top;}
   #transferBanner article {padding-top:32%;  width:50%}
   #transferResources article ul.row1 {width:90%;}
   #contact article p {width:50%;}
	#social article {width:90%;}
	
		    * {
		  box-sizing: border-box;
	  }
	  
	  /* REFRESH */
		#itat article li {
			width: 100%;
		}


		.itat-container {
			float: none !important;
		}

		.quicklinks {
			overflow: hidden;
			float: right;
			width: 55%;
		}

		.quicklinks a {
			height: 100%;
		}

		.quicklinks a:first-child {
			width: 65% !important;
			float: left;
		}


		.quicklinks a:nth-child(2) {
			margin: 0;
			width: 20%;
		}

		.topBarNav {
			width: 100% !important;
		}


		#itat img {
			width: 100%;
			padding: 5%;
		}

		#futureBanner article {
			width:100%;
			height:100%;

		}

		#introTxt article {
			width:100%;

		}
		#section-90 {

			width:100%;

		}
		
				#footer {
			width: 100%;
		}
}

@media only screen and (max-width : 1050px) and (min-width : 1022px) {
   /* 1024 x 768 */
   #transferBanner {height:80%; background-position:center top;}
   #transferBanner article {padding-top:30%;  width:50%}
   #transferResources article ul.row1 {width:90%;}
   #contact article p {width:40%;}
}
