<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400italic&amp;subset=latin,latin-ext);
/*GLOBALS*/

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html,body{
font-size:14px;
width:100%;
}
body{
width:100%;
}
section{
	position:relative;
}
.maintainAR{
  position:relative;
  width:100%;
  min-height:100%;
  }
.backImage {
  top:0px;
  background-color:#FFF;
  background-position:50%;
}
#panel1{
 position:relative;
 margin-top:15px;
 height:600px;
 width:100%;
 border-collapse:collapse;
 /*z-index:2000;*/
 }
#panel1 .backImage{
height:600px;
position:absolute;
top:0px;
width:100%;
background:url('https://www.athenstech.edu/includes/newsite/IMGS/lifesciencedusk.jpg');
background-attachment:fixed;
-webkit-background-size:100% 100%;
background-size:100% 100%;
background-position:0%;
background-repeat:no-repeat;
}
#panel2{
 /*position:relative;*/
 /*margin-top:-100px;*/
 background-color:#FFF;
 /*height:650px;*/
 /*min-height:650px;*/
 }
#panel3{
 /*position:relative;*/
 background-color:#093254;
 }
#panel4{ 
 position:relative;
 margin-top:-30px;
 color:#FFF;
 height:300px;
width:100%;
 }

#panel4 .backImage{
 position:absolute;
 height:300px;
 width:100%;
 background:url('https://www.athenstech.edu/includes/newsite/IMGS/tour.jpg');
 background-attachment:fixed;
 -webkit-background-size:100% 100%;
 background-size:100% 100%;
}
 #menuSearch{
 	width:25px;
 	border-left:1px #FFF solid;
 	padding-left:16px;
 }
 .panel1Links IMG{
display:block;
height:100px;
margin:1px auto;
}
.panel1Title {
font-size:1.5em;
}
#slider {
margin:10px auto;
height:75%;
width:95%;
overflow:hidden;
white-space:nowrap;
position:relative;
}
.slides{
width:100%;
height:100%;
text-align:center;
color:#FFF;
display:inline-block;
position:relative;
right:0%;
z-index:99;
overflow-y:hidden;
white-space:normal;
}

#slideControl{
position:relative;
width: 95%;
left:0%;
}

#slideControlButton{
position:relative;
left:85%;
display:inline-block;
width:75px;
top:-50px;
}

#slideRead{
cursor:pointer;
background-color:#000;
text-align:center;
color:#FFF;
height:35px;
width:135px;
display:inline-block;
font-size:1.5em;
font-weight:bold;
}

#next
{
cursor:pointer;
position:absolute;
right:0px;
top:20%;
width:5%;
min-width:25px;
background-color:#000;
color:#fff;
z-index:100;
}
#prev
{
cursor:pointer;
position:absolute;
left:0px;
top:50%;
width:5%;
min-width:25px;
background-color:#000;
color:#fff;
z-index:100;
}
.buttonWrapper{
	width:100%;
	text-align:center;
}
.button
  {
   display:inline-block;
   cursor:pointer;
   position:relative;
   background-color:#093254;
   vertical-align:middle;
   text-align:center;
   padding: 10px;
  }

.button:hover {
   background-color:#000;
}

.button .text{
   color:#FFF;
   width:100%;
   text-align:center;
   font-size:1.5em;
   font-family: 'Sorts Mill Goudy';
   top:10%;
}

#campus
  {
   background: url('https://www.athenstech.edu/includes/newsite/IMGS/tour.jpg');
   background-position:50%;
   background-size:100% 100%;
   -webkit-background-size:100% 100%;
   background-attachment:fixed;
   min-height:55%;  
   color:#FFF; 
  }

#guidance{
   position:relative;   
   padding-top:1%;
   height:500px;
   color:#FFF; 
   }

