/* -----------------------------------------
   VARIABLES
----------------------------------------- */
/* -----------------------------------------
   ENTYPO
----------------------------------------- */
@font-face {
  font-family: 'entypo';
  src: url('/global/bootstrap/hr/entypo/entypo.eot');
  src: url('/global/bootstrap/hr/entypo/entypo.eot?#iefix') format('embedded-opentype'), url('/global/bootstrap/hr/entypo/entypo.woff') format('woff'), url('/global/bootstrap/hr/entypo/entypo.ttf') format('truetype'), url('/global/bootstrap/hr/entypo/entypo.svg#entypo') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*.pictogram {
  font-family: 'entypo';
  font-size: 28px;
  line-height: 1;
  position: relative;
  top: 2px;
}*/
.pictogram {
  font-size: 1em;
  font-weight: 700;
}
/* -----------------------------------------
   COMMON ELEMENTS
----------------------------------------- */

h1, h2, h3, h4, h5, h6 {color:#333; font-weight: normal;}

.full-width {
  min-width: 100%;
  position: relative;
}
a {
  color: #9D563B;
  font-size:1.25em;
  padding-top: .125em;
  line-height:normal;
    padding-bottom: .125em;
}
a:hover {
  text-decoration: none;
  color: #134661;
}
.block {
  display: block;
}
/* -----------------------------------------
   HEADER
----------------------------------------- */
#header {
  background: url(/hr/gfx/header-bg-texture.jpg) repeat;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFF;
}
#uthealth-navbar {
  background: #be5127;
  font-family: Verdana, Geneva, sans-serif ;
  font-weight: 500;
}
#uthealth-navbar a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 40px;
}
#uthealth-navbar a:hover {
  color: #000;
}

#uthealth-navbar #cse-search-box {
  float: right;
  margin: 4px 0;
  padding: 0;
  width: 215px;
 
      
 
}
/*  height: 20px; */
  font-size: 11px;
  font-family: inherit;
/*  border-radius: 2em; */
}

#cse-search-box fieldset {
  border: medium none;
  margin: 0;
  padding: 0px;
}

uthealth-navbar #cse-search-box input.gsc-input, input.gsc-input {
background-image:url("https://www.google.com/cse/intl/en/images/google_custom_search_watermark.gif") !important;
background-repeat:no-repeat;
background-color:#fff;
}

#uthealth-navbar #cse-search-box input.hidden {
  background-image:none!important;
  display: none;
  
}

#uthealth-navbar #cse-search-box input.button {
  border-radius: 2em;
 font-size: 0.875em !important;
 height: 2em !important;
 padding: 0px 10px;
 margin-top: 3px;
}
#uthealth-navbar #cse-search-box input.search {
  width: 160px;
  float: left;
  margin-right: 4px;
  border-radius: 2em;
}

button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 4px;
  margin: 0 0 1.00em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.00em;
  padding-bottom: 0.8125em;
  padding-left: 1.00em;
  font-size: 1em;
  background-color: #134661;
  border-color: #1c6d85;
  color: white; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #1c6d85; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #d0d0d0; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #457a1a; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #970b0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em; }
  button.small, .button.small {
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em; }
  button.tiny, .button.tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;
    font-size: 0.6875em; }
  button.expand, .button.expand {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75em; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75em; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #2ba6cb;
    border-color: #2284a1;
    color: white;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2284a1; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2ba6cb; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e9e9e9;
      border-color: #d0d0d0;
      color: #333333;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #d0d0d0; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e9e9e9; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #5da423;
      border-color: #457a1a;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #457a1a; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5da423; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #c60f13;
      border-color: #970b0e;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #970b0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c60f13; }

button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none; }
  button.tiny, .button.tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em;
    -webkit-appearance: none; }
  button.small, .button.small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em;
    -webkit-appearance: none; }
  button.large, .button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em;
    -webkit-appearance: none; }

