
@import url('https://fonts.googleapis.com/css2?family=Graduate&family=Permanent+Marker&family=Special+Elite&display=swap');

#page {
text-align:left;
max-width:950px;
margin:0 auto;
}

body  {
  background-image: url("/images/cork/topfade.png"), url("/images/cork/html_bg.jpg");
  background-repeat: repeat-x, repeat;
  background-position: center top, center;
  background-attachment: fixed, scroll;
  background-color: transparent;
font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align:center;
text-rendering:optimizelegibility;
margin:0;
padding:0;
}

.no-webp body  {
}

.webp body  {
  background-image: url("/images/cork/topfade.png"), url("/images/cork/html_bg.webp");
  background-repeat: repeat-x, repeat;
  background-position: center top, center;
  background-attachment: fixed, scroll;
  background-color: transparent;
}

#footer {
margin:10px auto;
} 

#search_form_narrow {
width:300px;
float:left;
padding:10px;
}


/* Simple spinner */
.spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-top: 2px solid #333;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.admin td {
font-size:70%;
}

a {
color:#666;
text-decoration:none;
}

a:hover {
color:#888;
text-decoration:none;
text-shadow: 0.5px 0.5px 1px lightgray;
}

a:active {
color:#999;
text-decoration:underline;
}

h1,h2,h3,h4,h5,h6 {
margin-bottom:0;
margin-top:0;
}

h1 {
font-family:Graduate!important;
font-size:20px;
font-style:normal;
}

h2 {
font-family:'Special Elite'!important;
font-size:1.5em;
font-style:normal;
}

h3 {
color:#222;
//font-family:'Averia Sans Libre'!important;
font-size:16px;
font-style:normal;
line-height:17px;
}

h4 {
font-size:15px;
}

h5,h6 {
font-size:.5em;
}

h5.loginboxtext {
font-size:small;
margin:0;
}

label {
color:#222;
font-weight:bold;
font-size:16px;
line-height:17px;
//padding-left:20px;
font-family:'Special Elite';
}

.search_form label {
padding-left:20px;
}

hr {
border:none;
background-color:#ccc;
color:#ccc;
height:1px;
}

ul {
margin:5px;
}

legend {
font-size:medium;
}

p {
text-indent:0;
word-wrap:break-word;
margin:5px;
}

p.small {
font-size:.75em;
margin-left:30px;
margin-right:30px;
text-align:justify;
text-indent:0;
}

p.terms {
margin-left:4px;
margin-right:4px;
text-indent:0;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.details-button {
margin:auto; 
max-width:300px;
}

.copyright {
clear:both;
text-align:center;
}

.schooldisclaimer {
clear:both;
text-align:center;
color:#000;
}

.bluetable {
background-color:#F2F2F2;
text-align:center;
padding:10px 30px;
}

.shortDecripBoxes {
background-color: #f2f2f2;
max-width: 620px;
text-align: left;
}

.blueband {
color:#000;
text-align:center;
border-style:none;
padding:5px;
}

.form {
font-size:small;
}

input,textarea,select,.uneditable-input {
border-radius:3px 3px 3px 3px;
border:1px solid #CCC;
color:#404040;
display:inline-block;
font-size:15px;
line-height:18px;
position:relative;
}

input,select,textarea {
-moz-transition:border .2s linear 0 box-shadow .2s linear 0;
box-shadow:0 1px 3px rgba(0,0,0,0.1) inset;
}

input:focus,select:focus,textarea:focus,.searchboxes:focus {
box-shadow:0 1px 3px rgba(0,0,0,0.1) inset, 0 0 8px rgba(60,108,135,0.6);
outline:medium none;
border-color:#537a96;
}

input[type=checkbox]:focus {
outline:medium auto;
}


input.textbox, select.textbox,textarea.textbox {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
    max-width: 95%;
}
input.textbox:focus, select.textbox:focus, textarea.textbox:focus {
  border-color: #66afe9;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(128,149,184,1);
-moz-box-shadow: 0px 0px 3px 3px rgba(128,149,184,1);
box-shadow: 0px 0px 3px 3px rgba(128,149,184,1);
    outline: 0 none;
}

input.textbox:focus, select.textbox:focus {
  border-color: #66afe9;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(128,149,184,1);
-moz-box-shadow: 0px 0px 3px 3px rgba(128,149,184,1);
box-shadow: 0px 0px 3px 3px rgba(128,149,184,1);
    outline: 0 none;
}
.map_canvas { float:right;
  width: 600px; 
  height: 400px; 
  margin: 10px 20px 10px 0;
}

.listing {
font-size:12px;
margin-left:4px;
margin-right:4px;
}

.searchboxes {
background-color:#FFF;
color:#000;
font-size:12px;
}

#hintbox {
-moz-border-bottom-colors:none;
-moz-border-image:none;
-moz-border-left-colors:none;
-moz-border-right-colors:none;
-moz-border-top-colors:none;
background-color:#FFF;
font:400 11px/18px Arial,Helvetica,sans-serif;
position:absolute;
top:0;
visibility:hidden;
width:150px;
z-index:100;
border-color:#000;
border-style:solid;
border-width:1px 3px 3px 1px;
padding:3px;
}

