﻿@charset "utf-8";
/* CSS Document */

/* ============ Generic styles ============ */

body { color: #0c153c; font-size: 13px; background-color: #eaeaea; overflow-x: hidden; }

a { font-weight:bold; color: #3a6fcd; }
a.no-icon:before {content:none;}
a.not-bold { font-weight: normal; }
.not-bold a { font-weight: normal; }

h1.white { color:#fff; }

.breadcrumb {
  background-color: transparent;
  padding: 20px 0;
  margin: 0;
}
.breadcrumb > li + li:before {
  padding: 0 10px;
}
.breadcrumb a {
  font-weight: normal;
}

.useful-links {
  padding-left: 0;
}
.useful-links li {
  border-bottom: 1px solid #CDCDCD;
  padding: 5px 0;
  list-style-type: none;
  list-style-image: none;
  margin-top: 4px;
}
.useful-links li a:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  font-size: 80%;
  content: "\e080";
  float: right;
}
.useful-links li a {
  display: block;
}

.colorbox-margin-top {
	margin-top: 40px;
}

.heading-margin {
	margin-bottom:30px;
}

.header-image-holder {
  position: relative;
  overflow: hidden;
  padding-bottom: 13%;
}
.header-image-holder.degree {
  padding-top: 80px;
  height:450px;
}
.header-image-holder.video {
  padding: 0;
  height:auto;
  max-height:450px;
}
.header-image-holder.video .rendering {
    margin:0;
}
.header-image-holder .container {
  position: relative;
  z-index: 1;
}
.header-image-holder .background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 100% 50%;
}
.header-image-holder h1 {
  margin-top: 60px;
}

/* Vertical Blinds section */
.vertical-blind-slogan {
  width: 100%;
  display: none;
  position: absolute;
  top: 30%;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  color: white;
  text-shadow: 0px 0px 10px rgba(0, 0, 4, 1.0);
  clear:both;
}
#vertical-blinds-holder {
  height: 320px;
  padding-top: 7px;
}
.vertical-blinds {
  background-color: white;
  width: 100%;
  height: 310px;
  display: block;
  position: relative;
}
.vertical-blind {
  width:14.28%;
  float:left;
  height:100%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.50);
  opacity: 0.5;
  display: none;
  filter:Alpha(opacity=50);
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.vertical-blind a, .vertical-blind a:link {
  display: block;
  height: 100%;
}
.vertical-blind:hover {
  opacity: 1;
  filter:Alpha(opacity=100);
}
.vertical-blind-badge-holder {
  padding: 2px 4px;
  float: none;
}
.vertical-blind-badge-holder:hover .vertical-blind-badge-lower {
  opacity: .75;
  filter:Alpha(opacity=75);
}
.vertical-blind-badges {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  clear:both;
}
.vertical-blind-badge {
  border-radius: 4px;
  text-align: center;
  padding: 10px;
  height: auto;
  display: table;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  color: white;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.50);
}
.vertical-blind-badge a, .vertical-blind-badge a:link {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
  font-size: 13px;
  text-decoration: none !important;
}
.vertical-blind-badge-lower {
  display: none;
  padding: 10px;
  font-size: 15px;
  color: white;
  opacity: 0;
  filter:Alpha(opacity=0);
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.vertical-blind-badge-lower a, .vertical-blind-badge-lower a:link {
  color: white;
  text-decoration: none !important;
}
.vertical-blind-badge-lower p {
  line-height: 1.3;
}
.vertical-blind.applied {
  background-image: url("/Images/University/vertical-blinds/applied-science.jpg");
  background-position: center;
  background-size: cover;
}
.vertical-blind.aviation {
  background-image: url('/Images/University/vertical-blinds/aviation.jpg');
  background-position: center;
  background-size: cover;
}
.vertical-blind.business {
  background-image: url('/Images/University/vertical-blinds/busniess.jpg');
  background-position: center;
  background-size: cover;
}
.vertical-blind.computers {
  background-image: url('/Images/University/vertical-blinds/computers-technology.jpg');
  background-position: center;
  background-size: cover;
}
.vertical-blind.engineering {
  background-image: url('/Images/University/vertical-blinds/engineering.jpg');
  background-position: center;
  background-size: cover;
}
.vertical-blind.safety {
  background-image: url('/Images/University/vertical-blinds/safety-security.jpg');
  background-position: center;
  background-size: cover;
}
.vertical-blind.space {
  background-image: url('/Images/University/vertical-blinds/space.jpg');
  background-position: center;
  background-size: cover;
}
.vertical-blind-badge.applied, .vertical-blind-badge-lower.applied {
  background-color: #468848;
}
.vertical-blind-badge.aviation, .vertical-blind-badge-lower.aviation {
  background-color: #284267;
}
.vertical-blind-badge.business, .vertical-blind-badge-lower.business {
  background-color: #fed466;
  color: #333333!important;
}
.vertical-blind-badge.computers, .vertical-blind-badge-lower.computers {
  background-color: #e18147;
}
.vertical-blind-badge.engineering, .vertical-blind-badge-lower.engineering {
  background-color: #a39161;
}
.vertical-blind-badge.safety, .vertical-blind-badge-lower.safety {
  background-color: #3a6fcd;
}
.vertical-blind-badge.space, .vertical-blind-badge-lower.space {
  background-color: #0c153c;
}
.vertical-blind-badge-holder.square .vertical-blind-badge {
    height: 96px;
    display: block;
    position: relative;
	text-decoration:none;
}
.vertical-blind-badge-holder.square .vertical-blind-badge .name {
    position: absolute;
    width: 92%;
    height: auto;
    top: 11%;
    left: 4%;
    visibility: hidden;
    color: white;
    font-size: 0.9em;
    margin: 24px 0;
}
.vertical-blind-badge-holder.square .vertical-blind-badge .h1 {
    top: 12px;
    position: relative;
}
.vertical-blind-badge-holder.square .vertical-blind-badge:hover .name {
    visibility: visible;
}
.vertical-blind-badge-holder.square .vertical-blind-badge .name.multiline {
    top: 0;
}
.vertical-blind-badge-holder.square .vertical-blind-badge.business .name {
    color: #444;
}
.vertical-blind-badge-holder.square .vertical-blind-badge:hover .icon-business {
    color: white;
}
.vertical-blind-badge-holder.square .vertical-blind-badge:hover .h1 {
  opacity: 0.5;
  filter:Alpha(opacity=50);
}
/* End Vertical Blinds section */

.fadeInAtScroll {
    visibility: hidden;
}
.dot-holder {
    height: 0;
    position: relative;
    z-index: 1000;
}
.dot {
  text-align: center;
  visibility: hidden;
  position: relative;
  top: -75px;
  margin-bottom: -25px;
  background-color: #0d153c;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: white 9px solid;
  color: white;
  font-weight: bold;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  box-shadow: 0px 1px 70px 0 rgba(0,0,0,0.5);
  line-height:26px;
}
.dot.down {
  background-color: #3a6fcd;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
  font-size: 33px;
  top: -32px;
  height: 60px;
  width: 60px;
  border: none;
  line-height:0;
  padding-top:12px;
  display: none;
}
.dot.down a, .dot.down a:link {
  display: block;
  color: white;
  text-decoration: none !important;
}
.dot.down a .glyphicon {
    left: 2px;
    top: 3px;
}
.dot-label a, .dot-label a:link {
  font-family: 'Oswald', sans-serif;
  display: block;
  color: white;
  text-decoration: none !important;
  position:relative;
  text-align:center;
  font-size:17px;
  text-transform: uppercase;
}
.number-one-dot {
    padding: 10px;
    font-family: Oswald;
    font-weight: 100;
    text-align: center;
    color: white;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    height: 145px;
    width: 145px;
    line-height: 1.4;
    font-size: 82px;
    background-color: #3C7934;
    margin-left: auto;
    margin-right: auto;
}
#number-one-details {
    color: #3C7934;
    font-weight: bold;
}
.skyhigh-dot {
    padding: 10px;
    background-color: rgba(209,93,21,.8);
    font-family: Oswald;
    font-weight: 100;
    text-align: center;
    color: white;
    border-radius: 50%;
    position: absolute;
}