@media only screen {
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    button:active, .button:active {
      -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
    button.radius, .button.radius {
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    button.round, .button.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; } }
@media only screen and (min-width: 768px) {
  button, .button {
    display: inline-block; } }




/*#uthealth-navbar #custom-search-form {
  margin: 9px 0 0 3px;
  padding: 0;
}
#uthealth-navbar #custom-search-form .search-query {
  padding-right: 3px;
  padding-right: 4px \9;
  padding-left: 10px;
  padding-left: 5px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  /*padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 11px;
  width: 120px;
}
#uthealth-navbar #custom-search-form button {
  border: 0;
  background: none;
  /** belows styles are working good */

  /*padding: 0px 5px;
  margin-top: 1px;
  position: relative;
  left: -28px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  /*margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#uthealth-navbar .search-query:focus + button {
  z-index: 3;*/
}
#site-name h1 {
  font-family: Verdana, Geneva, sans-serif ;
  font-weight: 300;
  font-size: 48px;
  color: #be5127;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding-top: 25px;
}
/* -----------------------------------------
   BODY MOVE
----------------------------------------- */
body.move {
  margin-top: 70px;
}
/* -----------------------------------------
   NAVIGATION
----------------------------------------- */
#main-nav {
  background-color: #134661;
}
#main-nav.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
}
#main-nav .navbar {
  background: #134661;
  margin-bottom: 0;
  /*.nav .active a{
      background: #E9E9E9;
      color: @orange;
    }*/

}
#main-nav .navbar .brand {
  color: #FFF;
  text-shadow: none;
  display: none;
}
#main-nav .navbar-inner {
  border-radius: 0;
  background: #134661;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#134661', endColorstr='#134661', GradientType=0);
  border: none;
  padding-left: 0;
  padding-right: 0;
}
#main-nav .nav {
  margin: 0;
}
#main-nav .nav li {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  background: none;
  text-transform: uppercase;
  font-size: 12px;
}
#main-nav .nav li a {
  color: #FFF;
  text-shadow: none;
  background: none;
  text-align: center;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#main-nav .nav li a:hover {
  text-decoration: none;
  color: #FFF;
  background: #0e6c9d;
}
#main-nav .nav li.active a {
  background: #E9E9E9;
  color: #8f3d1d;
}
#main-nav .nav li.active a:hover,
#main-nav .nav li.active a:focus {
  background-color: #F5F5F5;
  color: #8f3d1d;
}
#main-nav .nav li:first-child a {
  border-left: 0;
}
#main-nav .nav li:last-child a {
  border-right: 0;
  margin-right: 0;
}
#main-nav .nav li .dropdown-menu {
  width: 270px;
  border-radius: 0;
  top: 95%;
  border: none;
  border-top: 1px solid #FFF;
  padding: 0;
  background: #0e6c9d;
}
#main-nav .nav li .dropdown-menu li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #FFF;
  width: auto;
}
#main-nav .nav li .dropdown-menu li a {
  background: #0e6c9d;
  color: #FFF;
  padding: .6rem 1.2rem;
  text-align: left;
  display: block;
  text-transform: none;
  border-left: none;
  border-right: none;
}
#main-nav .nav li .dropdown-menu li a:hover {
  background: #000;
  color: #FFF;
}
#main-nav .nav li .dropdown-menu .active a {
  background: #8f3d1d;
  color: #FFF;
}
#main-nav .nav li .dropdown-menu:before,
#main-nav .nav li .dropdown-menu:after {
  border: none;
  content: none;
  display: inline-block;
}
#main-nav #navjobsearch a {
  color: #FFF;
  background: #0e6c9d;
}
#main-nav #navjobsearch a:hover {
  background: #8f3d1d;
}
.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
/*
#main-nav .navbar .nav li.dropdown.open > .dropdown-toggle,
#main-nav .navbar .nav li.dropdown.active > .dropdown-toggle,
#main-nav .navbar .nav li.dropdown.open.active > .dropdown-toggle{
  background: #E9E9E9;
  color: @orange;
  &:hover{
    background: @navselected;
    color: #FFF;
  }
}
*/
/* -----------------------------------------
   FEATURE AREA - HOME
----------------------------------------- */
#hr-feature {
  border-top: 1px solid #FFF;
  background: #8f3d1d;
  background-image: linear-gradient(bottom, #8f3d1d 43%, #be5127 100%);
  background-image: -o-linear-gradient(bottom, #8f3d1d 43%, #be5127 100%);
  background-image: -moz-linear-gradient(bottom, #8f3d1d 43%, #be5127 100%);
  background-image: -webkit-linear-gradient(bottom, #8f3d1d 43%, #be5127 100%);
  background-image: -ms-linear-gradient(bottom, #8f3d1d 43%, #be5127 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.43, #8f3d1d), color-stop(1, #be5127));
  position: relative;
}
#hr-feature a.feature-btn {
  text-align: left;
  text-shadow: none;
  border-radius: 0;
  font-size: 24px;
  padding-bottom: 10px;
  color: #be5127;
  box-shadow: 2px 2px 0 #353535;
}
#hr-feature a.feature-btn span {
  text-transform: uppercase;
  display: block;
  font-size: 0.6875rem;
}
#hr-feature a.feature-btn:hover {
  background: #134661;
  color: #FFF;
}
#hr-feature .carousel {
  margin-bottom: 0;
}
#hr-feature .carousel h1 {
  font-weight: normal;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -1.5px;
  color: #FFF;
  margin-top: 0px;
}
#hr-feature .carousel p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
#hr-feature .carousel .carousel-caption {
  position: static;
  background: none;
}
#hr-feature .carousel .carousel-control {
  z-index: 200;
  margin-top: 0;
}
#hr-feature .carousel .carousel-control.left {
  left: -75px;
}
#hr-feature .carousel .carousel-control.right {
  right: -75px;
}
/* -----------------------------------------
  Block Area Homepage
----------------------------------------- */
#block-area {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #dee4e5;
  border-top: 1px solid #FFF;
}
#block-area span {
  text-transform: uppercase;
  color: #a54722;
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}
#block-area .block-area-item img {
  border: 1px solid black;
}
#block-area .block-area-item:hover img {
  border-color: #a54722;
}
#block-area #block-area-news a {
  display: block;
  overflow: auto;
}
#block-area #block-area-news a img {
  border: 1px solid black;
  float: left;
  margin-right: 10px;
}
#block-area #block-area-news a span {
  text-transform: none;
  font-size: 12px;
  line-height: 1.2;
  font-weight: normal;
  color: #333333;
}
#block-area #block-area-news a:hover img {
  border-color: #a54722;
}
#block-area #block-area-news a:hover span {
  color: #a54722;
}
#block-area #block-area-news hr {
  border-color: #858585 -moz-use-text-color #ffffff;
  margin: 15px 0;
}
/* -----------------------------------------
  Breadcrumbs
----------------------------------------- */
.breadcrumb {
  background: #ECF0F5;
}
.breadcrumb > li a {color: #8f3d1d;}
.breadcrumb > li > .divider {color: #6b6b6b;}
/* -----------------------------------------
  Content Area Homepage + Subpages
----------------------------------------- */
#content-area {
  background: #f5f5f5 url(/hr/gfx/tmc-skyline-silhoutte.png) repeat-x left bottom;
  padding-bottom: 175px;
  font-family: 'Lato', sans-serif;
}
#content-area a {text-decoration:underline;}
#content-area #career-path-careers {
  padding-top: 1.25rem;
  text-align: center;
}
#content-area #career-path-careers a {
  display: block;
  overflow: visible;
  padding: 1.25rem;
  background: #FFF;
  border: 1px solid #FFF;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  margin-bottom: 10px;
  height: 250px;
  text-decoration:none;
}
#content-area #career-path-careers a .career-title {
  font-size: 1.55rem;
  color: #0e6c9d;
  font-weight: light;
  display: block;
  /*-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.5s ease-out;*/
}
#content-area #career-path-careers a img {
  border-radius: 50%;
  border: 2px solid #0e6c9d;
  margin: 0 auto;
  margin-bottom: 1.25rem;
  display: block;
  /*-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.5s ease-out;*/
}
#content-area #career-path-careers a .career-excerpt {
  color: #6b6b6b;
  font-weight: normal;
  display: block;
  padding-top:1.25rem;
}
#content-area #career-path-careers a:hover {
  background: #ecf0f1;
  border: 1px solid #0088CC;
  border-radius: 4px;
  border-color: #be5127;
}
#content-area #career-path-careers a:hover .career-title {
  color: #be5127;
  /*-webkit-transform: translate(0px, -120px);
  -moz-transform: translate(0px, -120px);
  -o-transform: translate(0px, -120px);
  -ms-transform: translate(0px, -120px);
  transition: all 0.4s ease-out;*/
}
#content-area #career-path-careers a:hover .career-excerpt {
  color: #595959;
  transition: all 0.4s ease-out;
}
#content-area #career-path-careers a:hover img {
  border-color: #be5127;
  /*-webkit-transform: translate(0px, 45px);
  -moz-transform: translate(0px, 45px);
  -o-transform: translate(0px, 45px);
  -ms-transform: translate(0px, 45px);
  transition: all 0.4s ease-out;*/
}
#content-area h3 {
  font-family: Verdana, Geneva, sans-serif ;
  font-weight: 300;
  color: #be5127;
  text-transform: uppercase;
  border-top: 1px solid #be5127;
  border-bottom: 1px solid #be5127;
  margin: 25px 0 10px 0;
}
#content-area h3[data-toggle="collapse"] {
  pointer: cursor;
}
#content-area p {
  line-height: 1.6;
}
#content-area .page-header {
  border-bottom: 1px solid #CCCCCC;
}
#content-area .page-header span[role="button"] {
  cursor: pointer;
}
#content-area hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #cccccc -moz-use-text-color #ffffff;
  border-image: none;
  border-left: 0 none;
  border-right: 0 none;
  border-style: solid none;
  border-width: 1px 0;
  margin: 1.25rem 0;
}
.lock {background: url(/global/gfx/lock.png) no-repeat; background-position: 3px !important; padding-left:15px !important;}
/* -----------------------------------------
   Left Area
----------------------------------------- */
.blocklist {
  margin: 0 0 1.25rem 0;
  padding: 0;
}
.blocklist li {
  list-style-type: none;
  margin-bottom: 1px;
}
.blocklist li a {
  color: #8f3d1d;
  background: #E5E5E5;
  display: block;
  padding: 10px 10px 10px 15px;
}
.blocklist li a:hover {
  background: #be5127;
  color: #FFF;
}
.blocklist li a[href$=".pdf"],
.blocklist li a[href$=".doc"],
.blocklist li a[href$=".docx"],
.blocklist li a[href$=".xls"],
.blocklist li a[href$=".xlsx"],
.blocklist li a[href$=".ppt"],
.blocklist li a[href$=".pptx"] {
  padding: 10px 10px 10px 15px !important;
  background-position: 97.5% center !important;
}
.blocklist li.active a {
  background: #be5127;
  color: #FFF;
}
.blocklist li.active ul li a {
  background: #E9E9E9;
  color: #be5127;
}
.blocklist li.active ul li a:hover {
  background: #be5127;
  color: #FFF;
}
.blocklist li.active ul li.active a {
  background: #D5D5D5;
}
.blocklist li.active ul li.active a:hover {
  background: #be5127;
  color: #FFF;
}
.blocklist li ul {
  margin: 1px 0 0 0;
  padding: 0;
}
.blocklist li ul li a {
  padding-left: 35px;
  background: #E9E9E9;
}
#spyNav {
  position: initial !important;
  width: 215px;
}