.featured {
background-image:url(https://www.studentrent.com/images/featured-bg.jpg);
background-position:center bottom;
background-repeat:no-repeat;
}

.hintanchor {
color:navy;
font-weight:700;
margin:3px 8px;
}

.style3 {

color:#999;
font-size:9px;
}

.NewAdTypeHeader {
background-image:none;
font-weight:700;
height:25px;
text-align:center;
width:110px;
border-style:none;
}

.NewAdTypeImage {
background-image:none;
height:105px;
text-align:center;
vertical-align:bottom;
width:110px;
border-style:none;
}

.NewAdTypeAddress {
background-image:none;
font-size:small;
font-weight:400;
height:35px;
text-align:center;
width:110px;
border-style:none;
}

.alert {
background-color:#EEE;
text-align:center;
color:red;
text-decoration:none;
margin:10px 0;
padding:5px;
}

.notice {
padding:20px;
}


.testimonial {
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlwAAAABCAYAAAALk3CwAAAB/klEQVR42n3DhVKiURQA4H2B7bIFQVIQCRVEaVCk7cRGVOze7nC7Xnd35p45996fc2e/me/a9Qbd3/9u1LM3+A6xCRvYm81yo+atlk5Fk9gKb+M2s6KFvdMut0IdvKuz0Xo7eU/fBTsUDQ72vqYTGuEDY7fYiV3kQ1OPohuaYYPc4tFstHhFK/ZBm9hk69W29/HNfL/Ypd3i8CsGoFNsdQ7Abhzk27BrUHGIbe+Rh6Cb1rnD0IMjvN6Lo7QvxnZoxmEvTvCGvvpJ3tiPU9AvH2Y7cWBEMc2bBvAoDIpmPgMH5VnWMoRzpDWUVyzAsGgLF2FEtcTao3hMjMGu2DgdnyAd8UmYwFNiEjr5aTEFu1MzcFg+S7pG5urOi2nYk16Ao/JF1o0z8jLMQk92ic4tk97cCszLV1lfAa/RRdhbXBdLeIPtk49VFDfZ/nFcFSfwFuuXT+JtNjAl36Gna+wAvyvO4D02OCvf1xyckx/AeXzID+GFI8VjNrQoP4FlGC6f0kv4jI8s43N65YKNal7CVRhbfSSu4cdkfP2J9oaY2HhKV55pJivPxU38AlbFVPWl9tYrfhhv49fkyM4bxbewJqZr7+Aufs+P4r0P9D7M7H+kD67I7MEneIg/87kj/IU+/srm8Yn8G1k4/V73B188wz/hufwXW8IXv8mxyz/sP57ZSgO9u4D6AAAAAElFTkSuQmCC) repeat-y scroll left top #537A96;
border-radius:21px 0 21px 0;
color:gray;
min-height:89px;
min-width:584px;
position:relative;
border-style:none;
margin:10px;
padding:10px;
}

.testimonial_text {
color:#FFF;
font-size:12px;
font-style:italic;
line-height:1;
}

.testimonial_title {
color:#C8C8C8;
font-size:10px;
font-style:italic;
line-height:1.39;
text-align:left;
}

.testimonial_name {
color:#FFF;
font-size:12px;
font-style:italic;
text-align:right;
}

#disclaimer {
padding:5px;
font-size: 10px;
color:red;
}

#disclaimer p{
text-align:justify;
}

.rounded {
border-radius:6px 6px 6px 6px;
}

#expirednotice {
background-attachment:scroll;
background-color:#F2F2F2;
background-image:none;
background-position:0 0;
background-repeat:repeat;
border:1px solid #069;
border-radius:4px 4px 4px 4px;
clear:both;
display:block;
float:left;
width:100%;
margin:0;
padding:4px 0;
}

#expirednotice h4 {
font-size:100%;
}

#expirednotice h4 a {
border-right:1px solid #C9C9C9;
float:left;
padding:0 10px;
}

#expirednotice p {
padding:0 15px;
}

#expirednotice h4,#expirednotice p {
color:maroon;
float:left;
margin:0 5px;
}

#expirednotice p em {
color:#898989;
font-size:90%;
}

#expirednotice a:hover {
color:#069;
}

.prop_image {
background:url(https://www.studentrent.com/images/shadowAlpha.png) no-repeat scroll right bottom transparent!important;
float:left;
margin:0 -5px 0 20px;
padding:0;
}

.prop_image img {
background:none repeat scroll 0 0 #FFF;
border:1px solid #CCC;
display:block;
position:relative;
margin:-5px 5px 5px -5px;
padding:4px;
}

.vsig_cont {
float:left;
margin:0;
padding:0;
}

.box-shadow {
    box-shadow: 0 2px 5px 0 #999;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 12.95px;
    list-style: none outside none;
    padding: 5px;
    margin-top:5px;
}
.shadow-container {
left:3px;
margin-bottom:3px;
margin-right:3px;
position:relative;
top:3px;
}

.shadow-container .shadow2,.shadow-container .shadow3,.shadow-container .container {
left:-1px;
position:relative;
top:-1px;
}

.shadow-container .shadow1 {
background:none repeat scroll 0 0 #F1F0F1;
}

.shadow-container .shadow2 {
background:none repeat scroll 0 0 #DBDADB;
}

.shadow-container .shadow3 {
background:none repeat scroll 0 0 #B8B6B8;
}

.shadow-container .container {
background:none repeat scroll 0 0 #FFF;
border:1px solid #848284;
padding:10px;
}

.shadow-container .featured_container {
background:none repeat scroll 0 0 #FFF;
border:1px solid #848284;
padding:0;
}

div.centring {
color:#000;
text-align:center;
margin:auto;
padding:0;
}

.text-center {
    text-align: center!important;
}

.imagecontainer {
display:inline-block;
text-align:center;
}

.centeredmenu {
clear:both;
float:left;
border-bottom:0 solid #000;
width:100%;
font-family:Verdana, Geneva, sans-serif;
font-size:90%;
z-index:1000;
position:relative;
margin:0;
padding:0;
}

.centeredmenu ul {
list-style:none;
float:right;
position:relative;
right:50%;
margin:0;
padding:0;
}

.centeredmenu ul li {
float:left;
position:relative;
left:50%;
top:1px;
margin:0 0 0 1px;
padding:0;
}

.centeredmenu ul li a {
display: block;
    font-size: 16px;
    line-height: normal;
    background: rgba(255, 255, 255, 0.50);
    text-decoration: none;
    color: #092d4e;
    font-weight: bold;
    border-bottom: 0 solid #000;
    margin: 0px 1px 0px 0px;
    padding: .2em .7em .2em;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff8f;
    font-family: 'Permanent Marker', cursive;
	text-align: center;
}

.centeredmenu ul li.active a {
color:#fff;
background:#000;
}

.centeredmenu ul ul {
display:none;
position:absolute;
top:2em;
left:0;
right:auto;
width:20em;
box-shadow:0 0 15px rgba(0,0,0,0.6);
}

.centeredmenu ul ul li {
left:auto;
clear:left;
width:100%;
margin:0;
}

.centeredmenu ul ul li a,.centeredmenu ul li.active li a,.centeredmenu ul li:hover ul li a,.centeredmenu ul li.hover ul li a {
font-weight:400;
background:#eee;
color:#444;
line-height:1.4em;
border-bottom:1px solid #ddd;
}

.centeredmenu ul ul li a:hover,.centeredmenu ul li.active ul li a:hover,.centeredmenu ul li:hover ul li a:hover,.centeredmenu ul li.hover ul li a:hover {
background:#092d4e;
color:#fff;
}

.centeredmenu ul ul.last {
left:auto;
right:0;
}
.centeredmenu ul li a:hover,.centeredmenu ul li:hover a,.centeredmenu ul li.hover a {
background:#092d4e;
color:#fff;
}

.chromestyle {
font-size:12px;
font-weight:700;
width:100%;
}

.chromestyle:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}

