﻿@charset "utf-8";
/* CSS Document */

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
}

@media print {
    .print-only {
        display: block !important;
    }
	.no-print {
		display: none !important;
	}
	.break-before {
		page-break-before: always;
	}
	.break-after {
		page-break-after: always;
	}
    a[href]:after {
		content: "";
	}

}
.print-only {
    display: none;
}

.no-wrap {
    white-space: nowrap;
}
.keep-together { 
  break-inside: avoid;
}

[hidden] { display: none; }
.hidden { display: none; }

a[href*="youtube.com"]:not(.icon-er-youtube,.icon-er-youtube-square):before,
a[href*="youtu.be"]:not(.icon-er-youtube,.icon-er-youtube-square):before
{
    content:url(/Images/Shared/youtube.png);
    padding-right:5px;
    white-space: nowrap;
    vertical-align: text-top;
}
a[href*="financialaidtv.com"]:before {
    content:url(/Images/Shared/fatv.png);
    padding-right:5px;
    white-space: nowrap;
    vertical-align: text-top;
}

a[href*=".pdf"]:before { content:url(/Images/Shared/pdf.gif); padding-right:5px; white-space: nowrap; }
a[href*=".doc"]:before, a[href*=".docx"]:before { content:url(/Images/Shared/word.gif); padding-right:5px; white-space: nowrap; }
a.no-icon:before { content:none; }