.spyNav {
  width: 215px;
}
.leftnav-header,
.rightnav-header {
  text-transform: uppercase;
}
.featured-story {
  text-align: left;
}
.featured-story a {
  display: block;
  overflow: auto;
}
.featured-story a img {
  border-radius: 50%;
  display: block;
  float: right;
  border: 2px solid #0e6c9d;
}
.featured-story a .featuredstory-title {
  display: block;
  margin-bottom: 5px;
}
.featured-story a .featuredstory-title small {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.featured-story a .featuredstory-excerpt {
  display: block;
  font-style: italic;
  font-size: 12px;
  line-height: 1.4;
  color: #333333;
}
.featured-story a:hover {
  color: #be5127;
}
.featured-story a:hover img {
  border-color: #be5127;
}
.featured-story a:hover .featuredstory-excerpt {
  color: #be5127;
}
.featured-story a.featuredstories {
  font-style: italic;
}
/* -----------------------------------------
   Sidebar Widgets
----------------------------------------- */
.firstwidget {
  margin-top: 1.25rem;
}
#howmanyjobs {
  text-align: center;
}
#howmanyjobs h2 {
  font-size: 28px;
  display: block;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
}
#howmanyjobs h2 .jobs-number {
  color: #ff9900;
  display: block;
  font-size: 46px;
  padding-bottom: 5px;
  font-weight: bold;
}
#howmanyjobs h2 .jobs-date {
  padding-top: 10px;
  font-size: 14px;
  display: block;
}
#howmanyjobs .direction-before {
  font-size: 5em;
  text-align: center;
  font-weight: normal;
  color: #ff9900;
  line-height: .35;
}
.apply-direction {
  font-size: 10em;
  text-align: center;
  font-weight: normal;
  color: #be5127;
  line-height: .75;
}
.applynow-btn,
.hr-btn {
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #8f3d1d;
  color: #FFF;
  text-shadow: 0px 1px 1px #333;
  text-decoration: none !important;
}
.applynow-btn .buttonh1,
.hr-btn .buttonh1 {
  font-size: 28px;
  color: #FFF;
  text-shadow: 0px 1px 1px #333;
  display: block;
  text-align: center;
  line-height: 1.1;
  font-weight: bold;
  padding-bottom: 5px;
}
.applynow-btn .ptext,
.hr-btn .ptext {
  color: #FFF;
  text-shadow: 0px 1px 1px #333;
  font-size: 13px;
  line-height: 1.2;
}
.applynow-btn:hover,
.hr-btn:hover {
  background: #be5127;
  color: #FFF;
  text-shadow: 0px 1px 1px #333;
}
.hr-btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
#hr-statistics {
  text-align: center;
}
#hr-statistics img {
  margin-bottom: 15px;
}
.widget h3 {
  border: none !important;
  font-size:22px;
}
/* -----------------------------------------
   Graphs
----------------------------------------- */
.graph {
  position: relative;
}
.graph .yaxis {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(-90deg);
  transform-origin: 20% 40%;
  -ms-transform: rotate(-90deg);
  /* IE 9 */

  -ms-transform-origin: 20% 40%;
  /* IE 9 */

  -webkit-transform: rotate(-90deg);
  /* Safari and Chrome */

  -webkit-transform-origin: 20% 40%;
  /* Safari and Chrome */

  -moz-transform: rotate(-90deg);
  /* Firefox */

  -moz-transform-origin: 20% 40%;
  /* Firefox */

  -o-transform: rotate(-90deg);
  /* Opera */

  -o-transform-origin: 20% 40%;
  /* Opera */

  /*
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.00000000, M12=1.00000000, M21=-1.00000000, M22=0.00000000,sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.00000000, M12=1.00000000, M21=-1.00000000, M22=0.00000000,sizingMethod='auto expand');
    */

}
.graph .xaxis {
  position: absolute;
  left: 10%;
  bottom: -20%;
}
.graph ul {
  margin-left: 15%;
  width: 80%;
}
.graph ul li {
  margin-bottom: 1.25rem;
}
.graph h2 {
  border-bottom: 2px solid #333;
  display: block;
  position: relative;
}
.step-icon {
  padding-top: 2.1875rem;
  font-size: 1.25rem;
}
/* -----------------------------------------
   FAQ Pages
----------------------------------------- */
.faq-tags span {
  font-weight: normal;
  border-radius: 0;
}
.faq-tags a {
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 5px;
}
.faq-tags a span {
  padding: 3px 10px;
}
.faq-tags a:hover span {
  background: #be5127;
}
#filters.faq-tags a.active span {
  background: #be5127;
}
#faqlist .faq-item {
  display: block !important;
  width: 100%;
  background: #ececec;
  padding: 0 10px;
  margin-bottom: 10px;
}
.ui-accordion-header:focus {outline: solid 1px #ccc;}
/* -----------------------------------------
  Featured Employee
----------------------------------------- */
figure {
  margin: 0 0 1.25rem 0;
  padding: 0;
}
figure figcaption {
  font-family: Verdana, Geneva, sans-serif ;
  font-style: italic;
  color: #555;
  text-align: right;
  font-size: 0.75rem;
}
/* -----------------------------------------
   Footer
----------------------------------------- */
#footer {
  background: #FFF;
  padding-bottom: 2.5rem;
}

