/* Add your CSS here */

table { border-collapse: collapse; empty-cells: show; }

/* Logo Height on Scroll from Stability 1.7.1 "custom.css" update */
/* .header.headhesive.headhesive--stick .logo img {
	height: 28px;*/
}


/*
// #Partners Logos Section - added by Darin Parker from Stability One-Page on April 7, 2015
// --------------------------------------------------
*/

.partners__logos {
  list-style: none;
  margin: 0;
}
.partners__logos > li {
  float: left;
  width: 20%;
  padding: 0;
}
.partners__logos > li > a {
  margin: 0 2px 4px 2px;
  display: block;
  padding: 20px;
  border-radius: 6px;
  background: #fafafa;
}
.partners__logos > li > a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.partners__logos > li img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.5;
  filter: alpha(opacity=50);
}


/*
// #Social Links Section - added by Darin Parker from Stability One-Page on April 7, 2015
// --------------------------------------------------
*/
.social-links-section {
  padding: 35px;
}
.social-links-section.social-links-section__white {
  background: #fff;
}
.social-links-section.social-links-section__grey {
  background: #b7b7b7;
}
.social-links-section.social-links-section__dark {
  background: #444;
  color: #fff;
}
.social-links-section.social-links-section__dark .fa {
  background: #fafafa;
}
.social-links-section.social-links-section__dark h5 {
  color: #a3a3a3;
}
.social-links-section.social-links-section__dark a {
  color: #2f2f2f;
}
.social-links-section.social-links-section__dark a:hover h5 {
  color: #fff;
}
.social-links-section ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}
.social-links-section ul > li {
  display: inline-block;
  margin: 0;
  padding: 0 25px;
}
.social-links-section ul > li a {
  display: block;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.social-links-section ul > li .fa {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 6px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.social-links-section ul > li h5 {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 5px;
  line-height: 32px;
  vertical-align: middle;
  letter-spacing: .3em;
  font-size: 11px;
}
.social-links-section.icons-rounded .fa {
  border-radius: 50%;
}



















  
  
  
/* the code below was added by DP on 4-21-15 to increase margin below buttons on the staff directory page */

.btn {margin-bottom:20px;}

/* the code above was added by DP on 4-21-15 to increase margin below buttons on the staff directory page */


/* the code below was added by DP on 5-4-15 to fix the issue with staff responsibilities breaking alignment on the staff directory page */

.team-list > li:nth-child(4n + 1) {
    clear: left;
}

/* the code above was added by DP on 5-4-15 to fix the issue with staff responsibilities breaking alignment on the staff directory page */


/* the code below was added by DP on 5-20-15 to add a logo that would not display on screens, but that would print */

#printlogo {display: none;}

/* the code below was added by DP on 7-13-15 to change the hyperlink overlay from half the width of the img to the full width */

.project-feed__4cols .project-item .dlink {width:100%;}

.project-feed__3cols .project-item .dlink {width:100%;}


/* the code below was added by DP on 7-16-15 to change the add a class (or classes) to Portfolio projec-desc to modify it for use in the staff directory  */

.project-desc .staff_title {
  color: #000000;
  text-align: center;
  padding: 5px 5px;
  
}

.project-desc .staff_roles {
  color: #000000;
  font-style: italic;
  text-align: left;
  padding: 5px 0px 0px 0px;
  
  
}

/* the code below was taken from the "pre-bootstrap-redesign" Career Center site and added by DP on 7-22-15 to add a search box to the homepage  */

#headsearch {
	float:right;
	width:220px;
	height:25px;
	margin:3px 16px 0 0;
	background-color:#FFFFFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:inset 3px 3px 4px #CCCCCC;
}
#headsearch input {
	background-color:transparent;
	border-width:0px;
	height:25px;
	padding:0;
	float:left;
}
#headsearch input[type="text"] {
	width:177px;
	color:#999999;
	padding-left:8px;
	font-size:.7em;
}
#headsearch input[type="submit"] {
	width:35px;
	background-image: url('http://career.uga.edu/img/search_button.jpg');
	background-position:50% 50%;
	background-repeat:no-repeat;
}


