html,
body {
  padding: 0;
  margin: 0;
  font-family: "Avenir LT W01_45 Book1475508", "Avenir", sans-serif;
}
.scrollfix {
  background: none !important;
}
#home-content {
  font-family: "Avenir LT W01_45 Book1475508", "Avenir", sans-serif;
}
#home-content h1,
#home-content h2,
#home-content h3,
#home-content h4,
#home-content h5,
#home-content h6 {
  font-family: "Avenir LT W01_45 Book1475508", "Avenir Light", sans-serif;
  color: inherit;
}
#home-content figcaption {
  font-family: "Avenir LT W01_45 Book1475508", "Avenir Light", sans-serif;
}
#home-content img {
  max-width: 100%;
}
#home-content #header-placeholder,
#home-content #footer-placeholder {
  background-color: #161d32;
  height: 140px;
}
#home-content .container {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
#home-content #programs {
  background: url("bg.png");
  text-align: center;
  padding: 40px 0;
}
#home-content #programs .section-heading {
  font-size: 2.2rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 40px;
}
#home-content #programs .flex-grid > .academic-program {
  position: relative;
  margin: 0 10px 30px;
  text-align: left;
  cursor: pointer;
  display: block;
	 min-height: 200px; 
}

#home-content #programs .flex-grid > .academic-program .caption {
  background: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
  transition: padding 0.2s ease-out;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0;
  text-transform: none;
}
#home-content #programs .flex-grid > .academic-program .caption i {
  font-weight: normal;
  font-size: 2rem;
  vertical-align: middle;
}
#home-content #programs .flex-grid > .academic-program img {
  width: 100%;
  display: block;
}
#home-content #programs .flex-grid > .academic-program:hover .caption {
  padding-bottom: 40px;
}
#home-content #programs .flex-grid > .academic-program.yellow .caption {
  background: rgba(255,179,25,0.75);
}
#home-content #programs .flex-grid > .academic-program.orange .caption {
  background: rgba(248,49,62,0.75);
}
#home-content #programs .flex-grid > .academic-program.red .caption {
  background: rgba(161,9,58,0.75);
}
#home-content #journey {
  text-align: center;
  color: #fff;
  background: rgba(22,29,50,0.75);
  padding: 60px 0;
}
#home-content #journey .title {
  flex: 0 1 auto;
  font-size: 3rem;
  color: #ffb319;
  text-transform: uppercase;
}
@media (min-width: 500px) {
  #home-content #journey .title {
    min-width: 480px;
  }
}
#home-content #journey .title h2 {
  font-size: 72px;
  text-align: left;
  font-weight: normal;
  line-height: 0.8;
  margin: 0;
  position: relative;
  top: 4px;
}
@media (max-width: 900px) {
  #home-content #journey .title h2 {
    text-align: center;
    margin: 0 auto 40px;
  }
}
#home-content #journey .title sup {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  display: block;
}
@media (min-width: 500px) {
  #home-content #journey .title sup {
    display: inline-block;
    margin-left: 5px;
    margin-right: -20px;
  }
}
#home-content #journey .links {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  #home-content #journey .links .links a {
    margin-right: 40px;
  }
  #home-content #journey .links .links a:last-child {
    margin-right: 0px;
  }
}
#home-content #overview {
  color: #fff;
  background: rgba(161,9,58,0.5);
  position: relative;
}
#home-content #overview .container {
  padding: 30px;
}
#home-content #overview h2 {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 40px auto 20px;
  font-weight: bold;
  line-height: 80px;
}
#home-content #overview h2 u {
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
#home-content #overview .overview__links {
  text-align: center;
}
#home-content #overview .overview__links.flex-grid {
  justify-content: center;
}
#home-content #overview .overview__links .overview__item {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: block;
  margin: 40px 0;
}
#home-content #overview .overview__links .overview__item img {
  width: 100px;
  height: 120px;
}
#home-content #overview .overview__links .overview__item hr {
  border: none;
  border-bottom: 2px solid #fff;
  display: block;
  width: 30px;
  margin: 20px auto 0;
}
#home-content #overview .overview__links .overview__item .overview__item-title {
  font-size: 18px;
  margin: 10px;
  text-transform: uppercase;
  font-family: "Avenir LT W01_45 Book1475508", "Avenir", sans-serif;
  font-weight: bold;
}
#home-content #overview .overview__links .overview__item .overview__overlay {
  display: none;
  position: absolute;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  z-index: 2;
  background: rgba(255,255,255,0.8);
  color: #0e488a;
  padding: 10px 5px;
}
#home-content #overview .overview__links .overview__item .overview__overlay p {
  font-family: "Avenir LT W01_45 Book1475508", "Avenir Light", sans-serif;
  font-weight: bold;
  margin: 0;
}
#home-content #overview .overview__links .overview__item .overview__overlay footer {
  font-family: "Avenir LT W01_45 Book1475508", "Avenir Light", sans-serif;
  font-size: 14px;
  background: rgba(14,72,138,0.9);
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  text-transform: uppercase;
  line-height: 29px;
  font-weight: bold;
}
#home-content #overview .overview__links .overview__item .overview__overlay footer i {
  font-size: 26px;
  vertical-align: middle;
  font-weight: normal;
  position: relative;
  top: -1px;
  left: 5px;
}
#home-content #overview .overview__links .overview__item:hover .overview__overlay {
  display: block;
}
#home-content #overview .overview__links .overview__item img {
  width: 200px;
}
#home-content #overview .scale {
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 15px;
  opacity: 0.9;
}
#home-content #news {
  position: relative;
  background: url("bg.png");
}
#home-content #news > .container {
  position: relative;
  z-index: 10;
}
#home-content #news > .container > .flex-grid {
  flex-direction: row-reverse;
}
#home-content #news .news__items {
  background: url("bg.png");
  padding: 10px;
  flex: 0 0 75%;
}
#home-content #news .news__items .news__title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px;
  margin: 0;
}
#home-content #news .news__item {
  padding: 10px;
  flex: 1;
}
#home-content #news .news__image {
  margin: 0;
  min-height:150px;
}
#home-content #news .news__image img {
  width: 100%;
  display: block;
}
#home-content #news .news__image figcaption {
  margin: 10px 0 5px;
  font-size: 16px;
  line-height: 24px;
  color: #a1093a;
  font-weight: bold;
}
#home-content #news .news__image::after {
  content: " ";
  display: block;
  width: 33%;
  border-bottom: 2px solid #a1093a;
  margin-top: 5px;
}
#home-content #news .news__heading {
  font-family: "Avenir LT W01_45 Book1475508", "Avenir Light", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0e488a;
  margin: 10px 0;
}
#home-content #news .news__excerpt {
  margin: 10px 0;
  font-size: 16px;
  line-height: 22px;
}
#home-content #news .news__more {
  font-family: "Avenir LT W01_45 Book1475508", "Avenir Light", sans-serif;
  color: #0e488a;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}