#footer p {
  line-height: 1.5rem;
}

#footer h5{
  color: #134661;
  padding-bottom: 4px;
  border-bottom: 1px solid #134661;
}

#footer h4.quicklinks{
  color: #134661;
  font-size:1.1em;
  padding-bottom: 4px;
  border-bottom: 1px solid #134661;
}

#footer ul {
  margin: 0;
  padding: 0;
}
#footer ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* font-size: 1.25em; */
  padding-top: .25em;
  padding-bottom: .25em;
}
#footer ul li a {
  color: #6b6b6b;
}
#footer ul li a:hover {
  text-decoration: none;
  color: #be5127;
}
#footer-address h1 {
  color: #be5127;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.2;
}
#footer-awards h4 {
  font-size: 14px;
  color: #6b6b6b;
  text-align: right;
}
#footer-awards img {
  margin: 15px 0px 20px 0;
}
.footer-phone {
  clear: both;
  background: #ecf0f1;
  padding: 15px 10px;
  display: block;
  color: #be5127;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2;
}
#footer-credits {
  background: #F5F5F5;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer-credits #credits-copyright {
  color: #8f3d1d;
  font-weight: bold;
  font-size: 0.6875rem;
}
#footer-credits ul {
  margin: 0;
  padding: 0;
}
#footer-credits ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* font-size: 0.6875rem; */
}
#footer-credits ul li a {
  color: #333;
  display: block;
  font-size:1.125em;
  padding-top:.25em;
  padding-bottom:.25em;
}
#footer-credits ul li a:hover {
  color: #be5127;
}
/* -----------------------------------------
   REUSEABLE CLASSES
----------------------------------------- */
.blocklinks {
  margin: 0;
  padding: 0;
}
.blocklinks li {
  list-style-type: none;
  padding: 8px;
  border-top: 1px solid #DDDDDD;
  display: block;
}
.blocklinks li a {
  display: block;
  color: #333333;
  text-decoration: none !important;
}
.blocklinks li a:hover {
  color: #be5127;
}
.blocklinks li:nth-child(2n+1) {
  background: #F9F9F9;
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 9px;
  margin-right: 5px;
}
.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.rating span.star:hover {
  cursor: pointer;
}
.rating span.star:before {
  content: "\f005";
  padding-right: 0px;
  color: #be5127;
}
.doclist li {
  border-bottom: 1px solid #CCC;
}
.uppercase {
  text-transform: uppercase;
}
.lead {
  font-weight: 300;
}

