  header.about {
position: relative;
z-index: 1;
position: absolute;
width: 100%;
}
.full main {
  padding: 0rem !important;
}
.theme-pages .il-formatted a:focus, .theme-pages .il-formatted a:hover {
  color: #dd3403 !important;
}

.callout-bar {
  padding: 3rem 0;
  background: #1a7c9c;
  background: -webkit-radial-gradient(center, ellipse cover, #1a7c9c 0%, #245a89 100%);
  background: radial-gradient(ellipse at center, #1a7c9c 0%, #245a89 100%);
  color: #fff;
  font-size: 1.25rem;
}

/*From /UserFiles/Servers/Server_1240/File/css/app.css */
.campus-opt {
  text-align: center;
  display: inline-block;
  padding: 3px;
  font-size: 1.1rem; }
  @media screen and (max-width: 63.9375em) {
    .campus-opt {
      max-width: 118px; } }
  .campus-opt a:link {
    color: #fff;
    text-decoration: none; }
  .campus-opt a:visited {
    color: #CADEE7 !important; }
  .campus-opt a:hover {
    color: #CADEE7 !important;
    border-color: #CADEE7; }
  .campus-opt a:visited:hover {
    border-color: white;
    color: white !important; }

/* End /UserFiles/Servers/Server_1240/File/css/app.css */

.hero {
position: relative;
height: 100%;
}
.theme-pages-hero {
  height: 100vh;
  min-height: 400px;
    background-size: cover;
}

.top-one {
  background: url(/UserFiles/Servers/Server_1240/Image/img/home-heroA.jpg) center center no-repeat;
  background-size: cover; }

.aca-hero {
  background: url(/UserFiles/Servers/Server_1240/Image/img/theme-academics-hero-fx.jpg) center center no-repeat;
  background-size: cover; }

.res-hero {
  background: url(/UserFiles/Servers/Server_1240/Image/img/theme-research-hero-2022.jpg) top center no-repeat;
  background-size: cover; }

.econ-hero {
  background: url(/UserFiles/Servers/Server_1240/Image/img/Chicago_to_Farm.jpg) top center no-repeat;
  background-size: cover; }

.health-hero {
  background: url(/UserFiles/Servers/Server_1240/Image/img/theme-health-hero2.jpg) top left no-repeat;
  background-size: cover; }

.pe-hero {
  background: url(/UserFiles/Servers/Server_1240/Image/img/theme-pe-hero.jpg) top center no-repeat;
  background-size: cover; }

.about-intro {
  color: #fff;
  background: #106a9e;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwNmE5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTQzNWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #106a9e 0%, #09435b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #106a9e 0%, #09435b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #106a9e 0%, #09435b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-bottom: 0 !important; }

.main-title h1 {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(6, 67, 91, 0.9);
  color: #fff;
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 30px; }
  @media screen and (min-width: 40em) {
    .main-title h1 {
      font-size: 5rem;
      background-color: rgba(9, 67, 91, 0.6); } }
  @media screen and (min-width: 90em) {
    .main-title h1 {
      font-size: 10rem; } }

.narrative p {
  font-family: "Merriweather", Georgia, serif;
  font-size: 1.25rem !important;
  /*color: $neutral;*/ }
/*.narrative a, .narrative a:hover {
  font-family: "Merriweather", Georgia, serif;
  font-size: 1.25rem; }*/

.theme-title {
  text-align: right;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 16px 10px 16px 30px;
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 8px solid; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .theme-title {
      text-align: left; } }
  .theme-title h1 {
    margin: 0;
    padding: 0;
    padding-right: 40px !important;
    float: left;
    font-family: "Oswald", helvetica, sans-serif;
    font-size: 3.25rem !important;
    color:  #fff !important;
    line-height: 1 !important;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left; }
    @media screen and (min-width: 90em) {
      .theme-title h1 {
        font-size: 4.75rem; } }
    @media screen and (min-width: 0em) and (max-width: 39.9375em) {
      .theme-title h1 {
        font-size: 3.25rem; } }
  .theme-title ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    display: block;
    float: left; }
    .theme-title ul li {
      margin: 0;
      padding: 0;
      display: inline-block;
      padding-right: 26px;
      font-size: 1.4rem; }
    .theme-title ul li:last-child {
      padding-right: 0; }

.theme section h2 {
  /*padding: 5rem 0 2rem 0; */
  font-family: "Oswald", helvetica, sans-serif;
  font-size: 2.5rem;
  color: #00304C; }

.theme-choice {
  position: absolute;
  right: 8px;
  top: 20px; }

.theme-choice ul {
  margin: 0;
  padding: 0; }

.theme-choice ul li {
  list-style-type: none;
  position: relative;
  display: block; }

.theme-choice ul li:hover,
.theme-choice ul li.hover {
  z-index: 100; }

.theme-choice ul li a {
  display: block;
  position: relative; }

.theme-choice ul li ul {
  position: absolute;
  top: 18px;
  /*right: -5420px;*/
  display: none;
  list-style-type: none;
  width: 200px;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  background-color: #00304C; }

.theme-choice ul li ul li a {
  display: block;
  font-size: .9rem;
  padding: 6px 12px 6px 6px;
  width: 198px;
  color: #fff; }

.theme-choice ul li:hover ul, .theme-choice li.hover ul {
  display: block;
  color: #fff;
  right: 20px;
  display: block; }

/*
.theme-choice  ul li a:hover ul li { 
	display: block;
	margin: 0;
	line-height: 120%;
}
*/
.theme-choice ul li:hover ul li:hover a {
  background-color: #d9e3e8;
  color: #00304C; }

.theme-choice ul li a:focus {
  outline: 1px dotted #fff; }

.theme-points a:link {
  text-decoration: none;
  color: #fff; }
.theme-points a:visited {
  text-decoration: none;
  color: #fff !important; }
.theme-points a:hover {
  border-color: #fff; 
  color: #fff !important;
  text-decoration: underline;}
.theme-points a:visited:hover {
  border-color: #fff; }

.main-wm {
  display: inline-block;
  background-color: #0E608D;
  position: absolute;
  top: 55%;
  left: 0;
  padding: 20px 30px; }
  @media screen and (max-width: 63.9375em) {
    .main-wm {
      padding-left: 15px; }
      .main-wm img {
        width: 350px;
        height: auto;
        position: relative;
        top: auto; } }

.main-side-links {
  position: absolute;
  right: 0;
  top: 30%;
  text-align: right; }
  @media screen and (max-width: 63.9375em) {
    .main-side-links {
      top: 58px;
      left: 0; } }

.main-side-links > div {
  font-size: 1.2rem;
  color: white;
  padding: 10px;
  padding-right: 30px;
  text-align: right; }
  .main-side-links > div a {
    color: white !important;
    padding: 10px 50px 10px 20px;
    display: inline-block;
    background: url(/UserFiles/Servers/Server_1240/Image/img/oval-arrow.png) right center no-repeat; }
  @media screen and (max-width: 63.9375em) {
    .main-side-links > div {
      width: 50%;
      display: inline-block;
      padding: 6px;
      text-align: left;
      float: left; } }

.main-campuses-exit {
  background-color: #0E608D;
  margin-top: 30px; }
  @media screen and (max-width: 63.9375em) {
    .main-campuses-exit {
      margin-top: 0; } }

.main-news-exit {
  background-color: #00304C;
  display: inline-block; }
  @media screen and (max-width: 63.9375em) {
    .main-news-exit {
      margin-top: 0; } }

.quote-panel {
  padding: 5rem 2rem; }
  @media screen and (max-width: 63.9375em) {
    .quote-panel {
      padding: 3rem 1rem; } }

.quote {
  border: 2px solid white;
  color: #fff;
  margin: 1rem auto;
  width: 60%;
  padding: 2rem 3.5rem;
  font-family: "Merriweather", Georgia, serif;
  font-size: 1.5rem; }
  @media screen and (max-width: 63.9375em) {
    .quote {
      width: 90%;
      font-size: 1.1rem;
      padding: 1rem 1.75rem; } }

.quote-pe {
  background: #101A24 url(/UserFiles/Servers/Server_1240/Image/img/abstract-quotebg.jpg) center center no-repeat;
  background-size: cover; }

.quote-hc {
  background: #0C1332 url(/UserFiles/Servers/Server_1240/Image/img/medbg2.jpg) top center no-repeat;
  background-size: cover; }

.quote-aca {
  background: #0C1332 url(/UserFiles/Servers/Server_1240/Image/img/academics-blurred.jpg) top center no-repeat;
  background-size: cover; }
  .quote-aca .quote {
    background-color: rgba(38, 96, 139, 0.6); }

.quote-source {
  text-align: right;
  padding-top: 1rem;
  font-size: 1.25rem;
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700; }
  .quote-source span {
    display: block;
    font-size: 1rem; }

.alumni-row {
  background-color: #276984;
  color: #fff; }

.panelsec {
  padding: 3rem 0; }
  @media screen and (max-width: 63.9375em) {
    .panelsec {
      padding: 3rem 0; } }
  .panelsec h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 1rem;
    text-align: left; }
    @media screen and (min-width: 40em) {
      .panelsec h2 {
        text-align: right; } }
    .panelsec h2 span {
      font-weight: 400;
      font-size: 1.2rem;
      display: block;
      text-transform: none; }
      @media screen and (min-width: 40em) {
        .panelsec h2 span {
          font-size: 1.5rem; } }
  .panelsec h3 {
    margin: 0;
    margin-bottom: .75rem;
    padding: 0;
    line-height: 1.2;
    font-size: 1.2rem; }
  .panelsec .alum-panel {
    text-align: right;
    padding-right: 2rem; }
  .panelsec p {
    font-size: 1.3rem; }
  .panelsec a:link {
    border-bottom: 2px solid transparent;
    text-decoration: none;
    transition: .6s ease;
    color: #CADEE7; }
  .panelsec a:visited {
    border-bottom: 2px solid transparent;
    text-decoration: none;
    transition: .6s ease;
    color: #bbc0c4; }
  .panelsec a:hover {
    border-color: white;
    color: white; }
  .panelsec a:visited:hover {
    border-color: white; }
  .panelsec a.img {
    border-bottom: none; }
  .panelsec a.img:hover {
    border-bottom: none; }

a.home-alum:link, a.home-alum:visited {
  color: #fff;
  text-align: center; }

.home-alum.hvr-sweep-to-right:before {
  color: #fff;
  background: #234D62; }

.about-intro-content {
  padding: 50px 30px 10px 30px; }

.home-about {
  background: url(/UserFiles/Servers/Server_1240/Image/img/home-about-bgrd.jpg) center center no-repeat;
  background-size: cover;
  padding: 4rem 0 5rem 0;
  padding-right: 40%; }
  @media screen and (max-width: 63.9375em) {
    .home-about {
      padding-right: 15%; } }

.home-about-content {
  background-color: #00304C;
  color: white;
  padding: 2rem; }
  .home-about-content h2 {
    display: inline-block;
    margin-bottom: 2rem; }
    @media screen and (max-width: 63.9375em) {
      .home-about-content h2 {
        margin-bottom: 1rem; } }

h2.theme-head {
  text-align: left;
  padding: 10px 0 0 30px;
  font-size: 2.25rem; }

#theme-opt {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  #theme-opt::before, #theme-opt::after {
    content: ' ';
    display: table; }
  #theme-opt::after {
    clear: both; }
  #theme-opt li {
    display: block;
    float: left;
    width: 50%;
    min-height: 200px;
    position: relative; }
    @media screen and (min-width: 40em) {
      #theme-opt li {
        width: 20%; } }
    #theme-opt li img {
      width: 100%; }
    #theme-opt li a {
      width: 100%;
      position: absolute;
      bottom: -1px;
      left: 0;
      background-color: rgba(23, 57, 88, 0.85);
      text-transform: uppercase;
      text-align: center;
      padding: 1.5rem .75rem;
      color: #fff;
      transition: .8s ease;
      -webkit-font-smoothing: antialiased; }
      @media screen and (max-width: 63.9375em) {
        #theme-opt li a {
          font-size: .9rem;
          line-height: 1.1; } }
    #theme-opt li a:hover {
      margin-bottom: 16px;
      background-color: #00304C;
      background-color: white;
      color: #00304C; }
    #theme-opt li a:focus {
      outline: 2px dotted; }

.sub-points li {
  line-height: 1.2;
  padding-bottom: .5rem; }

.home-panel-blue .right-img > img {
	width: 100%;
  min-width: 300px;
  max-width: 450px; }

.home-panel-blue .right-img-container {
  padding-right: 80px; }

.home-panel-blue .right-img {
  position: relative; }

.map-icon {
  height: 1px;
  overflow: visible;
  position: absolute; }

.map-icon-1 {
  right: 165px;
  top: 28px; }

.map-icon-2 {
  right: 215px;
  top: 172px; }

.map-icon-3 {
  right: 50px;
  top: 60px; }

.map-icon-4 {
  right: 195px;
  top: 270px; }

.map-icon-5 {
  right: 95px;
  top: 230px; }

.map-icon-6 {
  right: 265px;
  top: 95px; }

/*Tooltip:*/
.map-tooltip-container {
  cursor: help;
  font-size: 20px;
  text-align: center;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */ }

.map-tooltip-container .map-tooltip {
  background: #0e6b85;
  color: #fff;
  display: none;
  bottom: 10px;
  left: -100%;
  min-width: 250px;
  padding: 0.1rem;
  font-size: 0.8rem;
  position: absolute;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px); }

.map-tooltip-container .map-tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

.map-tooltip-container .map-tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #0e6b85 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0; }

.map-tooltip-container:hover .map-tooltip {
  opacity: 1;
  pointer-events: auto;
  display: block;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.map-tooltip-container ul {
	text-align: left;}

.map-tooltip * {
  color: #fff;
  background-color: inherit; }

.map-tooltip table {
  table-layout: auto;
  width: 100%;
  background: transparent;
  margin: 0;
  border: 0px none transparent; }

.map-tooltip table tr {
  background-color: transparent; }

.map-tooltip table tbody {
  border: 0px none transparent; }

.map-tooltip table td, .map-tooltip table th {
  line-height: 1.3;
  background: transparent;
  margin: 0;
  border: 0px none transparent;
  font-family: lato-regular, arial, sans-serif;
  font-size: 1rem;
  padding: 0.2rem;
  text-align: left; }

/*Responsiveness:*/
@media only screen and (max-width: 63.9375em) {
  .map-icon-1 {
    right: 36%;
    top: 4%; }

  .map-icon-2 {
    right: 46%;
    top: 28%; }

  .map-icon-3 {
    right: 8%;
    top: 50px; }

  .map-icon-4 {
    right: 44%;
    top: 43%; }

  .map-icon-5 {
    right: 20%;
    top: 38%; }

  .map-icon-6 {
    right: 61%;
    top: 15%; } }
/*
.location-map > img { 
	
	min-width: 300px;

}*/
.fact {
  background: #272727;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3NDZlNjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjcyNzI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-radial-gradient(center, ellipse cover, #746e64 0%, #272727 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #746e64 0%, #272727 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #746e64 0%, #272727 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-family: "Oswald", helvetica, sans-serif;
  font-size: 2.5rem;
  color: #D9D5D0;
  text-align: center;
  padding: 7.75rem 3rem;
  position: relative;
  line-height: normal; }
  @media screen and (max-width: 63.9375em) {
    .fact {
      font-size: 1.75rem;
      padding: 4rem 2rem; } }

.fact-more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 1.5rem; }
  .fact-more a {
    color: #D7D0CA !important;
    border-bottom: 2px solid transparent;
    transition: all 0.6s ease 0s; }
  .fact-more a:hover {
    color: #fff !important;
    border-bottom-color: white; }

.section-block {
  padding: 3rem;
  display: block; }

.prompt {
  font-style: italic;
  padding-top: 2rem; }

.infobox {
  padding-top: 4rem;
  /*color: #F9E5B0;*/
  color: #fff; }

/* ----- HEALTH CARE LEADERSHIP -------*/
.health-ov, #solutions .section-block {
  background: #2b3c5a;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiM2M1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzE4Mjk0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, #2b3c5a 0%, #182947 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2b3c5a 0%, #182947 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2b3c5a 0%, #182947 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff; }

.health-ov {
  padding-top: 40px;
  padding-bottom: 40px; }
.health-ov .narrative a, .health-ov .narrative a:visited {
color: #ABD6F6;
/*border-bottom: 1px solid #ABD6F6;*/
}
.health-map {
  text-align: center; }

#solutions {
  background: url(/UserFiles/Servers/Server_1240/Image/img/hc-research.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-right: 50%;
  padding-bottom: 200px; }
  #solutions h2 {
    color: #fff; }
  @media screen and (max-width: 63.9375em) {
    #solutions {
      padding-right: 0; } }

#care {
  background: url(/UserFiles/Servers/Server_1240/Image/img/hc-hallway.jpg) left center no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-left: 60%;
  padding-bottom: 120px; }
  #care .section-block {
    background: #6E9AD5;
    color: #2C2C2D; }
		  #care .section-block a {
					color: #174262; /*border-bottom: 1px solid #174262;*/}
  @media screen and (max-width: 63.9375em) {
    #care {
      padding-left: 0%;
      padding-top: 0;
      padding-bottom: 0; } }

#training {
  background: url(/UserFiles/Servers/Server_1240/Image/img/hc-nurse.jpg) right center no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-left: 50%;
  padding-bottom: 120px; }
  #training .section-block {
    background: #263876;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2Mzg3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxODI5NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #263876 0%, #182947 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #263876 0%, #182947 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #263876 0%, #182947 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff; }
  #training h2 {
    color: #fff; }
  @media screen and (max-width: 63.9375em) {
    #training {
      padding: 0; } }

.health-section {
  background-color: rgba(41, 90, 133, 0.76);
  border-bottom-color: rgba(41, 90, 133, 0.5); }
	@media screen and (max-width: 47em) {
	.health-section h1 {
		float: none;} }

/* ----- PUBLIC ENGAGEMENT -------*/
.info2 {
  display: block;
  margin-top: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 70%; }
  @media screen and (max-width: 63.9375em) {
    .info2 {
      width: 100%; } }
  .info2 a:link {
    color: #fff;
    border-bottom: 2px solid transparent;
    transition: all 0.6s ease 0s; }
  .info2 a:visited {
    color: #fff; }
  .info2 a:hover {
    color: #F9E5B0;
    border-bottom-color: #F9E5B0; }

.gosearch {
  padding: 0 10px;
  float: left; }

.gosearch-textblock {
  margin-left: 110px; }

.info2 .search4 {
  border-top: 1px solid #A9BEE2;
  padding-top: 3.5rem;
  padding-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  font-size: 3rem;
  font-family: "Oswald", helvetica, sans-serif;
  text-transform: uppercase; }

.info2 .program-text {
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: none; }

.info1 > div {
  display: inline-block; }

.gosearch {
  float: left; }

.info1 .program {
  font-family: "Oswald", helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1;
  width: 48%;
  text-align: right;
  padding-top: 50px;
  padding-right: 4px; }
  .info1 .program span {
    font-size: 6rem;
    font-weight: 700; }
  @media screen and (max-width: 63.9375em) {
    .info1 .program {
      font-size: 1.1rem; } }

.info1 .program-text {
  width: 45%;
  text-align: left;
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1; }

.pe-ov, #assistance .section-block {
  background: #2c3c6c;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjM2M2YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNDFkM2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #2c3c6c 0%, #141d3b 100%);
  /* FF3.6-15 */
  background: linear-gradient(to right, #2c3c6c 0%, #141d3b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff; }

#assistance {
  background: url(/UserFiles/Servers/Server_1240/Image/img/pe-volunteer.jpg) right center no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-right: 60%;
  padding-bottom: 180px; }
  #assistance .section-block {
    color: #fff; }
  #assistance h2 {
    color: #fff; }
  @media screen and (max-width: 63.9375em) {
    #assistance {
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0; } }

#lives {
  background: url(/UserFiles/Servers/Server_1240/Image/img/pe-theater.jpg) center center no-repeat;
  background-size: cover;
  padding-right: 15%;
  padding-left: 15%;
  padding-bottom: 280px; }
  #lives .section-block {
    background: #73b7f2;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiM3M2I3ZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDg3MTk1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #73b7f2 75%, #487195 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #73b7f2 75%, #487195 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #73b7f2 75%, #487195 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #2C2C2D; }
  #lives h2 {
    color: #2C2C2D; }
  @media screen and (max-width: 63.9375em) {
    #lives {
      padding-right: 0;
      padding-left: 0;
      padding-bottom: 0; } }

.pe-section {
  background-color: rgba(35, 47, 83, 0.76);
  border-bottom-color: rgba(22, 33, 71, 0.5); }

#sharing {
  background-color: #A9BEE2; }
  #sharing a {
    color: #0a0a0a; }
  #sharing a:hover {
    border-bottom-color: #0E608D; }

.pe-sharing {
  background: url(/UserFiles/Servers/Server_1240/Image/img/garden.jpg) left bottom no-repeat;
  background-size: contain;
  padding-bottom: 480px; }
  @media screen and (min-width: 64em) {
    .pe-sharing {
      min-height: 840px; } }
  @media screen and (max-width: 63.9375em) {
    .pe-sharing {
      background: none;
      padding-bottom: 0;
      min-height: auto; } }

.pe-map {
  background: #8c9ebc;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjOWViYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjYTliZWUyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(left, #8c9ebc 0%, #a9bee2 3%);
  /* FF3.6-15 */
  background: linear-gradient(to right, #8c9ebc 0%, #a9bee2 3%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 30px 50px;
  text-align: center; }
  @media screen and (max-width: 63.9375em) {
    .pe-map {
      background: none; } }

.map-intro {
  text-align: left;
  width: 300px;
  float: left; }
  .map-intro h3 {
    font-size: 1.1rem;
    font-weight: bold; }
  .map-intro p {
    line-height: 1; }

.more-info-link {
  position: absolute;
  right: 10px;
  bottom: 20px; }
.more-info-link-narrative {
  float: right;
}
/* ----- RESEARCH & INNOVATION  ----------*/
.res-section {
  background-color: rgba(0, 112, 151, 0.76);
  border-bottom-color: rgba(8, 78, 99, 0.5); }

.res-ov {
  background: #006577;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjU3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjNiNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #006577 0%, #023b45 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #006577 0%, #023b45 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #006577 0%, #023b45 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff; }

#global-res {
 /* background: #D2BF8C;*/
    background: #FFF; }


#global-res .videoWrapper {
padding-bottom:91.67%;
 }

.res-chart {
  padding-top: 40px;
  padding-bottom: 40px; }

#breadth {
  background: url(/UserFiles/Servers/Server_1240/Image/img/building.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-right: 60%;
  padding-bottom: 150px; }
  @media screen and (max-width: 63.9375em) {
    #breadth {
      padding-right: 10%; } }
  #breadth .section-block {
    background: #56b3bd;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2YjNiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTdjODYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #56b3bd 0%, #26828C 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #56b3bd 0%, #26828C 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #56b3bd 0%, #26828C 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #000000; }

#creative {
  background: url(/UserFiles/Servers/Server_1240/Image/img/vials.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-left: 30%;
  padding-bottom: 60px; }
  @media screen and (max-width: 63.9375em) {
    #creative {
      padding-left: 0;
      padding-top: 0;
      padding-bottom: 0;
      background: none; } }
  #creative .section-block {
    background: #243e66;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0M2U2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iIzA3Mjg0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #243e66 0%, #072844 29%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #243e66 0%, #072844 29%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #243e66 0%, #072844 29%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff; }
    #creative .section-block h2 {
      color: #fff; }

