/* CSS Document */
/* CSS Document */
.minion {
  font-family: "Minion Pro", "minion-pro", "Times New Roman", serif;
  font-weight: 500; }

.myriad {
  font-family: "Myriad Pro", "myriad-pro", "Trebuchet MS", Helvetica, Segoe, Verdana, sans-serif; }

.caps {
  text-transform: uppercase; }

body {
  font-family: "Myriad Pro", "myriad-pro", "Trebuchet MS", Helvetica, Segoe, Verdana, sans-serif;
  background: #fff; }

a {
  color: #E00122; }

a:hover, a:active, a:focus {
  color: #9b182c; }

ul.meta {
  clear: both;
  font-size: .9em; }

/* CSS Document */
/** Adjust Header Heights **/
@media (min-width: 992px) {
  body #site-header, body.home.scrolled #site-header {
    height: 180px; } }
@media (min-width: 1200px) {
  body #site-header, body.home.scrolled #site-header {
    height: 195px; } }

body, .home body.scrolled {
  margin-top: 116px; }
  @media (min-width: 768px) {
    body, .home body.scrolled {
      margin-top: 121px; } }
  @media (min-width: 992px) {
    body, .home body.scrolled {
      margin-top: 180px; } }
  @media (min-width: 1200px) {
    body, .home body.scrolled {
      margin-top: 195px; } }

body.ucgni-subsite {
  margin-top: 116px; }
  @media (min-width: 480px) {
    body.ucgni-subsite {
      margin-top: 130px; } }
  @media (min-width: 768px) {
    body.ucgni-subsite {
      margin-top: 136px; } }
  @media (min-width: 992px) {
    body.ucgni-subsite {
      margin-top: 180px; } }
  @media (min-width: 1200px) {
    body.ucgni-subsite {
      margin-top: 195px; } }

/** Adjust Header Height for Jumbotron **/
body.hasjumbotron {
  margin-top: 377px; }
  @media (min-width: 480px) {
    body.hasjumbotron {
      margin-top: 447px; } }
  @media (min-width: 768px) {
    body.hasjumbotron {
      margin-top: 525px; } }
  @media (min-width: 992px) {
    body.hasjumbotron {
      margin-top: 620px; } }
  @media (min-width: 1200px) {
    body.hasjumbotron {
      margin-top: 690px; } }

/** Turn off the header shadow **/
@media (min-width: 992px) {
  #site-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; } }

/** Turn off mobile search **/
header #sitesearchmobile {
  top: 25px !important; }
  @media (max-width: 991px) {
    header #sitesearchmobile {
      display: none !important; } }

/** Move menu button to right **/
#menu-small > div > a.btn {
  right: 0;
  left: auto; }

/** Adjust UCH logo **/
@media (min-width: 992px) {
  #site-header img.logo {
    width: 134px; } }

/** Further logo adjustment for sub-sites **/
@media (min-width: 992px) {
  body.ucgni-subsite #site-header img.logo {
    width: 126px;
    margin-top: -20px; } }

/** Remove Centering on logo at mobile **/
#site-title {
  text-align: left; }

a.ucgni-main-title {
  display: none; }
  @media (min-width: 992px) {
    a.ucgni-main-title {
      display: block;
      color: #6e7276 !important;
      font-family: "Minion Pro", "minion-pro", "Times New Roman", serif;
      text-decoration: none !important;
      display: block;
      font-size: 32px; } }
  @media (min-width: 1200px) {
    a.ucgni-main-title {
      font-size: 36px; } }

/** Smaller Title on sub-sites of UCGNI **/
@media (min-width: 992px) {
  .ucgni-subsite a.ucgni-main-title {
    font-size: 24px;
    font-family: "Minion Pro", "minion-pro", "Times New Roman", serif;
    /*margin-top:-11px;*/ } }

#site-title .ucgni-subsite-title {
  display: none; }
  @media (min-width: 992px) {
    #site-title .ucgni-subsite-title {
      font-family: "Minion Pro", "minion-pro", "Times New Roman", "Minion Pro", "minion-pro", "Times New Roman", serif;
      font-size: 18px;
      color: #cccccc;
      display: block;
      margin-top: 0;
      margin-left: 2px;
      text-decoration: none !important; } }

/** Phone in header on mobile **/
#mobile-phone {
  position: absolute;
  top: 20px;
  right: 55px;
  font-size: 18px; }
  @media (min-width: 768px) {
    #mobile-phone {
      top: 30px; } }

#mobile-phone a {
  color: #E00122 !important;
  text-decoration: none !important;
  font-weight: bold; }

#menu-interim-utility li.phone a {
  text-decoration: none !important;
  font-weight: bold;
  background: transparent !important; }