.chromestyle ul {
border:0 solid #BBB;
text-align:center;
width:100%;
margin:0;
padding:4px 0;
}

.chromestyle ul li {
display:inline;
}

.chromestyle ul li a {
-webkit-box-shadow:0 15px 10px -10px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
-moz-box-shadow:0 15px 10px -10px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
box-shadow:0 15px 10px -10px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
background:none repeat scroll 0 0 #9DCC55;
-moz-border-radius:4px;
border-radius:4px;
border-right:0 solid #9DCC55;
color:#FFF;
text-decoration:none;
margin:0;
padding:4px 7px;
}

.chromestyle ul li a:hover,.chromestyle ul li a.selected {
background:url(https://www.studentrent.com/chromemenu/chrometheme/chromebg-over.gif) repeat-x scroll center center transparent;
color:#000;
}

.dropmenudiv {
box-shadow:0 0 15px rgba(0,0,0,0.6);

-moz-border-bottom-colors:none;
-moz-border-image:none;
-moz-border-left-colors:none;
-moz-border-right-colors:none;
-moz-border-top-colors:none;
background-color:#FFF;
line-height:18px;
position:absolute;
top:0;
visibility:hidden;
width:200px;
z-index:100;
border-color:#BBB;
border-style:solid;
border-width:1px 1px 0;
}

.dropmenudiv a {
border-bottom:1px solid #036;
color:#1A2C3A;
display:block;
text-decoration:none;
text-indent:3px;
width:auto;
padding:2px 0;
}

* html .dropmenudiv a {
width:100%;
}

.dropmenudiv a:hover {
background:url(https://www.studentrent.com/chromemenu/chrometheme/chromebg-over.gif) repeat-x scroll center center transparent;
}

.pagination {
font-size:100%;
text-align:center;
}

.pagination a {
background:none repeat scroll 0 0 #FFF;
border:1px solid gray;
color:#222;
text-decoration:none;
}

.pagination a,.pagination span {
display:inline-block;
margin-bottom:5px;
margin-right:2px;
padding:.2em .5em;
}

.pagination .current {
background:none repeat scroll 0 0 #72889B;
border:1px solid #FFF;
color:#FFF;
}

.pagination .current.prev,.pagination .current.next {
background:none repeat scroll 0 0 #FFF;
color:#999;
border-color:#999;
}

#progress-bar {
height:3.5em;
list-style-type:none;
margin-bottom:.25em;
margin-top:0;
padding-left:0;
text-align:left;
text-transform:capitalize;
width:100%;
}

#progress-bar li {
background-color:#EFEFEF;
background-image:url(https://www.studentrent.com/images/default.png);
background-position:right center;
background-repeat:no-repeat;
color:#1A2C3A;
float:left;
height:3.5em;
padding-right:20px;
width:170px;
min-width:20%;
}

#progress-bar a {
color:#1A2C3A;
display:block;
height:3.5em;
line-height:150%;
text-decoration:none;
padding:.25em;
}

#progress-bar em {
display:block;
font-style:normal;
font-weight:700;
}

#progress-bar .current {
background-color:#369;
background-image:url(https://www.studentrent.com/images/current.png);
color:#FFF;
min-width:30%;

}

#progress-bar .current a {
color:#FFF;
font-weight:700;
}

#progress-bar .last {
background-image:none;
}

#progress-bar .done {
background-color:#C8E9ED;
background-image:url(https://www.studentrent.com/images/done.png);
color:#FFF;
}

#progress-bar .previous {
background-color:#C8E9ED;
background-image:url(https://www.studentrent.com/images/previous.png);
color:#FFF;
}


img {
  aspect-ratio: attr(width) / attr(height);
}

img {
height: auto;
border-style:none;
}

.listing ul {
margin:0 1.5em;

padding:0;
}

#flag {
font-weight:700;
text-align:left;
text-decoration:none;
}

#flag a {
color:#030;
font-weight:700;
text-decoration:none;
}

#flag_form {
background-color:#CCC;
color:#000;
}