#home-content #news #social__bg-left {
  background: url("bg-grey.png");
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 5;
}
@media (max-width: 900px) {
  #home-content #news #social__bg-left {
    display: none;
  }
}
#home-content #news #social__bg-right {
  background: url("bg.png");
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 5;
}
@media (max-width: 900px) {
  #home-content #news #social__bg-right {
    display: none;
  }
}
#home-content #news .social__container {
  padding: 10px;
  flex: 0 0 25%;
  position: relative;
}
#home-content #news .social__container .social__nav {
  margin: 10px 0;
  text-align: right;
  background: transparent;
}
#home-content #news .social__container .social__nav a {
  display: inline-block;
  text-decoration: none;
  background: #0e488a;
  color: #fff;
  padding: 2px 4px;
}
#home-content #news #social__stream ul,
#home-content #news #social__stream li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#home-content #news #social__stream .dcsns-content {
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
}
#home-content #news #social__stream .dcsns-content li.dcsns-li {
  margin-bottom: 20px;
  padding: 5px;
  padding-top: 32px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
}
#home-content #news #social__stream .dcsns-content li.dcsns-li a {
  font-family: "Avenir LT W01_45 Book1475508", "Avenir Light", sans-serif;
  text-decoration: none;
  color: #0e488a;
  font-weight: bold;
}
#home-content #news #social__stream .dcsns-content li:nth-child(2n) {
  background: #fff;
}
#home-content #news #social__stream .dcsns-content .section-intro {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  height: 32px;
  padding: 5px;
  font-size: 13px;
}
#home-content #news #social__stream .dcsns-content .section-intro .link-intro img {
  vertical-align: bottom;
  height: 20px;
  width: 20px;
}
#home-content #news #social__stream .dcsns-content .dcsns-twitter .section-thumb {
  display: none;
}
#home-content #news #social__stream .dcsns-content .twitter-user {
  display: none;
}
#home-content #news #social__stream .dcsns-content .socicon-twitter {
  background: url("/_resources/home/twitter.svg") 0 0/cover no-repeat;
  height: 20px;
  width: 20px;
}
#home-content #news #social__stream .dcsns-content .dcsns-facebook .section-user .link-user {
  display: block;
}
#home-content .aqua {
  color: #27e3e0;
}
#home-content .red {
  color: #f8313e;
}
#home-content .blue {
  color: #0e488a;
}
#home-content .maroon {
  color: #a1093a;
}
#home-content #footer-links {
  background: #272e44;
}
#home-content #footer {
  background: #192038;
}
#home-content #slider-container {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
#home-content #slider-container #slider.flexslider {
  background-color: rgba(26, 32, 58, 0.75);
  border: none;
  margin: 0;
}
#home-content #slider-container ul.slides {
    display: flex;
}
#home-content #slider-container ul.slides li {
  background: transparent 50% 50%/cover;
}
#home-content #slider-container ul.slides li .slide__content {
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
}
@media (min-width: 900px) {
  #home-content #slider-container ul.slides li .slide__content {
    padding: 80px;
    width: 75%;
  }
}
#home-content #slider-container ul.slides li .slide__content h1,
#home-content #slider-container ul.slides li .slide__content p {
  text-shadow: 0 2px 2px rgba(0,0,0,0.7);
}
#home-content #slider-container ul.slides li .slide__content .slide__title {
  font-size: 62px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