#earth-holder {
  background-image: url('/Images/University/earth/space-bg-earth.jpg');
  background-size: cover;
  overflow: hidden;
  padding-bottom: 30px;
  min-height: 440px !important;
}
#earth-div {
  position: relative;
  top: 0px;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: -7%;
  color: #1B1C48;
}
#satellite-holder {
  position: relative;
}
.pin-label h2 {
  margin: 0;
  font-size: 1.5em;
}
#earth-container {
  position: relative;
  color: white;
  padding-top: 30px;
}
#earth-container p, #earth-container h1 {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 1.0);
}

#prescott-pin {position: absolute; bottom: 72.5%; left:33%;}
#daytona-pin {position: absolute; bottom: 65%; left:57%;}
#worldwide-pin {position: absolute; top: 0; left:5%;}
.z-index-1 { z-index: 1; }
.pin-body {position: relative; height: 164px; width: 277px;}
.pin-label {position: absolute; left: 61px; bottom: -12px; padding:10px; text-shadow: 0px 0px 8px white;}
.pin-info {position: absolute; display:none; width: 100%; background-color: #f0c859; left: 0; bottom: 0; border-radius: 8px; padding:15px 15px 38px; text-align:left; text-shadow: 0px 0px 8px white; line-height: 1.3;}
.pin-glyph {
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 50px;
  width: 50px;
  background-color: white;
  border: 6px solid #f0c859;
  border-radius: 25px 25px 25px 0;
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg); /* IE 9 */
  -webkit-transform:rotate(-45deg); /* Opera, Chrome, and Safari */
  text-align: center;
  line-height: 1.1;
}
.pin-glyph a, .pin-glyph a:link {
  font-size: 50px;
  text-decoration: none !important;
  font-weight: bold;
  position: absolute;
  top: -8px;
  left: 4px;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg);
  cursor: pointer;
}
.pin-glyph a.dismiss, .pin-glyph a:link.dismiss {
  transform:rotate(0deg);
  -ms-transform:rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg);
}
#learnearn-holder {
    background-color: #f3f3f3;
    border-bottom: 6px solid #efefef;
}
#homepage-spotlights-holder {
    margin-bottom: 30px;
}
#skyhigh-holder {
    background-image: url('/Images/University/sky-high/clouds.jpg');
    background-size: cover;
}
#one-thousand-hours {
    padding: 40px 40px 20px 40px;
    background-color: rgba(48,80,127,0.8);
    margin: 20% 0;
}