#flag_red {
background-color:red;
background-image:url(https://www.studentrent.com/images/redflagbar.gif);
color:#FFF;
font-weight:700;
height:30px;
line-height:30px;
text-align:center;
margin:0;
padding:0;
}

#flag_yellow {
background-color:#FF0;
background-image:url(https://www.studentrent.com/images/yellowflagbar.gif);
color:#000;
font-weight:700;
height:30px;
line-height:30px;
text-align:center;
margin:0;
padding:0;
}

#flag_green {
background-color:#090;
background-image:url(https://www.studentrent.com/images/greenflagbar.gif);
color:#0C0;
height:30px;
line-height:30px;
text-align:center;
text-decoration:none;
margin:0;
padding:0;
}

.colmask {
clear:both;
float:left;
overflow:hidden;
width:100%;
}

.colright,.colmid,.colleft {
float:left;
position:relative;
width:100%;
}

.col1,.col2,.col3 {
float:left;
overflow:hidden;
position:relative;
padding:0 0 1em;
}

.doublepage {
background-color:#E6E6E6;
position:relative;
z-index:5;
}

.doublepage .colleft {
background-color:#F2F2F2;
right:70%;
}

.doublepage .col1 {
left:70%;
padding-right:1em;
padding-top:1em;

min-width:319px;
max-width:30%;
}

.doublepage .col2 {
left:70%;
min-width:319px;
max-width:66%;
}

.more {
display:none;
text-align:left;
}

#flag a img {
float:left;
}

#flag ul {
background-color:#036;
color:#FFF;
list-style-type:none;
text-align:center;
text-decoration:none;
}

#flag li {
line-height:30px;
text-align:center;
}

.more .submit_button {
clear:left;
display:block;
float:none;
margin:auto;
}

#container,.container {
clear:both;
position:relative;
margin:auto;
}

#featured_listings {
clear:both;
margin-top:0;
position:relative;
text-align:justify;
}

.rental_listing:hover {
  -ms-transform: scale(1.25); /* IE 9 */
  -webkit-transform: scale(1.25); /* Safari 3-8 */
  transform: scale(1.25); 
z-index:555555 !important;
background:white;
box-shadow:0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1);
border-radius: 10px;
}

#featured_listings .rental_listing,#featured_listings .rental_listing_other {
float:left;
height:170px;
position:relative;
text-align:center;
width:150px;
margin:0 4px 8px 6px;
padding:0;
}

#featured_listings div.rental_listing div.rental_listing_details {
background-color:#4C4C4C;
bottom:0;
color:#CEC7BF;
left:0;
position:absolute;
right:0;
}

#featured_listings .rental_listing div.rental_listing_details {
clear:left;
color:#CEC7BF;
height:50px;
overflow:hidden;
position:relative;
padding:5px 8px 3px;
}

#featured_listings div.rental_listing div.rental_listing_type {
font-size:11px;
line-height:normal;
overflow:visible;
padding-top:4px;
text-transform:uppercase;
}

#welcome {
background-attachment:fixed;
background-image:url(https://www.studentrent.com/images/50transp.png);
background-position:0 0;
background-repeat:repeat;
color:#000;
display:block;
float:right;
font-weight:700;
margin-left:0;
margin-right:0;
position:absolute;
right:5px;
text-align:right;
top:5px;
z-index:4;
padding:0 5px;
}

#welcome a {

color:maroon;
font-weight:700;
}

#header {
max-height:92px;
max-width:100%;
position:relative;
z-index:0;
}

.linkdiv {
height:100%;
left:0;
position:absolute;
top:0;
width:100%;
z-index:1;
}

.req_star {
color:#e9143c;
font-weight:900;
font-size: 17px;
text-shadow: 1px 1px 5px gray;
}

.rental_listing_full {
background-color:#fff;
font-family:Arial,Helvetica Neue,Helvetica,sans-serif;
line-height:1.2;
margin-left:auto;
margin-right:auto;
margin-top:0;
text-align:left;
text-rendering:optimizelegibility;
word-wrap:break-word;
z-index:-5;
}

.rental_listing_full .boxes {
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUQAAAABCAYAAACmCNetAAABXElEQVR42m3DhVJCQRQAUL9DscUmFcFHdyolqdJldzf639fZvbNv3y6cmTMRP/sDMnb6Kx1C7GQIUfqHH+DI4Jvvk1/CcI/8FHc/ICTvvAuDnTcItuWvEGhpv+Am9jef+Qb7RPvI+uPY3tqD5j0+xh76Dh+xt+BmD9kbvnoDruq1uHJFO7XLl0KlfAFKSX4OSvEcdtVnfAE7Cqf8wYnQTuYH0j69k2N7fBbbsl0+Q3bobTZNtoVb+63Re03aqm6ANSW2pOpgSWrXcKIG5sSxOE4e0SY2djjSGK1KK2CMYIO6DIYwvxku4ZB2kd4IsgVx4ADW5f68es2f431sll4lvWRG7MnAiictdu+rl1nXnlDvSoHeqZ3ECl6iE3iXjcMi62Bj6gV7dPydCMyrw9jGz9lCeJsNqme3yIDYGoAZq19s8QmnSbNX6gGdSe4GnZGfMrqwQdsJk+QmqYz8B4QtV8dJEAvTAAAAAElFTkSuQmCC) repeat-y scroll left top #1A2C3A;
margin:5px;
padding:5px;
}

.rental_listing_full p {
word-wrap:break-word;
margin:5px;
}

.rental_listing_full h3 {
//font-family:'Averia Sans Libre'!important;
color:#222;
font-size:17px;
font-weight:700;
margin-bottom:5px;
padding-left:5px;
}