@media (min-width: 900px) {
  #home-content #slider-container ul.slides li .slide__content .slide__title {
    font-size: 80px;
  }
}
#home-content #slider-container ul.slides li .slide__content p.slide__summary {
  font-family: "Avenir LT W01_45 Book1475508", "Avenir Light", sans-serif;
  margin: 10px auto;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
}
#home-content #slider-container hr.banner-divider {
  background: url("banner-divider.svg") 0 0 no-repeat;
  height: 10px;
  border: none;
  width: 300px;
  margin: 20px 0;
}
#home-content #slider-container #top-transparent-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 20px;
  background: #161d32;
  opacity: 0.5;
}
#home-content #slider-container #slider-color-bar {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 33%;
  height: 25px;
}
#home-content #slider-container #slider__scale {
  position: absolute;
  left: -220px;
  bottom: 250px;
  transform: rotate(270deg);
  opacity: 0.2;
  height: 20px;
}
#home-content #slider-container .flex-direction-nav {
  line-height: 1;
}
#home-content #slider-container .flex-direction-nav a,
#home-content #slider-container .flex-direction-nav a::before {
  color: #fff;
}
#home-content a.arrow-button {
  color: #000;
  background: #a79d94;
  padding: 0 60px 0 15px;
  text-decoration: none;
  margin: 10px auto;
  display: inline-block;
  border: 2px solid #c5beb8;
  border-radius: 3px;
  position: relative;
  line-height: 2.2rem;
  padding-top: 4px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Avenir LT W01_45 Book1475508", "Avenir Light", sans-serif;
  box-shadow: 0 2px 4px rgba(0,0,0,0.8);
}
#home-content a.arrow-button::after {
  background: #c5beb8;
  content: "\2192";
  padding: 2px 10px;
  margin-left: 15px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: inherit;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
#home-content a.arrow-button:hover {
  background: #fff;
  border-color: #0e488a;
}
#home-content a.arrow-button:hover::after {
  background: #0e488a;
  color: #fff;
}
#home-content a.arrow-button.yellow {
  background: #d89c24;
  border-color: #ffb319;
}
#home-content a.arrow-button.yellow::after {
  background: #ffb319;
  color: #000;
}
#home-content a.arrow-button.yellow:hover {
  background: #fff;
}
@media (min-width: 900px) {
  #home-content .flex-grid {
    display: flex;
  }
  #home-content .flex-grid {
    flex-direction: row;
    justify-content: center;
  }
}

/* custom css */ 
@media only screen and (max-width: 550px) {
   /*
	  home page slide show titles 
	  vw allows text to be responsive -> vw = 1% of the viewport width
	
	*/
	#home-content #slider-container ul.slides li .slide__content .slide__title {
    font-size:10vw;
  }
}
/* focus visible settings begin */
/* home page read more link active/hover/focus */
#home-content a.arrow-button:hover, #home-content a.arrow-button:focus, #home-content a.arrow-button:active {
  background: #fff;
    border-color: #0e488a;
}


/* home page pcom at a glance icons */
#home-content #overview .overview__links .overview__item {
	min-height:100px;
}

#home-content a.overview__item:focus, #home-content a.overview__item:active{
  outline: thin dotted black;
}

/* home page news items */

#home-content #news a.news__more:hover , #home-content #news a.news__more:active, #home-content #news a.news__more:focus{
  color: #1A203A;
}

/*home page social */ 
#home-content #news .social__container .social__nav a:hover, #home-content #news .social__container .social__nav a:focus, #home-content #news .social__container .social__nav a:active {
  background-color: #1A203A;  
}

#home-content #news #social__stream .dcsns-content li.dcsns-li a:hover, #home-content #news #social__stream .dcsns-content li.dcsns-li a:active, #home-content #news #social__stream .dcsns-content li.dcsns-li a:focus{
  text-decoration:underline;
}

/* focus visible settings end */ 

/* underline class for pcom at a glance */ 
#overview h2 .underline {
    padding-bottom: 10px;
    border-bottom: 2px solid #ffffff;
}

/* parallax section */
#parallax {
    background-position: center;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: fixed;
}