#headsearch-small {
	float:right;
	width:100px;
	height:25px;
	margin:3px 8px 0 0;
	background-color:#FFFFFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:inset 3px 3px 4px #CCCCCC;
}
#headsearch-small input {
	background-color:transparent;
	border-width:0px;
	height:25px;
	padding:0;
	float:left;
}
#headsearch-small input[type="text"] {
	width:47px;
	color:#999999;
	padding-left:8px;
	font-size:.7em;
}
#headsearch-small input[type="submit"] {
	width:10px;
	background-image: url('../img/search_button-small.jpg');
	background-position:50% 50%;
	background-repeat:no-repeat;
}




/* the code below was added and modified by DP on 7-22-15 to add a search box to the homepage */


/* Header Search Form2 */
.search-form-rs .btn {
  background-image: -webkit-linear-gradient(top, #3d3d3d 0%, #2f2f2f 100%);
  background-image: linear-gradient(to bottom, #3d3d3d 0%, #2f2f2f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d3d3d', endColorstr='#ff2f2f2f', GradientType=0);
  text-align: center;
  border-color: #2f2f2f;
  padding-left: 18px;
  padding-right: 18px;
}
.search-form-rs .btn:hover {
  background-image: -webkit-linear-gradient(top, #dd2a0b 0%, #c6250a 100%);
  background-image: linear-gradient(to bottom, #dd2a0b 0%, #c6250a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd2a0b', endColorstr='#ffc6250a', GradientType=0);
  border-color: #c6250a;
}
.search-form-rs .btn .fa {
  line-height: .5em;
  color: #fff;
  margin-right: 0;
}
.header .search-form-rs {
  float: right;
  padding: 5px 0;
  
  width:120px;
  height:25px;
  margin:3px 16px 0 0;
    
  vertical-align: middle;
}
@media (min-width: 992px) {
  .header .search-form-rs {
    display: table-cell;
  }
}


.form-control-rs {
	display: block;
	width: 100%;
	height: 46px;
	padding: 12px 24px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.input-group-rs {
	float: left;
	height: 25px;
	padding: 0;
	font-size: .7em;
	line-height: 1;
	border-radius: 3px
}


.input-group-rs>.form-control,.input-group-rs>.input-group-btn>.btn {
	height: 25px;
	padding: 0;
	font-size: 1.5em;
	line-height: 1;
	border-radius: 3px
}


/* the code below was added on 7-24-15 to reduce the height of the "page heading with search" bar */

.page-heading .search-form .btn {margin-bottom:0;}


/* the code below was added on 7-29-15 to reduce the distance between the bottom of the header "search box" and the top of the navbar */

.search-form .btn {margin-bottom: 0;}


/* the code below was added on 7-29-15 to display the header "search box" (.search-form) on mobile devices */

.header .search-form {display:block;}
.header .search-form {display:block;}

@media (max-width:991px) {
    .header .search-form {
        clear:both;
        padding:10px 0;
        width: 100%;
        float:none;  
    }
}

/* the code below was added on 9-3-15 to change the background color and font color for non-active tabs */

/* created by editing "tabs .nav-tabs > li.active > a {
  color: #cc0000; " from skins/red.css */

.tabs .nav-tabs > li > a:after {
  background: #000000;
}


/* from theme-elements.css */

.tabs .nav-tabs > li > a {
    background: #BA0C2F;
    margin-right: 2px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: none !important;
    border-radius: 0;
    padding: 12px 20px;
    color: #ffffff;
    position: relative;
}

.tabs .nav-tabs > li > a:hover {
  background: #000000;
  border-color: #f7f7f7;
}

.tabs .nav-tabs > li.active > a:hover {
  color: #ffffff;
}


/* the code below was added on 10-8-15 to make the header-top (for new hireUGA secondary navbar) display on mobile devices */

@media (max-width: 767px) {
  .header-top {
    display: block;
  }
}

@media (max-width: 767px) {
  .header-top-left {
    display: block;
  }
}


@media (max-width: 767px) {
  .header-top-nav {
    display: block;
  }
}



/* the code below was added on 10-12-15 to make the horizontal thumbnail navigation pictures fill the thumbnail containers */

.rsMinW .rsThumb {padding:0 !important;}



/* the code below was added on 10-14-15 to make the new hireUGA homepage navigation pictures appear in a row of 4 on a widescreen */


.page-content2 {
  padding-top: 0px;
  padding-bottom: 0px;
  
  margin: 0px 0px 0px 0px;
}
.section-dark2 {
  margin: 0px -100% 0px -100%;
  padding: 0px 100% 0px 100%;
  background: #2f2f2f;
  overflow: hidden;
}


/* the code below was added on 2-1-16 to vertically align a responsive image on the new Career Outcomes index page */

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vertical_center {
    display: flex;
    align-items: center;
}


/* Class of 2014 Page Heading */
.co2014-heading {
  background: #co0000;
  border-top: 6px solid #d4d4d4;
  border-bottom: 6px solid #d4d4d4;
  
  
  
  
  position: relative;
  text-align: center;
  /* Page Title */
  /* Breadcrumbs */
  /* Search Form */
  /* Large */
  /* Background Image */
  /* Slideshow */
}



/* Attempt to put space between slides and thumbnails on royal slider test, February 24, 2016
*/

.rsNav {
	padding-top: 5px;
}



/* the code below was added on 10-19-16 to reduce the space between the page title bar and the beginning of page text or content*/

.page-content {
  padding-top: 45px;
  padding-bottom: 90px;
}



/* the code below was added on 10-19-16 to reduce the space between the page title bar and the beginning of page text or content specifically on the directory/roboconsultantlist page used in the student iOS app update of October 2016*/

.page-content3 {
  padding-top: 20px;
  padding-bottom: 10px;
}

/* the code below was added on 11-16-16 to prevent the new Career Center web logo from displaying at 245px x 28px instead of the correct 245px x 80px when users scroll up and down the page quickly */

.header.headhesive.headhesive--stick .logo img {
    height: 80px;
  }


/* the code below was added on 3-14-19 to display "How Graduates Found Jobs" pie charts on Career Outcomes College Summary pages */


/* ******
   CHARTS
   ****** */
.graph {
  margin-bottom: 20px;
  position: relative;
}
.graph .percentage {
  position: absolute;
  width: 80%;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  line-height: 50px;
  font-size: 30px;
  font-weight: 300;
  left: 10%;
}
.chart {
  max-width: 100%;
}
.chart-with-legend {
  
    /* original - width: 70%; */
    
    width: 50%;
    
    
  float: left;
}
.chart-with-legend + .doughnut-legend {
  
    /* width: 25%; */
    
    width: 40%;
  
    float: left;
  left: auto;
  right: 0;
}
.chart-with-legend + .doughnut-legend li {
  min-width: 0;
}
.chart-with-legend.small-chart {
  width: 190px;
  float: left;
  margin-right: 10px;
}
.chart-with-legend.small-chart + .doughnut-legend {
  width: 175px;
  float: right;
  left: auto;
  right: 0;
  margin-top: 15px;
  top: auto;
  position: static;
}
.chart-with-legend.small-chart + .doughnut-legend li {
  min-width: 0;
  margin-bottom: 20px;
}
.chart-with-horizontal-legend {
  width: 50%;
  margin: auto;
}
.chart-with-horizontal-legend + .doughnut-legend {
  width: 100%;
  position: static;
  margin: 0;
}
.chart-with-horizontal-legend + .doughnut-legend li {
  display: inline-block;
  min-width: 0;
  margin-top: 20px;
}
.doughnut-legend {
  list-style: none;
  position: absolute;
  left: 100%;
  
    
    /* original - top: 50%; */
    
    
    top: 10%;
  
    
    
    /* original - margin-top: -70px; */
    
    margin-top: 10px;
    
    
    
    
    
  padding-left: 0;
}
.doughnut-legend li {
  display: block;
  min-width: 250px;
  padding-left: 30px;
  position: relative;
  
  /* original - margin-bottom: 45px; */

  margin-bottom: 20px;
  
  border-radius: 5px;
  padding: 2px 8px 2px 36px;
  font-size: 14px;
  cursor: default;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}
.doughnut-legend li:hover {
  background-color: #fafafa;
}
.doughnut-legend li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
}
@media (max-width: 991px) {
  .chart-with-legend.small-chart .chart-with-legend {
    width: 100%;
    float: none;
  }
  .chart-with-legend.small-chart .chart-with-legend + .doughnut-legend {
    width: 100%;
    float: none;
    position: static;
    margin-top: 0;
  }
  .chart-with-legend.small-chart .chart-with-legend + .doughnut-legend li {
    margin-top: 20px;
    display: inline-block;
  }
  .chart-with-horizontal-legend {
    width: 100%;
  }
}