/* == RESET BY ERIC MEYER =============================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.6em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* == VARIABLES FOR LESS =============================================================*/
/* == CLEAR FIX ======================================================================*/
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
/* == GENERAL TAGS ===================================================================*/
body {
  /* Commenting out because IE is stupid min-height: 480px;*/
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  overflow-x: hidden;
}
a {
  color: #496e9c;
  text-decoration: none;
}
a:hover {
  color: #dd550c;
  text-decoration: underline;
}
blockquote {
  margin-left: 25px;
}
h1, .h1 {
  border-bottom: #ccc 1px solid;
  font: 2.2em "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: normal;
  margin-bottom: 5px;
}
h2, .h2 {
  font: 2em "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: normal;
}
h3, .h3 {
  font: 1.7em "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: normal;
}
h4, .h4 {
  font: 1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: normal;
}
h5, .h5 {
  font: 1.2em "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: normal;
}
h6, .h6 {
  border-bottom: 1px solid #03244d;
  color: #03244d;
  font: 1.2em "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  text-align: left;
}
p {
  font-size: 12px;
  padding-bottom: 13px;
}
pre {
  color: #666;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  line-height: 1.6em;
  margin-left: 30px;
  padding-bottom: 13px;
}
ol {
  padding-left: 20px;
  padding-bottom: 13px;
}
ol li {
  list-style: decimal;
  margin: 5px 15px;
  padding: 0 0 8px 8px;
}
ol li ol, ol li ul {
  padding-bottom: 0;
}
ol li ol li {
  list-style: lower-alpha;
  padding-bottom: 0;
}
ol li ol li ol li {
  list-style: lower-roman;
  padding-bottom: 0;
}
ul {
  margin: 0;
  padding-bottom: 13px;
}
ul > li {
  background: url(/template/styles/images/bulletArrow2.gif) 0 6px no-repeat;
  list-style: none;
  margin: 5px 15px 5px 15px;
  padding: 0 0 0 8px;
}
ul > li a {
  margin: 0;
  padding: 0;
}
ul > li ul, ul > li ol {
  padding-bottom: 0;
}
ul > li ul > li {
  background: url(/template/styles/images/bulletArrow.gif) left 6px no-repeat;
  padding-bottom: 0;
}
table tr td, table tr th {
  padding: 5px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {max-width:100%;}
/* == BOX STYLES AND COLLAPSIBLE PANELS =============================================*/
.box {
  -webkit-border-radius: 1px 1px 1px 1px;
  -moz-border-radius-topleft: 1px;
  -moz-border-radius-topright: 1px;
  -moz-border-radius-bottomright: 1px;
  -moz-border-radius-bottomleft: 1px;
  border-radius: 1px 1px 1px 1px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) #000000;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) #000000;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) #000000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1A000000',GradientType=0);
  border: #cccccc solid 1px;
  margin: 0 0 20px 0;
  overflow: hidden;
  padding: 0;
}
.box .title {
  background: #777;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 5px 10px;
}
.box ul > li {
  margin: 5px 15px;
}
ul.news-list > li, ul.categories > li, .contactInfo ul > li, .box ul.boxList > li {
  background: 0 none;
  border-bottom: 1px solid #d9d9d9;
  color: #666;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  margin: 0;
  padding: 0;
  text-align: left;
  text-shadow: none;
  vertical-align: top;
}
.boxList > li:last-child {
  border-bottom: 0;
}
.lists a {
  color: #666;
  display: block;
  font: 11px;
  overflow: hidden;
  padding: 5px 15px;
  background-repeat:no-repeat;
  background-position:15px 5px;
}
.lists a:hover {
  background-color: #777;
  color: #fff;
  text-decoration: none;
}
.lists a img {
  float: left;
  margin-right: 15px;
}
.lists a span {
  display: block;
  line-height: 16px;
  margin-left:30px;
}
.lists a span.serv {
  margin-left: 79px;
}
.keyTable {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) #000000;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) #000000;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) #000000;
  background: #f4f4f4;
  border: #cccccc solid 1px;
  width: 100%;
}
.keyTable tbody tr {
  border-bottom: 1px solid #d9d9d9;
  display: table-row;
}
.keyTable tbody tr td {
  line-height: 16px;
  display: table-cell;
  width: 50%;
}
.keyTable tbody tr td ul {
  padding-bottom: 0;
}
.keyTable tbody tr td ul li {
  font-size: 12px;
}
.keyTable tbody tr.letter {
  background: #fff;
  font-weight: 400;
}
.keyTable tr:last-child {
  border-bottom: 0;
}
.cpTab, .cpLink, .cpContent {
  border-top: 1px #ccc solid;
}
.boxList div:first-child {
  border-top: none;
}
.problemForm input, .problemForm textarea {
  max-width: 95%;
}
.cpTab, .cpLink {
  cursor: pointer;
  line-height: 2em;
  margin: 0;
  outline: none;
  padding-left: 10px;
  -moz-user-select: none;
  -khtml-user-select: none;
}
.cpTab:hover, .cpLink:hover {
  background: #666;
  color: #fff;
}
.cpTab:hover a, .cpLink:hover a {
  color: #fff;
}
.cpTab:hover > .link > a {
  color: #fff;
}
.cpTab > .link:hover > a, .cpTabLink:hover > a {
  color: #fff;
}
.cpTab > .link:hover > a:hover, .cpTabLink:hover > a:hover {
  color: #fff;
}
.cpTab > .link > a, .cpLink > a {
  color: #000;
  display: block;
  text-decoration: none;
}
.cpTab > .link > a:hover, .cpLink > a:hover {
  border-bottom: none;
  color: #fff;
  text-decoration: none;
}
.cpContent {
  background: #f9f9f9;
  color: #000;
  margin: 0;
  padding: 10px;
}
.CollapsiblePanelOpen > .cpTab {
  background: #666;
  color: #fff;
}
.linkPrint {
  cursor: pointer;
  float: right;
  height: 38px;
  margin: 0 0 15px 15px;
  overflow: hidden;
  width: 98px;
}
.lpLink {
  background: url(/oit/images/linkPrintG.png) 0 0 no-repeat;
  float: left;
  height: 34px;
  width: 48px;
}
.lpLink:hover {
  background-position: 0 -35px;
}
.lpPrint {
  background: url(/oit/images/print.png) 0 0 no-repeat;
  cursor: pointer;
  float: right;
  margin: 0 0 15px 15px;
  overflow: hidden;
  height: 34px;
  width: 50px;
}
.lpPrint:hover {
  background-position: 0 -35px;
}
/* == NEED HELP SLIDEOUT ===========================================================*/
.slideOutContainer {
  position: absolute;
  z-index: 5000;
}
.slideOutTrigger {
  background: url(/oit/images/needHelp.png) center left no-repeat;
  cursor: pointer;
  height: 96px;
  position: fixed;
  top: 200px;
  width: 103px;
  /*width:156px;*/
  z-index: 5000;
}
.slideOutTrigger span {
  color: #fff;
  display:block;
  font-family: Verdana, Geneva, sans-serif;
  font-size:1.2em;
  line-height:normal;
  padding: 27px 0 0 17px;
  position: relative;
  text-shadow: #666 0px 1px 1px;
  text-transform: uppercase;
}
.slideOut {
  background: rgba(73, 110, 156, 0.8);
  position: absolute;
  left: 35px;
  top: 0;
  width: 100%;
  z-index: 4000;
}
.slideOut .slideContent {
  background: #fff;
  margin: 0 auto;
  padding: 20px 25px;
}
/* == MISCELLANEOUS CLASSES ========================================================*/
.block {
  display: block;
}
.blockouthelp {
  overflow: hidden;
  position: relative;
}
.blue {
  color: #03244d;
}
.blueHeader {
  background: url(/template/styles/images/sidebarH1reverse.jpg) center center #496e9c repeat-x;
  border-bottom: #c0c0c0 solid 1px;
  color: #fff;
  font-size: 1.5em;
  height: 25px;
  padding-top: 5px;
  text-indent: 12px;
  width: 100%;
}
.clear {
  clear: both;
}
.halves {
  width: 50%;
}
.headingBg {
  background: #666;
  color: #fff;
}
.lastUpdated {
  clear: both;
  font-size: 9px;
  font-style: italic;
  text-align: right;
}
.left {
  float: left;
}
.listColumns ul {
  float: left;
}
.midContent {
  float: left;
  margin: 10px 0 0 0;
  min-height: 333px;
  padding: 10px 25px 0 25px;
  width: 425px;
}
.more {
  background: url(/template/styles/images/bulletArrow.gif) right 4px no-repeat;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding-right: 10px;
  padding-bottom: 20px;
  text-align: right;
}
.more a:hover {
  color: #dd550c;
}
.newsItem {
  background: url(/template/styles/images/bulletArrow2.gif) left 8px no-repeat;
  line-height: 20px;
  margin-left: 10px;
  padding: 0 0 17px 12px;
}
.noBorder {
  border: none;
}
.orange {
  color: #dd550c;
}
.orangeDecorBar {
  background: #f68026;
  font-size: 1px;
  height: 2px;
  margin: 20px auto;
  text-align: center;
  width: 185px;
}
.quarters {
  width: 25%;
}
.right {
  float: right;
}
.rss {
  border-bottom: none;
  float: right;
  margin: -27px 0 0;
}
.serviceImg {
  float: right;
  margin: 10px;
}
.thirds {
  width: 33%;
}
.toTopWrap {
  position: fixed;
  bottom: 25px;
  margin:0 auto;
  width:960px;
  z-index: 3000;
}
.toTop {
  background: url('http://www.auburn.edu/template/images/toTop1.png') center center no-repeat;
  float:right;
  height:35px;
  margin-right:-85px;
  width:77px;
}
.toTop:hover{
  background: url('http://www.auburn.edu/template/images/toTop2.png') center center no-repeat;
  cursor:pointer;
}
.weather {
  font-weight: bold;
  padding: 5px 0 0 0;
  text-align: center;
}
/* == HOMEPAGE SLIDESHOW ===========================================================*/
.flexslider {
  position: relative;
}
ul.rslides {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
ul.rslides > li {
  background: none;
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
ul.rslides > li:first-child {
  display: block;
  float: left;
  position: relative;
}
ul.rslides img {
  border: 0;
  display: block;
  float: left;
  height: auto;
  width: 100%;
}
.flexslider:hover .rslides_nav {
  background: url(/oit/images/arrows.gif) top left no-repeat;
  height: 61px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 35%;
  width: 38px;
}
.flexslider:hover .next {
  background: url(/oit/images/arrows.gif) top right no-repeat;
  left: auto;
  right: 0;
}
/* == BEGIN "MOBILE FIRST" LAYOUT ====================================================*/
header {
  background: #03244d;
  color: #496e9c;
  padding-top: 5px;
}
header a, header a:hover {
  color: #fff;
  text-decoration: none;
}
header .logo {
  background: url(/oit/images/mLogoSub.png) center center no-repeat;
  cursor: pointer;
  height: 61px;
  margin: 10px auto 15px auto;
  width: 150px;
}
header .searchIcon {
  display: none;
}
header .searchForm, header .topLinks {
  text-align: center;
}
header .searchForm {
  height: 20px;
  margin: 0 auto;
  position: relative;
  width: 150px;
}
header .searchForm .searchBox {
  height: 18px;
}
header .searchForm .searchField {
  background: #fff;
  border: none;
  color: gray;
  float: left;
  font-size: 11px;
  letter-spacing: .1em;
  height: 18px;
  outline: none;
  padding: 1px;
  width: 150px;
}
header .searchForm .searchButton {
  position: absolute;
  right: 2px;
  bottom: 5px;
}
header .topLinks {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: normal;
  margin: 10px 0 15px 0;
}
header .topLinks a:hover {
  text-decoration: underline;
}
header .titleArea {
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  padding-bottom: 3px;
  text-align: center;
}
header .titleArea .mainHeading {
  display: block;
}
header .titleArea .subHeading {
  display: block;
  font-size: 12px;
  padding: 3px 0;
}
header .titleArea .mainHeading a,
header .titleArea .subHeading a,
header .titleArea .mainHeading a:hover,
header .titleArea .subHeading a:hover {
  border-bottom: none;
  color: #fff;
}
nav[role="navigation"] {
  background: #dd550c;
  border-bottom: #f68026 3px solid;
  font-size: 0.8em;
  height: 40px;
  text-shadow: 0 1px 1px #666;
  width: 100%;
}
nav[role="navigation"] .touchdown {
  background: #dd550c url(/oit/css/images/selectDwn.png) right 7px no-repeat;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 40px;
  margin: 0 auto;
  width: 80%;
  -moz-appearance: none;
  -webkit-appearance: none;
}
nav[role="navigation"] .touchdown option{
  padding: 10px 0;
}
nav[role="navigation"] .touchdown option:hover {
  color: #f68026;
}
.contentArea {
  display: block;
}
.contentArea .contentDivision {
  background-color: #fff;
  display: block;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.contentArea .contentDivision .breadcrumb {
  font-size: .8em;
}
.contentArea .contentDivision .news {
  height: 176px;
  margin: 2%;
  width: 96%;
}
.contentArea .contentDivision .photos {
  background: #f4f4f4;
  margin: 2%;
  width: 96%;
}
.contentArea .contentDivision .mainContent {
  overflow: hidden;
}
.contentArea .contentDivision .mainContent .sectionBlocks {
  float: left;
  margin: 12px 0 0 0;
  width: 100%;
}
.contentArea .contentDivision .mainContent .sectionBlocks .sectionBlock {
  margin: 0 0 4% 0;
  padding: 10px;
}
.contentArea .contentDivision .mainContent .sectionBlocks .sectionBlock h3 {
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
}
.contentArea .contentDivision .mainContent .sectionBlocks .sectionBlock img {
  display: none;
}
.contentArea .contentDivision .mainContent .sectionBlocks .sectionBlock ul {
  padding-bottom: 0;
}
.contentArea .contentDivision .mainContent .homeSections {
  margin: 2%;
  max-height: none;
  width: 92%;
}
.contentArea .contentDivision .homeSectionTop {
  background: #496e9c;
  color: #fff;
  display: block;
  height: 22px;
  overflow: hidden;
  width: 100%;
}
.contentArea .contentDivision .homeSectionTop a, .contentArea .contentDivision .homeSectionTop a:hover {
  border: none;
  color: #fff;
  font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: 22px;
  text-decoration: none;
}
.contentArea .contentDivision .homeSectionTop h1 {
  border: none;
  float: left;
  font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  margin: 0;
  padding: 3px 0 3px 5px;
  text-transform: uppercase;
}
.contentArea .contentDivision .homeSectionTop ul {
  display: block;
  float: right;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.contentArea .contentDivision .homeSectionTop ul li {
  background: none;
  border-left: 1px solid #03244d;
  display: block;
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.contentArea .contentDivision .homeSectionTop ul li a {
  padding: 4px 5px;
}
.contentArea .contentDivision .homeSectionTop ul li a:hover {
  background: #03244d;
}
.contentArea .contentDivision .homeSectionTop ul .facebook {
  background: #3b5999;
}
.contentArea .contentDivision .homeSectionTop ul .rss {
  background: #dd550c;
}
.contentArea .contentDivision .homeSectionTop ul .twitter {
  background: #04aeda;
}
.contentArea .contentDivision .newsHeadlines {
  display: block;
  height: 154px;
  overflow: auto;
  position: relative;
  width: 100%;
}
.contentArea .contentDivision .newsHeadlines ul {
  display: block;
  margin: 0;
  padding: 0;
}
.contentArea .contentDivision .newsHeadlines ul li {
  background: none;
  border-top: 1px solid #ccc;
  display: block;
  height: 25px;
  line-height: 25px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.contentArea .contentDivision .newsHeadlines ul li a {
  color: #333;
  display: block;
  height: 25px;
  padding: 0 5px;
  position: relative;
  text-decoration: none;
}
.contentArea .contentDivision .newsHeadlines ul li a:hover {
  background: #03244d;
  color: #fff;
}
.contentArea .contentDivision .newsHeadlines ul li a:hover .newsDate {
  color: #fff;
}
.contentArea .contentDivision .newsHeadlines ul li a .newsDate {
  display: none;
}
.contentArea .contentDivision .newsHeadlines ul li a .newsHeadline {
  display: block;
  height: 25px;
  overflow: hidden;
  padding: 0 1%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  white-space: nowrap;
}
.contentArea .contentDivision .homeSections {
  border: #ccc 1px solid;
  float: left;
  margin: 2%;
  min-height: 107px;
  padding: 0;
  width: 96%;
}
.contentArea .contentDivision .homeSections a {
  color: #333;
  border-bottom: none;
  overflow: hidden;
  text-decoration: none;
}
.contentArea .contentDivision .homeSections a:hover {
  color: #fff;
}
.contentArea .contentDivision .homeSections a img {
  background: transparent;
  margin: 0 10px 0 0;
  max-width: 100%;
}
.contentArea .contentDivision .homeSections ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
  .contentArea .contentDivision .homeSections .lists li a {
    padding: 5px 10px;
    background-position:10px 5px;
    background-repeat:no-repeat;
  }
  .contentArea .contentDivision .homeSections .lists li a.email-link {
    background-image: url('https://www.auburn.edu/oit/images/icons/email.png');
  }
  .contentArea .contentDivision .homeSections .lists li a.phone-link {
    background-image: url('https://www.auburn.edu/oit/images/icons/phone.png');
  }
  .contentArea .contentDivision .homeSections .lists li a.chat-link {
    background-image: url('https://www.auburn.edu/oit/images/icons/chat.png');
  }
    .contentArea .contentDivision .homeSections .lists li a.website-link {
    background-image: url('https://www.auburn.edu/oit/images/icons/website.png');
  }
    .contentArea .contentDivision .homeSections .lists li a.report-link {
    background-image: url('https://www.auburn.edu/oit/images/icons/report.png');
  }
  .contentArea .contentDivision .homeSections .lists li span {
    margin-left: 26px;
  }.footerWrap {
  color: #f4f4f4;
  display: block;
  font-size: 8pt;
  text-align: center;
}
.footerWrap footer {
  background-color: #03244d;
  border-bottom: 3px solid #dd550c;
  color: #fff;
  overflow: hidden;
  padding: 10px 5px;
}
.footerWrap footer a {
  color: #f4f4f4;
}
.footerWrap footer .footSection {
  float: left;
  line-height: 12px;
  min-height: 50px;
  text-align: center;
  width: 100%;
}
.footerWrap footer .footSection ul {
  padding: 0;
}
.footerWrap footer .footSection ul li {
  background: none;
  padding-bottom: 6px;
  list-style: none;
  margin: 0;
}
.footerWrap footer .footSection:last-child {
  float: right;
}
.footerWrap footer .footSection p {
  font-size: 12px;
  line-height: normal;
  padding-bottom: 0;
  text-align: center;
}
.footerWrap footer .social {
  margin-top: 10px;
}
.footerWrap footer .socialDetails {
  background: url(/template/images/social/socialBG.png) 0 -127px no-repeat;
  height: 22px;
  margin: 0 auto;
  padding: 0;
  width: 200px;
}
.footerWrap footer a.social:hover {
  border-bottom: none;
}
.footerWrap footer .middleSection {
  border-top: 1px solid #496e9c;
  border-bottom: 1px solid #496e9c;
  margin: 5px 0;
  padding: 10px 0;
}
.footerWrap .subfooter {
  color: #03244d;
  padding: 10px 5px;
}
.footerWrap .subfooter a {
  color: #03244d;
}
.footerWrap .subfooter a:visited {
  color: #03244d;
}
.footerWrap .subfooter a .last {
  border-right: none;
}
.touchdown-list {
  display: none;
}
.skip {
  left: -999em;
  position: absolute;
}
/* == MEDIA QUERY (BETTER PHONES) ====================================================*/
@media only screen and (min-width:295px) {
  header .logo {
    background: url(/oit/images/mLogo.png) center center no-repeat;
    height: 39px;
    width: 211px;
  }
  header .searchIcon {
    background: url(/oit/images/mSearch.png) center center no-repeat;
    cursor: pointer;
    display: block;
    height: 39px;
    position: absolute;
    right: 10px;
    top: 18px;
    width: 39px;
  }
  header .searchForm, header .topLinks {
    display: none;
  }
  header .searchForm {
    width: 270px;
  }
  header .searchForm .searchBox {
    background: url(/template/styles/images/searchField.png) center center no-repeat;
  }
  header .searchForm .searchField {
    background: transparent;
    margin: -1px 0 0 20px;
    width: 220px;
  }
  header .searchForm .searchButton {
    right: 13px;
  }
  header .titleArea {
    font-size: 18px;
  }
  header .titleArea .subHeading {
    font-size: 14px;
  }
  .contentArea .contentDivision .mainContent .sectionBlocks .sectionBlock img {
    display: block;
    float: right;
  }
  .contentArea .contentDivision .mainContent .homeSections {
    margin: 2%;
    min-height: 187px;
    max-height: none;
    width: 24%;
  }
  .contentArea .contentDivision .newsHeadlines ul li a .newsDate {
    color: #999;
    display: block;
    height: 25px;
    padding: 0 1%;
    position: absolute;
    right: 0;
    text-align: right;
    text-transform: uppercase;
    top: 0;
    width: 50px;
    z-index: 0;
  }
  .contentArea .contentDivision .newsHeadlines ul li a .newsHeadline {
    margin-right: 55px;
  }
  .contentArea .contentDivision .homeSections {
    margin: 2%;
    width: 96%;
  }
  .contentArea .contentDivision .homeSections ul {
    background: url('/oit/images/helpdesk.png') 10px center no-repeat;
    min-height: 107px;
    padding-left: 90px;
    padding-bottom: 0;
  }
  .contentArea .contentDivision .homeSections ul.img {
    background: url('/oit/images/img.png') 10px center no-repeat;
  }
  .contentArea .contentDivision .homeSections ul.idm {
    background: url('/oit/images/idm.png') 10px center no-repeat;
  }
  .contentArea .contentDivision .homeSections ul.spcs {
    background: url('/oit/images/spcs.png') 10px center no-repeat;
  }
}
/* == MEDIA QUERY (STEP UP FROM PHONES) =====================================================================*/
@media only screen and (min-width:640px) {
  body {
    background: #f4f4f4 url(/template/styles/images/bodyBackground2.png) top center repeat-x;
  }
  .headerWrap {
    height: 140px;
  }
  header {
    background: transparent;
    height: 105px;
    position: relative;
  }
  header .logo {
    background: url(/oit/images/headerLogo.png) center center no-repeat;
    float: left;
    height: 90px;
    margin: 15px 0 0 0;
    width: 220px;
  }
  header .searchIcon {
    display: none;
  }
  header .searchForm, header .topLinks {
    display: block;
    text-align: center;
  }
  header .searchForm {
    margin-top: -2px;
    padding-left: 5px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 179px;
  }
  header .searchForm .searchBox {
    background: url(/template/styles/images/searchField3.png) center center no-repeat;
  }
  header .searchForm .searchField {
    font-size: 9px;
    letter-spacing: normal;
    line-height: 10px;
    margin: 2px 0 0 7px;
    padding: 0;
    width: 170px;
  }
  header .searchForm .searchButton {
    right: 3px;
    top: 3px;
  }
  header .topLinks {
    font-size: 9px;
    list-style: none;
    margin: 3px 0 0 0;
    padding: 0;
    position: absolute;
    right: 185px;
    text-align: right;
    top: 0;
  }
  header .topLinks a, header .topLinks a:hover, header .topLinks a:visited {
    color: #496e9c;
  }
  header .titleArea {
    bottom: 20px;
    font-size: 24px;
    right: 0;
    position: absolute;
    text-align: right;
  }
  header .titleArea .mainHeading {
    display: block;
  }
  header .titleArea .subHeading {
    display: block;
    font-size: 16px;
    padding-top: 5px;
  }
  nav[role="navigation"] {
    height: 27px;
    position: absolute;
    z-index: 1000;
  }
  nav[role="navigation"] a {
    color: #fff;
    display: block;
    height: 27px;
    line-height: 27px;
    margin: 0;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
  }
  nav[role="navigation"] ul, nav[role="navigation"] li {
    background: none;
    float: left;
    font-size: 12px;
    padding: 0;
  }
  nav[role="navigation"] #mainNavUL {
    text-wrap: none;
    white-space: nowrap;
    width: 100%;
  }
  nav[role="navigation"] #mainNavUL li {
    border-right: 1px solid #f68026;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 19.8%;
  }
  nav[role="navigation"] #mainNavUL li:hover, nav[role="navigation"] #mainNavUL li :focus {
    background: #f68026;
    border-bottom: none;
    height: 30px;
  }
  nav[role="navigation"] #mainNavUL li:hover ul.navChild, nav[role="navigation"] #mainNavUL li :focus ul.navChild {
    left: 0;
    top: 27px;
  }
  nav[role="navigation"] #mainNavUL li:hover ul.navChild a, nav[role="navigation"] #mainNavUL li :focus ul.navChild a {
    background: none;
  }
  nav[role="navigation"] #mainNavUL li ul.navChild {
    background: #f68026;
    -webkit-box-shadow: 0 5px 5px -5px #000000;
    -moz-box-shadow: 0 5px 5px -5px #000000;
    box-shadow: 0 5px 5px -5px #000000;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 0px 0px 5px 5px;
    top: -999em;
    padding: 0 0 6px 0;
    position: absolute;
    white-space: normal;
    width: 100%;
  }
  nav[role="navigation"] #mainNavUL li ul.navChild a {
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 0px 0px 5px 5px;
    height: auto;
    line-height: 27px;
    text-align: left;
    text-transform: capitalize;
  }
  nav[role="navigation"] #mainNavUL li ul.navChild a:hover, nav[role="navigation"] #mainNavUL li ul.navChild a :focus {
    background: #dd550c;
  }
  nav[role="navigation"] #mainNavUL li ul.navChild li, nav[role="navigation"] #mainNavUL li ul.navChild a {
    float: none;
  }
  nav[role="navigation"] #mainNavUL li ul.navChild li {
    border-right: none;
    height: auto;
    width: 100%;
  }
  nav[role="navigation"] #mainNavUL li ul.navChild li:hover, nav[role="navigation"] #mainNavUL li ul.navChild li :focus {
    background: #dd550c;
  }
  nav[role="navigation"] #mainNavUL li ul.navChild li span {
    visibility: hidden;
  }
  nav[role="navigation"] #mainNavUL li ul.navChild li a.itProLock {
    background: url(http://www.auburn.edu/oit/images/icon_lock.png) 10px center no-repeat;
    padding-left: 25px;
  }
  nav[role="navigation"] #mainNavUL li.sfHover, nav[role="navigation"] #mainNavUL li.sfHover > a {
    background: #f68026;
    border-bottom: none;
    height: 30px;
  }
  nav[role="navigation"] #mainNavUL li.sfHover ul.navChild, nav[role="navigation"] #mainNavUL li.sfHover > a ul.navChild {
    top: 27px;
  }
  nav[role="navigation"] #mainNavUL li.sfHover ul.navChild a:hover,
  nav[role="navigation"] #mainNavUL li.sfHover > a ul.navChild a:hover,
  nav[role="navigation"] #mainNavUL li.sfHover ul.navChild a :focus,
  nav[role="navigation"] #mainNavUL li.sfHover > a ul.navChild a :focus {
    background-color: #dd550c;
    border-bottom: none;
  }
  nav[role="navigation"] #mainNavUL li.sfHover ul.navChild li, nav[role="navigation"] #mainNavUL li.sfHover > a ul.navChild li {
    height: auto;
  }
  nav[role="navigation"] #mainNavUL li.sfHover ul.navChild li:hover,
  nav[role="navigation"] #mainNavUL li.sfHover > a ul.navChild li:hover,
  nav[role="navigation"] #mainNavUL li.sfHover ul.navChild li :focus,
  nav[role="navigation"] #mainNavUL li.sfHover > a ul.navChild li :focus {
    background-color: #dd550c;
  }
  nav[role="navigation"] #mainNavUL li:last-child {
    border-right: none;
  }
  nav[role="navigation"] .touchdown {
    display: none;
  }
  .touchdown-list {
    display: block;
  }
  .contentArea {
    background: #fff;
    border-bottom: 1px #d7d7d7 solid;
    float: left;
    width: 100%;
  }
  .contentArea .contentDivision .homeSections {
    margin: 0 1% 2% 1%;
    width: 47%;
  }
  .contentArea .contentDivision .news, .contentArea .contentDivision .photos {
    float: left;
    margin: 0 1% 2% 1%;
    position: relative;
    width: 47%;
  }
  .contentArea .contentDivision .photos {
    height: 176px;
  }
  .contentArea .contentDivision .mainContent {
    margin-right: 225px;
    min-height: 600px;
  }
  .contentArea .contentDivision .mainContent .sectionBlocks {
    float: left;
    margin: 12px 2% 0 0;
    width: 48%;
  }
  .contentArea .contentDivision .mainContent .sectionBlocks .sectionBlock {
    padding: 10px;
  }
  .contentArea .contentDivision .contactInfo {
    position: absolute;
    right: 10px;
    top: 74px;
    width: 215px;
  }
  .contentArea .contentDivision .contactInfo .lists li a {
    padding: 5px 10px;
    background-position:10px 5px;
    background-repeat:no-repeat;
  }
  .contentArea .contentDivision .contactInfo .lists li a.email-link {
    background-image: url('https://www.auburn.edu/oit/images/icons/email.png');
  }
  .contentArea .contentDivision .contactInfo .lists li a.phone-link {
    background-image: url('https://www.auburn.edu/oit/images/icons/phone.png');
  }
  .contentArea .contentDivision .contactInfo .lists li a.chat-link {
    background-image: url('https://www.auburn.edu/oit/images/icons/chat.png');
  }
    .contentArea .contentDivision .contactInfo .lists li a.website-link {
    background-image: url('https://www.auburn.edu/oit/images/icons/website.png');
  }
    .contentArea .contentDivision .contactInfo .lists li a.report-link {
    background-image: url('https://www.auburn.edu/oit/images/icons/report.png');
  }
  .contentArea .contentDivision .contactInfo .lists li img {
    margin-right: 5px;
  }
  .contentArea .contentDivision .contactInfo .lists li span {
    margin-left: 26px;
  }
  .footerWrap {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 15px 0 0 0;
    width: 100%;
  }
  .footerWrap footer {
    background: #03244d;
    margin: 0;
    overflow: hidden;
    padding: 18px 0;
    width: 100%;
  }
  .footerWrap footer .footSection {
    width: 33%;
  }
  .footerWrap footer a, .footerWrap footer a:visited {
    color: #f4f4f4;
  }
  .footerWrap footer a:hover,
  .footerWrap footer a:visited:hover,
  .footerWrap footer a :active,
  .footerWrap footer a:visited :active {
    color: #f4f4f4;
    text-decoration: underline;
  }
  .footerWrap footer a:visited, .footerWrap footer a:visited:visited {
    border-bottom: none;
    color: #f4f4f4;
  }
  .footerWrap footer .middleSection {
    border: none;
    border-left: 1px solid #496e9c;
    border-right: 1px solid #496e9c;
    margin: 0;
    padding: 0;
  }
  .footerWrap .subfooter {
    border-top: #dd550c 1px solid;
    clear: both;
    line-height: 18px;
    padding: 15px 0 10px 0;
    text-align: center;
    width: 100%;
  }
}
/* == MEDIA QUERY (Full Display) =====================================================================*/
@media only screen and (min-width:950px) {
  .pageWrap {
    margin: 0 auto;
    overflow: hidden;
    width: 950px;
  }
  nav[role="navigation"] {
    border: 1px solid #f68026;
    border-bottom: none;
    border-top: none;
    width: 948px;
  }
  nav[role="navigation"] #mainNavUL li {
    width: 189px;
  }
  nav[role="navigation"] #mainNavUL li:last-child {
    width: 188px;
  }
  .contentArea {
    border: #d7d7d7 1px solid;
    border-bottom: none;
    border-top: none;
    width: 948px;
  }
  .contentArea .contentDivision .mainContent .homeSections {
    min-height: 150px;
  }
  .contentArea_bottom {
    background: url(/template/styles/images/content_bottom_bg.png) center center no-repeat;
    float: left;
    height: 18px;
    margin-bottom: 15px;
    width: 950px;
  }
  .footerWrap {
    background: url(/oit/images/footerOIT.png) top left no-repeat;
    float: left;
    padding: 92px 0 0 0;
    width: 950px;
  }
  .footerWrap footer {
    padding: 18px 0;
  }
  .footerWrap footer .footSection {
    width: 315px;
  }
  .footerWrap footer .footSection:last-child {
    float: left;
  }
  .footerWrap .subfooter {
    background: url(/template/styles/images/subFooterBG.png) top center no-repeat;
  }
}
