  .sdauth {
  float: right;
  margin-top:10px;
  margin-right:15px;
}

#phonebook_amendments_form input[type="radio"] {
  margin-right:5.5px !important;
}

.line-break {
  padding:5px;
  padding-top:6px;
}

#pager .pages, #pager .perpage {
  display: inline;
  padding-right: 2em;
}

#pager {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size:110%;
}

ul.c-az-list__menus:empty {
  margin:0;
  padding:0;
}

.profile-image {
  padding: 0 10px;
}

.div-second {
  clear:both;
}

.homepage-form label {
  font-size:1.2em;
  color: #666;
  padding-right:1.2em;
}

.homepage-form select, input[type="text"] {
  width:100%;
}

/*
@media (min-width:768px) {
  .homepage-form select, input[type="text"] {
    width:80% !important;
  }
}
*/
/* This code will make the TINY MCE editor reponsive. edit.html*/
.mceEditor table {
  max-width:none; /* Bug in computation of fullscreen */
}

.mceEditor table.mceLayout {
  width:100% !important;
  height:auto !important;
}

table.mceToolbar {
  float:left;
}

body .mceToolbar div {
  white-space:normal;
}
/* TINY MCE ends *?

*/

@media (max-width:979px) {
  #main-content h1 {
    padding-top:12px;
  }

  ul.edit-information {
    padding-top:20px;
    line-height:25px;
  }
}

ul.edit-information {
  margin-left:0px!important;
}

.sdauth a {
  color: #FFFFFF !important;
}


/* for all window widths */
.left-image {
  float: left ;
  padding-right:15px;
}
.right-content {
  float: left;
  width: 70%;
}

@media only screen and (max-width: 479px) {
  /* for widths less than or equal to 629 pixels */
  .left-image {
    float: none ;
    width: 100% ;
    padding-bottom:20px;
  }
  .right-content {
    float: none ;
    width: 100% ;
  }
}


@media only screen and (min-width: 480px)  and (max-width: 767px){
  /* for widths less than or equal to 629 pixels */
  .left-image {
    float: left ;
    padding-right:15px;
  }
  .right-content {
    float: left;
    width: 60%;
  }
}


ul.edit-information li {
  display: inline;
}

div.c-accordions {
  border-bottom:0 solid !important;
}

table.login input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #d40000;
  color: #fff;
}

/* top research button and title */
@media (max-width:767px) {
  .homepage-title-researcher-container { display: flex; flex-direction: column; }
  .homepage-research-button { order: 2; }
  .homepage-title-container { order: 1;
    clear: both; }
  .research-btn {
    display: block;
  }

  .c-auth-login__user{display:none;}

}
@media (min-width:768px) and (max-width: 979px) {
  .homepage-research-button {
    margin-top:20px;
  }
}

/* ENDS */

.c-az-list__menus, .c-az-list__body {
  margin-left: 0; }

.c-az-list__menus {
  margin-left: 0;
  margin-bottom: 1rem; }

.c-az-list__menus::before, .c-az-list__menus::after {
  display: table;
  content: ' '; }

.c-az-list__menus::after {
  clear: both; }

.c-az-list__menus li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: inline-block; }

.c-az-list__menus a,
.c-az-list__menus button {
  display: block;
  padding: 0;
  border-radius: 0;
  color: #0a0a0a; }

.c-az-list__menus a:hover,
.c-az-list__menus button:hover {
  background: #f1f1f1; }

.c-az-list__menus > li {
  width: 1.5rem;
  border: 1px solid #0a0a0a;
  margin: 0 0.2rem 0.5rem;
  text-align: center; }

@media screen and (max-width: 39.9375em) {
  .c-az-list__menus > li {
    width: 2.5rem;
    font-size: 1.5rem; } }

.c-az-list__menus > li a {
  text-decoration: none; }

.c-az-list__menus > li a:hover, .c-az-list__menus > li a:focus {
  background: #0a0a0a;
  color: #fff; }

.c-az-list__menus > li.is-disabled {
  border: 1px solid #cacaca; }

.c-az-list__menus > li.is-disabled a {
  opacity: 0.25;
  cursor: not-allowed;
  opacity: 1; }

.c-az-list__menus > li.is-disabled a, .c-az-list__menus > li.is-disabled a:hover, .c-az-list__menus > li.is-disabled a:focus {
  background-color: inherit;
  color: #cacaca; }
.top {
  margin-top:.2rem;}
.faculty ul li {
  padding:.1rem 0;
}

ul.c-accordion li:empty {
 display: none;
}
#homepage-contact table th {
  text-align: left;
}

@media print, screen and (min-width: 64em) {
  .c-vegas-slider__container {
    height: 300px;
  }
	.c-form {
		width:60%!important;
	}
}
@media print, screen and (max-width: 39.9375em) {
  .c-vegas-slider__container {
    width: 100%;
    height: 70px;
  }
	
}
/* Table fix untill SG updated*/
td, th {
    color: #102535 !important;
}