#menu-interim-utility li {
  border-right: 1px solid #6e7276; }

#menu-upper, .home.scrolled #menu-upper {
  top: 30px; }

/** At mobile size, the UCGNI site title in the header **/
.ucgni-main-title-mobile {
  color: #6e7276 !important;
  margin-top: 30px;
  font-family: "Minion Pro", "minion-pro", "Times New Roman", serif;
  font-size: 18px;
  display: block;
  text-align: center;
  text-decoration: none !important; }
  @media (min-width: 480px) {
    .ucgni-main-title-mobile {
      font-size: 26px;
      margin-top: 50px;
      margin-bottom: 15px; } }
  @media (min-width: 768px) {
    .ucgni-main-title-mobile {
      margin-top: 60px;
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .ucgni-main-title-mobile {
      display: none; } }

.ucgni-subsite-title-mobile {
  display: block;
  text-align: center;
  font-family: "Minion Pro", "minion-pro", "Times New Roman", serif;
  font-size: 16px;
  color: #cccccc !important;
  text-decoration: none !important;
  margin-top: -3px; }
  @media (min-width: 480px) {
    .ucgni-subsite-title-mobile {
      font-size: 18px; } }
  @media (min-width: 992px) {
    .ucgni-subsite-title-mobile {
      display: none; } }

#site-header .jumbotron {
  margin-top: 10px; }
  @media (min-width: 480px) {
    #site-header .jumbotron {
      margin-top: 0; } }
  @media (min-width: 768px) {
    #site-header .jumbotron {
      margin-top: 20px; } }

@media (min-width: 992px) {
  .uch-main-menu.nav-tabs.nav-justified > li > a {
    font-size: 14px;
    text-transform: uppercase; } }

/* CSS Document */
h1.entry-title {
  color: #6e7276;
  font-size: 21px;
  margin-top: 0;
  text-align: left; }
  @media (min-width: 768px) {
    h1.entry-title {
      font-size: 26px; } }

.breadcrumb {
  display: none; }
  @media (min-width: 768px) {
    .breadcrumb {
      display: block; } }

/** CTA BUttons Placed over content **/
/** Featured image, at top of the center pages **/
article .featured-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  border: 1px solid #f0f2f5;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    article .featured-image {
      height: 300px; } }
  @media (min-width: 992px) {
    article .featured-image {
      height: 400px;
      margin-bottom: 30px; } }

article img {
  max-width: 100%;
  height: auto; }

/** Explore Buttons **/
.btn-explore {
  width: 100%;
  background: #aaaaaa;
  border: none !important;
  color: #fff;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px; }

.btn-explore:hover {
  background: #d4d4d5;
  color: #fff; }

.explore-menu .menu-item {
  padding-left: 3px !important;
  padding-right: 3px !important; }

.explore-menu h3 {
  font: 19px/120% "Myriad Pro", "myriad-pro", "Trebuchet MS", Helvetica, Segoe, Verdana, sans-serif !important;
  color: #E00122;
  font-weight: bold !important; }

.explore-menu .current-menu-item {
  display: none; }

/** Provider List **/
.searchresult {
  font-size: .9em;
  line-height: 130%; }

/* CSS Document */
#sidebar li.widget-container {
  margin-bottom: 20px; }

#sidebar ul.xoxo {
  list-style: none;
  margin: 0;
  padding: 0; }

.widget_ucgnicta, .widget_ucgnihopestories {
  display: none; }
  @media (min-width: 992px) {
    .widget_ucgnicta, .widget_ucgnihopestories {
      display: block; } }

.widget_ucgnicta ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.widget_ucgnicta ul li a {
  display: block;
  color: #fff !important;
  background: #e43125;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e43125 0%, #a92015 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e43125 0%, #a92015 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e43125 0%, #a92015 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e43125', endColorstr='#a92015',GradientType=0 );
  /* IE6-9 */
  padding: 10px 5px;
  margin-bottom: 10px;
  text-decoration: none !important;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 17px; }

.widget_ucgnicta ul li a i {
  display: none; }

/** The Mobile CTA Menu **/
#content .cta .nav {
  margin-bottom: 10px; }

@media (max-width: 768px) {
  #content .cta .nav > li {
    width: 33%;
    float: left; } }
@media (max-width: 450px) {
  #content .cta .nav > li {
    width: 32%; } }

#content .cta .nav > li a {
  display: block;
  color: #fff !important;
  background: #e43125;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e43125 0%, #a92015 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e43125 0%, #a92015 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e43125 0%, #a92015 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e43125', endColorstr='#a92015',GradientType=0 );
  /* IE6-9 */
  padding: 10px 5px;
  margin-bottom: 10px;
  text-decoration: none !important;
  font-size: 12px;
  line-height: 16px; }
  @media (min-width: 768px) {
    #content .cta .nav > li a {
      margin-left: 1px;
      margin-right: 1px; } }