#content-left .label-info {background-color:#367da1;font-size: 14px; padding: 10px;}

/* -----------------------------------------
   ICONS for links
----------------------------------------- */
a[href$=".pdf"] {
  background: #e5e5e5 url("/hr/gfx/pdf-icon.png") no-repeat scroll 99.5% center !important;
  padding: 2px 20px 2px 5px !important;
}
a[href$=".doc"],
a[href$=".docx"] {
  background: #e5e5e5 url("/hr/gfx/word-icon.png") no-repeat scroll 99.5% center !important;
  padding: 2px 20px 2px 5px !important;
}
a[href$=".xls"],
a[href$=".xlsx"] {
  background: #e5e5e5 url("/hr/gfx/excel-icon.png") no-repeat scroll 99.5% center !important;
  padding: 2px 20px 2px 5px !important;
}
a[href$=".ppt"],
a[href$=".pptx"] {
  background: #e5e5e5 url("/hr/gfx/powerpoint-icon.png") no-repeat scroll 99.5% center !important;
  padding: 2px 20px 2px 5px !important;
}
a[href$=".pdf"]:hover,
a[href$=".doc"]:hover,
a[href$=".docx"]:hover,
a[href$=".xls"]:hover,
a[href$=".xlsx"]:hover,
a[href$=".ppt"]:hover,
a[href$=".pptx"]:hover {
  background-color: #be5127 !important;
  color: #FFF !important;
}
/* -----------------------------------------
   ISOTOPE FILTERING
----------------------------------------- */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/* -----------------------------------------
   Responisive Media Queries
----------------------------------------- */
/* Large desktop */
@media (min-width: 1200px) {
  #uthealth-navbar a {
    padding-left: 25px;
  }
  #hr-feature .carousel h1 {
    font-size: 54px;
  }
  #hr-feature .carousel p {
    font-size: 18px;
  }
  #spyNav {
    width: 265px;
  }
  .spyNav {
    width: 265px;
  }
  #main-nav .nav li a {
    display: block;
    padding-left: 35px;
    padding-right: 35px;
  }
  #main-nav .nav li:last-child a {
    margin-right: 0;
    padding-right: 30px;
  }
  #main-nav .nav li .dropdown-menu li a {
    padding-right: 0;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  #site-name h1 {
    font-size: 36px;
  }
  #uthealth-navbar a {
    padding-left: 14px;
    font-size: 0.6875rem;
  }
  #spyNav {
    width: 170px;
  }