a.yellow-link { color:#f0c85a; }
a.yellow-link:hover { color: #ffe576; }

/* ============ Validation Hilighter overrides ============ */
.has-feedback .form-control {
    padding-right: 95px;
}
/* ============ END Validation Hilighter overrides ============ */

blockquote {
    font-family: "Droid Sans", Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-weight: bold;
    padding: 15px 0;
    margin: 20px 0 0 35px;
    font-size: 1.25em;
    border-left: none;
    color: #0c143e;
}
blockquote:before {
    content: open-quote;
    font-style: normal;
    font-size: 60px;
    line-height: 0;
    position: relative;
    top: 25px;
    left: -35px;
    display: inherit;
}
blockquote:after {
    content: close-quote;
    font-style: normal;
    font-size: 60px;
    line-height: 0;
    position: relative;
    top: 30px;
    left: 5px;
    display: inline;
}
blockquote + footer {
    font-family: "Droid Sans", Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-weight: bold;
    font-style: normal;
    line-height: 1.42857143;
    color: #777;
    margin-left: 40px;
    -webkit-margin-start: 40px;
}
blockquote + footer::before {
    content: '\2014 \00A0';
}


.degreelist ul.list-inline li:after {
    content: "|";
    padding-left: 10px;
}
.degreelist ul.list-inline li:last-child:after {
    content: none;
}

img, object, embed, video {
  width: auto\9;
  height: auto;
  max-width: 100%;
}

h1, .h1 { font-size: 2.5em; font-family: 'Oswald', sans-serif; font-weight: normal; /*margin-top: 0;*/ }
h2, .h2 { font-size: 1.75em; font-family: 'Oswald', sans-serif; font-weight: normal; }
h3, .h3 { font-size: 1.25em; font-family: 'Oswald', sans-serif; font-weight: normal;}
h4, .h4 { font-size: 1.1em; font-weight: bold;}
h5, .h5 { font-size: 1em; }
h6, .h6 { font-size: 0.8em; }
h3.col-title, .h3.col-title { font-family: 'Oswald', sans-serif; font-weight: 400; margin-bottom: 15px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { line-height: 1.25; }

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    /* This was added to make headlines line up at the top of the column, like paragraphs - Conan */
    margin-top: 0;
}

.thin {
    font-weight: 100;
}
.bigger {
  font-size: 85%;
}
.fancy h2, h2.fancy {
    font-size: 3em;
    border-bottom: 4px solid #edc758;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-weight: 100;
}
.fancy h3, h3.fancy {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.75em;
    color: #7a7a7a;
    font-weight: bold;
}
.lead {
    font-size: 1.25em;
    margin-bottom: 1.25em;
    color: #616161;
    font-weight: 400;
}
.lead-alt {
    font-size: 1.5em;
    margin-bottom: 1.25em;
    color: #616161;
    font-weight: 400;
    color: #d17439;
}

.holder {
    background-size: cover;
    background-position: center;
    padding-top: 40px;
    padding-bottom: 15px;
}

.rendering {
    margin-top: 15px;
    margin-bottom: 30px;
}
.page-section > .rendering {
    margin-top: 30px;
}
.rendering .alert {
    margin-bottom:0px;
    margin-top:10px;
}
/* Special cases where we don't want margin */
/* Rich Text boxes and Headings don't need the margin bottom, except on the last one. */
.rendering.heading {
    margin-bottom: 0;
}
.rendering.richtext {
    margin-bottom: 0px;
}
.rendering.richtext:last-of-type {
    margin-bottom: 30px;
}
.panel-group .rendering {
    margin-bottom: 0px !important;
}
.panel-group .rendering:first-child {
    margin-top: 0px;
}
/* END special cases */
.no-padding {
   padding: 0 !important;
   margin: 0 !important;
}
.padded-20 {
    padding:20px;
}
.padded-10 {
    padding:10px;
}
.padded-5 {
    padding:5px;
}
.two-column {
    -moz-column-count:1;
    -webkit-column-count:1;
    column-count:1;
    -moz-column-gap:0;
    -webkit-column-gap:0;
    column-gap:0;
}
.loading {
    height: 60px;
    background-image: url(/Images/Shared/AjaxLoader.gif);
    background-position: center;
    background-repeat: no-repeat;
}

ul > li {
  padding:4px 0px;
}

.richtext .richimage {
    margin-bottom: 10px; /* Same as Paragraph */
}
.portrait-image {
	position: relative;
	padding-bottom: 85%;
	height: 0;
	overflow: hidden;
    margin-bottom: 10px; /* Same as Paragraph */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.even-image {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
    margin-bottom: 10px; /* Same as Paragraph */
    background-size: cover;
    background-position: center 20%; /* This is where faces are in most images */
    background-repeat: no-repeat;
}
.even-image.logo, .portrait-image.logo {
    background-size: contain;
    background-position: center;
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.modal.dark .modal-content {
  background: #272727;
}
.modal.dark .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.modal.dark .modal-title {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.right-rail > div:not(.modal) {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 7px #efefef;
  border-radius: 5px;
}
.right-rail > div:last-of-type {
  border-bottom: 0px;
  margin-bottom: 0;
}
.right-rail .rendering h3 {
  margin-top: 10px;
}
.right-rail > .plain-text {
  padding-bottom: 0 !important;
  border-bottom: 0px !important;   
  margin-bottom: 0 !important;
}

.image-wrap-left {
  margin-right: 0;
  float: left;
}
.image-wrap-right {
  margin-right: 0;
  float: right;
}
.image-wrap-75 {
  clear: both;
  display:block;
  width:100%;
}
.image-wrap-66 {
  clear: both;
  display:block;
  width:100%;
}
.image-wrap-50 {
  clear: both;
  display:block;
  width:100%;
}
.image-wrap-33 {
  clear: both;
  display:block;
  width:100%;
}
.image-wrap-25 {
  clear: both;
  display:block;
  width:100%;
}
.image-wrap-left-75 {
  margin-right: 0;
  float: left;
  clear: both;
  display:block;
  width:100%;
}
.image-wrap-left-66 {
  margin-right: 0;
  float: left;
  clear: both;
  display:block;
  width:100%;
}
.image-wrap-left-50 {
  margin-right: 0;
  float: left;
  clear: both;
  display:block;
  width:100%;
}
.image-wrap-left-33 {
  margin-right: 0;
  float: left;
  clear: both;
  display:block;
  width:100%;
}
.image-wrap-left-25 {
  margin-right: 0;
  float: left;
  clear: both;
  display:block;
  width:100%;
}
.image-wrap-right-75 {
  margin-right: 0;
  float: right;
  clear: both;
  display:block;
  width:100%;
} 
.image-wrap-right-66 {
  margin-right: 0;
  float: right;
  clear: both;
  display:block;
  width:100%;
} 
.image-wrap-right-50 {
  margin-right: 0;
  float: right;
  clear: both;
  display:block;
  width:100%;
} 
.image-wrap-right-33 {
  margin-right: 0;
  float: right;
  clear: both;
  display:block;
  width:100%;
} 
.image-wrap-right-25 {
  margin-right: 0;
  float: right;
  clear: both;
  display:block;
  width:100%;
}
.image-caption {
    margin-top: 10px;
    font-size: 85%;
    font-style: italic;
    text-align: center;
}
.img-w-caption {
  position: relative;
}
.sliding-img-caption {
    padding:15px 15px 15px 15px;
    box-sizing: border-box;
    width: 100%;
    max-height:50px;
    position: absolute;
    bottom: -1px;
    color: white;
    text-shadow: 0px 0px 5px #222;
    line-height: 1.1;
    overflow: hidden;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    -webkit-transition: max-height .75s ease;
    -moz-transition: max-height .75s ease;
    -ms-transition: max-height .75s ease;
    -o-transition: max-height .75s ease;
    transition: max-height .75s ease;
}
.sliding-img-caption.gold {
  background: rgba(162, 145, 99, 0.65);
  filter: none;
  max-height:67px;
}
.img-w-caption:hover .sliding-img-caption {
    max-height:999px;
}
.summary {
    max-height: 5.65em;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.summary > p {
    display: inline;
}
.more-link {
    /* don't delete, this is here for the Rich Text editor class dropdown menu */
}
.more-link:after, .more-link-white:after, .more-link-lg:after, .expand-button:after {
  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: 2px;
  font-size: 80%;
  content: "\e080";
}
.margined {
  margin-top: 40px;
  margin-bottom: 40px;
}
.padded {
    padding-top: 30px;
    padding-bottom: 30px;
}
.box-padding {
    padding: 20px;
}
.box-padding h1:first-child, .box-padding h2:first-child, .box-padding h3:first-child {
    margin-top: 0;
}
.unmargin {
  margin-left: 0;
  margin-right: 0;
}
.unpad {
  padding-left: 0;
  padding-right: 0;
}
.no-height {
  position: relative;
  width: 100%;
  z-index: 1;
}
.centered {
  text-align: center;
}
.clear-button {
  border: 2px solid black;
  padding: 15px 30px;
  border-radius: 4px;
  display: inline-block;
}
.centered .float-bottom {
  left: calc(50% - 83px);
}
.float-bottom {
  /* Parent must be position: relative; */
  bottom: 1em;
  position: absolute;
}
.form-control[appear-editable] {
  /* use with "readonly" attribute on datepicker fields */
  background-color: #ffffff;
  cursor: text;
}
.vertical-align {
    justify-content: center;
    display: flex;
    align-content: center;
    flex-direction: column;
}


/* Social icons */
.social, .social li {
  display: inline;
}
.social li {
  margin: 0px;
}
.social a {
  font-weight: normal;
}
.social li:first-child {
  margin-left: 0;
}
.social li:last-child {
  margin-right: 0;
}
.social.pull-right {
  position: relative;
  bottom: 4px;
}
.stage .icon-er-facebook,
.stage .icon-facebook,
.stage .icon-er-twitter,
.stage .icon-twitter,
.stage .icon-er-googleplus,
.stage .icon-googleplus,
.stage .icon-er-youtube,
.stage .icon-youtube,
.stage .icon-er-instagram,
.stage .icon-instagram,
.stage .icon-er-linkedin,
.stage .icon-linkedin,
.stage .icon-er-pinterest,
.stage .icon-pinterest,
.stage .icon-er-blog,
.stage .icon-blog,
.stage .icon-er-facebook-square,
.stage .icon-facebook-square,
.stage .icon-er-twitter-square,
.stage .icon-twitter-square,
.stage .icon-er-googleplus-square,
.stage .icon-googleplus-square,
.stage .icon-er-youtube-square,
.stage .icon-youtube-square,
.stage .icon-er-instagram-square,
.stage .icon-instagram-square,
.stage .icon-er-linkedin-square,
.stage .icon-linkedin-square,
.stage .icon-er-pinterest-square,
.stage .icon-pinterest-square,
.stage .icon-er-blog-square,
.stage .icon-blog-square {
  font-size: 30px;
  text-decoration: none;
}
.stage .icon-er-facebook:hover,
.stage .icon-facebook:hover,
.stage .icon-er-twitter:hover,
.stage .icon-twitter:hover,
.stage .icon-er-googleplus:hover,
.stage .icon-googleplus:hover,
.stage .icon-er-youtube:hover,
.stage .icon-youtube:hover,
.stage .icon-er-instagram:hover,
.stage .icon-instagram:hover,
.stage .icon-er-linkedin:hover,
.stage .icon-linkedin:hover,
.stage .icon-er-pinterest:hover,
.stage .icon-pinterest:hover,
.stage .icon-er-blog:hover,
.stage .icon-blog:hover,
.stage .icon-er-facebook-square:hover,
.stage .icon-facebook-square:hover,
.stage .icon-er-twitter-square:hover,
.stage .icon-twitter-square:hover,
.stage .icon-er-googleplus-square:hover,
.stage .icon-googleplus-square:hover,
.stage .icon-er-youtube-square:hover,
.stage .icon-youtube-square:hover,
.stage .icon-er-instagram-square:hover,
.stage .icon-instagram-square:hover,
.stage .icon-er-linkedin-square:hover,
.stage .icon-linkedin-square:hover,
.stage .icon-er-pinterest-square:hover,
.stage .icon-pinterest-square:hover,
.stage .icon-er-blog-square:hover,
.stage .icon-blog-square:hover {
  opacity: 0.8;
}

.stage .icon-er-facebook,
.stage .icon-facebook,
.stage .icon-er-facebook-square,
.stage .icon-facebook-square {
  color: #3B5997;
}
.stage .icon-er-twitter,
.stage .icon-twitter,
.stage .icon-er-twitter-square,
.stage .icon-twitter-square {
  color: #00ABED;
}
.stage .icon-er-googleplus,
.stage .icon-googleplus,
.stage .icon-er-googleplus-square,
.stage .icon-googleplus-square {
  color: #DD4B39;
}
.stage .icon-er-youtube,
.stage .icon-youtube,
.stage .icon-er-youtube-square,
.stage .icon-youtube-square {
  color: #BA2E29;
}
.stage .icon-er-instagram,
.stage .icon-instagram,
.stage .icon-er-instagram-square,
.stage .icon-instagram-square {
  color: #5E889C;
}
.stage .icon-er-linkedin,
.stage .icon-linkedin,
.stage .icon-er-linkedin-square,
.stage .icon-linkedin-square {
  color: #007AC0;
}
.stage .icon-er-pinterest,
.stage .icon-pinterest,
.stage .icon-er-pinterest-square,
.stage .icon-pinterest-square {
  color: #bd081c;
}
.stage .icon-er-blog,
.stage .icon-blog,
.stage .icon-er-blog-square,
.stage .icon-blog-square {
  color: #B97022;
}

.erau-green {
  background-color: #387a3a !important;
  color: white !important;
}
.erau-green > a {
  color: white !important;
}
.erau-gray {
  background-color: #6b6b6b !important;
  color: white !important;
}
.erau-gray > a {
  color: white !important;
}
.erau-light-gray {
  background-color: #EFEFEF !important;
}
.erau-light-gray > a {
  /*color: white !important;*/
}
.erau-blue {
  background-color: #284267 !important;
  color: white !important;
}
.erau-blue > a {
  color: white !important;
}
.erau-orange {
  background-color: #d1753d !important;
  color: white !important;
}
.erau-orange > a {
  color: white !important;
}
.erau-hot-orange {
  background-color: #e93a03 !important;
  color: white !important;
}
.erau-hot-orange a {
  color: white !important;
}
.erau-yellow {
  background-color: #f0c85a !important;
  color: #333333 !important;
}
.erau-yellow > a {
  color: #333333 !important;
}
.erau-light-blue {
  background-color: #3a6fcd !important;
  color: white !important;
}
.erau-light-blue > a {
  color: white !important;
}
.erau-gold {
  background-color: #a39161 !important;
  color: white !important;
}
.erau-gold > a {
  color: white !important;
}
.erau-dark-blue {
  background-color: #0c153c !important;
  color: white !important;
}
.erau-dark-blue > a {
  color: white !important;
}
.erau-white {
  background-color: white !important;
  color: black !important;
}
.erau-white > a {
  color: black !important;
}
.btn-dark-blue {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  background: #0c153c;
  padding: 15px 30px;
  border: solid #ffffff 2px;
  text-decoration: none;
  text-align:center;
  opacity:1;
  width:100%;
  display:inline-block;
}
.btn-dark-blue:hover {
  opacity:.8;
  text-decoration: none;
  transition-duration: .5s;
}

a.erau-button {
    color: white;
    text-align: center;
    padding: 12px 24px;
    text-decoration: none !important;
    border-radius: 4px;
    background-color: #3a6fcd;
}

a.erau-button.large {
    font-size: 130%;
}

.fade75 {
    opacity:0.85;
    filter:Alpha(opacity=85);
    transition:opacity .25s;
    -webkit-transition:opacity .25s;
}
.fade75:hover {
    text-decoration: none;
    opacity:1.0;
    filter:Alpha(opacity=100);
}
.fade40 {
  opacity:0.45;
  filter:Alpha(opacity=45);
  transition:opacity .25s;
  -webkit-transition:opacity .25s;
}
.fade40:hover {
  opacity:0.85;
  filter:Alpha(opacity=85);
}

.nav-hat {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

    font-size:17px;
    font-weight:bold;
}
.nav-hat ul {
  padding-left: 0;
  margin-bottom: 0;
}
.nav-hat li {
  list-style-image: none;
  list-style-type: none;
}
.nav-hat p {
  margin-bottom: 7px; 
}
.nav-hat a {
  color: #2b2d42;
  text-decoration: none !important;
  display: inline-table;
  width: 80%;
  padding:14px;
}
.nav-hat a + a {
  width: 20%;
}
.left-nav {
  margin-bottom: 15px;
}
.icon-menu:before {
  float: right;
}
.collapsable-nav ul {
  margin:0px;
  -webkit-padding-start:0;
  padding-left: 0;
}
.collapsable-nav li {
  list-style-image:none;
  list-style-type:none;
  line-height:20px;
  padding:0;
}
.collapsable-nav li a {
  background-color:#efefef;
  padding:0;
  border:1px solid #dddddd;
  border-top-width: 0;
}
.collapsable-nav li a:hover {
  background-color:#e0e0e0;
}
.collapsable-nav li.current > a:hover {
  background-color: #32364A;
  color: white;
  border-color: #32364A;
}
.collapsable-nav li li a:hover {
  background-color: #DBDBDB;
  color: #2b2d42;
}
.collapsable-nav li.current > a {
  background-color: #0d153c;
  border-color: #0d153c;
}
.collapsable-nav > ul > li.current > a {
  background-color: #0d153c;
  border-color: #0d153c;
}
.collapsable-nav li a {
  display: block;
  font-weight: normal;
  color: #2b2d42;
  padding:14px;
  font-size:17px;
  text-decoration:none !important;
}
.collapsable-nav li.current > a {
  color: white;
}
.collapsable-nav li li a {
  color: #949494;
  background-color: white;
  padding-left: 20px;
  font-size: 0.95em;
  padding: 12px 14px;
  border-bottom-color: #DDDDDD;
}
.collapsable-nav li li li a {
  padding-left: 40px;
  font-size: 0.78em;
  background-color:#f8f8f8;
}
.collapsable-nav li li li a:before {
  content: "–";
  position: absolute;
  left: 40px;
}

#gold-bar-holder {
  background-color: #a39161;
  font-size: 12px;
  overflow: hidden;
}
#gold-bar * {
  vertical-align: middle;
}
#gold-bar {
    height: 40px;
}
#gold-bar ul {
  margin: 0;
  float: right;
}
#gold-bar ul li {
  margin-left: 22px;
}
#gold-bar ul li:first-child {
  margin-left: 0;
}
#gold-bar .icon-er-vip-square, #gold-bar .icon-er-lock, #gold-bar .glyphicon {
  font-size: 18px;
}
#gold-bar .icon-er-eagle {
  font-size: 24px;
}
#gold-bar li a {
  font-size: 14px;
  color: #3e3009;
  text-decoration: none;
  padding: 15px 0;
}
#gold-bar form .glyphicon {
  color: white;
}
#gold-bar form input {
  height: 40px;
  width: 225px;
  line-height: 20px;
  font-size: 14px;
  color: white;
  border-color: transparent;
  border-radius: 0;
  background-color: rgba(0,0,0,0.125);
  text-align: left;
  box-shadow: none;
}
#gold-bar form .btn {
  background-color:transparent;
  color: white;
  position: absolute;
  top: 1px;
  right: 0px;
}
#gold-bar .list-inline li {
  padding: 0;
}
#erauMenuButton .menu-text {
  position: relative;
}
#erau-search .erau-search-controls {
  position: relative;
}