.quote-res {
  background: #0C1332 url(/UserFiles/Servers/Server_1240/Image/img/res-quotebg.jpg) top center no-repeat;
  background-size: cover; }

@media screen and (max-width: 63.9375em) {
  .res-global {
    background: none;
    padding-bottom: 20px; } }
@media screen and (min-width: 64em) {
  .res-global {
    min-height: 600px; } }

#notable {
  background: url(/UserFiles/Servers/Server_1240/Image/img/lights-research.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-left: 20%;
  padding-right: 20%; }
  @media screen and (max-width: 63.9375em) {
    #notable {
      padding-left: 5%;
      padding-right: 5%; } }
  #notable .section-block {
    background: #382809;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4MjgwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZTc5MjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #382809 0%, #9e7927 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #382809 0%, #9e7927 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #382809 0%, #9e7927 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    padding-bottom: 1rem; }
    #notable .section-block h2 {
      color: #fff;
      font-size: 1.5rem;
      padding-bottom: 1rem; }

.not-res p {
  font-size: 1.1rem; }
.not-res a:link {
  color: #e1d8b3;
  border-bottom: 1px solid transparent; }
.not-res a:visited {
  color: #e1d8b3; }
.not-res a:hover {
  color: #fff;
  border-bottom-color: white; }
.not-res h3 {
  text-transform: uppercase;
  font-size: 1rem; }

.orbit-container {
  padding-left: 60px;
  padding-right: 60px; }

nav.orbit-bullets {
  background-color: inherit; }

.orbit-bullets button {
  background-color: #3B2B0A;
  border-radius: 50%;
  height: 1.2rem;
  margin: 0.1rem;
  width: 1.2rem; }

.orbit-bullets button:hover {
  background-color: #fff; }

.orbit-bullets button.is-active {
  background-color: #fff; }

.orbit-slide p {
  font-size: 1rem; }

.topinfog {
  padding-top: 110px; }

.infog-res {
  padding-left: 15%;
  padding-right: 15%;
  margin-bottom: 30px;
 /* color: #F9E5B0;*/ 
  color: #fff;}

.infog-restext {
  max-width: 360px;
  padding-top: 20px; }
  .infog-restext .fig {
    font-family: "Oswald", helvetica, sans-serif;
    font-size: 4rem;
    float: left;
    margin-top: -10px; }
  .infog-restext .figtext {
    line-height: 1;
    font-size: 1.25rem; }

.not-res-pic {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px; }

.clearfx {
  clear: both; }

/* ----- ECONOMIC DEVELOPMENT   ----------*/
.econ-section {
  background-color: rgba(0, 112, 151, 0.76);
  border-bottom-color: rgba(51, 136, 162, 0.5); }

.ec-info {
  padding-top: 3rem;
  /*color: #443205;*/
  color: #000;
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: none;
  text-align: center; }
  .ec-info .infotext {
    margin: auto;
    padding: .6rem 2rem;
    max-width: 450px; }

.econ-ov {
  background: #025c70;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyNWM3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTQwNTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-linear-gradient(left, #025c70 0%, #054054 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #025c70 0%, #054054 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff; }

.econ-humans {
  background: url(/UserFiles/Servers/Server_1240/Image/img/econ-humans.jpg) center top no-repeat;
  background-size: cover; }

#capital {
  background: #D2BF8C url(/UserFiles/Servers/Server_1240/Image/img/econ-humans2.jpg) right top no-repeat;
  background-size: cover;
  padding-right: 50%; }
  @media screen and (max-width: 63.9375em) {
    #capital {
      padding-right: 0; } }
  #capital .section-block {
   /* background-color: #D2BF8C;*/
    background-color: #D0D0D0;}
    #capital .section-block p {
      font-family: "Merriweather", Georgia, serif; }

#partners {
  background: url(/UserFiles/Servers/Server_1240/Image/img/econ-jump2.jpg) right top no-repeat;
  background-size: cover;
  padding-top: 300px;
  padding-right: 33%; }
  @media screen and (max-width: 63.9375em) {
    #partners {
      padding-top: 0;
      padding-right: 0; } }
  #partners .section-block {
    background: #235a89;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzNWE4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NThmY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #235a89 0%, #458fcc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #235a89 0%, #458fcc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #235a89 0%, #458fcc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: white; }
  #partners h2 {
    color: #fff; }
  #partners .section-block a {
    color: #fff; }