/* CSS3 Marquee */
.marquee-holder {
    display: none;
}
.myMarquee {
  background-color: rgba(12,21,60,.75);
  top:-175px;
  position: absolute;
}
.myMarquee2 {
  background-color: rgba(12,21,60,.75);
  top:-125px;
  position: absolute;
}
.scroller {
  display:block;
  height:40px;
  position:relative;
  white-space: nowrap;
  left:0;
     -moz-animation-iteration-count: infinite;
     -moz-animation-timing-function: linear;
            -moz-animation-duration: 240s;
                -moz-animation-name: scroll;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
         -webkit-animation-duration: 240s;
             -webkit-animation-name: scroll;
       -o-animation-iteration-count: infinite;
       -o-animation-timing-function: linear;
              -o-animation-duration: 240s;
                  -o-animation-name: scroll;
          animation-iteration-count: infinite;
          animation-timing-function: linear;
                 animation-duration: 240s;
                     animation-name: scroll;
}
.scroller.shorter {
     -moz-animation-name: scroll-shorter;
  -webkit-animation-name: scroll-shorter;
       -o-animation-name: scroll-shorter;
          animation-name: scroll-shorter;
}
.scroller div {
    display: inline;
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 22px;
    line-height: 40px;
    color: #f0c859;
    padding: 10px;
}
.scroller div a {
  color:#f0c859;
  font-weight: normal;
}

@-moz-keyframes scroll {
0% {left:0;}
/*100% {left:-17450px;}*/
100% {left: calc(-100%)}
}

@-webkit-keyframes scroll {
0% {left:0;}
/*100% {left:-17450px;}*/
100% {left: calc(-100%)}
}

@-o-keyframes scroll {
0% {left:0;}
/*100% {left:-17450px;}*/
100% {left: calc(-100%)}
}

@keyframes scroll {
0% {left:0;}
/*100% {left:-17450px;}*/
100% {left: calc(-100%)}
}
@-moz-keyframes scroll-shorter {
0% {left:0;}
/*100% {left:-12960px;}*/
100% {left: calc(-100%)}
}

@-webkit-keyframes scroll-shorter {
0% {left:0;}
/*100% {left:-12960px;}*/
100% {left: calc(-100%)}
}