#erauMenu {
  float:left;
  width: 235px;
  position: absolute;
}
#erauMenu h2 {
  margin-left: 10px;
  margin-top: 12px;
  margin-bottom: 10px;
}
#erauMenu li {
  padding: 10px 10px 10px 15px;
}
#erauMenu li a, #erauMenuBar li a:link {
  text-decoration: none;
  display: block;
  color: white;
}
.erauMenuLink {
  padding: 10px;
}
.erauMenuLink.pull-right {
  padding-top: 7px;
}
#erauMenuButton .glyphicon {
  top: 9px;
}
#erauMenuButton .menu-text {
  top: 9px;
  position: relative;
}
#ww-erau-search .erau-search-controls {
  position: relative;
}

.stage {
  position: relative;
  background-color: white;
  transition: transform 500ms ease;
}
.stage.slideOver {
  -webkit-transform: translate(24rem, 0);
  -ms-transform: translate(24rem, 0);
  transform: translate(24rem, 0);
}

.collapsable-nav {
    display: none;
}

.news-icon {
	background: url('/Images/Worldwide/newsroom-logo-circle.png') no-repeat;
	margin-right: 10px;
	height: 32px; 
	width:32px;
	background-size:contain;
	float:right;
}
.news-slider .headline h2 {
    margin-top: 10px;
}
.news-list .pagination {
    text-align:center;padding-bottom:15px
}
.owl-carousel .item {
    margin: 15px;
}
@media (min-width: 992px) {
    .newslist.rendering.col-md-6.odd {
        padding-left:0px;
    }
    .newslist.rendering.col-md-6.even {
        padding-right:0px;
    }
}
.news-holder .owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}
.twitter-holder {
  background-color: #3a6fcd;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #c9cccf;
}
.twitter-holder h2 {
  color: white;
}
#twitter-feed small {
  color: #a2a3af;
}
.twitter-holder a {
  color: white;
  text-decoration: none;
}
#twitter-feed .media-left img {
  border-radius: 4px;
  max-width: inherit;
}
#twitter-feed .twitter-controls {
  background-color: #5987e9;
  padding: 10px;
  margin-top:40px;
  overflow: hidden;
}
.news-list .row {
    padding-bottom:20px;
}
.clearFix { clear:both; }
.news-holder {
  background-color: #efefef;
  padding-top: 30px;
  padding-bottom: 40px;
}
.news-holder.rendering {
  margin-bottom: 0;
}
.news-holder h2 {
    margin-top: 15px;
}
.news-holder h2 small {
    float: right;
    margin-top: 7px;
}
.popular-pages .media-left {
    font-size: 1.6em;
    text-decoration:underline;
}
.popular-pages .media-heading a {
    text-decoration:none;
    color:#000;
}
/* Automatically stripe tables */
table {
  width: 100%;
  margin-bottom: 20px;
  background-color: #ffffff;
    border: 1px solid #dddddd;

}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
table table {
  background-color: #ffffff;
}
table > tbody > tr:nth-child(odd) > td,
table > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
/* END Automatically stripe tables */