.rental_listing_full .listing {
font-family:Arial,Helvetica Neue,Helvetica,sans-serif;
line-height:1.2;
text-align:left;
text-rendering:optimizelegibility;
word-wrap:break-word;
}

.header {
clear:both;
padding:10px;
}

.header_col1 {
clear:left;
float:left;
padding-left:20px;
width:700px;
}

.header_col2 {
clear:right;
float:right;
text-align:center;
width:200px;
}

.column_container {
clear:both;
width:100%;
margin:0;
}

.col1 {
clear:left;
float:left;
margin-bottom:10px;
padding-right:.666%;
width:34.333%;
}

.col2 {
clear:right;
float:left;
margin-bottom:10px;
width:65%;
}

#flag_form .col2 {
clear:right;
float:left;
margin-bottom:10px;
width:64%;
}

.sub_col1 {
float:left;
width:49%;
padding-right:1%;
}

.sub_col2 {
clear:right;
float:left;
width:50%;
}

.box {
background-color:#999;
margin-bottom:10px;
margin-top:10px;
}

.box a {
color:#A9A9A9;
}

.caption {
background-attachment:fixed;
background-image:url(/images/50transp.png);
background-position:0 0;
background-repeat:repeat;
bottom:55px;
color:#000;
font-style:italic;
font-weight:400;
line-height:normal;
position:absolute;
width:100%;
}

.clear {
clear:both;
}

.twentypercentcolumn {
width:20%; 
float:left;
min-width:160px;
margin-bottom: 1em;
}

.searchboxes,.loginboxes {
background:url(https://www.studentrent.com/images/form_input.gif) repeat-x scroll 0 0 #FFF;
border:1px solid #AAA;
color:#333;
font:100%/160% Trebuchet MS,Arial,Helvetica,Sans-Serif;
}

#pricingcontainer {
color:#333;
margin:auto;
max-width: 100%;
}

.price {
    font-size: 30px;
    font-weight: 600;
    color: #4765AB;
}

//.top {
background:none repeat scroll 0 0 #3C6787;
border-radius:10px 10px 0 0;
padding:10px;
}

//.top h2 {
color:#FFF;
text-align:center;
text-shadow:1px 1px 3px #000;
}
//.pricingtable h3 {
text-align:center;
//text-shadow:1px 1px 3px #000;
}

.drop-shadow {
position:relative;
background:#fff;
-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
box-shadow:0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
}

.drop-shadow:before,.drop-shadow:after {
content:"";
position:absolute;
z-index:-2;
}

.lifted {
-moz-border-radius:4px;
border-radius:4px;
margin:5px;
padding:5px;
}

.lifted:before,.lifted:after {
bottom:15px;
left:10px;
width:50%;
height:20%;
max-width:300px;
-webkit-box-shadow:0 15px 10px rgba(0,0,0,0.7);
-moz-box-shadow:0 15px 10px rgba(0,0,0,0.7);
box-shadow:0 15px 10px rgba(0,0,0,0.7);
-webkit-transform:rotate(-3deg);
-moz-transform:rotate(-3deg);
-ms-transform:rotate(-3deg);
-o-transform:rotate(-3deg);
transform:rotate(-3deg);
}

.lifted:after {
right:10px;
left:auto;
-webkit-transform:rotate(3deg);
-moz-transform:rotate(3deg);
-ms-transform:rotate(3deg);
-o-transform:rotate(3deg);
transform:rotate(3deg);
}

.curled {
border:1px solid #efefef;
-moz-border-radius:0 0 120px 120px / 0 0 6px 6px;
border-radius:0 0 120px 120px / 0 0 6px 6px;
}

.curled:before,.curled:after {
bottom:12px;
left:10px;
width:50%;
height:55%;
max-width:200px;
-webkit-box-shadow:0 8px 12px rgba(0,0,0,0.5);
-moz-box-shadow:0 8px 12px rgba(0,0,0,0.5);
box-shadow:0 8px 12px rgba(0,0,0,0.5);
-webkit-transform:skew(-8deg) rotate(-3deg);
-moz-transform:skew(-8deg) rotate(-3deg);
-ms-transform:skew(-8deg) rotate(-3deg);
-o-transform:skew(-8deg) rotate(-3deg);
transform:skew(-8deg) rotate(-3deg);
}

.curled:after {
right:10px;
left:auto;
-webkit-transform:skew(8deg) rotate(3deg);
-moz-transform:skew(8deg) rotate(3deg);
-ms-transform:skew(8deg) rotate(3deg);
-o-transform:skew(8deg) rotate(3deg);
transform:skew(8deg) rotate(3deg);
}

.perspective:before {
left:80px;
bottom:5px;
width:50%;
height:35%;
max-width:200px;
-webkit-box-shadow:-80px 0 8px rgba(0,0,0,0.4);
-moz-box-shadow:-80px 0 8px rgba(0,0,0,0.4);
box-shadow:-80px 0 8px rgba(0,0,0,0.4);
-webkit-transform:skew(50deg);
-moz-transform:skew(50deg);
-ms-transform:skew(50deg);
-o-transform:skew(50deg);
transform:skew(50deg);
-webkit-transform-origin:0 100%;
-moz-transform-origin:0 100%;
-ms-transform-origin:0 100%;
-o-transform-origin:0 100%;
transform-origin:0 100%;
}

.raised {
-webkit-box-shadow:0 15px 10px -10px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
-moz-box-shadow:0 15px 10px -10px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
box-shadow:0 15px 10px -10px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
}

.curved:before {
top:10px;
bottom:10px;
left:0;
right:50%;
-webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
-moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
box-shadow:0 0 15px rgba(0,0,0,0.6);
-moz-border-radius:10px / 100px;
border-radius:10px / 100px;
}