.spyNav {
    width: 170px;
  }
  #main-nav .navbar .brand {
    display: block;
  }
  #main-nav .nav li {
    border: none;
  }
  #main-nav .nav li a {
    border: none;
    border-radius: 0;
  }
  #main-nav .nav li .dropdown-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
  }
  #main-nav .nav li .dropdown-menu li {
    border: none;
  }
  #main-nav .nav li .dropdown-menu li a {
    border-radius: 0;
  }
  #hr-feature .carousel h1 {
    font-size: 28px;
    letter-spacing: -0.5px;
    margin: 0;
    padding: 0;
  }
  #hr-feature .carousel p {
    font-size: 12px;
    line-height: 1.2;
    margin: 10px 0;
    padding: 0;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body {
    margin: 0;
    padding: 0;
  }
  #header {
    padding: 0;
    margin: 0;
    width: 95%;
  }
  #mothersite h1 {
    margin: 0;
    padding: 2.5% 2.5% 0;
  }
  #site-name h1 {
    margin: 0;
    padding: 0 2.5%;
    font-size: 24px;
    font-weight: bold;
  }
  #main-nav .navbar .brand {
    display: block;
  }
  #main-nav .nav li {
    border: none;
  }
  #main-nav .nav li a {
    border: none;
    border-radius: 0;
  }
  #main-nav .nav li .dropdown-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
  }
  #main-nav .nav li .dropdown-menu li {
    border: none;
  }
  #main-nav .nav li .dropdown-menu li a {
    border-radius: 0;
  }
  #hr-feature {
    color: #FFF;
    width: 100%;
  }
  #hr-feature .carousel {
    margin: 0;
    padding: 0;
  }
  #hr-feature .carousel .item {
    margin: 0;
    border-bottom: 1px solid #FFF;
    width: 100%;
  }
  #hr-feature .carousel .carousel-caption {
    padding: 0;
    width: 95%;
    padding: 2.5%;
    background: none;
  }
  #hr-feature .carousel .carousel-caption h1 {
    font-size: 30px;
    padding: 0;
    margin: 0;
  }
  #hr-feature .carousel .carousel-caption p {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
  }
  #hr-feature .carousel .carousel-control {
    display: none;
  }
  #block-area .container,
  #content-area .container,
  #footer .container,
  #footer-credits .container {
    width: 95%;
    padding: 0 2.5%;
  }
  h1 {
    font-size: 36px;
  }
  .breadcrumb {
    margin-bottom: 0;
  }
  #spyNav {
    width: 100%;
  }
.spyNav {
    width: 100%;
  }
}

form#cse-search-box fieldset label {
color:#ffffff;
}