/*  #partners .section-block a:link {
		border-bottom: 1px solid #bcbcbc; }
  #partners .section-block a:hover {
    text-decoration: underline; }*/
		
.ec-full, #potential {
  /*background: #072844;*/
  background: #072844 url(/UserFiles/Servers/Server_1240/Image/img/econ-grind2.jpg) left center no-repeat;
  background-size: cover;
  color: #fff; }
  .ec-full .section-block h2, #potential .section-block h2 {
    color: #fff; }

.ec-gear {
  /*background: url(/UserFiles/Servers/Server_1240/Image/img/econ-grind.jpg) right center no-repeat;
  background-size: cover; */ }

#other {
  background: url(/UserFiles/Servers/Server_1240/Image/img/econ-partnerbg.jpg) right top no-repeat;
  background-size: cover;
  padding-top: 300px;
  padding-right: 22%;
  padding-left: 22%; }
  @media screen and (max-width: 63.9375em) {
    #other {
      padding-top: 120px;
      padding-right: 10%;
      padding-left: 10%; } }
  #other .section-block {
    background: #1f3d64;
    color: #fff; }
  #other .narrative ul li {
    font-family: "Merriweather", Georgia, serif;
    font-size: 1.25rem; }
  #other h2 {
    color: #fff; }
  #other a:link {
    color: #fff;
		/*border-bottom:1px solid #bcbcbc;*/}
  #other a:visited {
    color: #fff; }
   #other a:hover {
    text-decoration: none; }
		