#guidance .backImage{
   background: url('https://www.athenstech.edu/includes/newsite/IMGS/Athens Tech-5077RT.jpg');
   background-position:0%;
   background-attachment:fixed;
   background-repeat:no-repeat;
   -webkit-background-size:100% 100%;
   background-size:100% 100%;
   height:500px;  
}
#chsPath{
   background-color:#fff;
   color:#000;
   /*min-height:800px;*/
}
#chsPath .imgDiv{
  /*height:0;
  padding-bottom:15%;
  width:15%;*/
  height:281px;
  width:281px;
  height:35vh;
  width:35vh;
  display:inline-block;
  position:relative;
  vertical-align:top;
  font-size:1.1em;
  font-weight:bold;
}

#lScience{
background: url('../IMGS/lScience.jpg');
-webkit-background-size:100% 100%;
background-size:100% 100%;
background-repeat:no-repeat;
}
#biz{
background: url('https://www.athenstech.edu/includes/newsite/IMGS/business.jpg');
-webkit-background-size:100% 100%;
background-size:100% 100%;
background-repeat:no-repeat;
}
#ti{
background: url('https://www.athenstech.edu/includes/newsite/IMGS/tandi.jpg');
-webkit-background-size:100% 100%;
background-size:100% 100%;
background-repeat:no-repeat;
}
#aT{
background: url('https://www.athenstech.edu/includes/newsite/IMGS/acTech.jpg');
-webkit-background-size:100% 100%;
background-size:100% 100%;
background-repeat:no-repeat;
}

#youBelong{
position:relative;
height:475px;
}
#youBelong .backImage{
height:475px;
width:100%;
background: url('https://www.athenstech.edu/includes/newsite/IMGS/Building Banner Pic.jpg');
background-attachment:fixed;
-webkit-background-size:100% 100%;
background-size:100% 100%;
background-repeat:no-repeat;

}


#footer
   {
    height:30%;
    min-height:30%;
    background-color:#093254;
    color:#FFF;
   }

 .subMenu {
 	display:inline-block;
 	background-color:#093254;
 	z-index:4000;

 }
 .subMenu div {
 	border:2px #fff solid;
 	background-color:#093254;
 	font-weight:bolder;
 }
 .mobileMenu {
 	/*margin-left:-10px;*/
 	/*padding-right:0px;
 	padding-left:0px;*/
    margin-top:50px;
 	background-color:#093254;
 	z-index:6000;
 	white-space:nowrap;
 }
 .mobileMenu li {
 	/*border:2px #fff solid;*/
    padding:0px;
 	background-color:#093254;
 }

 .mobileMenu li a {
 margin:0px;
 padding-right:10px;
 }

 .mobileMenu li img
 {
 	padding-right:0px;
 }

#resourcesMenu {
     /* display:inline-block; 
      width:20%;
      margin-left:-70px;*/
      
}
.rMenuListTop{
background-color:#ADADAD;
height:50px;
 color:#FFF;
 }
 .rMenuList {
 	display:inline-block;
 	text-align:left;
 	padding:10px 0px;
 	width:100%;
 	color:#000;
 	background-color:#DEDEDE;
 	border:2px #FFF solid;
 	
 }


/*media queries*/
@media screen and (max-width:1024px) /*RETINA @ 1024px...for now*/{
.jumboPanel{
background-attachment:scroll;
}
#panel1 .backImage{
background-attachment:scroll;
}
#panel4 .backImage{
background-attachment:scroll;
}
#guidance .backImage{
background-attachment:scroll;
}
#youBelong .backImage{
background-attachment:scroll;
}
.sideMenu{
display:none;


}
}

@media screen and (min-width:779px){

#resourcesMenu{
     /*margin-top:-80px;
    margin-left:0px;*/
}

}

@media screen and (max-width:778px){
#slideControl{
position:relative;
width: 45%;
left:0%;
}
}
@media screen and (max-width:767px){
#ATCMenu{
position:absolute;
z-index:10000;
width:100%;
}
}
@media screen and (max-width:800px){
.jumboTronText{
font-size:.75em;
}
}
@media screen and (max-width:520px){
.jumboTronText{
font-size:.75em;
}
}

@media screen and (max-width:260px){
.jumboTronText{
font-size:.5em;
}
}</pre></body></html>