.curved-hz-1:before {
top:50%;
bottom:0;
left:10px;
right:10px;
-moz-border-radius:100px / 10px;
border-radius:100px / 10px;
}

.curved-hz-2:before {
top:0;
bottom:0;
left:10px;
right:10px;
-moz-border-radius:100px / 10px;
border-radius:100px / 10px;
}

.rotated {
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
-webkit-transform:rotate(-3deg);
-moz-transform:rotate(-3deg);
-ms-transform:rotate(-3deg);
-o-transform:rotate(-3deg);
transform:rotate(-3deg);
}

.rotated > :first-child:before {
content:"";
position:absolute;
z-index:-1;
top:0;
bottom:0;
left:0;
right:0;
background:#FFF;
-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
box-shadow:0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
}

#featured {
width:600px;
padding-right:250px;
position:relative;
text-align:left;
margin:0px auto;
}

#featured ul.ui-tabs-nav {
position:absolute;
top:0;
left:600px;
list-style:none;
width:250px;
margin:0;
padding:0;
}

#featured ul.ui-tabs-nav li {
font-size:12px;
color:#666;
padding:1px 0 1px 13px;
}

#featured ul.ui-tabs-nav li span {
font-family:georgia;
font-size:14px;
font-style:italic;
font-weight:400;
line-height:18px;
text-align:left;
}

#featured a {
font-weight:400;
}

#featured .ui-tabs-panel {
width:610px;
height:260px;
overflow:hidden;
}

#featured li.ui-tabs-nav-item a {
display:block;
height:60px;
color:#333;
background:#fff;
line-height:20px;
outline:none;
}

#featured li.ui-tabs-nav-item a:hover {
background:#f2f2f2;
}

#featured li.ui-tabs-selected {
background:url(https://www.studentrent.com/images/selected-item.gif) top left no-repeat;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a {
background:#ccc;
}

#featured ul.ui-tabs-nav li img {
float:left;
background:#fff;
border:1px solid #eee;
margin:2px 5px;
padding:2px;
}

#featured .ui-tabs-panel .info {
position:absolute;
top:180px;
left:0;
height:70px;
width:600px;
background:url(https://www.studentrent.com/images/transparent-bg.png);
}

#featured .info h2 {
font-size:18px;
font-family:Georgia, serif;
color:#fff;
overflow:hidden;
margin:0;
padding:5px;
}

#featured .info p {
font-family:Verdana;
font-size:11px;
line-height:15px;
color:#f0f0f0;
margin:0 5px;
}

#featured .info a {
text-decoration:none;
color:#fff;
}

#featured .info a:hover {
text-decoration:underline;
}

.postnote {
color:#000;
line-height:20px;
background:none repeat scroll 0 0 #f4d24b;
min-height:300px;
margin:10px;
padding:5px;
}

.postnote h3 {
text-align:center;
}

.postnote ul {
padding-left:10px;
margin:10px;
}

.tip_of_the_day {
width:40%;
float:right;
padding:10px;
}

.boxes {
background:#fff;
color:#222;
position:relative;
border-style:none;
padding:10px;
text-align:left;
}

.boxes a {
text-decoration:none;
}

.boxes a:active {
text-decoration:underline;
}

.boxes ol {
padding-left:50px;
margin:0px;
}

.tackwhite:before {
content:url("https://www.studentrent.com/images/cork/white-thumbtack.png");
height:49px;
left:-5px;
overflow:hidden;
position:absolute;
top:0;
width:46px;
z-index:14;
}

.tackgreen:before {
content:url("https://www.studentrent.com/images/cork/green-thumbtack.png");
height:49px;
left:-5px;
overflow:hidden;
position:absolute;
top:0;
width:46px;
z-index:14;
}

.tackblue:before {
content:url("https://www.studentrent.com/images/cork/blue-thumbtack.png");
height:49px;
left:-5px;
overflow:hidden;
position:absolute;
top:0;
width:46px;
z-index:14;
}

.tackred:before {
content:url("https://www.studentrent.com/images/cork/red-thumbtack.png");
height:49px;
left:-5px;
overflow:hidden;
position:absolute;
top:0;
width:46px;
z-index:14;
}

.tackwhite:after {
content:url("https://www.studentrent.com/images/cork/white-thumbtack.png");
height:49px;
overflow:hidden;
position:absolute;
right:-10px;
top:0;
width:46px;
z-index:50;
}

.tackred:after {
content:url("https://www.studentrent.com/images/cork/red-thumbtack.png");
height:49px;
overflow:hidden;
position:absolute;
right:-10px;
top:0;
width:46px;
z-index:50;
}

.tackblue:after {
content:url("https://www.studentrent.com/images/cork/blue-thumbtack.png");
height:49px;
overflow:hidden;
position:absolute;
right:-10px;
top:0;
width:46px;
z-index:50;
}

.tackgreen:after {
content:url("https://www.studentrent.com/images/cork/green-thumbtack.png");
height:49px;
overflow:hidden;
position:absolute;
right:-10px;
top:0;
width:46px;
z-index:50;
}

#lbImage:after {
content:url("https://www.studentrent.com/images/cork/blue-thumbtack.png");
height:49px;
overflow:hidden;
position:absolute;
top:-20px;
width:46px;
z-index:50;
}

.no-webp .lined, a.lined {
background:url(https://www.studentrent.com/images/cork/linedpaper.png) repeat scroll center top transparent;
color:#222;
}

.webp .lined, a.lined {
  background-image: url("https://www.studentrent.com/images/cork/linedpaper.webp");
  background-repeat: repeat;
  background-position: center top;
  background-attachment: scroll;
  background-color: transparent;
}

#footer a {
color:#666;
}

