@import url('style.min-blessed1.css?z=44');
@media (min-width:650px) {
  .btn.btn-menu span, .form-submit.btn-menu span, input[type=submit].btn-menu span {
    display: inline;
  }
}
.btn.btn-menu i, .form-submit.btn-menu i, input[type=submit].btn-menu i {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (min-width:650px) {
  .btn.btn-menu i, .form-submit.btn-menu i, input[type=submit].btn-menu i {
    position: relative;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
  }
}
.btn.btn-tab, .form-submit.btn-menu.btn-tab, input[type=submit].btn-tab {
  background-color: rgba(0, 46, 80, .1);
  color: rgba(0, 46, 80, .15);
  font-size: 1.2em;
  padding: 10px 15px;
}
.btn.btn-tab:first-child, .form-submit.btn-tab:first-child, input[type=submit].btn-tab:first-child {
  /*! THIS IS WHERE IE9 FREAKS OUT */
  margin-right: -5px;
}
.btn.btn-tab.active, .form-submit.btn-tab.active, input[type=submit].btn-tab.active {
  background-color: rgba(0, 46, 80, .05);
  color: #006298;
}
a {
  opacity: 1;
  color: #1172E2;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #1172E2;
  -webkit-transition: opacity .25s ease, border-bottom .25s ease;
  transition: opacity .25s ease, border-bottom .25s ease;
}
.no-touch a:hover {
  opacity: .6;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: opacity .25s ease, border-bottom .25s ease;
  transition: opacity .25s ease, border-bottom .25s ease;
}
.no-touch a:hover img {
  opacity: .8;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
a img {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
a h1, a h2, a h3, a h4, a h5, a h6, a.h1, a.h2, a.h3, a.h4, a.h5, a.h6 {
  color: #1172E2;
  text-decoration: none;
  border-bottom: 1px solid #1172E2;
  -webkit-transition: opacity .25s ease, border-bottom .25s ease;
  transition: opacity .25s ease, border-bottom .25s ease;
}
a h1[class*="-rev"], a h2[class*="-rev"], a h3[class*="-rev"], a h4[class*="-rev"], a h5[class*="-rev"], a h6[class*="-rev"], a.h1[class*="-rev"], a.h2[class*="-rev"], a.h3[class*="-rev"], a.h4[class*="-rev"], a.h5[class*="-rev"], a.h6[class*="-rev"] {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.no-touch a h1:hover, .no-touch a h2:hover, .no-touch a h3:hover, .no-touch a h4:hover, .no-touch a h5:hover, .no-touch a h6:hover, .no-touch a.h1:hover, .no-touch a.h2:hover, .no-touch a.h3:hover, .no-touch a.h4:hover, .no-touch a.h5:hover, .no-touch a.h6:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: opacity .25s ease, border-bottom .25s ease;
  transition: opacity .25s ease, border-bottom .25s ease;
}
.link {
  position: relative;
  display: inline-block;
  font-size: .95em;
  line-height: .9em;
  font-weight: 400;
  padding: 15px 20px;
  font-family: 'Montserrat', sans-serif;
  /*text-transform: uppercase;*/
  text-decoration: none;
}
.link.link-rev {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.no-touch .link.link-rev:hover {
  border-bottom: 1px solid transparent;
}
[class*="-rev"] a {
  border-bottom: 1px solid #fff;
}
.no-touch [class*="-rev"] a:hover {
  border-bottom: 1px solid transparent;
}
.back {
  border-top: 4px solid rgba(0, 46, 80, .2);
  border-bottom: 2px solid rgba(0, 36, 77, .5);
  display: block;
  padding-top: 0;
  padding-bottom: 15px;
  margin: 0 0 .25em;
}
.back i {
  font-size: 1.1em;
}
@media (min-width:650px) {
  .back i {
    font-size: .9em;
  }
}
ol, ul {
  margin-top: 2.6em;
  margin-bottom: 2.6em;
  padding: 0 0 0 1.1em;
}
ol li, ul li {
  margin-bottom: .75em;
  padding-left: .6em;
}
ol ul, ul ul {
  margin-top: .6em;
}
ol {
  list-style: decimal;
}
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}
.list-unstyled, .menu {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.list-unstyled li, .menu li {
  margin: 0;
  padding-left: 0;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 10px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
.list-none {
  list-style: none;
  padding-left: 0;
}
dl {
  margin-bottom: 20px;
}
dd, dt {
  line-height: 1.2;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
.checklist .checklist-item, .checklist > li {
  position: relative;
  list-style: none;
  margin-bottom: 2.1em;
  cursor: pointer;
  -webkit-transition: color .35s ease;
  transition: color .35s ease;
}
.checklist .checklist-item:before, .checklist > li:before {
  content: '';
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: .4em;
  left: 0;
  background-color: rgba(0, 0, 0, .06);
  border-radius: 2px;
}
@media (max-width:649px) {
  .checklist .checklist-item:before, .checklist > li:before {
    margin-left: -1em;
  }
}
.checklist .checklist-item.checked, .checklist > li.checked {
  color: rgba(0, 46, 80, .6);
  -webkit-transition: color .35s ease;
  transition: color .35s ease;
}
.checklist .checklist-item.checked .checklist-checkbox, .checklist > li.checked .checklist-checkbox {
  -webkit-animation: dash .8s linear forwards;
  animation: dash .8s linear forwards;
}
.no-smil .checklist .checklist-item.checked .checklist-checkbox, .no-smil .checklist > li.checked .checklist-checkbox {
  stroke-dasharray: none;
}
.checklist .checklist-item ol li, .checklist .checklist-item ul li, .checklist > li ol li, .checklist > li ul li {
  list-style: disc;
}
.checklist .checklist-item ol li:before, .checklist .checklist-item ul li:before, .checklist > li ol li:before, .checklist > li ul li:before {
  display: none;
}
.checklist .field-name-field-item-title {
  font-weight: 700;
}
.checklist .checklist-checkbox {
  stroke-width: 5px;
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  position: absolute;
  top: .2em;
  left: .3em;
}
@media (max-width:649px) {
  .checklist .checklist-checkbox {
    left: -.5em;
  }
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.large-num-list li:first-child {
  border-top: 0 none;
}
.large-num-list .largenum {
  font-family: 'Montserrat', sans-serif;
  font-size: 3em;
  line-height: .75em;
  font-weight: 500;
  color: #00A3E0;
  margin: .05em 0 0;
}
@media (min-width:650px) {
  .large-num-list .largenum {
    margin-top: -.06em;
    font-size: 7em;
    line-height: .85em;
  }
}
.largenum {
  font-family: 'Montserrat', sans-serif;
  font-size: 3em;
  line-height: .85em;
  font-weight: 500;
  color: #00A3E0;
  margin: 0;
}
@media (min-width:650px) {
  .largenum {
    font-size: 7em;
    line-height: .85em;
  }
}
.largenum.largenum-rev {
  color: #fff;
}
@media (min-width:650px) {
  .pad-hl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative;
  }
  .pad-hl > li {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
  }
  .pad-hl > li.fr {
    float: right;
  }
  .pad-bl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative;
  }
  .pad-bl > li {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
  }
}
@media (min-width:1152px) {
  .desk-hl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative;
  }
  .desk-hl > li {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
  }
  .desk-hl > li.fr {
    float: right;
  }
  .desk-bl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative;
  }
  .desk-bl > li {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
  }
}
.hide {
  display: none;
  visibility: hidden;
}
@media (min-width:650px) {
  .pad-hide {
    display: none;
    visibility: none;
  }
}
@media (max-width:649px) {
  .phone-hide {
    display: none;
    visibility: none;
  }
}
.margin-0 {
  margin: 0;
}
.cf:after, .cf:before, .form-actions:after, .form-actions:before, .page-search .page .search-form:after, .page-search .page .search-form:before, .webform-component-date:after, .webform-component-date:before, .webform-confirmation:after, .webform-confirmation:before {
  content: " ";
  display: table;
}
.cf:after, .form-actions:after, .page-search .page .search-form:after, .webform-component-date:after, .webform-confirmation:after {
  clear: both;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  font-size: 0;
  line-height: 0;
}
input.ir {
  border: 0;
  background: 0 0;
}
.visible {
  display: block;
  visibility: visible;
}
.hidden {
  display: none;
  visibility: visible;
}
.dblock {
  display: block;
}
.dinline {
  display: inline;
}
.dinlineblock {
  display: inline-block;
}
.dtable {
  display: table;
}
.dtablecell {
  display: table-cell;
  float: none;
  background-size: cover;
  background-position: center center;
}
@media (max-width:649px) {
  .phone-dtable {
    display: table;
    height: 20em;
  }
  .phone-dtablecell {
    display: table-cell;
    float: none;
    background-size: cover;
    background-position: center center;
  }
}
@media (min-width:650px) and (max-width:1152px) {
  .pad-dtable {
    display: table;
    height: 20em;
  }
  .pad-dtablecell {
    display: table-cell;
    float: none;
    background-size: cover;
    background-position: center center;
  }
}
@media (min-width:1152px) {
  .desk-dtable {
    display: table;
    height: 25em;
  }
  .desk-dtablecell {
    display: table-cell;
    float: none;
    background-size: cover;
    background-position: center center;
  }
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.inline-col {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-left: 1.2%;
  margin-right: 1.2%;
}
.al {
  text-align: left;
}
.ar {
  text-align: right;
}
.ac {
  text-align: center;
}
.ci {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}
@media (max-width:649px) {
  .phone-ci {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
  }
}
@media (min-width:650px) and (max-width:1152px) {
  .pad-ci {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
  }
}
@media (min-width:1152px) {
  .desk-ci {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
  }
}
@media (min-width:650px) {
  .pad-visible {
    display: block;
  }
  .pad-hidden {
    display: none;
  }
  .pad-fl {
    float: left;
  }
  .pad-fr {
    float: right;
  }
  .pad-fn {
    float: none;
  }
  .pad-al {
    text-align: left;
  }
  .pad-ar {
    text-align: right;
  }
  .pad-ac {
    text-align: center;
  }
}
@media (min-width:1152px) {
  .desk-visible {
    display: block;
  }
  .desk-hidden {
    display: none;
  }
  .desk-fl {
    float: left;
  }
  .desk-fr {
    float: right;
  }
  .desk-fn {
    float: none;
  }
  .desk-al {
    text-align: left;
  }
  .desk-ar {
    text-align: right;
  }
  .desk-ac {
    text-align: center;
  }
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
img.fw, img[src*=".svg"] {
  width: 100%;
}
.overlay-open {
  overflow: hidden;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .99);
  z-index: 1;
}
.admin-menu .overlay {
  margin-top: 29px !important;
}
.overlay .overlay-close {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 4%;
  top: .9em;
  border: none;
  background-color: #00A3E0;
  outline: 0;
  z-index: 100;
}
@media (min-width:650px) {
  .overlay .overlay-close {
    top: 1.4em;
  }
}
.overlay .overlay-bar-fixed {
  position: fixed;
  top: 0;
  z-index: 1;
  background-color: #006298;
  padding-top: 1em;
  padding-bottom: .5em;
}
@media (min-width:650px) {
  .overlay .overlay-bar-fixed {
    padding-top: 1.25em;
  }
}
.overlay-modal {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s;
  transition: opacity .5s, visibility 0s .5s, transform .5s;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
.overlay-modal.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity .5s, visibility 0s .1s, -webkit-transform .5s;
  transition: opacity .5s, visibility 0s .1s, transform .5s;
  z-index: 99999;
}
.overlay-modal .swiper-slide {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}
.overlay-modal .swiper-container > .view-content > .views-limit-grouping-group > h3, .overlay-modal .swiper-container > .view-content > h3 {
  display: none;
}
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity .5s, visibility 0s .5s;
  -o-transition: opacity .5s, visibility 0s .5s;
  -webkit-transition: opacity .5s, visibility 0s .5s;
  transition: opacity .5s, visibility 0s .5s;
}
.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 999999999;
}
.overlay-hugeinc.open nav > ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.overlay-hugeinc .overlay-close {
  background-color: rgba(0, 46, 80, .1);
}
.overlay-hugeinc nav > ul {
  opacity: .4;
  -webkit-transition: -webkit-transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container > *, .swiper-wrapper {
  position: relative;
  width: 100%;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transition-timing-function: ease;
  -o-transform: translate(0, 0);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform, left, top;
  transition-property: transform, left, top;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
  position: relative;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
.swiper-container, .swiper-slide {
  width: 100%;
  height: 100%;
}
.browserUpdate {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 990;
  font-size: .7em;
}
.browserUpdate ci {
  float: none !important;
}
.browserUpdate .browserUpdate-container {
  overflow: auto;
}
.browserUpdate .browserUpdate-warning-icon {
  width: 40px;
}
.browserUpdate .browserUpdate-info {
  margin-top: 5em;
}
.browserUpdate .table-responsive {
  border: 0;
}
.browserUpdate table {
  background-color: #FAFAFA;
  border: 0;
}
.browserUpdate table tbody {
  border: 0;
}
.browserUpdate table td {
  border: 1px solid #ddd;
  padding-top: 3em;
  padding-bottom: 3em;
}
.browserUpdate h5 {
  height: 50px;
  font-weight: 700;
  margin-top: 1em;
  text-transform: uppercase;
}
.browserUpdate .browserUpdate-logo {
  width: 85px;
  height: auto;
}
.browserUpdate .browserUpdate-platforms {
  font-style: normal;
  text-transform: uppercase;
  margin-top: 2em;
  font-size: 90%;
  margin-bottom: 2em;
}
.browserUpdate .browserUpdate-platforms small {
  display: block;
}
.browserUpdate .browserUpdate-platforms img {
  height: 20px;
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
}
.browserUpdate .browserUpdate-btn {
  font-size: 90%;
  text-transform: none;
}
.page-styleguide #content .hero {
  height: 250px;
}
.page-styleguide #content-area .container {
  margin: 50px auto;
}
.page-styleguide .color-bar {
  height: 45px;
}
.page-styleguide .color-1 {
  background: #006298;
}
.page-styleguide .color-2 {
  background: #00A3E0;
}
.page-styleguide .color-3 {
  background: #F3F8FB;
}
.screen-loader {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
  padding-top: 150px;
}
.screen-loader.ajax-loading {
  overflow: hidden;
  opacity: 1;
  visibility: visible;
}
html {
  background-color: #006298;
}
body {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
hr {
  border: none;
  border-bottom: 1px solid #006298;
}
.bar.bar-fixed {
  position: fixed;
  top: -180px;
  width: 100%;
  z-index: 2;
}

.admin-menu .bar.bar-fixed {
  margin-top: 29px!important;
}

.bar.bar-header>.container{
  padding-top: .5em;
  padding-bottom: .5em;
}

@media (min-width:650px) {
  .bar.bar-header>.container {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.bar.bar-header{
  -webkit-transition: top .3s ease,background-color .3s ease;
  transition: top .3s ease,background-color .3s ease;
}

.bar.bar-header>.subheader{
  padding-top: .5em;
  padding-bottom: .5em;
  background-color: #C1C6C8;
}

.bar.bar-header-active {
  top: 0;
  background-color: #006298;
  -webkit-transition: top .3s ease,background-color .3s ease;
  transition: top .3s ease,background-color .3s ease;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

.bar.bar-top-active {
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #006298;
  -webkit-transition: top .3s ease,background-color .3s ease;
  transition: top .3s ease,background-color .3s ease;
}

.bar.bar-top-active>.subheader {
	background-color: #C1C6C8;
}

.h4-subheader{
	color: #006298;
	font-weight:300;
}

.has-hero-image .bar.bar-top-active,
.node-type-article .bar.bar-top-active,
.page-academic-calendar .bar.bar-top-active,
.page-events .bar.bar-top-active,
.page-blog .bar.bar-top-active,
.page-news .bar.bar-top-active {
  background-color: transparent;
}
#header {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#header nav {
  margin-top: .35em;
}
@media (min-width:650px) {
  #header nav {
    margin-top: .2em;
    font-size: .75em;
  }
}
@media (min-width:1152px) {
  #header nav {
    font-size: .95em;
  }
}
#header nav .link {
  padding-left: 5px;
  padding-right: 10px;
  border-bottom: 0 none;
}
#header nav .btn-menu {
  margin-left: 15px;
}
.content-footer {
  background-color: #006298;
  padding-top: 2em;
  color: #fff;
  padding-bottom: 1em;
}
#footer {
  color: #fff;
  font-size: .65em;
  background-color: #006298;
  padding-top: 1em;
  padding-bottom: 1em;
}
.overlay-nav {
  background-color: #006298;
}
.overlay-nav .site-menu {
  padding-left: 2%;
}
.overlay-nav .title-social {
  padding-right: 10%;
}
.overlay-nav nav {
  padding-bottom: 3em;
}
.overlay-nav nav li a {
  font-size: .75em;
  line-height: 1.6em;
  display: block;
  padding: .5em 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .3);
  border-bottom: 0 none;
  text-decoration: none;
  -webkit-transition: color .2s ease, border-bottom .2s ease;
  transition: color .2s ease, border-bottom .2s ease;
}
@media (min-width:650px) {
  .overlay-nav nav li a {
    font-size: .65em;
  }
}
.no-touch .overlay-nav nav li a:hover {
  color: rgba(255, 255, 255, .5);
  border-bottom: 0 none;
  -webkit-transition: color .2s ease, border-bottom .2s ease;
  transition: color .2s ease, border-bottom .2s ease;
}
.overlay-nav nav li a.h4 {
  font-size: 1.45em;
  line-height: 1.1em;
  border-top: 0;
  border-bottom: 8px solid rgba(255, 255, 255, .2);
  margin-bottom: .5em;
}
.no-touch .overlay-nav nav li a.h4:hover {
  border-bottom: 8px solid rgba(255, 255, 255, .2);
}
@media (min-width:650px) {
  .overlay-nav nav li a.h4 {
    font-size: 1.15em;
  }
}
@media (min-width:1152px) {
  .overlay-nav nav li a.h4 {
    font-size: 1.45em;
  }
}
.overlay-nav nav li a.h5 {
  font-size: .95em;
  line-height: 1.1em;
  padding: .4em 0;
  border-top: 0;
  border-bottom: 0;
}
@media (min-width:650px) {
  .overlay-nav nav li a.h5 {
    font-size: .85em;
    padding: 1.15em 0;
  }
}
@media (min-width:1152px) {
  .overlay-nav nav li a.h5 {
    font-size: .95em;
  }
}
.overlay-nav nav li a.h4, .overlay-nav nav li a.h5 {
  position: relative;
  color: #fff;
}
.no-touch .overlay-nav nav li a.h4:hover, .no-touch .overlay-nav nav li a.h5:hover {
  color: rgba(255, 255, 255, .6);
}
.no-touch .overlay-nav nav li a.h4:hover i, .no-touch .overlay-nav nav li a.h5:hover i {
  -webkit-transform: translateY(-50%) translateX(5px) rotate(0deg);
  transform: translateY(-50%) translateX(5px) rotate(0deg);
}
.overlay-nav nav li a.h4 i, .overlay-nav nav li a.h5 i {
  font-size: 13px;
  color: rgba(255, 255, 255, .5);
  height: 20px;
  width: 20px;
  background-color: rgba(255, 255, 255, .1);
  top: 50%;
  position: absolute;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
}
@media (min-width:650px) {
  .overlay-nav nav li a.h4 i, .overlay-nav nav li a.h5 i {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
}
.overlay-nav nav li a.h4 i[data-toggle=collapse].collapsed, .overlay-nav nav li a.h5 i[data-toggle=collapse].collapsed {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
}
.touch .overlay-nav nav li a.h4 i, .touch .overlay-nav nav li a.h5 i {
  width: 35px;
  height: 35px;
}
.overlay-nav nav .pull-4 {
  margin-left: 4.34783%;
}
.overlay-nav nav .push-4 {
  margin-right: 4.34783%;
}
.overlay-nav nav .group-bottom, .overlay-nav nav .group-top {
  padding-bottom: 1.5em;
}
.overlay-nav nav .group-bottom .pull-4, .overlay-nav nav .group-top .pull-4 {
  margin-left: 5.88235%;
}
.overlay-nav nav .group-bottom .push-4, .overlay-nav nav .group-top .push-4 {
  margin-right: 5.88235%;
}
@media (min-width:650px) {
  .overlay-nav nav .group-sub {
    padding: 0 .75em;
    background-color: #0083CB;
	border-radius: 4px;
  }
}
.overlay-nav nav .group-inline {
  margin-bottom: .5em;
}
@media (min-width:650px) {
  .overlay-nav nav .group-inline {
    border-bottom: 4px solid rgba(255, 255, 255, .2);
  }
}
.overlay-nav nav .group-inline li {
  border-bottom: 4px solid rgba(255, 255, 255, .2);
}
@media (min-width:650px) {
  .overlay-nav nav .group-inline li {
    border-bottom: 0;
  }
}
.overlay-nav nav .group-inline i {
  display: none;
}
@media (min-width:650px) {
  .overlay-nav nav .group-inline i {
    display: block;
  }
}
@media (min-width:650px) {
  .overlay-nav nav .group-block li.first a {
    border-top: 0;
  }
}
.overlay-nav nav .group-block .collapse li.first a, .overlay-nav nav .group-block .collapsing li.first a {
  border-top: 0;
}
.overlay-nav .bar-search .form-actions {
  display: none;
}
.icon-box:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.icon-box.icon-outline {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}
.bar-search input {
  height: 40px;
  background-color: #fff;
}
.bar-search .form-item {
  position: relative;
  display: block;
  margin: 0;
}
.bar-search .form-item:before {
  content: "m";
  font-family: adu;
  font-size: .85em;
  color: #00A3E0;
  position: absolute;
  display: block;
  top: 6px;
  right: 8px;
  width: 19px;
  height: 19px;
  z-index: 100;
}
.sidebar, .sidebar.sidebar-right {
  padding: 2em 4%;
}
@media (min-width:650px) {
  .sidebar.sidebar-right {
    padding: 2em 2%;
  }
}
.sidebar.sidebar-dropdown {
  padding: 0;
  position: relative;
  min-height: 0;
}
@media (min-width:650px) {
  .sidebar.sidebar-dropdown {
    position: static;
    margin-top: 0;
    padding: 2em 2%;
  }
}
.sidebar.sidebar-dropdown .sidebar-padding {
  padding: 1em 4%;
}
@media (min-width:650px) {
  .sidebar.sidebar-dropdown .sidebar-padding {
    padding: 0 2% 2em;
  }
}
.sidebar .sidebar-content {
  position: relative;
  z-index: 15;
}
.sidebar .sidebar-content .block {
  overflow: hidden;
}
.sidebar .sidebar-content.sidebar-fixed {
  position: fixed;
  top: 170px;
}
.sidebar .sidebar-content.sidebar-fixed-bottom {
  position: fixed;
  top: auto;
}
.sidebar .block-menu-block .block-title {
  border-top: 4px solid rgba(0,46,80,.2);
  border-bottom: 2px solid rgba(0,36,77,.5);
  display: block;
  padding-top: 0;
  padding-bottom: 15px;
  margin: 0 0 .25em;
}
.sidebar .active-trail {
  font-weight: 600;
}
.sidebar .active-trail > .menu {
  display: block;
}
.sidebar .active-trail > .menu li:first-child a {
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.sidebar .active-trail > .menu a {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-left: 16px;
  font-weight: 400;
}
.sidebar .active-trail > .menu a:before {
  content: "– ";
}
.sidebar .active-trail > .menu a.active-trail {
  font-weight: 600;
}
.sidebar .menu {
  display: none;
}
.sidebar div > .menu, .sidebar nav > .menu {
  display: block;
}
.sidebar div > .menu > li:first-child > a, .sidebar nav > .menu > li:first-child > a {
  border-top: 0;
}
.sidebar div > .menu a, .sidebar nav > .menu a {
  font-size: .75em;
  line-height: 1.5em;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, .2);
  border-bottom: 0 none;
  text-decoration: none;
  padding: 6px 0;
}
@media (min-width:650px) {
  .sidebar div > .menu a, .sidebar nav > .menu a {
    font-size: .65em;
  }
}
.sidebar .icon-box {
  font-size: 13px;
  color: rgba(0, 46, 80, .5);
  height: 20px;
  width: 20px;
  background-color: rgba(255, 255, 255, .5);
  top: 50%;
  position: absolute;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .3s ease, background-color .3s ease;
  transition: transform .3s ease, background-color .3s ease;
}
@media (min-width:650px) {
  .sidebar .icon-box {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
}
.sidebar a.collapsed i {
  background-color: rgba(255, 255, 255, .9);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .3s ease, background-color .3s ease;
  transition: transform .3s ease, background-color .3s ease;
}
aside#sidebar-right .sidebar-top {
  display: none;
}
.node-type-program-overview aside#sidebar-right .menu {
  display: block;
}
.node-type-program-overview aside#sidebar-right .active-trail > .menu a {
  padding-left: 0;
}
.node-type-program-overview .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.node-type-program-overview .swiper-container.active {
  opacity: 1;
  visibility: visible;
}
.node-type-program-overview #super-page-ajax .header-content {
  display: none;
}
@media screen and (max-width:650px) {
  .node-type-program-overview {
    margin-bottom: 40px;
  }
  .node-type-program-overview aside#sidebar-right {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    max-height: 100vh;
    overflow-y: scroll;
    padding: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .node-type-program-overview aside#sidebar-right.show {
    -webkit-transform: translateY(92%);
    transform: translateY(92%);
  }
  .node-type-program-overview aside#sidebar-right.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .node-type-program-overview aside#sidebar-right.active .icn-x {
    display: inline;
  }
  .node-type-program-overview aside#sidebar-right.active .icn-jump-down {
    display: none;
  }
  .node-type-program-overview aside#sidebar-right .caption, .node-type-program-overview aside#sidebar-right div > .menu a {
    font-size: 14px;
    line-height: 1.8;
  }
  .node-type-program-overview aside#sidebar-right .border-bottom-2:last-child {
    border: none;
  }
  .node-type-program-overview aside#sidebar-right .icn-x {
    display: none;
  }
  .node-type-program-overview aside#sidebar-right .icn-jump-down {
    display: inline;
  }
  .node-type-program-overview aside#sidebar-right .sidebar-content {
    padding: 0 4%;
  }
  .node-type-program-overview aside#sidebar-right .sidebar-top {
    display: block;
    background-color: #00A3E0;
    padding: 0 4%;
  }
  .node-type-program-overview aside#sidebar-right .sidebar-top a.btn.btn-menu {
    padding: 15px 0;
    background: 0 0;
    font-size: 12px;
    text-align: left;
    width: 100%;
    color: #fff;
  }
  .node-type-program-overview aside#sidebar-right .sidebar-top a.btn.btn-menu i {
    -webkit-animation: none;
    animation: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    top: 0;
    left: 0;
    border: none;
    color: #fff;
    padding: 0 10px 0 0;
    font-size: 18px;
  }
}
a.dropdownbar {
  font-size: .75em;
  font-weight: 400;
  margin: 0;
  display: block;
  padding: 1em 4%;
  top: -3.7em;
  position: absolute;
  width: 100%;
  background-color: #00A3E0;
  color: #fff;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}
a.dropdownbar span {
  display: block;
  position: relative;
}
a.dropdownbar.collapsed {
  background-color: #F3F8FB;
  color: #1172E2;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}
.logo, .no-touch .logo:hover {
  border-bottom: 0 none;
}
.logo.logo-mark {
  margin-top: -.2em;
  width: 200px;
  height: 44px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  background: url(/sites/all/themes/adu/logo-ahu_horiz_wht.svg) no-repeat;
  background-size: contain;
}
@media (min-width:1050px) {
  .logo.logo-mark {
    width: 245px;
    height: 54px;
    margin-top: -5px;
  }
}
.logo.logo-bar {
  width: 200px;
  height: auto;
  display: block;
  margin-top: 5px;
  border-bottom: 0 none;
}
@media (min-width:1050px) {
  .logo.logo-bar {
    width: 245px;
    height: auto;
    margin-top: 0;
  }
}
.node-type-page .content-area, .node-type-student-type-checklist .content-area, .node-type-webform .content-area {
  padding-top: 4.6em;
}
.view-display-id-academic_calendar_block, .view-display-id-event_calendar {
  margin-top: 5%;
}
.view .date-nav-wrapper {
  margin-bottom: 0;
}
.view .date-nav-wrapper .date-nav {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.view .date-nav-wrapper .date-heading {
  padding-left: 3.5em;
  padding-right: 3.5em;
}
@media (max-width:649px) {
  .view .date-nav-wrapper .date-heading h3 {
    font-size: 1.5em;
  }
}
.view .date-nav-wrapper .pager {
  position: relative;
}
.view .date-nav-wrapper .pager li {
  position: absolute;
  background: 0 0;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  top: -25px;
}
.view .date-nav-wrapper .pager .date-prev {
  left: 0;
  right: auto;
}
.view .date-nav-wrapper .pager .date-next {
  right: 0;
  left: auto;
}
.calendar-calendar div.calendar {
  line-height: 1.6em;
}
.calendar-calendar .stripe {
  display: none;
}
.calendar-calendar th.days {
  text-transform: uppercase;
  font-size: .7em;
  background-color: rgba(0, 46, 80, .2);
  border: 1px solid #979797;
  color: #006298;
}
.calendar-calendar td.empty {
  color: rgba(0, 46, 80, .5);
}
.calendar-calendar div.day {
  font-size: .65em;
}
.calendar-calendar .day-view .full td.multi-day div.dayview, .calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview {
  background: #FFE97F;
  height: 2.6em;
  color: rgba(0, 46, 80, .8);
  font-weight: 400;
  font-size: .6em;
  padding-top: .5em;
}
.calendar-calendar .day-view .full td.single-day div.dayview, .calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview {
  padding: 3px;
}
.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents, .calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents {
  left: 11px;
}
.calendar-calendar .continues, .calendar-calendar .cutoff {
  display: none !important;
}
.calendar-calendar .day-view .full .inner .dayview, .calendar-calendar .month-view .full .inner .monthview, .calendar-calendar .week-view .full .inner .weekview {
  border-radius: 0;
}
.calendar-calendar .month-view .full tr td.single-day.today {
  border-bottom: 2px solid #006298;
}
.calendar-calendar .month-view .full td.date-box.today {
  border-width: 2px 2px 0;
  border-style: solid;
  border-color: #006298;
}
.calendar-calendar .month-view .full tr td.today, .calendar-calendar .month-view .full tr.even td.today, .calendar-calendar .month-view .full tr.odd td.today {
  border-left: 2px solid #006298;
  border-right: 2px solid #006298;
}
.calendar-calendar td span.date-display-end, .calendar-calendar td span.date-display-separator, .calendar-calendar td span.date-display-single, .calendar-calendar td span.date-display-start {
  font-weight: 400;
  line-height: 1.5em;
  display: inline-block;
}
.grid-item, .list-unstyled .grid-item {
  margin-bottom: 1em;
  position: relative;
  height: auto;
  min-height: 18em;
  padding-left: 0;
}
@media (min-width:650px) {
  .grid-item, .list-unstyled .grid-item {
    min-height: 0;
    height: 0;
    padding-bottom: 15em;
    margin-bottom: 1em;
  }
}
@media (min-width:1700px) {
  .grid-item, .list-unstyled .grid-item {
    padding-bottom: 24em;
  }
}
.grid-item.grid-item-noimg, .list-unstyled .grid-item.grid-item-noimg {
  padding-bottom: 9em;
}
.grid-item.grid-item-featured, .list-unstyled .grid-item.grid-item-featured {
  padding-bottom: 0;
  height: auto;
}
.grid-item.classmate-item .caption, .list-unstyled .grid-item.classmate-item .caption {
  height: 55px;
}
.grid-item > a, .list-unstyled .grid-item > a, .no-touch .grid-item > a:hover, .no-touch .list-unstyled .grid-item > a:hover {
  border-bottom: 0 none;
}
.grid-item > * > a, .grid-item > a, .list-unstyled .grid-item > * > a, .list-unstyled .grid-item > a {
  display: block;
  position: relative;
}
.grid-item > * > a i, .grid-item > a i, .list-unstyled .grid-item > * > a i, .list-unstyled .grid-item > a i {
  font-size: .65em;
  height: 15%;
  width: 15%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 46, 80, .4);
  color: rgba(255, 255, 255, .5);
  z-index: 1;
}
.grid-item .caption, .list-unstyled .grid-item .caption {
  margin-bottom: 0;
  line-height: 1.5em;
}
.grid-item .caption a, .list-unstyled .grid-item .caption a {
  display: inline;
  text-decoration: none;
  border-bottom: 1px solid #1172E2;
}
.grid-item .caption p, .list-unstyled .grid-item .caption p {
  margin: 0;
}
.grid-item .grid-name, .list-unstyled .grid-item .grid-name {
  margin-top: 10px;
  /*font-weight: 700;*/
}
.grid-item .grid-name p, .list-unstyled .grid-item .grid-name p {
  margin: 0;
}
.grid-program {
  margin-bottom: 50px;
  position: relative;
  height: auto;
  min-height: 200px;
  padding-left: 0;
}
@media (min-width:650px) {
  .grid-program {
    min-height: 0;
    height: 0;
    padding-bottom: calc(15% + 100px);
    margin-bottom: 20px;
  }
}
.page-directory .block.first {
  margin: 2em;
}
@media (max-width:649px) {
  .page-directory .block.first {
    margin: 1em;
  }
}
.page-directory .phoneNumber {
  margin: 0 1em;
  min-height: 220px;
}
.page-directory .phoneNumber p {
  font-size: 9px;
  line-height: 1.1;
  padding-right: 20px;
}
@media (max-width:649px) {
  .page-directory .phoneNumber {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
  }
}
.page-directory .view-display-id-directory_page li {
  background: url(../media/img/optimized/ajax-loader.gif) center 20% no-repeat;
  background-size: 30%;
}
.page-directory .view-display-id-directory_page li a {
  background: #fff;
}
.page-directory .view-display-id-directory_page li a:hover {
  opacity: 1;
}
.page-directory .view-directory {
  min-height: 400px;
}
.box-modal {
  padding-bottom: 78%;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 11%;
  position: relative;
  display: block;
  border-bottom: 0 none;
}
.no-touch .box-modal:hover {
  border-bottom: 0 none;
}
.box-modal h4, .box-modal h6 {
  display: inline;
}
.box-modal .vertical-align-bottom {
  bottom: 1.5em;
}
.box-modal i {
  font-size: .65em;
  font-size: 1em;
  height: 15%;
  width: 12%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 46, 80, .4);
  color: rgba(255, 255, 255, .5);
}
@media (max-width:649px) {
  .social, nav li .social {
    padding-top: 6%;
  }
}
.social a, nav li .social a {
  font-size: 1.7em;
  line-height: 1em;
  padding: 0;
  margin: 0;
  color: #fff;
  border-top: 0;
}
article .social a, article nav li .social a {
  font-size: .65em;
  color: #1172E2;
  text-transform: uppercase;
}
.social .caption, nav li .social .caption {
  margin-right: 10px;
}
.social-share {
  display: inline;
}
.swiper-article, .swiper-article .swiper-slide, .swiper-article .swiper-wrapper, .swiper-article > * {
  height: 100% !important;
}
.header-content {
  margin-top: 4em;
}
@media (min-width:650px) {
  .header-content {
    margin-top: 4.5em;
  }
}
.node-type-departments .header-content, .node-type-faculty-bio .header-content, .node-type-faculty-scholarly-profile .header-content, .node-type-graduate-profile .header-content, .node-type-tracks .header-content {
  display: none;
}
.header-content.program-subheader {
  height: 0;
}
.hero {
  position: relative;
  overflow: hidden;
  background-size: 100%, cover;
  background-position: center center, center center;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}
@media (max-width:649px) {
  .hero {
    background-position: center center, 60% center;
  }
}
@media (min-width:650px) {
  .hero {
    height: 200px;
  }
}
@media (min-width:1152px) {
  .hero {
    height: 250px;
  }
}
.hero.hero-full {
  height: 600px;
}
.hero.hero-full i {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 4%;
  bottom: 0;
  z-index: 10;
  opacity: .4;
}
.hero.hero-full h6 {
  margin: 0;
}
.hero.hero-full p {
  margin-bottom: 0;
}
.hero.hero-full.header-content {
  margin-top: 0;
}
.hero.hero-panel {
  height: 700px;
  position: relative;
}
@media (max-width:649px) {
  .hero.hero-panel {
    height: 300px;
  }
}
.hero.hero-panel:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  z-index: 0;
}
.hero.hero-panel > * {
  position: absolute;
  bottom: 5%;
  z-index: 1;
}
.page-contact-us .hero, .page-directory .hero {
  height: auto;
}
.page-contact-us .hero .container > .row, .page-contact-us .hero .container > .webform-confirmation {
  padding-bottom: 0;
}
.page-contact-us .hero .container h1 {
  margin-bottom: 0;
}
.cta {
  position: relative;
  background-size: 100%, cover;
  background-repeat: repeat, no-repeat;
  background-position: center center, center top 25%;
}
.cta a {
  display: block;
  border-bottom: 0 none;
}
.cta h2, .cta h4 {
  margin: 0;
  display: inline;
}
.floating, .icn-jump-down {
  animation-name: floating;
  -webkit-animation-name: floating;
  -moz-animation-name: floating;
  -ms-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
}
@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
.page-search .page .hero {
  height: 0;
  overflow: hidden;
  margin-top: 0;
  padding-top: 5em;
}
.page-search .page .admin-messages {
  padding: 0 4%;
  margin-bottom: 2em;
}
.page-search .page .search-form {
  width: 100%;
  padding-left: 4%;
  padding-bottom: 4em;
  border-bottom: 1px solid rgba(0, 46, 80, .5);
}
.page-search .page .form-type-searchfield {
  float: left;
  width: 63%;
  margin-right: 4%;
  margin-bottom: 0;
}
@media (min-width:1152px) {
  .page-search .page .form-type-searchfield {
    width: 50%;
  }
}
.page-search .page input[type=submit].form-submit {
  float: left;
  padding: 19px 27px;
  font-size: .95em;
  line-height: .9em;
  font-weight: 400;
  margin-top: 2em;
  letter-spacing: .05em;
}
@media (min-width:1152px) {
  .page-search .page input[type=submit].form-submit {
    padding: 18px 27px;
  }
}
.page-search .page .search-snippet-info {
  padding-left: 0;
}
.page-search .page .search-snippet {
  margin-bottom: 0;
}
.page-search .page .search-info {
  display: none;
  font-size: .8em;
  margin-bottom: 0;
}
@media (min-width:650px) {
  .page-search .page .search-info {
    font-size: .6em;
  }
}
.page-search .page .search-advanced {
  display: none;
}
.page-search .page .pager {
  margin-top: 2em;
  margin-bottom: 2em;
}
.page-search .page .pager li {
  margin: 0;
}
.page-search .page .pager li.pager-first, .page-search .page .pager li.pager-last {
  display: none;
}
.overlay-search input[type=search] {
  border: 0;
  background: 0 0;
  font-size: 3em;
  height: auto;
  padding-left: 0;
  margin-left: -2px;
  border-radius: 0;
}
.overlay-search input[type=search]:focus {
  border: 0;
  background: 0 0;
}
.overlay-search .description {
  display: none;
}
.bucket h3 {
  margin: 0 0 .5em;
}
#views_infinite_scroll-ajax-loader {
  margin-top: 2em;
  margin-bottom: 2em;
}
#views_infinite_scroll-ajax-loader img {
  width: 50px;
  height: auto;
  display: inline-block;
}
.loading {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.loading img {
  width: 50px;
  height: 50px;
  display: block;
}
.overlay-arrows {
  display: inline-block;
  padding: 1em .5em;
  font-size: .65em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: .5;
  position: fixed;
  top: 50%;
  border-bottom: 0 none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.no-touch .overlay-arrows:hover {
  border-bottom: 0 none;
}
.overlay-arrows.next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.overlay-arrows.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.accordion, .accordion header {
  position: relative;
}
.accordion header h4 {
  padding-top: 0;
  -webkit-transition: padding .35s ease;
  transition: padding .35s ease;
}
.accordion header.accordion-image h4 {
  padding-top: 30%;
}
.accordion header.accordion-image h4.collapsed {
  padding-top: 0;
  -webkit-transition: padding .35s ease;
  transition: padding .35s ease;
}
.accordion .accordion-openClose {
  color: rgba(40, 116, 204, .7);
  font-size: .65em;
  display: inline-block;
  position: absolute;
  bottom: 2.5em;
  left: 0;
}
.accordion .in + .accordion-openClose {
  color: #00A3E0;
  -webkit-transition: color .35s ease;
  transition: color .35s ease;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}
.form-actions {
  margin-top: 4em;
  margin-bottom: 4em;
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid rgba(0, 46, 80, .2);
}
.views-exposed-form .views-widget-filter-field_related_programs_tid, .views-exposed-form .views-widget-filter-title {
  width: 100%;
  padding: 0;
  float: left;
}
@media (min-width:650px) {
  .views-exposed-form .views-widget-filter-field_related_programs_tid, .views-exposed-form .views-widget-filter-title {
    width: 48%;
    margin-right: 4%;
  }
}
.views-exposed-form .views-widget-filter-field_related_programs_tid {
  margin-right: 0;
  margin-top: 2em;
}
@media (min-width:650px) {
  .views-exposed-form .views-widget-filter-field_related_programs_tid {
    margin-top: 0;
  }
}
.webform-confirmation {
  padding-left: 6%;
  padding-right: 6%;
  padding-bottom: 2em;
  margin-bottom: 2em;
  /*background-color: #00635B;*/
}
.bg-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}
.bg-cover {
  background-size: cover;
}
.bg-align-top {
  background-position: top 15% center;
}
.bg-accent {
  background-color: #00635B;
}
.bg-darkblue {
	background-color:#006298;
}
.bg-lightblue {
	background-color: #00A3E0;
}
.bg-grey, .bg-lt-grey {
  background-color: rgba(0, 0, 0, .06);
}
@media (min-width:650px) {
  .bg-grey {
    background-color: transparent;
  }
}
.bg-sidebar {
  background-color: #F3F8FB;
}
@media (min-width:650px) {
  .bg-sidebar {
    background-color: transparent;
  }
}
@media (min-width:650px) {
  .bg-sidebar:before {
    content: '';
    position: absolute;
    width: inherit;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
    background-color: #F3F8FB;
  }
}
.bg-sidebar.sidebar-right:before {
  left: auto;
  right: 0;
}
.video-container {
  display: none;
}
@media (min-width:650px) {
  .video-container {
    display: block;
  }
}
video.full-bleed {
  display: block;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: -99;
  z-index: 0;
  background-size: cover;
}
.video-overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+PHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0, 0, 0, .6)), color-stop(35%, rgba(0, 0, 0, .01)), color-stop(35%, rgba(0, 0, 0, .01)), color-stop(100%, rgba(0, 0, 0, .7)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .01) 35%, rgba(0, 0, 0, .01) 35%, rgba(0, 0, 0, .7));
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .01) 35%, rgba(0, 0, 0, .01) 35%, rgba(0, 0, 0, .7));
  z-index: 1;
}
.videoWrapper, .videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe, .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sticky {
  position: fixed;
  top: 0;
  -webkit-transition: padding .2s ease;
  transition: padding .2s ease;
  padding-top: 0;
}
.sticky.sticky-absolute {
  position: absolute;
}
i.square {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-bottom: -3px;
}
i.square.blue {
  background-color: #00A3E0;
}
i.square.green {
  background-color: #4C8772;
}
i.square.red {
  background-color: #9E1F1F;
}
i.square.yellow {
  background-color: #FFE97F;
}
.border-bottom {
  border-bottom: 1px solid rgba(0, 46, 80, .5);
}
.border-top {
  border-top: 1px solid rgba(0, 46, 80, .5);
}
.border-top-rev {
  border-top: 1px solid #fff;
}
.border-top-2 {
  border-top: 2px solid rgba(0, 46, 80, .5);
}
.border-bottom-2 {
  border-bottom: 2px solid rgba(0, 46, 80, .5);
}
.border-top-4 {
  border-top: 4px solid rgba(0, 46, 80, .5);
}
.border-top-8 {
  border-top: 8px solid #006298;
}
.asterisk {
  position: relative;
  top: .26em;
  font-size: 1.45em;
  font-weight: 700;
  line-height: .8em;
  color: #006298;
}
.view-display-id-facilities_inline .desk-col-17 {
  width: 100%;
  margin-bottom: 20px;
  float: none;
}
.view-display-id-facilities_inline .desk-col-5 {
  float: none;
  width: 100%;
}
@media (min-width:900px) {
  .view-display-id-facilities_inline .desk-col-17 {
    width: 70%;
    float: left;
  }
  .view-display-id-facilities_inline .desk-col-5 {
    width: 23%;
    float: left;
  }
}
.page-directory #block-block-15 {
  margin: 2em;
}
.page-campus-facilities #content h1 {
  display: none;
}
.page-campus-facilities #content h2.title {
  margin: 35px 0;
}
@media (min-width:650px) {
  .page-campus-facilities #content .desk-col-15 .desk-col-5 {
    width: 100%;
  }
}
@media (min-width:1152px) {
  .page-campus-facilities #content section.desk-col-15 {
    width: 68%;
  }
  .page-campus-facilities #content .desk-col-23 .desk-col-17 {
    margin-right: 6%;
    width: 65%;
  }
  .page-campus-facilities #content .desk-col-15 .desk-col-5 {
    width: 27%;
  }
}
.page-academics-transferring-credits .menu h3, .page-transferring-credits .menu h3 {
  cursor: pointer;
}
.page-academics-transferring-credits .menu h3:hover, .page-transferring-credits .menu h3:hover {
  opacity: .7;
}
.<strong > page</strong > -academics-transferring-credits .menu .misc_classes, .page-transferring-credits .menu .misc_classes {
  margin-top: 20px;
}
.page-academics-transferring-credits .menu .misc_classes a:first-child, .page-transferring-credits .menu .misc_classes a:first-child {
  border-top: 1px solid #1172E2;
  padding-top: 15px;
}
.home-academics .field-label {
  display: none;
}
.home-academics .desk-col-23 {
  margin-bottom: 3em;
}
.views-slideshow-cycle-main-frame {
  /*border-style: solid;
  border-width: 5px;
  border-color: gray;*/
  margin-left: auto;
  margin-right: auto;
  /*width:1000px;
  text-align: center;*/
}
/*Header Angles*/
.ahs__angle--header-green {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 150px;
  background: rgba(132, 189, 0, .8);
}
.ahs__angle--header-blue {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 125px;
  background: rgba(0, 98, 152);
}
@media screen and (min-width:650px) {
  .ahs__angle--header-green {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
  }
  .ahs__angle--header-blue {
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
}
@media screen and (max-width:649px) {
  .ahs__angle--header-green {
    -webkit-clip-path: polygon(0 50%, 0 100%, 100% 100%);
    clip-path: polygon(0 50%, 0 100%, 100% 100%)
  }
  .ahs__angle--header-blue {
    -webkit-clip-path: polygon(100% 50%, 0 100%, 100% 100%);
    clip-path: polygon(100% 50%, 0 100%, 100% 100%)
  }
}

/*shadow on text over image*/
.hero, .cta {
	text-shadow: 0px 3px 7px rgba(0,0,0,0.3);
}

/*bring jump-down icon in front of angle*/
header#content-header > div.container > div {
	z-index: 2;
}


/*-----------------------------*/
/*STYLES FOR APPLY.AHU.EDU ONLY*/
/*-----------------------------*/

/* Date field lable - fix for label float alignment issue*/
.container-inline-date .date-padding {
    float: none;
}

/* Application Loading indicator styles */
.loading_indicator {
	height: 4em;
  	padding: 1em 1em 1em 3em;
	background-image: url(../media/img/optimized/ajax-loader.gif);
	background-size: 2em 2em;
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
	display: block;
}

.indicator_hidden, .payment_indicator_hidden {
	display: none;
}