#content .cta .nav > li a i {
  display: block;
  font-size: 24px;
  margin-bottom: 3px; }

/* CSS Document */
.news-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f2f5; }

.news-item img {
  max-width: 100%;
  height: auto; }

.news-item p {
  margin-bottom: 0; }

/* CSS Document */
.widget-container h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0; }

.widget_uchealthnewscycle {
  display: none; }
  @media (max-width: 991px) {
    .widget_uchealthnewscycle {
      display: none !important; } }

.widget_uchealthnewscycle ul.postlist {
  padding-left: 0;
  margin-left: 0;
  min-height: 250px; }

.widget_uchealthnewscycle ul.postlist li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-top: 8px; }

.widget_uchealthnewscycle .thumbnail {
  width: 200px;
  height: 200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.widget_uchealthnewscycle .thumbnail img {
  width: 200px;
  height: 200px;
  max-width: 100%; }

.widget_uchealthnewscycle h4 {
  width: 180px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: normal; }

/* CSS Document */
#distractors ul {
  list-style: none;
  color: #E00122;
  margin: 10px 0;
  margin-left: 20px;
  padding: 0 0 10px 0; }

#distractors li {
  cursor: pointer;
  margin-bottom: 4px;
  padding-top: 3p; }

.wi_off {
  background: url("../images/checkbox-off.png") no-repeat top left;
  height: 27px;
  /* height of replacement image */
  padding-left: 30px;
  margin-bottom: 10px; }

.wi_on {
  background: url("../images/checkbox-on.png") no-repeat top left;
  height: 27px;
  padding-left: 30px;
  margin-bottom: 10px; }

.wi_results {
  display: none;
  margin: 0 auto; }

.wi_button {
  background: #f0f2f5;
  text-transform: uppercase; }

#rankOne, #rankTwo, #rankThree, #rankFour {
  display: none; }

#quiz #question p {
  margin-top: 10px;
  font-weight: bold; }

#quizResults h2 {
  font-family: "Myriad Pro", "myriad-pro", "Trebuchet MS", Helvetica, Segoe, Verdana, sans-serif !important;
  color: #E00122; }

#instructions h3 {
  font-family: "Myriad Pro", "myriad-pro", "Trebuchet MS", Helvetica, Segoe, Verdana, sans-serif !important; }

#quizResults h3 {
  font-family: "Myriad Pro", "myriad-pro", "Trebuchet MS", Helvetica, Segoe, Verdana, sans-serif !important;
  text-transform: uppercase;
  font-size: 14px; }

body {
  font-size: 18px;
  line-height: 140%; }

/** Hide site search, even on home page **/
.home header #sitesearchcontainer {
  display: none; }

/** Gray behind menu **/
#menu-large {
  background: #cccccc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cccccc 0%, #efefef 51%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cccccc 0%, #efefef 51%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cccccc 0%, #efefef 51%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#efefef',GradientType=0 );
  /* IE6-9 */
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 20px; }

#site-header .jumbotron {
  background-image: url("../images/3919.jpg");
  background-position: top center; }

/** Hide Page Title on homepage **/
.home h1.entry-title {
  /*display: none;*/ }

.jumbotron img.careers-title {
  width: 80%;
  height: auto;
  position: absolute;
  left: 10%;
  top: 30%;
  z-index: 2; }
  @media (min-width: 992px) {
    .jumbotron img.careers-title {
      width: 402px;
      height: 137px;
      top: 33%; } }
  @media (min-width: 1200px) {
    .jumbotron img.careers-title {
      width: 502px;
      height: 137px;
      top: 33%; } }

/** Turn off the footer stuff **/
.footerwidget {
  display: none; }

/** Emphasize the career search box **/
.vc_column_container.boxed .vc_column-inner,
.wpb_content_element.boxed {
  background: #f0f2f5;
  border: 1px solid #6e7276;
  padding: 20px 30px; }

/** fix spacing inside career search box **/
.vc_column_container.boxed .vc_column-inner .wpb_wrapper h2:first-child,
.wpb_content_element.boxed h2:first-child {
  margin-top: 0; }

@media (min-width: 992px) {
  .jobbox a.btn {
    width: 30% !important;
    display: inline-block !important;
    margin-right: 3% !important;
    margin-bottom: 10px !important; } }

/** Slider Revolution **/
#content .rev_slider_wrapper {
  margin-bottom: 20px !important; }

/*# sourceMappingURL=ucgni.css.map */