@-o-keyframes scroll-shorter {
0% {left:0;}
/*100% {left:-12960px;}*/
100% {left: calc(-100%)}
}

@keyframes scroll-shorter {
0% {left:0;}
/*100% {left:-12960px;}*/
100% {left: calc(-100%)}
}

.scroller:hover {
      -moz-animation-play-state: paused;
   -webkit-animation-play-state: paused;
        -o-animation-play-state: paused;
           animation-play-state: paused;
 }
/* END CSS3 Marquee */


@media (min-width: 480px) {
  .colorbox-margin-top {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
    body {
    font-size: 14px;
    }
    .dot.down {
      display: block;
    }
    .vertical-blind-slogan {
      display: block;
    }
    #vertical-blinds-holder {
      height: auto;
      padding-top: 0;
    }
    .vertical-blinds {
      background-color: black;
      display: block;
      height: 600px;
    }
    .vertical-blind {
      display: block;
    }
    .vertical-blind-badge {
      border-radius: 0;
      height: 72px;
      width: 101%;
    }
    .vertical-blind-badges {
      top: 55%;
    }
    .vertical-blind-badge-holder {
      width:14.28%;
      padding: 0;
      float: left;
    }
    .vertical-blind-badge-lower {
    /*  display: block; */  /* These are being turned off until further notice */
    }
    #one-thousand-hours {
        margin: 5% 0;
    }
}

@media (min-width: 992px) {
    body {
    font-size: 15px;
    }
    .vertical-blind-badge a, .vertical-blind-badge a:link {
    font-size: 15px;
    }
    .vertical-blinds {
        height: 600px;
    }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}