table.borderless td, table.borderless th, table.borderless {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    background-color: transparent !important;
}

.post-footer {
    padding-bottom: 30px;
}

@media (min-width: 480px) {
    .bigger {
      font-size: 100%;
    }
    .image-wrap-left, .image-wrap-left-75, .image-wrap-left-66, .image-wrap-left-50, .image-wrap-left-33, .image-wrap-left-25 {
        margin-right: 15px;
        margin-bottom: 10px;
        float: left;
    }
    .image-wrap-right, .image-wrap-right-75, .image-wrap-right-66, .image-wrap-right-50, .image-wrap-right-33, .image-wrap-right-25 {
        margin-left: 15px;
        margin-bottom: 10px;
        float: right;
    }
    .image-wrap-75, .image-wrap-left-75, .image-wrap-right-75 {
        width: 75%;
    }
    .image-wrap-66, .image-wrap-left-66, .image-wrap-right-66 {
        width: 66%;
    }
    .image-wrap-50, .image-wrap-left-50, .image-wrap-right-50 {
        width: 50%;
    }
    .image-wrap-33, .image-wrap-left-33, .image-wrap-right-33 {
        width: 33%;
    }
    .image-wrap-25, .image-wrap-left-25, .image-wrap-right-25 {
        width: 25%;
    }
    .float-bottom {
      bottom: 2em;
    }
}

