/* Site Specific CSS */
:root {
	--grid-min-width: 200px; 
	--grid-gap: 10px; 
	--primary-blue: #03244d; 
	--primary-orange: #cc4e0b;
	--secondary-blue: #496e9c;
	--secondary-orange: #f9903f;
	--tertiary-orange: #9C3800;
}
/*********************************************/
/* minor site-wide fixes over bootstrap tags */
/*********************************************/
* {
	font-family: 'Muli', sans-serif;
	box-sizing: border-box;
}

html, 
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto; 
	-webkit-overflow-scrolling: touch;
}

ul {
	width: -webkit-fill-available;
}

p {
	color: black;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

#copyrightYear {
	color: inherit;
	display: inline-block;
}

iframe {
	width: 100%;
	height: 400px;
}

table {
    font-family: inherit;
    border-collapse: collapse;
    width: 50%;
	border-radius: 3px!important;
}

td, th {
    border-radius: 2px;
    text-align: left;
    padding: 8px;
}

table tr th {
	background-color: #03244D;
	color: white;
}

.content_container {
	padding: 5px !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, tr>td, tr>th {
	border-top: none;
	border-radius: 0px;
}

.table>tbody>tr>th {
	padding-bottom: 15px;
}
/*Rounds Corners of Table*/
tr:first-child th:first-child {
	border-radius: 4px 0px 0px 0px!important;
}

tr:first-child th:last-child {
	border-radius: 0px 4px 0px 0px!important;
}
tr:last-child td:first-child {
	border-radius: 0px 0px 0px 4px!important;
}

tr:last-child td:last-child {
	border-radius: 0px 0px 4px 0px!important;
}

tr:nth-child(even) {
    background-color: #d4ebf7;
}

tr:nth-child(odd) {
	background-color: #e4f3fa;
}

footer {
	background-color: var(--primary-blue);
	color: white;
	padding-top: 15px;
	padding-bottom: 0px;
	border: none;
}

.icon {
	width: 60px;
}

.icon a img {
	opacity: 0.7;
	-webkit-transition: all 300ms;
  	transition:         all 300ms;
}

.icon a img:hover {
	opacity: 1;
}

.iconLast {
	margin-right:auto;
	margin-left:auto;
}


@media only screen and (min-width: 1260px){
	.extraIcon1, .extraIcon2, .extraIcon3 {
		display: none;
	}
}
@media only screen and (max-width: 1260px) and (min-width: 1050px){
	.extraIcon1 {
		display: none;
	}
}
@media only screen and (max-width: 1049px) and (min-width: 840px){
	.extraIcon2, .extraIcon3{
		display: none;
	}
}
@media only screen and (max-width: 839px) and (min-width: 481px){
	.extraIcon1, .extraIcon2, .extraIcon3{
		display: none;
	}
}
@media only screen and (max-width: 480px) and (min-width: 450px){
	.extraIcon1 {
		display: none;
	}
}
@media only screen and (max-width: 449px) and (min-width: 360px){
	.extraIcon2, .extraIcon3 {
		display: none;
	}
}
@media only screen and (max-width: 360px) {
	.extraIcon1, .extraIcon2, .extraIcon3{
		display: none;
	}
}


.orange {
	color: var(--primary-orange);
}

.theme_blue_primary a {
	border: none;
}

.theme_default {
	width: 100%;
	background-color: white;
	color: black;
	border-radius: 5px;
	border: 1px solid white;
	box-shadow: 0px 0px 40px 2px var(--primary-blue);
	z-index: 10;
	top: -10px;
	padding: 20px;
	padding-top: 0px;
}

.title03 {
	color: var(--primary-blue);
	text-align: center;
}

@media only screen and (min-width: 768px) {
	html.smaller .headershrink .au_nav_container a {
		padding: 3px 20px;
	}
    .navbar-nav {
		float: none;
	}
}

header .unit_title a, header .unit_subtitle a {
	color: #FFF;
	text-decoration: none;
}

@media only screen and (min-width: 1024px) {
	.headerlock .page_content_spacer {
		min-height: 190px;
		max-height: 210px;
	}
}

.sidebar-nav .sidebar-nav-header a {
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
}

#announcementsEvents {
	background-image: url(../../images/homepage/PolyBackgroundSmall.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
#byTheNumbers {
	background-image: url(../../images/homepage/WhitesmokePolyBackground.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom; 
}

#applyForHousing {
	background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
	background-image: url(../../images/homepage/aubieSurprise.jpg);
	height: 700px;
}

.bythenumbers {
	padding-bottom: 80px;
	padding-top: 40px !important;
}
.bythenumbers .item .image img {
	width: 50%;
}
.bythenumbers .item .text1 {
	font-family: inherit !important;
	font-weight: 700;
	line-height: 1.0;
	margin-top: 10px;
}
.bythenumbers .item .text2 {
	max-width: 280px !important;
	margin-top: 10px !important;
}
.bythenumbers {
	background-image: url('https://cdn.auburn.edu/assets/img/footer@2x.png');
	background-repeat: no-repeat;
	background-size: 1170px 92px;
	background-position-x: center;
	background-position-y: bottom;
}
/*
.extraItem {
	display: none;
}
*/

@media only screen and (max-width: 767px) {
	.bythenumbers .item .image {
		width: 40%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.bythenumbers .item .text1 {
		font-size: 24px;
	}
	.bythenumbers .item .text2 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 500px) {
	.bythenumbers .item .image {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}
@media only screen and (max-width: 930px) {
	.bythenumbers .item .text1 {
		font-size: 20px;
	}
	.bythenumbers .item .text2 {
		font-size: 15px;
	}
    
}

@media only screen and (min-width: 1024px) {
	.headerlock .page_content_spacer {
		min-height: 190px;
		max-height: 210px;
	}
}

@media only screen and (min-width: 1175px){
	.extraItem {
		display: none;
	}
}
@media only screen and (max-width: 889px){
	.extraItem {
		display: none;
	}
}
.gridServices {
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 10px;
	display: grid;
}



.modal .modal-footer .button{
    width: 60%;
    margin: auto;
}

.modal .modal-footer .col-sm-12 .button{
    width: 45%;
    margin: auto;
}

/*
.iconlinks a .icon img {
	opacity: 0.7;
    -moz-kit-transition: all .3s;
	-webkit-transition: all 300ms;
  	transition:         all 300ms;
}

.iconlinks a .icon img:hover {
	opacity: 1;
}

.iconlinks a:hover {
	text-decoration: none !important;
}
*/

.iconTitle {
	text-align: center;
	margin: auto;
	color: white;
    width: 100px;
}

.iconLinks .icon {
    margin: auto;
}

.iconLinks .icon a img {
    width: 100px;
    opacity: 0.7;
    -moz-kit-transition: all .3s;
	-webkit-transition: all 300ms;
  	transition:         all 300ms;
}

.iconLinks .icon a img:hover {
    opacity: 1;
}

.iconLinks .icon a:hover {
    text-decoration: none;
}

@media only screen and (max-width:768px) {
	.iconLinks ul li {
        float:left;
        width:25%; 
        text-align:center;
    }	
} 

@media only screen and (max-width:425px) {
	.iconLinks .icon a {
        background:none; 
        padding:0px; 
        width:100%; 
        height:auto;
    }
	.iconLinks .icon a:hover img {
        opacity:1.0;
    }
	.iconLinks .icon a img {
        width:90%; 
        margin: auto;
        display: block;
    }
    .modal .modal-footer .button {
        width: 100%;
    }
}


.gridLive {
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	grid-gap: 10px;
	display: grid;
}

.gridNumbers {
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	grid-gap: 5px;
	display: grid;
}

.item .image {
	width: 170px;
}
@media only screen and (max-width: 768px) {
	.item .image {
		max-width: 150px;
	}
}
@media only screen and (min-width: 320px) {
	.item .image {
		min-width: 140px;
	}
}

.grid {
	grid-template-columns: repeat(auto-fill, minmax( var(--grid-min-width), 1fr ));
	grid-gap: var(--grid-gap);
	display: grid;
}
/********************************************/
/* Accordion for FAQs */
/********************************************/
.accordion {
    background-color: #85A6D0;
    color: #eee;
    cursor: pointer;
    padding: 20px;
	width: 100%;
	height: auto;
    border: none;
    text-align: left;
    outline: none;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.accordion .active, 
    .accordion:hover, 
    .accordion:focus {
    background-color: var(--primary-blue);
}

.accordion:after {
    content: '\002B';
    color: white;
    font-weight: 100;
    float: right;
	margin-left: 5px;
	margin-bottom: auto;
	margin-top: auto;
	margin: auto;
}

.accordion.active:after {
    content: '\2212';
	color: white;
	margin-top: auto;
	margin-bottom: auto;
}

.panel {
    padding: 0px 10px;
    background-color: whitesmoke;
    max-height: 0;
	overflow: hidden;
	text-align: left;
    transition: max-height 300ms cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: max-height 300ms cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 5px;
}

.panel p { margin: 5px; }

/********************************************/
/* new site specific styling over bootstrap */
/*******************************************/

.orangeDecorBar1 {
	background-color: var(--secondary-orange);
	font-size: 1px;
	height: 2px;
}
/********************************************/
/* Alerts for important information*/
/********************************************/
.alert {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid;
	border-radius: 50px;
	color: white;
	background-color: var(--primary-orange);
	border-color: var(--primary-orange);
	text-align: center;
}

.alert>a {
	text-decoration: none;
	color: var(--primary-blue);
}

.alert a b {
	color: white;
	font-weight: 599;
	text-shadow: 2px 2px 1px black;
}

/********************************************/
/*   Template for cards across the website  */
/********************************************/
.card {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 5px;
	box-shadow: 8px 10px 20px 0 rgba(46,61,73,.15);
	transition: 0.3s;
	margin: 10px;
	position: relative;
	height: auto;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
/*	cursor: pointer;*/
}
.card .title{
	padding: 2px 16px;
	text-align: center;
	font-size: 16px;
	color: black;
}
.card img {
	border-radius: 5px;
	width: 100%;
}
.card:hover a {
	text-decoration: none;
}
.card:hover {
	box-shadow: 2px 4px 8px 0 rgba(46,61,73,.2);
}
.card button{
	margin-bottom: 20px;
}
a>.card {
	cursor: pointer;
}

/********************************************/
/*          generic button design           */
/********************************************/

.button {
    display: block;
    width: 100%;
	min-height: 40px;
    text-align: center;
	cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-color: var(--primary-blue);
    padding: 10px;
	color: white;
	-webkit-transition: all 200ms;
  	transition:         all 200ms;
}
.button:hover, .button:focus {
    background-color: var(--primary-orange);
	text-decoration: none;
	color: white;
}

.buttonFirst{
	margin-bottom: 1px !important;
	font-size: 18px;
}

.buttonSecond{
	font-size: 18px;
}

@media only screen and (max-width: 1023px) {
	.button {
		font-size: 16px;
	}
	a.anchor {
		top: 0px !important;
	}
}

a.anchor {
	display: block;
    position: relative;
    visibility: hidden;
	top: -150px;
}

.main-container {
  float: left;
  position: relative;
  left: 0%;
  width: 50%;
}
.fixer-container {
  float: left;
  position: relative;
  left: -50%;
}

td.highlight {
    border: none !important;
    padding: 1px 0 1px 1px !important;
    background: none !important;
    overflow:hidden;
}
td.highlight a {
    background: #99dd73 url(bg.png) 50% 50% repeat-x !important;
    border: 1px #88a276 solid !important;
}

/*********************************************/
/* fixes over top navigation bar and sidebar */
/*********************************************/

.sidebar-nav .navbar-collapse ul li.active a {
	background-color: var(--secondary-blue);
	cursor: default;
	pointer-events: none;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	color: white;
}

.navbar-default {
	background-color: #f8f8f8 !important;
}
.keep-left > li {
	width: 100%;
}
.keep-left li a {
	text-align: left;
}

.nav-tabs.nav-justified>li>a {
	border-radius: 50px;
	border: 1px solid #ddd;
}

.nav > li > a:focus, .nav > li > a:hover {
	background-color: #cdcdcd;
	border-radius: 50px;
	transition: all .2s;
}

.nav-tabs.nav-justified>.active>a, 
	.nav-tabs.nav-justified>.active>a:hover, 
	.nav-tabs.nav-justified>.active>a:focus {
	
	background-color: var(--primary-blue);
}

.sidebar-nav-header {
	border-radius: 5px;
	background-color: var(--primary-blue);
}
.sidebar-nav .navbar ul>li>a:focus, 
	.sidebar-nav .navbar ul>li>a:hover {
	background-color: var(--primary-orange);
	color: white;
	border-radius: 50px;
	transition: all .2s;
}
.sidebar-nav .navbar li:hover, 
	.sidebar-nav .navbar li:focus {
	background-color: #F8F8F8;
}
.sidebar-nav .navbar-collapse ul li a {
	text-align: left;
}

.navbar {
	background-color: var(--primary-orange);
	border-radius: 5px;
	border: none;
	margin: 0px;
}
.navbar-nav li {
	width: 20%;
	font-size: 16px;
}
.navbar-nav > li > a:focus, 
	.navbar-nav > li > a:hover {
	color: white;
	background-color: var(--tertiary-orange);
	border-radius: 50px;
	transition: all .2s;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: -1px;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
}
.nav .open > a, 
	.nav .open > a:focus,
	.nav .open > a:hover {
	background-color: var(--tertiary-orange);
	border-radius: 50px;
	transition: all .2s;
}

.dropdown-menu {
	background-color: var(--primary-orange);
	width: auto;
	border-radius: 5px;
}

.dropdown-menu > li > a {
	color: white;
	font-size: 16px;
	line-height: 2.0 !important;
}

.dropdown-menu .open > a .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	border-radius: 5px;
	background-color: white;
	color: black;
	transition: all .1s;
}

.au_nav_container .nav li a:hover, 
	.au_nav_container .dropdown-menu>li>a:hover, 
	.au_nav_container .dropdown-menu>li>a:focus {
	background-color: white;
	color: black;
	border-radius: 50px;
}

.dropdown-menu > li {
	width: auto;
	line-height: 1.8;
}

.au_nav_container .dropdown-toggle, .nav>li>a {
	padding: 10px !important;
	text-align: center;
}

.container {
	padding: 0px !important;
}

.au_nav_links_container {
	background-color: var(--primary-orange);
}

@media (max-width: 767px) {
	.navbar-nav li {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.au_nav_container {
    	overflow: inherit !important;
	}
}

/*********************************************/
/*            Fade in animation              */
/*********************************************/

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.fade-in {
	opacity:0;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:.3s;
	-moz-animation-duration:.3s;
	animation-duration:.3s;
}
.fade-in:nth-child() {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.homeButton {
	padding: 1px 3px 2px 3px;
	z-index: 1;
}


.homeRow {
	z-index:10; 
	padding: 0px 0px 30px 0px;
}

@media (max-width: 768px) {
	.homeButton {
		padding: 1px 1px 2px 1px;
	}
	.homeRow {
		padding: 0px 0px 0px 0px;
	}
}

/*********************************************/
/*           Calendar Formatting             */
/*********************************************/

#events {
	font-size:13px;
}
#events a {
	color:var(--primary-blue);
}
#events .cItem {
	border-bottom:1px dashed #a2a2a2; 
	clear:both; 
	height:auto; 
	margin-bottom:15px; 
	padding-bottom:10px;
}
#events .cDate {
	float:left; 
	margin-right:15px; 
	height:50px; 
	color:var(--primary-blue);
}
#events .cMonth {
	margin-right:5px;
}
#events .cTime {
	color:var(--primary-orange); 
	font-size:10px; 
	font-weight:bold;
}