/* Added styles for Degree pages */
div#db-degree-full,div#pc-degree-full,div#asia-degree-full,div#ww-degree-full {
    padding: 12px;
}
.title-round-underline h2 {
    text-transform:uppercase;
}
.title-round-underline {
    text-align: center;
    width: auto;
    min-width:100px;
    margin: 0 auto;
}
.title-round-underline h2 {
    position: relative;
    margin-bottom: 64px;
    margin-top: 44px;
    color:#052552 !important;
    background-color:transparent !important;
}
.title-round-underline h2::after {
    position: absolute;
    top: 1.75em;
    content: ' ';
    left: calc(50% - 3px);
    width: 6px;
    border: 3px solid #052552;
    background: #052552!important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.title-round-underline h2.erau-yellow::after {
    border-color: #f0c85a;
    background: #f0c85a!important;
}
.title-round-underline h2.erau-blue::after {
    border-color: #284267;
    background: #284267!important;
}
.title-round-underline h2.erau-green::after {
    border-color: #387a3a;
    background: #387a3a!important;
}
.title-round-underline h2.erau-orange::after {
    border-color: #d1753d;
    background: #d1753d!important;
}
.title-round-underline h2.erau-light-blue::after {
    border-color:#3a6fcd;
    background: #3a6fcd!important;
}
.title-round-underline h2.erau-gold::after {
    border-color: #a39161;
    background: #a39161!important;
}
.title-round-underline h2.erau-dark-blue::after {
    border-color: #0c153c;
    background: #0c153c!important;
}
.title-round-underline h2.underlined::after {
    left: calc(50% - 87px);
    width: 174px;
}
.cta-horiz div.buttons {
    width:auto;
    margin: 0 auto;
    padding-top:20px;
    z-index:3;
    font-weight:bold;
}
.cta-horiz div.buttons .col-sm-4 a {
    line-height: 30px;
}
.cta-horiz div.buttons a {
    font-weight:bold;
}
.cta-horiz div.buttons div.button1 a, .cta-horiz div.buttons div.button1 a:hover,.cta-horiz div.buttons div.button1 a:active,
.cta-horiz div.buttons div.button2 a, .cta-horiz div.buttons div.button2 a:hover,.cta-horiz div.buttons div.button2 a:active {
    color:#fff;
}
.cta-horiz div.buttons div.button3 a:active {
    color:#666!important
}
.cta-horiz div.buttons div.col-sm-4 {
    padding-bottom: 20px;
}
.cta-horiz hr {
    margin-bottom: -46px;
    display: block;
    height: 3px;
    border: 0;
    border-top: 2px solid #DEDEDE;
    padding: 0;
    z-index: 2;
    margin-top: 35px;
}
.erau-light-gray .horiz-rule-text span {
    background-color:#EFEFEF;
}
.big-green {
    color:#387a3a;
    font-size:1.5em;
}
.degree-campus-buttons > div {
    padding-right: 2px !important;
    padding-bottom: 2px !important;
}
#news-feed, .degree-campus-placeholder {
    padding-bottom: 2px !important;
}
.degree-campus-buttons .zoomer {
    max-height: 450px;
}
.degree-zoomer {
    margin-bottom: 30px;
    height: 150px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.degree-zoomer-small img, .degree-zoomer img {
    width: 100% !important;
}
.degree-zoomer h4.clear-button {
    color:#052552;
    border-color:#052552;
    background:rgba(255,255,255,0.6);
}
.degree-zoomer h4.clear-button small {
    font-size: 66%;
    color:#052552;
    font-weight:700;
    text-transform: uppercase;
}
.degree-zoomer .zoomer-caption h4 {
    position: static;
    margin: 0;
}
.degree-zoomer-small .zoomer-caption h4 {
    margin: 0;
    opacity: .8; 
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.degree-campus-buttons, #news-feed {
    /* margin-bottom:40px; */
}
.degree-campus-buttons a .glyphicon {
    padding-left:14px;
    display:none;
}
.degree-campus-buttons .active a .glyphicon {
    display:inline;
}
.degree-zoomer-small:hover .zoomer-caption h4 {
  opacity: 1; 
}
.degree-header > div > h3 {
    display:none;
}
.degree-header {
    padding:0px !important;
    height:500px;
    background-size:cover;
    overflow: hidden;
}
.degree-header:not(:empty) {
    height: auto;
    width:100%;
}
.degree-header-text {
    background-color: #19315D;
    border: 3px solid #EFEFEF;
    margin-top:-40px;
    padding-top: 5px;
    font-size: 2.4em !important;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    color: #fff;
}
.degree-header-text small {
    font-weight: 100 !important;
    color: #fff;
    text-transform:uppercase;
}
.degree-header-text.erau-yellow, .degree-header-text.erau-yellow small {
    color: #0c153c;
}
courseleaf td {
    text-align: left;
}
courseleaf span.areaheader  {
    font-weight:bold;
}
courseleaf td.hourscol {
    font-weight: bold;
    text-align: right;
}
.degree-section {
    margin-bottom:40px;margin-top:20px;
    padding-top:15px;padding-bottom:15px;
}
.degree-section .degree-summary h2,
.degree-section .degree-summary .h2,
.degree-section .degree-extra h2,
.degree-section .degree-extra .h2 {
    margin-top: 20px;
}
.career-box {
    min-height:200px;
    padding: 0px;
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom:14px;
}
.career-box.paragraph {
    min-height:100px;
}
.career-box > div {
    height:100%;
    position:relative;
}
.career-box > div > div {
    background-size:cover;
    height:100%;
}
.career-box > div > h4 {
    margin:0px;
    width:95%;
    text-align:center;
    color:#052552;
    font-size:1.3em;
    font-weight:bold;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}
.career-box-mobile {
    display:none;
}
.grayscale {
    position:relative;
    opacity:0.3;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
.career-box .color-image {
    position: absolute;
    top:0;
    height:100%;
    width:100%;
    opacity:0;
}
.career-box:hover .grayscale {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity:1;
}
.career-box:hover h4 {
    opacity:0;
}
@media (max-width: 768px) {
    .degree-header:empty {
        height: 250px;
    }
    .degree-header:not(:empty) {
        margin-bottom: 50px;
    }
    .cta-horiz hr {
        display:none;
    }
}
@media (max-width: 540px) {
    .career-box {
        width:100%;
    }
    .career-box-mobile {
        display:block;
    }
}
@media (max-width: 992px) {
    .degree-header:empty {
        height:350px;
    }

    .career-box {
        min-height: 100px;
    }
}

@media (max-width: 1500px) {
    .degree-zoomer-small a .clear-button {
        width: 169px;
    }
}
button[data-toggle="collapse"] .glyphicon {
    float: right;
    -webkit-transition: -webkit-transform 0.4s ease-in;
}
button[data-toggle="collapse"][aria-expanded="true"] .glyphicon {
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
/*
.erau-light-gray div a:not(.btn) {
    color: #3a6fcd !important;
}
.erau-light-gray div a:not(.btn):hover {
    color: #23527c !important;
}
*/
.degree-header .rendering {
    margin: 0px !important;
}
button.btn.btn-lg.fade75.erau-yellow.btn-block {
    padding: 14px 16px;
    margin-top: 15px;
}
/* entire container, keeps perspective */
.degree-flip-container {
	perspective: 1000;
	-webkit-perspective: 1000;
}
	/* flip the pane when hovered */
	.degree-flip-container:hover .degree-flipper, .degree-flip-container.hover .degree-flipper {
		transform: rotateY(180deg);
	}

.degree-flip-container, .degree-flip-front, .degree-flip-back, .degree-flip-back2 {
	width: 320px;
	height: 480px;
}

/* flip speed goes here */
.degree-flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.degree-flip-front, .degree-flip-back, .degree-flip-back2 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.degree-flip-front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden panes */
.degree-flip-back, .degree-flip-back2 {
	transform: rotateY(180deg);
}
.degree-flip-back {
    display:none;
}
.zoomer.active .degree-flip-back2 {
    display:none;
}
.zoomer.active .degree-flip-back {
    display:block;
}
a[vhref] {
    cursor:pointer;
}
/* END added styles for degree pages */
/* Degree News Slider */
#news-holder .owl-carousel {
    padding-bottom: 45px;
}
.owl-carousel.degree-news .owl-stage-outer {
    overflow: visible;
}
.degree-news-item {
    transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -webkit-transition: opacity .35s ease-in-out;
}
.degree-news-item {
    position:relative;
    height:400px;
    background-size:cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}
.owl-item.active .degree-news-item {
    opacity:1 !important;
}
.owl-item:not(.active) .degree-news-item {
    opacity:0.3;
}
.degree-news-item .row {
    position:absolute;
    bottom:0;
    width:100%;
}
.degree-news-item h3 {
    padding: 0 0 40px 40px;
    font-size:1.5em;
    font-family:Arial;
    color:#fff;
}
.degree-news-item .col-sm-3 .btn {
    width: 100%;
    text-transform:uppercase;
    font-size:1.5em;
    font-style:italic;
    opacity: 0.8;
    border:2px solid #fff;
}
.degree-news-item .col-sm-3 .btn:hover {
    opacity: 1;
}
.owl-item:not(.active) div div div {
    display:none;
}
.owl-item:not(.active):hover .degree-news-item {
    opacity:0.6;
}
.degree-carousel-control {
    z-index:1000;
    background-image: none !important;
    top: calc(50% - 40px);
    width: 30px;
    height: 30px;
}
@media (max-width: 768px) {
    .degree-news-item .col-sm-4 {
        max-width: 250px;
        margin: auto auto;
        padding:0px;
        padding-bottom:20px;
    }
}
/* END Degree News Slider*/
.degree .spotlight.blue {
    background-color: #0759a4;
    background-image: url(/Images/University/degrees/spotlights-blue.jpg);
}
.degree .spotlight.erau-dark-blue {
    background-color: #101d46;
    background-image: url(/Images/University/degrees/spotlights-dark-blue.jpg);
}
.degree .spotlight.erau-gold {
    background-color: #a79464;
    background-image: url(/Images/University/degrees/spotlights-gold.jpg);
}
.degree .spotlight.erau-gray {
    background-color: #bcbcbc;
    background-image: url(/Images/University/degrees/spotlights-gray.jpg);
}
.degree .spotlight.erau-green {
    background-color: #3c7f3e;
    background-image: url(/Images/University/degrees/spotlights-green.jpg);
}
.degree .spotlight.erau-light-blue {
    background-color: #acd2ee;
    background-image: url(/Images/University/degrees/spotlights-light-blue.jpg);
}
.degree .spotlight.erau-light-gray {
    background-color: #eeeeee;
    background-image: url(/Images/University/degrees/spotlights-light-gray.jpg);
}
.degree .spotlight.erau-orange {
    background-color: #d0753e;
    background-image: url(/Images/University/degrees/spotlights-orange.jpg);
}
.degree .spotlight.erau-yellow {
    background-color: #f2cd67;
    background-image: url(/Images/University/degrees/spotlights-yellow.jpg);
}