  address{
	width:110%;
}
.directEditStyle a{
    color: white !important;
    text-decoration: none !important;
}
.profileImage{
	  width: 50% !important;
	  margin-right:20px !important;
	  float:left !important;
}

/* Tony Added */
.leftimage {
      margin-right: 10px;
}


@media only screen and (min-width:0px) and (max-width:767px) {
  .profileImage{
      width:90% !important;
      margin-left: 5% !important;
  }
}
.eventinfo dl{
 	  width:30%;
 	  float:left;
}

.eventinfo dl dt{
 	  font-weight:bold;
	  float:left;
	  margin-right:10px;
}

.eventinfo dl dd{
	  text-align:left;
}

.event.beige-bg{
	  padding:10px 40px;
}

.directEditStyle a{
	color:white !important;
	text-decoration: none;
}
.main-title{
	cursor:pointer;
}
.add-title{
	color:#473E2E;
	cursor:pointer;
}
.two-thirds blockquote a:first-child{
	font-size: 26px;
}
@media (min-width: 1200px){
.drop-holder {
	width:78% !important;

	}
}
@media only screen and (min-width:0px) and (max-width:500px) {
.eventinfo dl dd{
	text-align:left;
    margin-left: 0px;
    display: block;
    clear: both;
}
}
.two-columns #sidebar{
    z-index: 2000;
}

.search-active .two-columns #sidebar{
    z-index: 1;
}

.dataTables_paginate {
    margin-top: 1em;
    margin-bottom: 2em;
}

.dataTables_paginate .paginate_button {
    border: 1px solid #9e1e46;
    padding: 0 .5em;
    margin-right: 1em;
    color: #9e1e46;
}

.dataTables_paginate .paginate_button:hover {
    cursor: pointer;
    color: white;
    background-color: #9e1e46;
}

.dataTables_paginate .paginate_button.disabled {
    border-color: grey;
    color: grey;
}

.dataTables_paginate .paginate_button.disabled:hover {
    background-color: white;
    cursor: default;
}

.dataTables_paginate .paginate_button.current {
    color: white;
    background-color: #9e1e46;
}

.dataTables_info {
    font-size: 90%;
}

#course-filter_length {
    float: left;
	margin-top: 0.7em;
}

#course-filter_filter {
    float: right;
    margin-bottom: 1em;
}

#course-filter_filter input[type="search"] {
    margin-left: .5em;
}


.course-description {
    border-bottom: 1px solid #9e1e46;
    margin-bottom: 3em;
    min-height: 8em;
}

.class-schedule-list ul {
    list-style-type: none;
    margin: 0 0 2em 0;
    padding: 0;
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    -webkit-column-rule: 1px solid #caad68;
       -moz-column-rule: 1px solid #caad68;
            column-rule: 1px solid #caad68;
}
@media screen and (max-width: 40.625em) {
	.class-schedule-list ul {    
		-webkit-columns: 2;
           -moz-columns: 2;
                columns: 2;    
	}
}
.img-holder img{

	height: auto !important;
}

#content p img{

	height: auto !important;
}
ul.single-semester {
    background: #9e1e46;
    color: white;
    list-style-type: none;
    padding: 40px 60px;
    font-weight: 600;
}

ul.single-semester li {
    padding-left: 0;
    margin-bottom: 20px;
}

ul.single-semester li:before {
    display: none;
}
.hide-acalog {
    display: none;
}

.loading-icon {
    width: 2.5em;
    height: 2.5em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.accordion-content h4 {
    margin-top: 1em;
}
.accordion-content h4+ul {
    margin-left: 2em;    
}







.schedule-table {
    table-layout: fixed;
}
.schedule-table th,
.schedule-table td,
.small-table-font th,
.small-table-font td {
    font-size: 80%;
    padding-left: 4px;
    padding-right: 4px;
}
.Section {
    width: 105px;
}
.Term {
    width: 55px;
}
.Title {
    width: 125px;
}
.Cr {
    width: 35px;
}
.Seats {
    width: 60px;
}
.Room {
    width: 55px;
}
.Time {
    width: 125px;
}
.Prof {
    width: 100px;
}
.Books {
    width: 50px;
}
.Comments {
    width: 150px;
}




#course-filter tr th:nth-of-type(2),
#course-filter tr td:nth-of-type(2),
#course-filter tfoot{
    display: none;    
}
.further-search:before, .further-search:after {
    display: table;
    content: '';
}

.further-search:after {
    clear: both;
}

.further-search > div {
    max-width: 33%;
    padding-right: 3%;
}

.further-search select {
    max-width: 100%;
}
#calendar_events .event .eventinfo  dl:first-child{
    width:40% ;
   
}
#calendar_events .event .eventinfo  dl:nth-child(2){
    width:25% ;
   
}
#calendar_events .event .eventinfo  dl:nth-child(3){
    width:35% ;
   
}
.hide-text,
.hide-text a {
    color: transparent;
}

.program.has-video .vid-cover {
    padding-bottom: 67.2%;
	background-size: cover;
}


/* Acalog PSRR-12995 */

.iframe-catalog-link {
	width: 75px !important;
}

.acalog-course-title {
	width: calc(100% - 80px);
	word-wrap: break-word;
	hyphens: auto;
}



