#carousel .item {
	margin: 0px auto;
}

#carousel .item_content_bg {
	opacity: 0.4; 
	position: absolute;
	-webkit-filter: blur(1px); 
	filter: blur(1px); 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	background-size: cover; 
	background-position: center center;
	background-color: #000;
}

#carousel .item_image {
	max-width: 1280px; 
	margin: 0px auto; 
	position: relative; 
	box-shadow: 0px 0px 40px #000;
}

#carousel .item_image img {
	position: relative;
	width: 100%; 
	height: auto; 
}

#carousel .content_container {
	position: relative;
}

.carousel-caption {
	padding: 0px;
	font-size: 24px;
	text-align: right;
	color: #fff;
}

.carousel-control-icon {
	margin-top: 50%;
}

.facebookOrange {
	background-image:url(https://auburn.edu/administration/housing/images/homepage/getConnectedIcons/facebookOrange.svg);
}
.twitterOrange {
	background-image:url(https://auburn.edu/administration/housing/images/homepage/getConnectedIcons/twitterOrange.svg);
}
.instagramOrange{
	background-image:url(https://auburn.edu/administration/housing/images/homepage/getConnectedIcons/instagramOrange.svg);
}

.facebookBlue {
	background-image:url(https://auburn.edu/administration/housing/images/homepage/getConnectedIcons/facebookBlue.svg);
}
.twitterBlue {
	background-image:url(https://auburn.edu/administration/housing/images/homepage/getConnectedIcons/twitterBlue.svg);
}
.instagramBlue {
	background-image:url(https://auburn.edu/administration/housing/images/homepage/getConnectedIcons/instagramBlue.svg);
}

/* Calendar Style */
.index_calendar {border:none !important; margin: 0 !important; padding: 0 !important;}
.index_calendar a { color: white; }
.index_calendar p a { border: none; }
.index_calendar .cItem {border: 1px solid #eee !important; display:inline-block; width:100%; padding:5px;}
.index_calendar .cDate {width:10%; float:left; margin-right:10px; color:var(--primary-blue);}
.index_calendar .cMonth {margin-right:5px;}
.index_calendar .cEvent {width:85%; float:left;}
.index_calendar .cTitle {width:70%; float:left;padding-left: 15px;padding-right: 15px;}
.index_calendar .cTime {width:25%; float:left;}
.index_calendar .more {display:none;}
	
/* NEWS AREA STYLING */
.index_news {padding:0px 20px;}
.index_news_item {padding-top:5px;}
.index_news_item_content {background-color:var(--primary-orange); padding:0px;}
.index_news_item h4 {margin-top:15px; width:100%; background-color:var(--primary-blue); padding:10px; color:#fff; letter-spacing: 0.5px;}
.index_news_item a:hover {text-decoration:none;}
.index_news_item_image { overflow:hidden;}
.index_news_item img {width:100%;}
.index_news_headlines ul { padding-right:30px; padding:0px; }
.index_news_headlines li { margin:0px !important; font-size:16px; border: none !important; padding:5px; }
.index_news_headlines .title03 { text-align: left; font-size: 32px; }

@media only screen and (max-width:768px) {
	#index_carousel .item {bottom:0; padding:0px;}
	#index_carousel .item_headline {padding:0px;}
	#index_carousel .item_description p {padding:0px; display: -webkit-box; -webkit-line-clamp: 4;  -webkit-box-orient: vertical; overflow:hidden;}
	.index_calendar {border:none;}
	.auburn_experience .button {padding:15px;}
	.index_news_item {width:33%; float:left;}
	.iconlinks ul li {float:left; width:25%; text-align:center;}	
} 

@media only screen and (max-width:480px) {
	.index_news_item {width:100%; float:none;}
	.iconlinks a .icon {background:none; padding:0px; width:100%; height:auto;}
	.iconlinks a .icon:hover img {opacity:1.0;}
	.iconlinks a .icon img {width:60%; margin: auto;}
	.gridServices {grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));}
	.content_row_title {font-size:36px;}
	.content_row_title {font-size:36px;}
	.index_calendar .cDate {color:#496e9c; font-weight:bold;}
	.index_calendar .cMonth {float:left;}
	.index_calendar .cDay {float:left;}
	.index_calendar .cTitle {float:none; width:100%; padding: 5px;}
	.index_calendar .cTime {float:none; width:100%; font-size:11px;}
}

/* Custom CSS Rules */
.divider {
	height: 1px;
	background-color: lightgray;
	font-size: 1px;
	margin: 5px auto;
	width: 80%;
}
.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.selectButtons .dropSelect,  {
	height: 40px; 
	font-size: 22px;
	margin-left: auto;
	margin-right: auto;
	margin-right: auto;
}
.selectButtons #roomNumber {
	height: 40px; 
	font-size: 22px;
	margin-left: auto;
	margin-right: auto;
}
.selectButtons .button {
	margin-bottom: 50px;
	max-width: 50%;
}
.selectButtons img {
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width:769px) {
	.selectButtons .dropSelect {
		height: 40px; 
		font-size: 22px;
	}
	.selectButtons #roomNumber {
		width: 28%; 
		height: 40px; 
		font-size: 22px;
	}
	.selectButtons #enterButton {
		width: 81%!important; 
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:768px) {
	.selectButtons #formBuilding {
		width: 62%!important;
	}
	.selectButtons #roomNumber {
		width: 36%!important;
	}
	.selectButtons #enterButton {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.selectButtons img {
		width: 100%;
	}
} 

@media only screen and (max-width:768px) {
	#areaSelected {
		width: 62%!important;
	}
} 

.imgCard {
	position: relative;
	display: inline-block;
}
.imgCard .img-top {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.imgCard:hover .img-top {
	display: inline;
}