.ec-full {
  background: #0f2636;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmMjYzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iIzIyNGU2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #0f2636 0%, #224e67 35%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0f2636 0%, #224e67 35%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0f2636 0%, #224e67 35%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.econ-infog1, .econ-infog2, .aca-infog1, .aca-infog2 {
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 80px;
  position: relative;
  margin-bottom: 30px; }
  .econ-infog1 a, .econ-infog2 a, .aca-infog1 a, .aca-infog2 a {
    color: #F9E5B0; }
  .econ-infog1 a:hover, .econ-infog2 a:hover, .aca-infog1 a:hover, .aca-infog2 a:hover {
    color: #fff;
    text-decoration: underline; }

.infog1-num {
  padding-top: 40px;
  /*min-height: 200px;*/ }
  .infog1-num img {
    float: left; }
  .infog1-num span {
    margin-left: 150px;
    display: block;
    padding-top: 40px;
    font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.75rem;
    color: #F9E5B0;
    line-height: 1; }

.infog2-top {
  font-size: 1.75rem;
  color: #F9E5B0; }

.infog2-bottom {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #F9E5B0;
  display: block; }

.infog1-text {
  color: #F9E5B0;
/*  font-size: 1.25rem;
  line-height: 1.1;*/ }

.econ-infog2 {
  background: url(/UserFiles/Servers/Server_1240/Image/img/econ-staff.png) left top no-repeat;
  padding-left: 150px;
  min-height: 120px; }

/* ----- ACADEMIC EXCELLENCE ----------*/
.aca-infog1 {
  position: relative;
  color: #F9E5B0;
  padding-bottom: 90px;
  padding-top: 60px;
  margin-bottom: 60px; }
  .aca-infog1 .infog1-num {
    font-size: 5rem;
    font-family: "Oswald", helvetica, sans-serif;
    display: inline-block;
    float: left;
   /* padding-top: 50px;*/ }
 /* .aca-infog1 .infog1-text {
    padding-top: 50px; }*/

.money-info1, .money-info2 {
  padding-top: 20px;
  padding-bottom: 40px; }
  .money-info1 .leadnum, .money-info2 .leadnum {
    font-size: 5rem;
    font-family: "Oswald", helvetica, sans-serif;
    color: #F9E5B0;
    float: left; }

.enrollmaps {
	padding-top: 2rem;
	padding-bottom: 1rem;}
	
select#choose-enrollmap {
	background-color: transparent;
	color: #333;
	border: 1px solid #333;
	max-width: 400px;
	max-height: 500px;}

.inline-label {
	display: inline-block;}
		
.enrollmaps .tabs-content {
  padding: 0;
  background: #D2BF8C;
  margin: 0;
  border: none; }

#maps-tabs {
  background-color: #D2BF8C;
  border: none;
  display: inline-block;
  font-size: 1rem;
  padding-top: 40px;
  line-height: 1; }
  #maps-tabs .tabs-title li {
    display: block;
    float: left;
    padding: 6px 20px 0 0;
    margin-right: 20px; }
  #maps-tabs .tabs-title > a:hover, #maps-tabs .tabs-title > a:focus, #maps-tabs .tabs-title > a[aria-selected="true"] {
    background-color: inherit; }
  #maps-tabs .tabs-title > a {
    padding: 0;
    margin-right: 20px;
    font-size: 1rem; }
  #maps-tabs .is-active {
    background-color: inherit;
    font-weight: 700; }