.no-webp .crinkled {
background:url(https://www.studentrent.com/images/cork/crincle_paper.jpg) repeat scroll center top transparent;
}

.webp .crinkled  {
  background-image: url("https://www.studentrent.com/images/cork/crincle_paper.webp");
  background-repeat: repeat;
  background-position: center top;
  background-attachment: scroll;
  background-color: transparent;
}

.no-webp .textured {
background:url(https://www.studentrent.com/images/cork/linedpaper.png) repeat scroll center top transparent;
}

.webp .textured  {
  background-image: url("https://www.studentrent.com/images/cork/linedpaper.webp");
  background-repeat: repeat;
  background-position: center top;
  background-attachment: scroll;
  background-color: transparent;
}

.feed div {
line-height:1;
border-color:gray;
border-style:dashed;
border-width:1px;
margin:10px;
}

.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
margin:5px;
padding-bottom:10px;
box-shadow:0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-title {
    margin-bottom: .5rem;
}

.flip-card-container{
  position: relative;
  z-index: 0; !important
  max-width:100%;
  padding:5px;
  margin:auto;
  transition: transform .2s; /* Animation */
}

.flip-card-container:hover {
//  transform: scale(1.15);
  z-index: 5555555 !important;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 275px;
  perspective: 1000px;
}
.flip-card p{
  margin:0px;
}
.flip-card h2{
  font-size:1.1em;
}
.flip-card-container a:hover{
text-shadow:none;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
box-shadow: 0 4px 8px 0 rgba(0,0,0,1);
  }

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: white;
  //color: #2980b9;
}

.flip-card-back {
padding:5px;  
background-color: white;
  //color: white;
  transform: rotateY(180deg);
  }

.roombanner {
  font-family:'Special Elite'!important;
font-style:normal;
position: absolute;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  width:100%; 
  text-shadow: 2px 2px 9px black, 1px 1px 3px black;
 // box-shadow: 1px 1px 3px gray;
-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ad_slot .card {
padding-bottom:0px;
}

//.pricingtable {
font-size:110%;   
width: 95%;
margin: 10px;
background: none repeat scroll 0 0 #FFF;
line-height: normal;
border-radius: 5px;
box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
float: left;
height: auto!important;
min-height: 400px;
position: relative;
padding-bottom:20px;
}

.card ul { 
padding-left: 0px;
list-style-type: none; }

.card li:before { 
content:"\2714\0020"; }
}

.card hr {
background-color:#BCBEC0;
border:0 none;
color:#BCBEC0;
height:1px;
margin:20px;
}

.card:hover {
  -ms-transform: scale(1.25); /* IE 9 */
  -webkit-transform: scale(1.25); /* Safari 3-8 */
  transform: scale(1.1); 
box-shadow: 3px 3px 12px rgba(0,0,0,0.3);
z-index:555555 !important;
}

#sliderContainer {
width:940px;
height:300px;
position:relative;
border-top:5px solid #fff;
border-bottom:5px solid #fff;
margin:0 auto;
}

.slideContent {
background:url(https://www.studentrent.com/images/contentBg.png) repeat scroll 0 0 transparent;
position:absolute;
bottom:0;
right:0;
width:920px;
padding:10px;
}

.slide h3 {
font:26px/1em Rokkitt, serif;
color:#FFF;
margin:0 0 5px;
}

.slide p {
font-size:14px;
color:#FFF;
margin:0;
}

.jFlowSlideContainer {
overflow:hidden;
}

.jFlowSlideContainer a {
color:#F90;
text-decoration:none;
font-style:italic;
}

.jFlowSlideContainer a:hover {
text-decoration:none;
}

.jFlowSlideContainer a:focus {
position:relative;
top:1px;
}

.jFlowNext {
background:url(https://www.studentrent.com/images/arrows.png) no-repeat scroll 0 -35px transparent;
height:130px;
position:absolute;
top:75px;
right:-50px;
width:50px;
cursor:pointer;
}

.jFlowPrev {
background:url(https://www.studentrent.com/images/arrows.png) no-repeat scroll -84px -35px transparent;
height:130px;
position:absolute;
top:75px;
left:-50px;
width:50px;
cursor:pointer;
}

.jFlowPrev:hover {
background-position:-84px -235px;
}

.jFlowNext:hover {
background-position:0 -235px;
}

#myController {
position:absolute;
top:5px;
right:5px;
}

.jFlowControl {
background:url(https://www.studentrent.com/images/bullet.png) no-repeat scroll 0 0 transparent;
float:left;
width:15px;
height:15px;
}

.jFlowControl:hover {
background-position:-32px 0;
cursor:pointer;
}

.jFlowSelected,.jFlowSelected:hover {
background-position:-15px 0;
}

a.button, .search_button, .button {
    font-size: 25px;
    background: #09da00;
    border: 0 none;
    border-radius: 10px 10px 10px 10px;
    bottom: 0;
    color: #072b4f;
    cursor: pointer;
    display: block;
    /* height: 40px; */
	line-height: 40px;
    text-align: center;
    font-family: 'Permanent Marker', cursive;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    box-shadow: 2px 2px 2px #000;
	margin-top: 5px;
	white-space: normal;
}

.card a:hover,.button:hover,a.button:hover,.search_button:hover {
box-shadow:4px 4px 10px #121212;
background: #09da00;
text-decoration:none;
font-weight:400;
text-shadow: 1px 1px 2px lightgrey;
}
.button:disabled, input.button:disabled, .button:hover:disabled, input.button:hover:disabled {
background: #d4d4d4;
text-decoration:none;
font-weight:400;
box-shadow:2px 2px 2px #000;
}

.ribbon-outer
{
 width:105px;
 height:108px;
 overflow:hidden; 
 position:absolute;
 top: -3px;
  left: -3px;
  z-index: 50;
}
.ribbon-inner
{
font: bold 18px Sans-Serif;
background: rgb(255,175,75); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,175,75,1)), color-stop(100%,rgba(255,146,10,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */ 
text-align:center; 
 color:#FFFFFF;  
  top:25px;
  left:-48px;
  width:170px;
 padding:5px;  
 position:relative;  
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
}
.ribbon-inner:before, .ribbon-inner:after {
  content: "";
  border-top:   3px solid #CC7A29;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: 3px;
}

.ribbon-inner:before {
  left: 0;
}
.ribbon-inner:after {
  right: 0;
}

.centring img,.centeredmenu ul li:hover ul,.centeredmenu ul li.hover ul,#progress-bar span {
display:block;
z-index:4000
}

input[type=checkbox],input[type=radio] {
cursor: pointer;
width: 24px;
height: 24px;
position: relative;
top: 6px;
//box-shadow: 1px 1px 4px 0px #9e9e9e;
border-radius: 999px;
//-webkit-appearance: radio;
}

.loginboxes,#email table,#email table a,#map_canvas a,#map_canvas,#flag_form a {
color:#000;
}

#expirednotice a,#flag_yellow a {
color:#000;
text-decoration:none;
}