@media (min-width: 768px) {
    .bigger {
      font-size: 127%;
    }
    #ww-gold-bar li a#erauMenuButton:hover {
        color: white;
    }
    #gold-bar li a#erauMenuButton:hover {
        color: white;
    }
    .two-column {
        -moz-column-count:2;
        -webkit-column-count:2;
        column-count:2;
        -moz-column-gap:30px;
        -webkit-column-gap:30px;
        column-gap:30px;
    }
    .two-column p {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        -o-column-break-inside: avoid;
        -ms-column-break-inside: avoid;
        column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
    .two-column ul > li,
    .two-column ul > li > ul > li {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        -o-column-break-inside: avoid;
        -ms-column-break-inside: avoid;
        column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

  .container, .container .large {
    width: 100%;
  }
  .header-image-cta {
    width: 90%;
    position: absolute;
    bottom: 30px;
  }
  .degree-section .header-image-cta {
    width: 100%;
  }
  #location-cta .header-image-cta {
    width: 100%;
    position: relative;
    bottom: 0px;
    background-color: #fff;
  }
  .page-section {
      position: relative;
  }

  /* ====== Collapse Overrides ====== */
.panel-default > .panel-heading {
    background-image: none;
    filter: none;
}
.panel-title > a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
}
.panel-default > .panel-heading {
    padding: 0;
}
/* ====== END Collapse Overrides ====== */

  .colorbox-margin-top {
    margin-top: 30px;
  }
  .float-bottom {
      bottom: 1em;
  }
  .zoomer-description {
    display:none;
  }
  .twitter-holder h2 small {
    float: right;
    margin-top: 7px;
  }
  .collapsable-nav {
    display: block;
  }
  .post-footer .collapse {
    display: block;
  }
  .post-footer h3 a:after {
    content: none;
    float: right;
  }
}