.finaid {
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  /*font-size: 1.25rem;
  padding-top: 30px;
  line-height: 1;*/
  display: block; }

.money-info2 {
  padding-left: 145px;
  background: url(/UserFiles/Servers/Server_1240/Image/img/grants.png) left top no-repeat;
  min-height: 130px; }

.aca-cap {
  /*position: absolute;*/
  top: 35px;
  left: 30px;
  z-index: 22; }

.aca-infog2 {
  background: url(/UserFiles/Servers/Server_1240/Image/img/aca-grad-rate.png) left top no-repeat;
  padding-left: 150px;
  min-height: 300px; }

.aca-infog2 .infog2-top {
  padding-top: 80px;
  font-family: "Oswald", helvetica, sans-serif;
  font-size: 2.75rem;
  line-height: 1;
  display: inline-block; }

.aca-section {
  background-color: rgba(41, 90, 133, 0.76);
  border-bottom-color: rgba(41, 90, 133, 0.5); }

.aca-ov {
  background: #195589;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5NTU4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjQ2NzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #195589 0%, #124674 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #195589 0%, #124674 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #195589 0%, #124674 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff; }
	
a.data-callout { display: inline-block; padding: 18px 26px 18px 58px; border: 2px solid #60B1F9; color: white !important; font-weight: 700; font-family: 'Lato', arial, helvetica, sans-serif; margin: 1rem 0; font-size: 1.25rem; background: url(/UserFiles/Servers/Server_1240/Image/img/ua-data-link.png) 6px center no-repeat;}

a.data-callout:hover { background-color: #134673; color: #CADAE8; }

/*#leaders {
  background-color: #D2BF8C; }*/

#leaders a.btn {
  padding: 5px !important;
  float:right;
  margin-top: 5px;
}

.aca-infog {
  padding-left: 10%;
  padding-right: 10%; }
  .aca-infog .aca-infotext {
    font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.25rem;
    padding-top: 40px;
    color: #00304C;
    line-height: 1; }
  .aca-infog img {
    float: left;
    margin-right: 20px; }

.maps-control {
  padding-top: 2rem;
  font-size: 1.3rem;
  margin-bottom: 0;
  padding-bottom: 0; }

#accessible {
  background: url(/UserFiles/Servers/Server_1240/Image/img/expanding.jpg) right center no-repeat;
  background-size: cover;
  padding-top: 310px;
  padding-left: 33%; }
  @media screen and (max-width: 63.9375em) {
    #accessible {
      padding-top: 0;
      padding-left: 0; } }
  #accessible .section-block {
    background-color: #255B8B;
    color: white; }
  #accessible h2 {
    color: #fff; }

#minds {
  background: url(/UserFiles/Servers/Server_1240/Image/img/minds-fx.jpg) right top no-repeat;
  background-size: cover;
  height: 100%;
  height: 100vh;
  color: #fff; }
  #minds::before, #minds::after {
    content: ' ';
    display: table; }
  #minds::after {
    clear: both; }
  @media screen and (max-width: 63.9375em) {
    #minds {
      height: auto; } }
  #minds .section-block {
    width: 50%;
    background: #224e67;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyNGU2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjI2MzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-linear-gradient(left, #224e67 0%, #0f2636 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #224e67 0%, #0f2636 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    @media screen and (max-width: 63.9375em) {
      #minds .section-block {
        width: 100%; } }
  #minds h2 {
    color: #fff; }

.clearfix {
  clear: both; }

.show-chrome-class-selector {
z-index: 1;
}