#search_form_responsive ul{text-align:left;list-style-type:none;padding:0px}
#search_form_responsive li{max-width:100%;margin-right:10px; margin-bottom:5px; display:block;float:left;}
#search_form_responsive h2{text-align:center}
#search_form_responsive h3{float:left;clear:both}
#search_form_responsive #graphic_search_button{display:none}
#search_form_responsive .search_button{width:90%;margin:auto!important}
#cityselect{display:inline-block}
#stateselect{display:inline-block}
#schoolselect{display:inline-block;max-width:90%;}
#schoolselect select{width:100%;}

.featured_container img,.rental_listing_full a img,#featured img,#featured a img {
box-shadow:0 2px 2px #000;
}

.examplesContainer,.examplesContainerATFAB {
border:2px solid #000;
padding:.2em 0;
}

#featured_listings .rental_listing a.list_image {
display:block;
padding-bottom:8px;
padding-top:10px;
position:relative;
text-align:center;
text-decoration:none;
}

#featured_listings a:link,a:visited{
font-size:100%;
text-decoration:none;
}

#featured_listings div.rental_listing div.featured_bed_bath,#featured_listings div.rental_listing {
font-size:11px;
font-weight:700;
padding-left:0;
padding-right:0;
padding-top:1px;
position:relative;
text-transform:uppercase;
}

#featured_listings div.rental_listing a.button{
background:url() repeat-x scroll left top #151515;
font-size:14px;
font-weight:700;
height:32px;
line-height:1.2em;
position:absolute;
right:9px;
text-align:center;
text-transform:uppercase;
top:11px;
width:54px;
padding:26px 0;
}

#featured_listings div.rental_listing a.button:hover{
background:url() repeat-x scroll 0 100px #ACA297;
color:#FFF;
}

#featured_listings div.rental_listing_room{
color:#7799C6;
font-size:10px;
overflow:visible;
position:absolute;
right:30px;
text-transform:uppercase;
top:0;
}

#featured_listings div.featured_location{
font-size:10px;
font-weight:700;
position:relative;
text-transform:uppercase;
padding:1px 0;
}

#featured_listings div.rental_listing div.featured_bed_bath{
font-size:9px;
}

#featured_listings div.rental_listing div.featured_location{
font-size:11px;
}

.print,.share,.ad_num {
margin-left:10px;
margin-top:10px;
}

.rental_listing_full a:hover img,#featured a:hover img {
box-shadow:2px 3px 3px #000;
}

.perspective:after,#featured .ui-tabs-hide {
display:none;
}

.curved-vt-2:before,.ribbon-green:after {
right:0;
}

.managerblock {
float:left;
}

/* Style the form - display items horizontally */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.tip_of_the_day {
float:none;
width:auto;
}
.at4-recommended-recommended {
    background: none repeat scroll 0 0 #FFFFFF;
}
.citylist {
list-style-type: none;
margin: 0;
padding: 0;
}

.text-center {
text-align: center;
}

.g-recaptcha {
display: inline-block;
}

@media only screen and (max-width: 1136px) {
#rightbar, #ad_bar{
    display:none;
}
.header_col1 {
width:100%;
}
.col1 {
clear:both;
float:none;
margin-bottom:10px;
width:100%;
}
.col2 {
clear:both;
float:none;
margin-bottom:10px;
width:100%;
}
.sub_col1 {
clear:both;
float:none;
width:100%;
padding-right:none;
}
.sub_col2 {
clear:both;
float:none;
width:100%;
}
.postnote {
    background: none repeat scroll 0 0 #f4d24b;
    color: #000;
    line-height: 20px;
    margin: 10px;
    min-height: 10px;
    padding: 5px;
}
.centeredmenu {
    border-bottom: 0 solid #000;
    clear: both;
    float: left;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1000;
}

.loc-list ul li {
display: inline-block; 
list-style: none outside none; 
width: 32%; 
min-width: 250px; 
margin-right: 5px;'
}

#registration .col-3 {
text-align:right;
padding-right: 10px;
padding-left: 0px;
}

@media only screen and (max-width: 550px) {
.centeredmenu ul li{
min-width: 100%;
margin-top: 1px;
padding-left:10px;
padding-right:10px;
text-align:center;
}
.centeredmenu ul ul {
    display: none;
    position: absolute;
    top: 2em;
    left: 0;
    right: auto;
    width: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
}
.loc-list ul li {
padding-top:10px;
width:100%;
}
.boxes ol li {
padding-top:10px;
width:100%;
}
}

@media only screen and (max-width: 1000px){
#registration .col-3 {
text-align:left;
}

}