@media (min-width: 992px) {
  #gold-bar li a {
    color: #3e3009;
  }
  #ww-gold-bar li a {
    color: #3e3009;
  }
  .float-bottom {
      bottom: 2em;
  }
}

@media (min-width: 1200px) {
    .no-height {
        position: absolute;
    }
  .container {
    width: 1170px;
  }
  .container.large {
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .container.large {
    width: 1600px;
  }
}

.video-overlay:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/Images/Shared/crosshatch.png);
    content: "";
}

/* Styles for Youtube & Kaltura Video Renderings */
video {
    width: 100% !important;
    height: auto !important;
}
.youtube-thumbnail img.thumb {
    width:100%;
    height:auto;
}
.youtube-thumbnail { position: relative; cursor:pointer; }
.youtube-thumbnail .overlay { 
    text-align:center; position:absolute;top:0;width:100%;height:100%;color:#fff;
    background: url('/Images/Shared/crosshatch.png');
}
.youtube-thumbnail .overlay h2 {
   letter-spacing: 2px;
    margin-top:150px;
    font-size: 2.25em;
    text-transform: uppercase;
}
.youtube-thumbnail .overlay h3 {
    font-size: 1.8em;
}
@media (max-width: 1400px) {
    .youtube-thumbnail .overlay h2 {
        margin-top: 40px;
    }
}
@media (max-width: 1024px) {
    .youtube-thumbnail .overlay h2 {
        margin-top: 20px;
    }
}
.youtube-thumbnail img.play-button {
  position: absolute;
  display: block;
  top: 50%;
  left: 51%;
  height:50px;
  margin-top:-25px;
  margin-left:-35px;
}
.titleandimage .youtube-thumbnail img.play-button {
  position: absolute;
  display: block;
  bottom: 25%;
  left: 51%;
  height:50px;
  margin-top:-25px;
  margin-left:-35px;
}
.titleandimage .youtube-video:after {
    content: "play video";
    color: white;
    font-style: italic;
    top: 25px;
    position: relative;
}
@media (max-width: 768px) {
    .titleandimage .youtube-video:after {
        display: none;
    }
}
.titleandimage .youtube-video {
    position: relative;
    bottom: -65px;
    text-align: center;
}

/* End styles for Youtube & Kaltura Video Renderings */

/* Twitter Styles */
.owl-item a s {
	text-decoration:none;
}
.twitter-controls img {
    display:inline !important;
}
#twitter-feed .owl-item {
    padding-left: 15px;
    padding-right: 15px;
}
.tweet-to {
    margin-top: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 6px;
}
.tweet-to a {
    display: block;
    color: rgb(160, 160, 160);
    border-color: rgb(34, 34, 34);
    background-color: rgba(0, 0, 0, 0.639216);
    text-decoration: none;
    outline: 0px;
    padding: 6px;
    border-radius: 4px;
}
.tweet-to a:hover {
    color: rgb(187, 187, 187);
}
/* End Twitter Styles */

/* Styles for Zoomer boxes */
.zoomer-set a {
  color: white;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.zoomer {
  overflow: hidden;
  position: relative;
  padding: 0px;
}
.zoomer .background {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all .5s ease;
  z-index: 1;
  background-size: cover;
}
.zoomer .background img {
  visibility: hidden;
}
.zoomer:hover .background, .zoomer.active .background,.zoomer.reverse .background {
  transform: scale(1.125);
  opacity: .25;
}
.zoomer.reverse:hover .background, .zoomer.reverse.active .background {
  transform: scale(1);
  opacity: 1;
}
.zoomer-caption {
  position: absolute;
  top: 0%;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-shadow: 0 0 0 1px #efefef;
}
.zoomer a .clear-button {
  font-weight: bold !important;
  color: white;
  border-color: white;
}
.zoomer-description {
  display:none;
}
.zoomer a .zoomer-description {
  opacity: 0;
  transition:opacity .25s ease;
}
.zoomer a:hover .zoomer-description, .zoomer.active a .zoomer-description {
  opacity: 100;
}

@media (min-width: 480px) {
    .zoomer-description {
    display:block;
    }
}
@media (min-width: 768px) {
    .zoomer-description {
        display: none;
    }
}
@media (min-width: 992px) {
  .zoomer-description {
    display:block;
  }
}
/* END Styles for zoomer boxes */
.btn {
   white-space:normal; 
}

/* Styles for personalization boxes */
.personalized-box {
	text-align:center;
	background-color: inherit;
}
.personalized-box .header, .personalized-box .body {
	padding:1em;
	background-color: inherit;
}
.personalized-box .header {
	background-color: #fff;
	padding-bottom:10px;
}
.personalized-box .body {
	background-color: inherit;
}
.personalized-box .header h2 {
	padding-bottom:0;
}
.personalized-box .body span {
	font-weight:700;
}
.personalized-box .body .buttons {
    margin-top: 20px;
}
.personalized-box, .personalized-box .btn-cta, .personalized-box .btn-zoomer {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	overflow: hidden;
}
.personalized-box h2 {
	margin:0px;
	padding-bottom: 0.6em;
}
.personalized-box .btn-cta {
	width: 100%;
	padding: 0.8em;
	font-weight:bold;
	margin-bottom:0.7em;
	-webkit-transition: opacity .1s ease-in-out;
	-moz-transition: opacity .1s ease-in-out;
	-o-transition: opacity .1s ease-in-out;
	-ms-transition: opacity .1s ease-in-out; 
	transition: opacity .1s ease-in-out;
}
.personalized-box .btn-cta:last-of-type {
	margin-bottom:0px;
}
.personalized-box .btn-cta:hover, .btn-cta:active  {
	color:#fff;
}
.personalized-box .btn-cta span {
	font-style:italic;
}
.personalized-box a.btn-cta + div.horiz-rule-text {
	margin-top: 1.1em;
}
.personalized-box .horiz-rule-text {
	position: relative;
	text-align:center;
	background-color: inherit;
	font-size:0.9em;
	border-top: 1px solid #d3d3d3;
	margin-top:1.8em;
	margin-bottom:1.8em;
    height: 0;
}
.personalized-box .horiz-rule-text span {
	font-weight:bold;
	font-style:italic;
	padding-left: 1em;
	padding-right: 1em;
	position: inherit;
	top: -0.8em;
	background-color: inherit;
}
/* Old code for original zoomer box 
.personalized-box .zoomer {
	margin-top:1em;
	text-align:center;
	font-size: 1.1em;
	background-repeat: cover;
	color:#0c153c;
	max-height: 116px;
}
.personalized-box a:hover .zoomer {
	color:#fff;
}
.personalized-box a.not-bold:hover .zoomer.business {
	color:#0c153c;
}
.personalized-box .zoomer .update {
	font-weight:bold;
	margin-top: 0.4em;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -2em;
}
.personalized-box .zoomer .zoomer-caption {
	padding:0.3em;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out; 
	transition: all .4s ease-in-out;
}
.personalized-box .zoomer:hover .zoomer-caption {
	background-color: rgba(255, 255, 255, 0.3);
}
.personalized-box .zoomer.prescott {
	background-color:#a39161;
}
.personalized-box .zoomer.daytona {
	background-color:#3a6fcd;
}
.personalized-box .zoomer.worldwide {
	background-color:#0c153c;
}
.personalized-box .zoomer.asia {
	background-color:#387a3a;
}
.personalized-box .zoomer.science {
	background-color:#387a3a;
}
.personalized-box .zoomer.aviation {
	background-color:#284267;
}
.personalized-box .zoomer.business {
	background-color:#f0c85a;
}
.personalized-box .zoomer.computer {
	background-color:#d1743b;
}
.personalized-box .zoomer.engineering {
	background-color:#a39161;
}
.personalized-box .zoomer.security {
	background-color:#3a6fcd;
}
.personalized-box .zoomer.space {
	background-color:#0c153c;
}
*/
.personalized-box .no-padding-right {
	padding-right:0px;
	padding-left:5px;
}
.personalized-box .no-padding-left {
	padding-left:0px;
	padding-right:5px;
}
.personalized-box .relative-wrapper {
	position: relative;
	height: 100%;
}
.personalized-box h4 {
	margin: 0.8em 0 0;
	font-size: 1.3em;
}
.personalized-box h4 small {
	font-weight: bold;
}
.personalized-box .contact-link:before, .personalized-box .chat-link:before {
	vertical-align: middle;
}
@media (min-width: 768px) {
	.personalized-box {
		text-align:left;
	}
	/* Old code for original zoomer box 
	.personalized-box .zoomer {
		font-size: 0.7em;
		max-height: 82px;
	}
	*/
}
/* Old code for original zoomer box 
@media (min-width: 992px) {
	.personalized-box .zoomer {
		font-size: 1.0em;
		max-height: 122px;
	}
}
@media (min-width: 1200px) {
	.personalized-box .zoomer {
		font-size: 1.2em;
		max-height: 156px;
	}
}
*/
/* End styles for personalization boxes */

/* Owl Slider Overrides */
.owl-carousel .owl-item img {
    width: auto !important;
}
/* END Owl Slider Overrides */

/* Spotlight */
.spotlight {
    color:#052552 !important;
    background-size: cover;
    background-position: center;
    padding: 50px 30px;
}
.spotlight.blue {
    color:#052552 !important;
    background-image: radial-gradient(ellipse at center, #3684CA 0%,#054C90 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3684CA', endColorstr='#054C90',GradientType=1 );
}
.spotlight.erau-dark-blue {
    color:#052552 !important;
    background-image: radial-gradient(ellipse at center, #253e7e 0%,#0c153c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#253e7e', endColorstr='#0c153c',GradientType=1 );
}
.spotlight.erau-gold {
    color:#052552 !important;
    background-image: radial-gradient(ellipse at center, #B9A980 0%,#907F54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B9A980', endColorstr='#907F54',GradientType=1 );
}
.spotlight.erau-gray {
    color:#052552 !important;
    background-image: radial-gradient(ellipse at center, #DADADA 0%,#AFAFAF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DADADA', endColorstr='#AFAFAF',GradientType=1 );
}
.spotlight.erau-green {
    color:#052552 !important;
    background-image: radial-gradient(ellipse at center, #4b914e 0%,#2B672D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b914e', endColorstr='#2B672D',GradientType=1 );
}
.spotlight.erau-light-blue {
    color:#052552 !important;
    background-image: radial-gradient(ellipse at center, #C0ECFF 0%,#6980A5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6980A5', endColorstr='#C0ECFF ',GradientType=1 );
}
.spotlight.erau-light-gray {
    color:#052552 !important;
    background-image: radial-gradient(ellipse at center, #F5F5F5 0%,#D8D8D8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F5F5', endColorstr='#D8D8D8',GradientType=1 );
}
.spotlight.erau-orange {
    color:#052552 !important;
    background-image: radial-gradient(ellipse at center, #E89059 0%,#B75D25 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E89059', endColorstr='#B75D25',GradientType=1 );
}
.spotlight.erau-yellow {
    color:#052552 !important;
    background-image: radial-gradient(ellipse at center, #FFE398 0%,#E4BD53 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE398', endColorstr='#E4BD53',GradientType=1 );
}
.spotlight .data {
    margin-top: 20px;
    margin-bottom: 75px;
}
@media (min-width: 992px) {
    .spotlight .data {
        margin-top: 75px;
    }
}
.spotlight .data.screen {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}
.spotlight .photo div {
    border: 2px solid white;
    border-radius: 6px;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}
.spotlight p.about {
    font-weight: normal;
}

.spotlight .title-round-underline {
    text-transform: uppercase;
}

.white.spotlight,
.white .title-round-underline h2,
.white .title-round-underline h3,
.white .title-round-underline h4,
.white .title-round-underline h5  {
    color:#fff !important;
}
.white .title-round-underline h2:after {
    border-color:#fff !important;
}
.erau-blue.spotlight,
.erau-blue .title-round-underline h2,
.erau-blue .title-round-underline h3,
.erau-blue .title-round-underline h4,
.erau-blue .title-round-underline h5  {
    color:#052552 !important;
}
.erau-blue .title-round-underline h2:after {
    border-color:#052552 !important;
}
.black.spotlight,
.black .title-round-underline h2,
.black .title-round-underline h3,
.black .title-round-underline h4,
.black .title-round-underline h5 {
    color:#000 !important;
}
.black .title-round-underline h2:after {
    border-color:#000 !important;
}
.spotlight h2:not(#spotlight) {
    font-size:2.2em;
}
/*.spotlight h3 {
    margin-top:5px;
    margin-bottom:30px;
    font-size:1.75em;
}
.spotlight .title-round-underline h2 {
    margin-top: inherit !important;
}
*/
/* END Spotlight */

/* Forms */
.formLoading {
    display:none;width:60px;height:70px;margin:10px auto;background-image:url(/Images/Shared/BoxLoader.gif);
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 10px;
    position:relative;
    background-repeat: no-repeat;
}
.formLoading span {
    position: absolute;
    bottom: 0;
    left: calc(50% - 22px);
    text-align: center;
}
/* END Forms */

/* Poll Module */
.pieChartContainer {
    position: relative;
    padding-top:20px !important;
}
.chart {
    width: 100%;
    min-height: 200px;
    top: 0;
    left: 0;
}
.pieTip {
    position: absolute;
    float: left;
    min-width: 30px;
    max-width: 300px;
    padding: 5px 18px 6px;
    border-radius: 2px;
    background: rgba(255,255,255,.97);
    color: #444;
    font-size: 19px;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .06em;
    box-shadow: 0 0 3px rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.5);
    -webkit-transform: all .3s;
    -moz-transform: all .3s;
    -ms-transform: all .3s;
    -o-transform: all .3s;
    transform: all .3s;
    pointer-events: none;
}
.pieTip:after {
    position: absolute;
    left: 50%;
    bottom: -6px;
    content: "";
    height: 0;
    margin: 0 0 0 -6px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid rgba(255,255,255,.95);
    line-height: 0;
}
.chart path {
    cursor: pointer;
}
.swatch { display:inline-block; height:1.2em; width:1.2em; margin:10px 15px; border-radius: 50%; vertical-align: middle;}
/* END Poll Module */