@import "/css/fonts/ibm-plex-2.0.0/css/ibm-plex.css";
@import "/code/bootstrap_ver_3_3_2/css/bootstrap.css";
@import "/code/font-awesome/css/font-awesome.min.css";
@import "/code/font_awesome5/prefixed.css";
@import "/code/icon-fonts/iconsweetsdeluxe/iconsweetsdeluxe.css";
@import "/css/andrews-bootstrap5.css";
.row-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col-flex,
.col-sm-1-flex,
.col-sm-2-flex,
.col-sm-3-flex,
.col-sm-4-flex,
.col-sm-5-flex,
.col-sm-6-flex,
.col-sm-7-flex,
.col-sm-8-flex,
.col-sm-9-flex,
.col-sm-10-flex,
.col-sm-11-flex,
.col-sm-12-flex,
.col-md-1-flex,
.col-md-2-flex,
.col-md-3-flex,
.col-md-4-flex,
.col-md-5-flex,
.col-md-6-flex,
.col-md-7-flex,
.col-md-8-flex,
.col-md-9-flex,
.col-md-10-flex,
.col-md-11-flex,
.col-md-12-flex,
.col-lg-1-flex,
.col-lg-2-flex,
.col-lg-3-flex,
.col-lg-4-flex,
.col-lg-5-flex,
.col-lg-6-flex,
.col-lg-7-flex,
.col-lg-8-flex,
.col-lg-9-flex,
.col-lg-10-flex,
.col-lg-11-flex,
.col-lg-12-flex {
  width: 100%;
  position: relative;
}
.col-xs-1-flex {
  width: calc(8.33333% - 24px);
}
.col-xs-2-flex {
  width: calc(16.66667% - 24px);
}
.col-xs-3-flex {
  width: calc(25% - 24px);
}
.col-xs-4-flex {
  width: calc(33.33333% - 24px);
}
.col-xs-5-flex {
  width: calc(41.66667% - 24px);
}
.col-xs-6-flex {
  width: calc(50% - 24px);
}
.col-xs-7-flex {
  width: calc(58.47953% - 24px);
}
.col-xs-8-flex {
  width: calc(66.66667% - 24px);
}
.col-xs-9-flex {
  width: calc(75% - 24px);
}
.col-xs-10-flex {
  width: calc(83.33333% - 24px);
}
.col-xs-11-flex {
  width: calc(91.743119% - 24px);
}
.col-xs-12-flex {
  width: 100%;
}
@media (min-width: 768px) {
  .col-sm-1-flex {
    width: calc(8.33333% - 24px);
  }
  .col-sm-2-flex {
    width: calc(16.66667% - 24px);
  }
  .col-sm-3-flex {
    width: calc(25% - 24px);
  }
  .col-sm-4-flex {
    width: calc(33.33333% - 24px);
  }
  .col-sm-5-flex {
    width: calc(41.66667% - 24px);
  }
  .col-sm-6-flex {
    width: calc(50% - 24px);
  }
  .col-sm-7-flex {
    width: calc(58.47953% - 24px);
  }
  .col-sm-8-flex {
    width: calc(66.66667% - 24px);
  }
  .col-sm-9-flex {
    width: calc(75% - 24px);
  }
  .col-sm-10-flex {
    width: calc(83.33333% - 24px);
  }
  .col-sm-11-flex {
    width: calc(91.743119% - 24px);
  }
  .col-sm-12-flex {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1-flex {
    width: calc(8.33333% - 24px);
  }
  .col-md-2-flex {
    width: calc(16.66667% - 24px);
  }
  .col-md-3-flex {
    width: calc(25% - 24px);
  }
  .col-md-4-flex {
    width: calc(33.33333% - 24px);
  }
  .col-md-5-flex {
    width: calc(41.66667% - 24px);
  }
  .col-md-6-flex {
    width: calc(50% - 24px);
  }
  .col-md-7-flex {
    width: calc(58.47953% - 24px);
  }
  .col-md-8-flex {
    width: calc(66.66667% - 24px);
  }
  .col-md-9-flex {
    width: calc(75% - 24px);
  }
  .col-md-10-flex {
    width: calc(83.33333% - 24px);
  }
  .col-md-11-flex {
    width: calc(91.743119% - 24px);
  }
  .col-md-12-flex {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-flex {
    width: calc(8.33333% - 24px);
  }
  .col-lg-2-flex {
    width: calc(16.66667% - 24px);
  }
  .col-lg-3-flex {
    width: calc(25% - 24px);
  }
  .col-lg-4-flex {
    width: calc(33.33333% - 24px);
  }
  .col-lg-5-flex {
    width: calc(41.66667% - 24px);
  }
  .col-lg-6-flex {
    width: calc(50% - 24px);
  }
  .col-lg-7-flex {
    width: calc(58.47953% - 24px);
  }
  .col-lg-8-flex {
    width: calc(66.66667% - 24px);
  }
  .col-lg-9-flex {
    width: calc(75% - 24px);
  }
  .col-lg-10-flex {
    width: calc(83.33333% - 24px);
  }
  .col-lg-11-flex {
    width: calc(91.743119% - 24px);
  }
  .col-lg-12-flex {
    width: 100%;
  }
}
/*. ---------- columns in Homepage Advanced ------- */
.feature-column {
  display: flex;
  flex-direction: column;
}
.feature-inner {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
.feature-image,
.feature-title,
.feature-cta {
  flex-grow: 0;
}
.feature-text {
  flex-grow: 2;
}
/*!
 * Yamm!
 * Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm
 *
 * https://github.com/geedmo
 */
.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse,
.yamm .yamm-static {
  position: static;
}
.yamm .navbar-inner,
.yamm .container,
.yamm .btn-toolbar {
  position: relative;
}
.yamm .dropdown-menu {
  background: url(/howard/images/howard-jna-sculpture-bg.png) bottom right no-repeat #2c5894;
  left: auto;
}
.yamm .dropdown-menu > li {
  display: block;
}
.yamm .nav.pull-right .dropdown-menu {
  right: 0;
}
.yamm .yamm-content {
  min-width: 500px;
  padding: 15px 120px 15px 15px;
  color: #fff;
}
.yamm .yamm-content a {
  color: #fff;
  border-bottom: 1px solid #4670a9;
}
.yamm.navbar .nav > li > .dropdown-menu:after,
.yamm.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 969px) {
  .yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: auto;
  }
  .yamm .yamm-content {
    padding-left: 0;
    padding-right: 0;
  }
  .yamm .dropdown-menu > li > ul {
    display: block;
  }
}
.andrews-global-subdomain-header-logo {
  height: 25px;
  background: url(/img/global-header/andrews-logo-header-gray.png) no-repeat right 15px center;
  background-size: auto 25px;
  color: transparent;
  font-size: 0;
}
.andrews-global-subdomain-header-logo.white {
  background-image: url(/img/global-header/andrews-logo-header-white.png);
}
@media print {
  a[href]:after {
    display: none;
    content: "";
  }
}
/* ---- move hotjar button to 75% from top - temporary (End June 30, 2025) ---- */
div#survey_1630690 div:has(button) {
  top: 75%;
}
/* ---- end hotjar button ---- */
.embed-responsive.embed-responsive-5by2 {
  padding-bottom: 40%;
}
.embed-responsive.embed-responsive-2by1 {
  padding-bottom: 50%;
}
.arrow-down {
  display: none;
}
@media (max-width: 991px) {
  .arrow-down {
    position: absolute;
    bottom: 30px;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    -webkit-animation: fadeInOut 2s infinite;
    z-index: 100;
  }
  @-webkit-keyframes fadeInOut {
    from {
      opacity: 0.2;
    }
    50% {
      opacity: 1.0;
    }
    to {
      opacity: 0.2;
    }
  }
}
@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
  .row.equal > div[class*='col-'] {
    display: flex;
    flex-direction: column;
  }
}
.nothidden {
  display: block !important;
  visibility: visible !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
@font-face {
  font-family: 'AkkuratRegular';
  src: url('/css/fonts/lineto-akkurat-regular.eot');
  src: url('/css/fonts/lineto-akkurat-regular.eot?#iefix') format('embedded-opentype'), url('/css/fonts/lineto-akkurat-regular.woff') format('woff'), url('/css/fonts/lineto-akkurat-regular.ttf') format('truetype'), url('/css/fonts/lineto-akkurat-regular.svg#AkkuratRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AkkuratBold';
  src: url('/css/fonts/lineto-akkurat-bold.eot');
  src: url('/css/fonts/lineto-akkurat-bold.eot?#iefix') format('embedded-opentype'), url('/css/fonts/lineto-akkurat-bold.woff') format('woff'), url('/css/fonts/lineto-akkurat-bold.ttf') format('truetype'), url('/css/fonts/lineto-akkurat-bold.svg#AkkuratBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AkkuratLight';
  src: url('/css/fonts/lineto-akkurat-light.eot');
  src: url('/css/fonts/lineto-akkurat-light.eot?#iefix') format('embedded-opentype'), url('/css/fonts/lineto-akkurat-light.woff') format('woff'), url('/css/fonts/lineto-akkurat-light.ttf') format('truetype'), url('/css/fonts/lineto-akkurat-light.svg#AkkuratLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
}
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrapper {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}
.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/* Icon when the collapsible content is shown */
.panel-toggle:before {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  float: left;
  margin-right: 15px;
}
.panel-toggle.collapsed:before {
  content: "\e080";
}
body {
  font-family: 'IBM Plex Sans', Arial, Verdana, sans-serif;
  font-weight: 400px;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  /*14px;*/
  lline-height: 18px;
  background: #fff;
}
body strong {
  font-weight: 600;
}
/* unvisited link */
a,
.panel-default > a.panel-heading {
  color: #3a7baa;
}
a.h1 {
  color: #3a7baa;
  display: block;
}
.panel-heading {
  padding: 10px 15px;
}
.panel-heading .panel-title > a,
.panel-heading > a {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
.panel-heading a.accordion-toggle {
  text-decoration: none;
  position: relative;
}
.panel-heading a.accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
  position: absolute;
  left: 97%;
  top: 50%;
  transform: translate(-100%, -50%);
}
.panel-heading a.accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}
/* Removed by Lathan on Sep 23, 2016. this gray color does not look good on the last 3 sites we've worked on */
/* visited link */
/*
	a:visited {
	    color: #999;
	}
	*/
/* mouse over link */
a:hover,
a:visited:hover {
  color: #be9549;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-weight: 400;
  color: #be9549;
}
blockquote {
  margin: 0 0 20px 40px;
  width: 50%;
  float: right;
  color: #be9549;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
blockquote p {
  margin: 0 !important;
}
.container {
  max-width: 1200px;
}
/* TABLES
    -------------------------------------------------- */
.table th {
  background-color: #6b6761;
  background-color: #3a7baa;
  color: #fff;
}
/* PREVIEW MODE TOP BAR
    -------------------------------------------------- */
.preview-mode {
  width: 100%;
  background: #000;
  color: #ccc;
  padding: 10px;
  text-align: center;
}
.preview-mode a {
  color: #be9549;
  text-decoration: underline;
}
.preview-mode a:hover {
  color: #fff;
}
/* TOUR STYLING
   -------------------------------------------------- */
.popover button.disabled {
  color: #ccc;
}
.popover .popover-title {
  background: #be9549;
  color: #fff;
  font-weight: bold;
}
/* ANDREWS BRANDING HEADER
    -------------------------------------------------- */
.andrews-global-header {
  background: #23222a;
  background: #002a48;
}
.andrews-global-header .andrews-global-header-content {
  padding: 10px 0px;
  color: #a3abb3;
}
.andrews-global-header .andrews-global-header-content .global-logo {
  margin-top: 4px;
}
.andrews-global-header .andrews-global-header-content .icon-bar {
  background: #a3abb3;
}
.andrews-global-header .andrews-global-header-content .global-links {
  /* Below Changes are indentation only. ~Lathan */
  /* Search icon by IcoMoon, made with http://icomoon.io/app/ */
  /* Open state */
}
.andrews-global-header .andrews-global-header-content .global-links .nav > li > a {
  color: #a3abb3;
  text-transform: uppercase;
  font-family: 'IBM Plex Sans';
  font-weight: 600;
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.andrews-global-header .andrews-global-header-content .global-links .nav > li > a.search {
  padding-top: 11px;
}
.andrews-global-header .andrews-global-header-content .global-links .nav > li > a.search .icon-zoom2 {
  font-size: 24px;
}
.andrews-global-header .andrews-global-header-content .global-links .nav > li > a:hover,
.andrews-global-header .andrews-global-header-content .global-links .nav > li > a:focus {
  text-decoration: none;
  background-color: #00192a;
}
.andrews-global-header .andrews-global-header-content .global-links .nav li.divider {
  width: 1px;
  background: #4c5a67;
  margin: 10px 5px;
}
.andrews-global-header .andrews-global-header-content .global-links .dropdown-toggle {
  background: url(/img/2015/down-arrow.png) no-repeat center 32px;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot');
  src: url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.andrews-global-header .andrews-global-header-content .global-links .sb-search {
  position: absolute;
  /* relative; */
  top: -20px;
  right: 0;
  margin-top: 10px;
  width: 0%;
  min-width: 60px;
  height: 60px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.andrews-global-header .andrews-global-header-content .global-links .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  width: 500px;
  height: 60px;
  margin: 0;
  z-index: 10;
  padding: 20px 65px 20px 20px;
  font-family: inherit;
  font-size: 20px;
  font-size: 16px;
  color: #2c3e50;
}
.andrews-global-header .andrews-global-header-content .global-links .sb-search-input::-webkit-input-placeholder {
  color: #efb480;
  color: #be9549;
}
.andrews-global-header .andrews-global-header-content .global-links .sb-search-input:-moz-placeholder {
  color: #efb480;
  color: #be9549;
}
.andrews-global-header .andrews-global-header-content .global-links .sb-search-input::-moz-placeholder {
  color: #efb480;
  color: #be9549;
}
.andrews-global-header .andrews-global-header-content .global-links .sb-search-input:-ms-input-placeholder {
  color: #efb480;
  color: #be9549;
}
.andrews-global-header .andrews-global-header-content .global-links .sb-icon-search,
.andrews-global-header .andrews-global-header-content .global-links .sb-search-submit {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.andrews-global-header .andrews-global-header-content .global-links .sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.andrews-global-header .andrews-global-header-content .global-links .sb-icon-search {
  color: #fff;
  background: #e67e22;
  background: #002a48;
  z-index: 90;
  font-size: 22px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.andrews-global-header .andrews-global-header-content .global-links .sb-icon-search:before {
  content: "\e000";
}
.andrews-global-header .andrews-global-header-content .global-links .sb-search.sb-search-open,
.andrews-global-header .andrews-global-header-content .global-links .no-js .sb-search {
  width: 500px;
  height: 100vh;
}
.andrews-global-header .andrews-global-header-content .global-links #unibox-suggest-box {
  border-radius: 0;
  box-shadow: none;
  width: 100% !important;
  min-width: 0 !important;
}
.andrews-global-header .andrews-global-header-content .global-links .sb-search.sb-search-open .sb-icon-search,
.andrews-global-header .andrews-global-header-content .global-links .no-js .sb-search .sb-icon-search {
  background: #da6d0d;
  background: #00406f;
  color: #fff;
  z-index: 11;
}
.andrews-global-header .andrews-global-header-content .global-links .sb-search.sb-search-open .sb-search-submit,
.andrews-global-header .andrews-global-header-content .global-links .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
.andrews-global-header .andrews-global-header-content .global-links .sb-search.floating {
  overflow: visible;
}
.andrews-global-header .andrews-global-header-content .global-links .floating .sb-search-input {
  transition: all 0.3s;
  right: 60px;
  box-sizing: border-box;
}
.andrews-global-header .andrews-global-header-content .global-links .floating:not(.sb-search-open) .sb-search-input {
  width: 0px !important;
  padding-left: 0;
  padding-right: 0;
  border-left-width: 0;
  border-right-width: 0;
}
.andrews-global-header .andrews-global-header-content .global-links .quick-links .dropdown-menu {
  padding: 0 15px;
}
.andrews-global-header .andrews-global-header-content .global-links .quick-links .dropdown-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.andrews-global-header .andrews-global-header-content .global-links .quick-links .dropdown-menu ul li.tools_search_result {
  padding-bottom: 15px;
}
.andrews-global-header .andrews-global-header-content .global-links .quick-links .dropdown-menu .my-account {
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.andrews-global-header .andrews-global-header-content .global-links .quick-links .dropdown-menu .my-andrews-tools {
  margin-bottom: 40px;
}
.andrews-global-header .andrews-global-header-content .global-links .quick-links .dropdown-menu .my-andrews-tools li {
  padding: 3px 0px;
}
.andrews-global-header .andrews-global-header-content .global-links .quick-links .dropdown-menu .my-andrews-tools li i {
  margin-right: 10px;
}
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu {
  padding: 0;
  width: 265px;
}
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .left-column,
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .right-column-future-students {
  padding: 25px 25px 15px 25px;
}
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .left-column h4,
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .right-column-future-students h4 {
  color: #3a7baa;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ddd;
}
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .left-column ul,
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .right-column-future-students ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .left-column ul li,
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .right-column-future-students ul li {
  margin-bottom: 10px;
}
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .left-column ul li a,
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .right-column-future-students ul li a {
  display: block;
  height: auto;
  color: #000;
  font-size: 14px;
}
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .left-column ul li a:hover,
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .right-column-future-students ul li a:hover {
  text-decoration: none;
  color: #be9549;
}
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .left-column ul li a.btn-inset,
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .right-column-future-students ul li a.btn-inset {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
}
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .left-column ul li li,
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .right-column-future-students ul li li {
  margin-bottom: 0px;
  padding-left: 15px;
}
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .left-column ul li li a,
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .right-column-future-students ul li li a {
  padding: 3px;
  font-size: 13px;
}
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .left-column ul li li:last-child,
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .right-column-future-students ul li li:last-child {
  margin-bottom: 30px;
}
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .right-column {
  display: none;
  background: #EFECE7;
  min-height: 465px;
  padding: 25px;
  color: #555;
  font-size: 14px;
}
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .right-column h4 {
  color: #000;
}
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .right-column a {
  color: #be9549;
}
.andrews-global-header .andrews-global-header-content .global-links .dropdown-menu .right-column-future-students {
  border-left: 1px solid #ddd;
}
.andrews-global-header .andrews-global-header-content .global-links .future-students .dropdown-menu,
.andrews-global-header .andrews-global-header-content .global-links .quick-links .dropdown-menu,
.andrews-global-header .andrews-global-header-content .global-links .parents .dropdown-menu {
  width: 600px;
}
.andrews-global-header .andrews-global-header-content .global-links .quick-links .right-column {
  display: block;
}
.andrews-global-header .andrews-global-header-content .global-links #global-future-student .left-column {
  bbbbbborder-right: 1px solid #ddd;
}
.andrews-global-header .andrews-global-header-content .global-links #cse-search-box {
  padding-top: 12px;
}
.andrews-global-header .global-nav {
  background: #00406f;
}
.andrews-global-header .global-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.andrews-global-header .global-nav ul > li {
  float: left;
  position: relative;
}
.andrews-global-header .global-nav ul > li > a {
  display: block;
  padding: 12px 50px;
  font-size: 15px;
  color: #fff;
  border-right: 1px solid #003359;
  text-decoration: none;
}
.andrews-global-header .global-nav ul > li > a:hover {
  background: #00375e;
}
.andrews-global-header .global-nav ul > li:nth-child(1) a {
  border-left: 1px solid #003359;
}
.andrews-global-header .global-nav ul .dropdown-menu {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0;
  background: #f2f1ed;
  min-width: 240px;
}
.andrews-global-header .global-nav ul .dropdown-menu h4,
.andrews-global-header .global-nav ul .dropdown-menu .h4 {
  color: #3a7baa;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ddd;
}
.andrews-global-header .global-nav ul .dropdown-menu h4 a,
.andrews-global-header .global-nav ul .dropdown-menu .h4 a {
  padding: 0;
  display: inline;
  border-left: none;
}
.andrews-global-header .global-nav ul .dropdown-menu ul {
  border-left: none;
}
.andrews-global-header .global-nav ul .dropdown-menu ul li {
  float: none;
}
.andrews-global-header .global-nav ul .dropdown-menu ul li a {
  color: #444;
  border-right: none;
  border-left: none;
  padding: 6px 0px;
  font-size: 13px;
}
.andrews-global-header .global-nav ul .dropdown-menu ul li a:hover {
  background: none;
  text-decoration: underline;
}
.andrews-global-header .global-nav ul .dropdown-menu ul li .btn-inset {
  padding: 10px;
  margin-top: 10px;
  color: #fff;
  border-right: 3px double #9f9b90;
  border-left: 3px double #9f9b90;
  text-align: center;
}
.andrews-global-header .global-nav ul .dropdown-menu ul li .btn-inset:hover {
  background: #ab8338;
}
.andrews-global-header .global-nav ul .dropdown-menu ul > li:nth-child(1) a {
  border-left: none;
}
.andrews-global-header .global-nav li.full {
  position: static;
}
.andrews-global-header .global-nav li.full .dropdown-menu {
  width: 100%;
  top: 50px;
}
.andrews-global-header.full-sized .andrews-global-header-content {
  padding: 35px 0px;
}
.navigation-mobile {
  padding-bottom: 20px;
  background: #eee;
  background: #ebeae6;
}
.navigation-mobile .navigation-mobile-search {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.navigation-mobile ul {
  list-style-type: none;
  margin: 0 0 0px 0;
  padding: 0;
}
.navigation-mobile ul li {
  margin-bottom: 0px;
}
.navigation-mobile ul li a {
  padding: 10px;
}
.navigation-mobile .tab-content {
  background: #fff;
  padding-top: 10px;
}
.navigation-mobile .tab-content nav {
  background: #fff;
}
.navigation-mobile .tab-content nav .search-tools {
  margin-bottom: 30px;
}
.navigation-mobile .tab-content nav .search-tools .login-button {
  margin-bottom: 20px;
}
.navigation-mobile .tab-content nav .my-account {
  margin-bottom: 30px;
  padding: 10px;
  background: #ddd;
  border: 1px solid #ccc;
}
.navigation-mobile .tab-content nav .my-andrews-tools {
  margin-bottom: 30px;
}
.navigation-mobile .tab-content nav ul li {
  padding: 9px 0px;
}
.navigation-mobile .tab-content nav ul li a {
  padding: 0px;
}
.navigation-mobile .tab-content nav ul li a.remove-quick-link i {
  margin-right: 10px;
}
.navigation-mobile .nav-tabs {
  border-bottom: 1px solid #fff;
}
.navigation-mobile .nav-tabs > li > a {
  background: #ccc;
  margin-right: 5px;
}
.navigation-mobile .nav-tabs > li.active > a,
.navigation-mobile .nav-tabs > li.active > a:hover,
.navigation-mobile .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border: 1px solid #fff;
}
/* HOMEPAGE STYLES (temporary location)
    -------------------------------------------------- */
section[class^="homepage"] h3 {
  font-family: 'IBM Plex Serif', Georgia, serif;
  color: #43403f;
  margin-top: 0px;
}
.homepage-feature {
  position: relative;
  overflow: hidden;
  background-color: #333;
  background-size: cover;
  border-bottom: 1px solid #eee;
  color: #fff;
  width: 100%;
  /*height: 100%;
	max-height: 500px;
	height: 500px;*/
  /*removing the fixed height and moving to a more flexible height so the background image will not slide off the edge.*/
  padding-top: 40%;
  /* 2.5 to 1 image ratio*/
}
.homepage-feature.full-links a.feature-wings {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.homepage-feature.full-links a.feature-wings:focus {
  outline: none;
}
.homepage-feature.full-links .feature-background .feature-content a {
  display: inline-block;
  width: 100%;
}
.homepage-feature .feature-background {
  bbbbbackground: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  /* added absolute positioning to have more control over position of text titles */
  position: absolute;
  top: 0;
}
.homepage-feature .feature-background .feature-content {
  width: 100%;
  color: #fff;
}
.homepage-feature .feature-background .feature-content.home {
  position: absolute;
  bottom: 0;
}
.homepage-feature .feature-background .feature-content.feature-right {
  text-align: right;
}
@media screen and (max-width: 800px) {
  .homepage-feature .feature-background .feature-content {
    padding-top: 5%;
    /* added October 2017 */
  }
}
.homepage-feature .feature-background .feature-content .creative-block-caption {
  margin-bottom: 0;
}
.homepage-feature .feature-background .feature-content .feature-title,
.homepage-feature .feature-background .feature-content .feature-teaser {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  padding: 7px 12px;
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-weight: 300;
  background: rgba(0, 64, 111, 0.85);
  display: inline;
  float: right;
}
.homepage-feature .feature-background .feature-content .feature-title {
  font-size: 36px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.homepage-feature .feature-background .feature-content .feature-teaser {
  font-size: 20px;
  clear: both;
  display: block;
  margin-bottom: 64px;
}
@media only screen and (min-width: 1200px) {
  .homepage-feature .feature-background .feature-content .feature-teaser {
    margin-bottom: 12%;
  }
}
.homepage-feature .feature-background .feature-content .feature-teaser .showme {
  display: none;
}
.homepage-feature .feature-background .feature-content a {
  text-decoration: none;
  color: #FFF;
}
.homepage-feature .feature-background .feature-content a:focus {
  outline: none;
}
.homepage-feature .feature-background .feature-content a:hover {
  color: #be9549;
}
.homepage-feature .feature-background .feature-content.feature-center .feature-title,
.homepage-feature .feature-background .feature-content.feature-center .feature-teaser {
  float: none;
  display: block;
  text-align: center;
  padding: 0;
  background: none;
  top: 220px;
}
.homepage-feature .feature-background .feature-content.feature-center .feature-title {
  font-size: 42px;
}
.homepage-feature .feature-background .feature-content.feature-right {
  /*.feature-title, .feature-teaser {
				float: none;
				right: 0px;
			}*/
}
.homepage-feature .feature-background .feature-content.feature-none .feature-title,
.homepage-feature .feature-background .feature-content.feature-none .feature-teaser {
  display: none;
}
.homepage-feature .feature-background .feature-content.feature-left .feature-title,
.homepage-feature .feature-background .feature-content.feature-left .feature-teaser {
  float: left;
  left: 0px;
}
.homepage-cta {
  background: #f2f1ed;
  padding-top: 65px;
  padding-bottom: 80px;
}
.homepage-cta h3 {
  margin: 0 0 20px 0;
  font-size: 30px;
  font-family: 'IBM Plex Serif', Georgia, serif;
  color: #43403f;
}
.homepage-worldchangers {
  padding-top: 50px;
  padding-bottom: 50px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02406f+0,002a48+100 */
  background: #02406f;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #02406f 0%, #002a48 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #02406f 0%, #002a48 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #02406f 0%, #002a48 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02406f', endColorstr='#002a48', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: white;
  font-size: 32px;
  text-align: right;
  font-family: 'IBM Plex Sans';
  font-weight: 300;
}
.homepage-worldchangers .btn-lg {
  border-radius: 0;
}
.homepage-worldchangers .text {
  margin-top: 30px;
}
.homepage-initiatives {
  background: #2a3a42;
  /* original, a little too green */
  background: #313d44;
}
.homepage-initiatives .initiatives-nav {
  background: url(/img/2015/initiatives-border-bottom.png) repeat-x bottom center #404f59;
}
.homepage-initiatives .initiatives-nav .nav-tabs {
  border: none;
  margin: 0 -50px;
}
.homepage-initiatives .initiatives-nav .nav-tabs li {
  padding: 40px 0px 50px 0px;
}
.homepage-initiatives .initiatives-nav .nav-tabs li a {
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  padding: 0px 50px;
  color: #a7a7a7;
  color: #fff;
  border-left: none;
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #5f6668;
}
.homepage-initiatives .initiatives-nav .nav-tabs li a:hover {
  border-left: none;
  border-top: none;
  border-bottom: none;
  background: none;
  color: #fff;
  color: #be9549;
}
.homepage-initiatives .initiatives-nav .nav-tabs li a:focus {
  outline: 0;
}
.homepage-initiatives .initiatives-nav .nav-tabs li.active {
  background: url(/img/2015/arrow-down-initiatives.png) no-repeat center bottom;
}
.homepage-initiatives .initiatives-nav .nav-tabs li.active a {
  background: none;
  color: #fff;
  color: #be9549;
}
.homepage-initiatives .initiatives-nav .nav-tabs li:last-child a {
  border-right: none;
}
.homepage-initiatives .initiatives-content {
  padding: 45px 0px 55px 0px;
  color: #a7a7a7;
}
.homepage-initiatives .initiatives-content p {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-size: 24px;
  margin-bottom: 30px;
}
.homepage-initiatives .initiatives-content p .title {
  color: #be9549;
}
.homepage-initiatives .initiatives-content iiiiimg {
  background: gray;
  border: 3px double gray;
}
.homepage-initiatives .initiatives-content .carousel-control-container {
  padding-top: 40%;
}
.homepage-initiatives .initiatives-content .initiatives-text-right,
.homepage-initiatives .initiatives-content .initiatives-text-left {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .homepage-initiatives .initiatives-content .initiatives-text-right {
    padding-left: 50px;
    margin-top: 0px;
  }
  .homepage-initiatives .initiatives-content .initiatives-text-left {
    padding-right: 50px;
    margin-top: 0px;
  }
}
@media (max-width: 1199px) {
  .homepage-initiatives .initiatives-content {
    padding: 20px 0px 30px 0px;
  }
  .homepage-initiatives .initiatives-content h2 {
    font-family: 'IBM Plex Sans', Arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .homepage-initiatives .initiatives-content h3 {
    margin-top: 20px;
    color: #fff;
  }
  .homepage-initiatives .initiatives-content p {
    font-size: 16px;
  }
}
.homepage-initiatives-mobile {
  background: #2a3a42;
  /* original, a little too green */
  background: #313d44;
}
.homepage-initiatives-mobile .initiatives-content {
  padding: 20px 0px 30px 0px;
  color: #a7a7a7;
}
.homepage-initiatives-mobile .initiatives-content h2 {
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 15px;
}
.homepage-initiatives-mobile .initiatives-content h3 {
  margin-top: 20px;
  color: #fff;
}
.homepage-initiatives-mobile .initiatives-content p {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-size: 16px;
  margin-bottom: 30px;
}
.homepage-initiatives-mobile .initiatives-content p .title {
  color: #be9549;
}
.homepage-features {
  padding: 35px 0px 65px 0px;
  background: #ebeae6;
}
.homepage-features h3 {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 20px;
  margin: 0 0 40px 0;
  font-size: 48px;
}
.homepage-features #homepage_feature_small1 .carousel-inner .active.left {
  left: -25%;
}
.homepage-features #homepage_feature_small1 .carousel-inner .active.right {
  left: 25%;
}
.homepage-features #homepage_feature_small1 .carousel-inner .next {
  left: 25%;
}
.homepage-features #homepage_feature_small1 .carousel-inner .item:first-child.next {
  left: 100%;
  visibility: hidden;
}
.homepage-features #homepage_feature_small1 .carousel-inner .next.left {
  left: 0;
}
.homepage-features #homepage_feature_small1 .carousel-inner .next.right {
  left: 0;
}
.homepage-features #homepage_feature_small1 .carousel-inner .item:first-child.active.right {
  left: 100%;
}
.homepage-features #homepage_feature_small1 .carousel-inner .item:last-child.prev {
  left: -100%;
  visibility: hidden;
}
.homepage-features #homepage_feature_small1 .carousel-inner .prev {
  left: -25%;
}
.homepage-features #homepage_feature_small1 .carousel-inner .prev.left {
  left: 0;
}
.homepage-features #homepage_feature_small1 .carousel-inner .prev.right {
  left: 0;
}
.homepage-features #homepage_feature_small1 .carousel-control {
  color: #B5B5B5;
  top: 35%;
  /* moved top: 50% from global carousel-control to more specific selector ~Lathan */
  filter: alpha(opacity=70);
  opacity: .7;
  margin-top: 80px;
}
.homepage-features #homepage_feature_small1 .carousel-control.left {
  width: 10%;
  left: -7%;
}
.homepage-features #homepage_feature_small1 .carousel-control.right {
  width: 10%;
  right: -7%;
}
.homepage-features #homepage_feature_small1 .feature-item {
  min-height: 200px;
}
.homepage-features #homepage_feature_small1 .feature-item .feature-item-content {
  padding-top: 20px;
  width: 100%;
  font-family: 'IBM Plex Serif', Georgia, serif;
  display: inline-block;
}
.homepage-features #homepage_feature_small1 .feature-item .feature-item-content h4 {
  color: #d2b580;
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
}
.homepage-features .more-secondary-features-mobile {
  display: none;
}
@media (min-width: 600px) {
  .homepage-mobile-caption {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .homepage-feature.main-banner {
    border: 0;
  }
  .homepage-feature.main-banner .creative-block-caption {
    display: none !important;
  }
  .hidden-xxs {
    display: none !important;
  }
}
.homepage-news {
  padding: 65px 0px;
}
.homepage-news h3 {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 20px;
  margin: 0 0 40px 0;
  font-size: 48px;
}
.homepage-news h3 .more-news {
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
}
.homepage-news a:hover {
  text-decoration: none;
}
.homepage-news a:hover h3 {
  color: #be9549;
}
.homepage-news .news-copy-large {
  font-size: 18px;
}
.homepage-news .news-copy-large h4 {
  font-size: 36px;
  margin-bottom: 25px;
}
.homepage-news .news-copy-small {
  font-size: 16px;
}
.homepage-news .news-copy-small h4 {
  margin-top: 0;
  font-weight: bold;
  font-size: 18px;
}
.homepage-news .more-news-mobile {
  display: none;
}
.homepage-news .homepage-news-divider {
  margin-top: 40px;
}
.homepage-events {
  border-top: 1px solid #e5e5e5;
  background: #f3f2ee;
  background: #ebeae6;
  padding: 65px 0px;
}
.homepage-events .understated {
  font-family: 'IBM Plex Sans', Arial, Verdana, sans-serif;
  font-weight: 300;
  font-size: 13px;
}
.homepage-events h3 {
  margin: 0 0 50px 0;
  font-size: 48px;
}
.homepage-events h3 .more-events {
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
}
.homepage-events h3 .more-events .fa {
  color: #be9549;
}
.homepage-events a:hover {
  text-decoration: none;
}
.homepage-events a:hover h3 {
  color: #be9549;
}
.homepage-events .event-month .month {
  border-bottom: 1px solid #c1c1c1;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #be9549;
}
.homepage-events .event-month .event-day {
  font-size: 36px;
  line-height: 36px;
  font-family: 'IBM Plex Serif', Georgia, serif;
}
.homepage-events .event-month .event-content {
  font-size: 18px;
  font-family: 'IBM Plex Serif', Georgia, serif;
}
.homepage-events .event-month .event-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.homepage-events .event-month .event-content ul li {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.homepage-events .event-month .event-content ul li a {
  color: #444;
}
.homepage-events .event-month .event-content ul li a:hover {
  color: #be9549;
  text-decoration: none;
}
.btn {
  border-radius: 0;
}
.btn-inset {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 30px;
}
.btn-inset ul {
  padding: 0;
  margin: 5px 0 0 15px;
}
.btn-gold {
  background: #be9549;
  color: #fff;
  border: 3px double #d2b580;
}
#homepage-cta-admissions .btn-gold {
  margin-top: 20px;
}
@media (max-width: 768px) {
  #homepage-cta-admissions .btn-gold {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  #homepage-cta-admissions .btn-gold {
    margin-bottom: 0px;
  }
}
.btn-gold,
.btn-gold:visited,
.btn-gold a {
  color: #fff;
}
.btn-gold .btn-expand {
  display: block;
  margin: -20px -30px -20px -30px;
  padding: 20px 30px 20px 30px;
  text-align: center;
}
.btn-gold .btn-expand:focus {
  outline: none;
}
.btn-gold .collapse > ul,
.btn-gold .collapsing > ul {
  color: #000;
  list-style: none;
  margin-left: 0px;
}
.btn-gold .collapse > ul a,
.btn-gold .collapsing > ul a {
  color: #000;
}
.btn-gold .collapse:not([aria-expanded="true"]) {
  height: 0px;
}
.btn-gold .collapse:not([aria-expanded="true"]) > ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
.btn-gold:hover {
  background: #ab8338;
}
.btn-gold:hover,
.btn-gold:hover:visited,
.btn-gold:hover a {
  text-decoration: none;
  color: #fff;
}
.btn-gray {
  background: #6B6861;
  border: 3px double #9f9b90;
}
.btn-gray,
.btn-gray:visited,
.btn-gray a {
  color: #fff;
}
.btn-gray:hover {
  background: #ab8338;
}
.btn-gray:hover,
.btn-gray:hover:visited,
.btn-gray:hover a {
  text-decoration: none;
  color: #fff;
}
.btn-blue {
  background: #404f59;
  border: 3px double #4d606a;
}
.btn-blue,
.btn-blue:visited,
.btn-blue a {
  color: #fff;
}
.btn-blue:hover {
  background: #ab8338;
}
.btn-blue:hover,
.btn-blue:hover:visited,
.btn-blue:hover a {
  color: #fff;
  text-decoration: none;
}
.btn-red {
  background: #CA2027;
  border: 3px double #fff;
}
.btn-red,
.btn-red:visited,
.btn-red a {
  color: #fff;
}
.btn-red:hover {
  background: #ab8338;
}
.btn-red:hover,
.btn-red:hover:visited,
.btn-red:hover a {
  color: #fff;
  text-decoration: none;
}
.btn-outline {
  background-color: transparent;
  color: #404f59;
}
.btn-lg,
.btn-group-lg > .btn {
  border-radius: 0px;
}
/* HEADER
    -------------------------------------------------- */
.header {
  background: url(/img/2015/department/bg-academic-department-site-2.gif) repeat #ebeae6;
  padding: 30px 0px 0px 0px;
}
.header .navbar-header {
  margin-bottom: 20px;
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.header .navbar-header a span.header-title {
  line-height: 1;
  font-size: 48px;
  color: #3a7baa;
  ccccolor: #418abf;
}
.header .navbar-header a span.header-title p {
  margin: 0;
  padding: 0;
}
.header .navbar-header a span.pre-title {
  font-size: 24px;
  color: #a8b0b3;
  color: #999;
  line-height: 1;
}
.header .navbar-header a span.header-title:hover {
  text-decoration: none;
  color: #be9549;
}
.header .navbar-header a:hover {
  text-decoration: none;
}
.header .header-nav .navbar-collapse {
  background: #e1dfd9;
}
.header .header-nav .nav {
  font-size: 16px;
}
.header .header-nav .nav li a,
.header .header-nav .nav li a:active {
  color: #646464;
  padding: 15px 20px;
}
.header .header-nav .nav li a:hover,
.header .header-nav .nav li a:focus {
  background: #d8d5ce;
}
.header .header-nav .nav li.active a,
.header .header-nav .nav li.active a:active,
.header .header-nav .nav li.active a:focus {
  background: #d8d5ce;
}
.header .header-nav .nav li.active li a {
  color: #fff;
  background: none;
}
.header .header-nav .nav li.active li a:hover {
  background: #444;
}
.header .header-nav .nav .dropdown-menu {
  background: #646464;
  color: #fff;
  border: 0;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  padding: 0;
}
.header .header-nav .nav .dropdown-menu .divider {
  background: #777;
}
.header .header-nav .nav .dropdown-menu li {
  clear: left;
  float: none;
}
.header .header-nav .nav .dropdown-menu li a {
  color: #fff;
  background: none;
  padding: 10px 20px;
}
.header .header-nav .nav .dropdown-menu li a:hover {
  background: #444;
}
.header .header-nav .navbar-right .btn {
  margin-top: 3px;
  margin-right: 0px;
}
.breadcrumbs {
  padding-top: 20px;
  padding-bottom: 0px;
}
.breadcrumbs .crumb {
  display: inline-block;
  color: #777;
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-weight: 500;
}
.breadcrumbs .crumb a {
  color: #777;
  text-decoration: none;
}
.breadcrumbs .crumb a:hover {
  text-decoration: underline;
}
.breadcrumbs .delimiter {
  display: inline-block;
  padding: 0 5px;
}
.breadcrumbs.breadcrumbs-landing {
  background-color: #F1F1F1;
}
/* ALL CAROUSELS
    -------------------------------------------------- */
/* ----------- Normal Carousels ------------ */
.carousel-control {
  font-size: 90px;
  top: 50%;
  /* Most helpful on homepage_feature_small carousel ~Lathan Reactivated this as it broke the arrows on the Program page carousels. */
  text-decoration: none !important;
  /* override underlined links in content areas */
}
.carousel-control:hover,
.carousel-control:focus {
  color: #6b6761;
}
.carousel-control.left {
  background: none;
}
.carousel-control.right {
  background: none;
}
/* ----------- Full Carousels (arrows stretched out) ------------ */
.carousel-full .carousel-control {
  color: #b6b5b4;
  background: none;
  background-image: none;
  text-shadow: none;
  font-size: 90px;
  top: 40%;
}
.carousel-full .carousel-control:hover,
.carousel-full .carousel-control:focus {
  color: #6b6761;
}
.carousel-full .carousel-control.left {
  margin-left: -130px;
  background: none;
}
.carousel-full .carousel-control.right {
  margin-right: -130px;
  background: none;
}
.homepage-features .carousel-control.left,
.homepage-features .carousel-control.right {
  top: 120px;
  z-index: 10;
}
/* ------------ Carousel Captions --------- */
.carousel.captions .carousel-inner {
  background: #ddd;
  border: 1px solid #ddd;
}
.carousel.captions .carousel-inner img {
  margin: 0 auto;
}
.carousel.captions .carousel-inner .carousel-caption {
  margin-bottom: -20px;
  position: relative;
  left: auto;
  right: auto;
  background-color: #ebeae6;
  background-color: #3a7baa;
  color: inherit;
  color: #fff;
  text-shadow: inherit;
  margin-top: 20px;
  padding: 15px;
}
.carousel.captions .carousel-inner .carousel-caption p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.carousel.captions .carousel-indicators + .carousel-inner .carousel-caption {
  padding-bottom: 95px;
}
@media (max-width: 480px) {
  .carousel.captions .carousel-inner .carousel-caption {
    padding: 5px 5px 40px 5px;
  }
  #homepage_feature_small0 .carousel-control {
    font-size: 80px;
    color: #B5B5B5;
  }
}
/* ----------- Homepage Carousel ------------ */
@media (max-width: 1199px) {
  .homepage-initiatives .carousel-control {
    font-size: 50px;
    color: #fff;
    top: 50%;
    left: 15px;
    text-decoration: none !important;
    /* override underlined links in content areas */
  }
  .homepage-initiatives .carousel-control:hover,
  .homepage-initiatives .carousel-control:focus {
    color: #6b6761;
  }
  .homepage-initiatives .carousel-control.left {
    background: none;
  }
  .homepage-initiatives .carousel-control.right {
    background: none;
    right: 15px;
  }
}
.homepage-initiatives-mobile .carousel-control {
  font-size: 50px;
  color: #fff;
  top: 50%;
  left: 15px;
  text-decoration: none !important;
  /* override underlined links in content areas */
}
.homepage-initiatives-mobile .carousel-control:hover,
.homepage-initiatives-mobile .carousel-control:focus {
  color: #6b6761;
}
.homepage-initiatives-mobile .carousel-control.left {
  background: none;
}
.homepage-initiatives-mobile .carousel-control.right {
  background: none;
  right: 15px;
}
/* BODY
    -------------------------------------------------- */
.body {
  margin: 0;
  font-size: 16px;
  /*15px;*/
}
.body .container-carousel-full-width {
  max-width: 1340px;
  margin: 0 auto;
}
.body .container-carousel-full-width .homepage-carousel {
  margin-bottom: 50px;
}
.body .homepage-carousel {
  margin-top: 35px;
}
.body .homepage-carousel img {
  max-width: 100%;
}
.body .homepage-carousel .ccccccarousel-control {
  color: #b6b5b4;
  background: none;
  text-shadow: none;
  font-size: 90px;
  top: 40%;
}
.body .homepage-carousel .ccccccarousel-control.left {
  margin-left: -130px;
}
.body .homepage-carousel .ccccccarousel-control.right {
  margin-right: -130px;
}
.body .content-wrapper {
  margin-top: 65px;
}
.body .content-wrapper .content {
  margin-left: 40px;
  line-height: 24px;
  /* Removed by Lathan on Sep 23, 2016. this gray color does not look good on the last 3 sites we've worked on */
  /*
			a:visited {
				color: #999;
			}
*/
  /* For CMS editing, anchor tags are often inside block elements such as headings that we determine in .dt files */
  /* For other places where anchor tags are also in templates, we keep the blue link color */
}
.body .content-wrapper .content.content-no-menu {
  margin-left: 0;
}
.body .content-wrapper .content a {
  /*text-decoration: underline;*/
}
.body .content-wrapper .content a:visited:hover {
  color: #be9549;
}
.body .content-wrapper .content a.btn {
  text-decoration: none;
  font-weight: bold;
}
.body .content-wrapper .content a:visited.btn {
  color: #eee;
}
.body .content-wrapper .content p {
  margin-bottom: 20px;
}
.body .content-wrapper .content img {
  max-width: 100%;
  height: auto;
}
.body .content-wrapper .content .feature-image {
  margin-bottom: 40px;
}
.body .content-wrapper .content h1 a,
.body .content-wrapper .content h2 a,
.body .content-wrapper .content h3 a,
.body .content-wrapper .content h4 a,
.body .content-wrapper .content h5 a,
.body .content-wrapper .content h6 a {
  text-decoration: none;
}
.body .content-wrapper .content a h1,
.body .content-wrapper .content a h2,
.body .content-wrapper .content a h3,
.body .content-wrapper .content a h4,
.body .content-wrapper .content a h5,
.body .content-wrapper .content a h6 {
  color: #3a7baa;
}
.body .content-wrapper .content h1 {
  margin: 0 0 20px 0;
  color: #3a7baa;
  font-size: 42px;
  font-family: 'IBM Plex Sans', Arial, Verdana, sans-serif;
  font-weight: 300;
}
.body .content-wrapper .content h2 {
  color: #be9549;
  font-family: 'IBM Plex Sans', Arial, Verdana, sans-serif;
  font-weight: 400;
}
.body .content-wrapper .content h2 a {
  color: #be9549;
}
.body .content-wrapper .content h2.agenda-heading {
  margin: 50px 0 30px 0;
  border-bottom: 1px solid #D7D5C6;
}
.body .content-wrapper .content .department-homepage-features .feature-column {
  margin-bottom: 30px;
}
.body .content-wrapper .content .department-homepage-features .feature {
  margin-bottom: 50px;
  padding-left: 40px;
  background: url(/img/2015/department/icon-check.png) no-repeat 0px 4px;
}
.body .content-wrapper .content .department-homepage-features .feature a {
  text-decoration: none;
}
.body .content-wrapper .content .department-homepage-features .feature h2 {
  color: #be9549;
  font-size: 24px;
}
.body .content-wrapper .content .department-homepage-features .feature h2 a {
  text-decoration: none;
}
.body .content-wrapper .content .department-homepage-features .feature h2:first-of-type {
  margin-top: 0;
}
.body .content-wrapper .content .department-homepage-features .feature .feature-image {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .body .content-wrapper .content .department-homepage-features .feature-column.col-xs-12 {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
}
.body .content-wrapper .content .related {
  float: right;
  max-width: 370px;
  padding: 15px;
  background: #e9e9e9;
  margin: 0 0 30px 30px;
}
.body .homepage-carousel + .content-wrapper {
  margin-top: 50px;
}
.body .sed-home,
.body .nav-home {
  padding: 8px 10px 8px 20px;
  background: #f2f1ed;
  margin-bottom: 0px;
}
.body .sed-home:nth-child(2) {
  margin-top: 10px;
}
.body .sed-home + ul {
  margin-top: 30px;
}
.body .nav {
  /* Second level navigation */
  /* third level navigation */
  /* fourth level navigation */
}
.body .nav ul {
  list-style-type: none;
  margin: 0 0 60px 0;
  padding: 0;
  border-top: 3px solid #dfdfdf;
  /* Second level navigation */
  /* Third level navigation */
  /* Fourth level navigation */
}
.body .nav ul li a {
  display: block;
  padding: 12px 20px;
  border-bottom: 1px solid #dfdfdf;
  color: #646464;
  font-size: 16px;
  text-decoration: none;
}
.body .nav ul li a:hover {
  background: #f2f1ed;
}
.body .nav ul li a.selection.self,
.body .nav ul li.active > a.selection {
  background: #6b6761;
  color: #fff;
}
.body .nav ul li li a {
  padding: 3px 20px 3px 40px;
  border: none;
  color: #be9549;
  font-size: 15px;
}
.body .nav ul li li a:hover {
  background: none;
  color: #666;
}
.body .nav ul li li a.selection {
  background: none;
  color: #666;
}
.body .nav ul li li li a {
  padding: 3px 20px 3px 60px;
  border: none;
  color: #3a7baa;
  font-size: 14px;
}
.body .nav ul li li li a:hover {
  color: #666;
}
.body .nav ul li li li a.selection {
  color: #666;
}
.body .nav ul li li li li a {
  padding: 0px 5px 0px 70px;
  border: none;
  color: #666;
  font-size: 12px;
}
.body .nav ul li li li li a:hover {
  font-weight: bold;
  color: #000;
}
.body .nav ul li li li li a.selection {
  font-weight: bold;
  color: #000;
}
.body .nav ul ul {
  border: none;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  padding: 10px 0px;
}
.body .nav ul ul ul {
  border: none;
  padding: 5px 0 15px 0;
}
.body .nav ul ul ul ul {
  border: none;
  padding: 3px 0 10px 0;
}
.header-nav .nav ul {
  margin-bottom: 53px;
}
.header-nav .nav li {
  float: left;
  position: relative;
}
#content {
  margin: 30px 0px;
}
#agenda-white-border {
  border: 10px solid #fff;
  background: #fff;
}
.columnleft .columnleft-inner {
  margin: 0px 30px 0 0;
}
.columnright .columnright-inner h2 {
  font-size: 24px;
}
.columnright .columnright-inner #upcoming_events h2 {
  margin-top: 0px;
}
.columnright .columnright-inner #upcoming_events .table-striped > tbody > tr:nth-child(odd) > td,
.columnright .columnright-inner #upcoming_events .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #ced6e1;
}
/* Google Translate Styling
  ---------------------------------------------------*/
#google_translate_element {
  background-color: #002a48;
}
#google_translate_element div#\:0\.targetLanguage {
  display: inline-block;
  padding-left: 10px;
}
#google_translate_element select.goog-te-combo {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  color: #EEE;
  background: transparent;
  font-size: 13px;
  font-weight: 100;
  padding: 5px 0 0 10px;
  cursor: pointer;
}
/* Homepage Advanced Template
  -------------------------------------------------- */
test_element {
  color: #000;
}
.columns .row {
  display: flex;
  flex-wrap: wrap;
}
.homepage-advanced {
  /* Begin Agenda Calendar Scrolling (ACS) */
  /* End ACS */
}
.homepage-advanced .homepage-feature {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*max-height: 700px;
		height: 700px;*/
  width: 100%;
  padding-top: 39%;
  height: auto;
  max-height: none;
  border-bottom: 0;
}
.homepage-advanced .homepage-feature.video-feature {
  padding-top: 0;
}
.homepage-advanced .homepage-feature.video-feature .embed-responsive.embed-responsive-16by9 {
  mmargin-top: -5%;
  mmargin-bottom: -13%;
}
.homepage-advanced .homepage-feature.video-feature .feature-content .homepage-title {
  margin-top: 0;
  position: absolute;
  bottom: 4vh;
}
.homepage-advanced .homepage-feature.video-feature .homepage-feature .feature-video {
  height: 75vh;
}
.homepage-advanced .homepage-feature.video-feature .homepage-feature .feature-video .feature-video-inner {
  top: -17%;
}
@media (max-width: 767px) {
  .homepage-advanced .homepage-feature.video-feature {
    max-height: initial;
  }
  .homepage-advanced .homepage-feature.video-feature .embed-responsive.embed-responsive-16by9 {
    mmargin-top: -5%;
    mmargin-bottom: -13%;
  }
}
@media (min-width: 992px) {
  .subhomepage .homepage-advanced .homepage-feature {
    max-height: 500px;
    height: 500px;
  }
  .subhomepage .homepage-advanced .homepage-feature .feature-video {
    max-height: 500px;
  }
}
@media (max-width: 767px) {
  .homepage-advanced .homepage-feature {
    max-height: 200px;
  }
  .homepage-advanced .homepage-feature .feature-video {
    max-height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage-advanced .homepage-feature {
    max-height: 500px;
  }
  .homepage-advanced .homepage-feature .feature-video {
    max-height: 500px;
  }
}
.homepage-advanced .homepage-feature .feature-video {
  position: relative;
  height: 700px;
}
.homepage-advanced .homepage-feature .feature-video .feature-video-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}
.homepage-advanced .homepage-feature .feature-video .feature-video-inner iframe {
  height: 100%;
  width: 100%;
}
.homepage-advanced .homepage-feature .feature-video .feature-video-inner {
  height: 125%;
  width: 125%;
  top: -12.5%;
  left: -12.5%;
}
@media (min-width: 1555px), (max-width: 991px) and (min-width: 885px), (max-width: 533px) {
  .homepage-advanced .homepage-feature .feature-video .feature-video-inner {
    height: 150%;
    width: 150%;
    top: -25%;
    left: -25%;
  }
}
@media (min-width: 1865px), (max-width: 709px) and (min-width: 534px) {
  .homepage-advanced .homepage-feature .feature-video .feature-video-inner {
    height: 200%;
    width: 200%;
    top: -50%;
    left: -50%;
  }
}
@media (min-width: 2485px), (max-width: 767px) and (min-width: 710px) {
  .homepage-advanced .homepage-feature .feature-video .feature-video-inner {
    height: 300%;
    width: 300%;
    top: -100%;
    left: -100%;
  }
}
.homepage-advanced .homepage-feature .feature-background {
  width: 100%;
  height: 100%;
  display: block;
}
.homepage-advanced .homepage-feature .feature-background .feature-content,
.homepage-advanced .homepage-feature .feature-video .feature-content {
  width: 100%;
  color: #fff;
  height: 100%;
  padding-top: 0;
}
.homepage-advanced .homepage-feature .feature-background .feature-content .row,
.homepage-advanced .homepage-feature .feature-video .feature-content .row,
.homepage-advanced .homepage-feature .feature-background .feature-content .col-xs-12,
.homepage-advanced .homepage-feature .feature-video .feature-content .col-xs-12 {
  height: 100%;
}
.homepage-advanced .homepage-feature .feature-background .feature-content .homepage-title,
.homepage-advanced .homepage-feature .feature-video .feature-content .homepage-title {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  padding: 7px 12px;
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-weight: 300;
  background: rgba(18, 44, 74, 0.85);
  margin-top: 0;
  margin-bottom: 80px;
  float: left;
  font-size: 36px;
  text-transform: uppercase;
  padding-top: 12px;
  height: auto;
}
.homepage-advanced .homepage-feature .feature-background .feature-content a,
.homepage-advanced .homepage-feature .feature-video .feature-content a {
  text-decoration: none;
  color: #FFF;
}
.homepage-advanced .homepage-feature .feature-background .feature-content a:focus,
.homepage-advanced .homepage-feature .feature-video .feature-content a:focus {
  outline: none;
}
.homepage-advanced .homepage-feature .feature-background .feature-content a:hover,
.homepage-advanced .homepage-feature .feature-video .feature-content a:hover {
  color: #be9549;
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage-advanced .homepage-feature .feature-background .feature-content .homepage-title,
  .homepage-advanced .homepage-feature .feature-video .feature-content .homepage-title {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 40px;
    /*top: 200px;*/
  }
  .homepage-advanced .homepage-feature .feature-background .feature-content a,
  .homepage-advanced .homepage-feature .feature-video .feature-content a {
    text-decoration: none;
    color: #FFF;
  }
  .homepage-advanced .homepage-feature .feature-background .feature-content a:hover,
  .homepage-advanced .homepage-feature .feature-video .feature-content a:hover {
    color: #be9549;
  }
}
.homepage-advanced .homepage-feature .feature-background .feature-text-container,
.homepage-advanced .homepage-feature .feature-video .feature-text-container {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.homepage-advanced .homepage-feature .feature-background .feature-text,
.homepage-advanced .homepage-feature .feature-video .feature-text {
  /*position: absolute; // Needed for showing background in front of video
				bottom: 0;
				margin-top: 0; // Needed to override .homepage-feature settings that conflict with new absolute positioning settings.*/
  width: 100%;
  height: auto;
  padding-top: 24px;
  padding-bottom: 16px;
  margin-top: 0;
  color: #fff;
  background: rgba(18, 44, 74, 0.85);
}
.homepage-advanced .homepage-feature .feature-background .feature-text .feature-text-left,
.homepage-advanced .homepage-feature .feature-video .feature-text .feature-text-left {
  font-size: 28px;
  margin-top: 10px;
  font-family: 'IBM Plex Serif', Georgia, serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage-advanced .homepage-feature .feature-background .feature-text .feature-text-left,
  .homepage-advanced .homepage-feature .feature-video .feature-text .feature-text-left {
    font-size: 24px;
  }
}
.homepage-advanced .homepage-feature .feature-background .feature-text .feature-text-right,
.homepage-advanced .homepage-feature .feature-video .feature-text .feature-text-right {
  text-align: right;
  font-size: 14px;
  line-height: 25px;
}
.homepage-advanced .homepage-feature .feature-background .feature-text span.phone,
.homepage-advanced .homepage-feature .feature-video .feature-text span.phone,
.homepage-advanced .homepage-feature .feature-background .feature-text span.phone > span,
.homepage-advanced .homepage-feature .feature-video .feature-text span.phone > span {
  color: white;
  text-decoration: none;
}
@media (max-width: 480px) {
  .homepage-advanced .homepage-feature .feature-background .feature-text,
  .homepage-advanced .homepage-feature .feature-video .feature-text {
    margin-top: 10px;
    padding-top: 5px;
    height: auto;
  }
  .homepage-advanced .homepage-feature .feature-background .feature-text .feature-text-left,
  .homepage-advanced .homepage-feature .feature-video .feature-text .feature-text-left {
    font-size: inherit;
  }
  .homepage-advanced .homepage-feature .feature-background .feature-text .feature-text-right,
  .homepage-advanced .homepage-feature .feature-video .feature-text .feature-text-right {
    font-size: inherit;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage-advanced .homepage-feature .feature-background .feature-text,
  .homepage-advanced .homepage-feature .feature-video .feature-text {
    margin-top: 35px;
    padding-top: 35px;
    height: 200px;
  }
}
.homepage-advanced .homepage-feature .feature-background .feature-content.feature-center .homepage-title,
.homepage-advanced .homepage-feature .feature-video .feature-content.feature-center .homepage-title,
.homepage-advanced .homepage-feature .feature-background .feature-content.feature-center .homepage-caption,
.homepage-advanced .homepage-feature .feature-video .feature-content.feature-center .homepage-caption {
  float: none;
  display: block;
  text-align: center;
  padding: 0;
  background: none;
  top: 290px;
}
.homepage-advanced .homepage-feature .feature-background .feature-content.feature-center .homepage-title,
.homepage-advanced .homepage-feature .feature-video .feature-content.feature-center .homepage-title {
  font-size: 42px;
  top: 220px;
}
.homepage-advanced .homepage-feature .feature-background .feature-content.feature-right .homepage-title,
.homepage-advanced .homepage-feature .feature-video .feature-content.feature-right .homepage-title,
.homepage-advanced .homepage-feature .feature-background .feature-content.feature-right .homepage-caption,
.homepage-advanced .homepage-feature .feature-video .feature-content.feature-right .homepage-caption {
  float: right;
}
.homepage-advanced .homepage-feature-mobile {
  background-color: #122c4a;
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
.homepage-advanced .homepage-feature-mobile .homepage-title {
  font-size: 30px;
}
.homepage-advanced .homepage-feature-mobile .homepage-content {
  margin-top: 20px;
  font-size: 18px;
}
.homepage-advanced .homepage-contact-mobile {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #193653;
}
.homepage-advanced section.columns {
  padding-top: 60px;
  background-color: #F1F1F1;
}
@media (max-width: 767px) {
  .homepage-advanced section.columns {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
.homepage-advanced section.columns > .container > .row > div > h2 {
  margin-bottom: 20px;
}
.homepage-advanced section.columns h3 {
  /*font-family: 'IBM Plex Serif', Georgia, serif;
			color: #43403f;*/
  margin-top: 0px;
  margin-bottom: 20px;
}
.homepage-advanced section.columns .feature-column {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .homepage-advanced section.columns .feature-column {
    margin-bottom: 25px;
  }
}
.homepage-advanced section.columns .feature-inner {
  /* &:hover {
			    margin-top: -5px;
			    box-shadow: 0px 28px 30px rgba(0,0,0,0.2);
			}*/
  /*
	 * Was used while images were being sorted out, standardized the heights...not needed now that images are standard aspect ratios.
	 * messed up mobile and tablet...anything <= md
			.feature-image {
				@media (min-width: @screen-sm-max){
				//	height: 240px;
				//	overflow: hidden;
				}
			}
	*/
  /* remove padding because background of columns is set to transparent */
}
.homepage-advanced section.columns .feature-inner > * {
  background-color: #FFFFFF;
}
.homepage-advanced section.columns .feature-inner.no-fill > * {
  background-color: transparent;
}
.homepage-advanced section.columns .feature-inner.quick-links {
  background-color: inherit;
}
.homepage-advanced section.columns .feature-inner.quick-links .feature-text {
  /*	padding-left: 40px;
					padding-right: 0px;
				*/
}
.homepage-advanced section.columns .feature-inner .feature-title a,
.homepage-advanced section.columns .feature-inner.quick-links h3 {
  color: #be9549;
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-weight: 600;
}
.homepage-advanced section.columns .feature-inner .feature-title {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.homepage-advanced section.columns .feature-inner .feature-text {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.homepage-advanced section.columns .feature-inner .feature-text .home-feat-teaser {
  height: 125px;
}
@media (max-width: 767px) {
  .homepage-advanced section.columns .feature-inner .feature-text .home-feat-teaser {
    height: auto;
  }
}
.homepage-advanced section.columns .feature-inner .feature-text.no-image {
  height: 461px;
}
.homepage-advanced section.columns .feature-inner.no-fill .feature-text,
.homepage-advanced section.columns .feature-inner.no-fill .feature-title {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.homepage-advanced section.columns .feature-inner .feature-cta {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #DFDFDF;
  text-transform: uppercase;
}
.homepage-advanced section.columns .feature-inner .feature-cta a {
  color: #444;
  font-weight: bold;
}
.homepage-advanced section.columns .feature-inner .feature-cta a .arrow {
  float: right;
  color: #A7A7A7
;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .homepage-advanced .body.homepage section.columns .feature-inner .feature-text .home-feat-teaser {
    height: 100px;
  }
}
.homepage-advanced section .title > h1 {
  color: black;
  margin-top: 0;
  margin-bottom: 30px;
}
.homepage-advanced section.bio {
  background-color: #F1F1F1;
  padding: 40px 0px 60px;
}
.homepage-advanced section.bio h2 {
  margin-bottom: 32px;
}
.homepage-advanced section.bio .title {
  padding-left: 0;
}
.homepage-advanced section.bio .horizontal .bio-block-inner {
  height: 100%;
  margin: 0;
}
.homepage-advanced section.bio .bio-block-inner {
  margin-bottom: 30px;
  background-color: #FFF;
  overflow: hidden;
}
.homepage-advanced section.bio .bio-block-inner.picture_only {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .homepage-advanced section.bio .bio-block-inner.picture_only {
    background-color: inherit;
  }
}
.homepage-advanced section.bio .bio-block-inner.picture_only img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .homepage-advanced section.bio .bio-block-inner {
    margin-bottom: 0px;
  }
  .homepage-advanced section.bio a.meet-team {
    padding-bottom: 30px;
    display: block;
    background-color: #FFF;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 15px;
  }
}
.homepage-advanced section.bio .bio-block-photo {
  padding: 0;
}
@media (max-width: 767px) {
  .homepage-advanced section.bio .bio-block-photo {
    padding-top: 30px;
  }
}
.homepage-advanced section.bio .bio-block-photo img {
  /* margin-left: -15px;
				margin-bottom: 15px;*/
}
@media (max-width: 767px) {
  .homepage-advanced section.bio .bio-block-photo img {
    margin: 0 auto;
  }
}
.homepage-advanced section.bio .bio-block-text {
  padding-top: 30px;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .homepage-advanced section.bio .bio-block-text {
    padding: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .homepage-advanced section.bio .bio-block-text {
    padding: 10px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .homepage-advanced section.bio .bio-block-text {
    padding: 20px;
    padding-bottom: 30px;
  }
}
.homepage-advanced section.bio .bio-block-text p {
  margin-top: 15px;
  margin-bottom: 10px;
}
.homepage-advanced section.bio .bio-block-text .title {
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-weight: 600;
}
.homepage-advanced section.bio a.meet-team {
  margin-left: -15px;
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.homepage-advanced section.bio a.meet-team .arrow {
  margin-left: 10px;
  color: #A7A7A7;
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage-advanced section.bio a.meet-team {
    margin-left: 0px;
  }
}
.homepage-advanced section.photo-wide {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #122c4a;
  background-size: cover;
  height: 566px;
  overflow: hidden;
}
.homepage-advanced section.photo-wide .feature-video {
  position: relative;
  height: 566px;
}
.homepage-advanced section.photo-wide .feature-video .feature-video-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}
.homepage-advanced section.photo-wide .feature-video .feature-video-inner iframe {
  height: 100%;
  width: 100%;
}
.homepage-advanced section.photo-wide .feature-video .feature-video-inner {
  height: 125%;
  width: 125%;
  top: -12.5%;
  left: -12.5%;
}
@media (min-width: 1250px), (max-width: 991px) and (min-width: 885px), (max-width: 533px) {
  .homepage-advanced section.photo-wide .feature-video .feature-video-inner {
    height: 150%;
    width: 150%;
    top: -25%;
    left: -25%;
  }
}
@media (min-width: 1500px), (max-width: 709px) and (min-width: 534px) {
  .homepage-advanced section.photo-wide .feature-video .feature-video-inner {
    height: 200%;
    width: 200%;
    top: -50%;
    left: -50%;
  }
}
@media (min-width: 2000px), (max-width: 767px) and (min-width: 710px) {
  .homepage-advanced section.photo-wide .feature-video .feature-video-inner {
    height: 300%;
    width: 300%;
    top: -100%;
    left: -100%;
  }
}
@media (max-width: 767px) {
  .homepage-advanced section.photo-wide,
  .homepage-advanced section.photo-wide .feature-video {
    max-height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage-advanced section.photo-wide,
  .homepage-advanced section.photo-wide .feature-video {
    max-height: 500px;
  }
}
.homepage-advanced section.photo-wide .creative-text,
.homepage-advanced section.photo-wide .creative-cta {
  background-color: rgba(18, 44, 74, 0.85);
  color: #FFF;
}
.homepage-advanced section.photo-wide .creative-text {
  margin-top: 60px;
  padding: 40px;
  line-height: 1.5em;
}
.homepage-advanced section.photo-wide .creative-text a {
  color: #be9549;
}
.homepage-advanced section.photo-wide .creative-text a.btn {
  color: #fff;
}
.homepage-advanced section.photo-wide .creative-cta {
  padding: 20px;
  margin-top: 1px;
}
.homepage-advanced section.photo-wide .creative-cta a {
  color: #FFF;
  text-transform: uppercase;
}
.homepage-advanced section.photo-wide .creative-cta .arrow {
  margin-left: 10px;
}
.homepage-advanced .photo-wide-mobile {
  background-color: #122c4a;
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
.homepage-advanced .photo-wide-mobile .creative-text {
  margin-top: 20px;
  font-size: 18px;
}
.homepage-advanced section.hallmarks {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F1F1F1;
}
@media (max-width: 767px) {
  .homepage-advanced section.hallmarks {
    padding-bottom: 25px;
  }
}
.homepage-advanced section.hallmarks .feature-column {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .homepage-advanced section.hallmarks .feature-column {
    margin-bottom: 30px;
  }
}
.homepage-advanced section.hallmarks .feature-column .feature-inner > * {
  background-color: #FFFFFF;
}
.homepage-advanced section.hallmarks .feature-column .feature-inner.no-fill > * {
  background-color: transparent;
}
.homepage-advanced section.hallmarks .feature-column .feature-inner .feature-text {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  height: 250px;
}
@media (max-width: 767px) {
  .homepage-advanced section.hallmarks .feature-column .feature-inner .feature-text {
    height: auto;
  }
}
.homepage-advanced section.hallmarks .feature-column .feature-inner .feature-text h3 {
  margin-bottom: 20px;
}
.homepage-advanced section.hallmarks .feature-column .feature-inner .feature-text a {
  color: #be9549;
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-weight: 600;
}
.homepage-advanced section.hallmarks .hallmark-paragraph {
  background-color: white;
  padding: 30px;
}
@media (max-width: 767px) {
  .homepage-advanced section.hallmarks .hallmark-paragraph {
    padding: 20px;
  }
}
.homepage-advanced section.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F1F1F1;
}
@media (max-width: 767px) {
  .homepage-advanced section.gallery {
    padding-bottom: 25px;
  }
}
.homepage-advanced section.gallery .gallery-block {
  margin-bottom: 25px;
}
.homepage-advanced section.gallery a {
  cursor: pointer;
}
.homepage-advanced .modal.modal-fullscreen {
  padding: 0 !important;
}
.homepage-advanced .modal.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.homepage-advanced .modal.modal-fullscreen .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: 0;
  height: 100%;
  background-color: gray;
}
.homepage-advanced .modal.modal-fullscreen .modal-dialog .modal-content .close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 15px;
  color: white;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.homepage-advanced .modal.modal-fullscreen .modal-dialog .modal-content .close:hover,
.homepage-advanced .modal.modal-fullscreen .modal-dialog .modal-content .close:focus {
  color: black;
  text-shadow: 0 1px 0 black;
}
.homepage-advanced .modal.modal-fullscreen .modal-dialog .modal-content .carousel {
  height: 100%;
}
.homepage-advanced .modal.modal-fullscreen .modal-dialog .modal-content .carousel .carousel-inner {
  height: 100%;
}
.homepage-advanced .modal.modal-fullscreen .modal-dialog .modal-content .carousel .carousel-control.right .fa {
  margin-left: -75px;
}
.homepage-advanced .modal.modal-fullscreen .modal-dialog .modal-content .carousel .carousel-control .fa {
  position: absolute;
  top: 50%;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .homepage-advanced .modal.modal-fullscreen .modal-dialog .modal-content .carousel .carousel-control .fa {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
}
.homepage-advanced .modal.modal-fullscreen .modal-dialog .modal-content .carousel .item {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .homepage-advanced .modal.modal-fullscreen .modal-dialog .modal-content .carousel .item {
    width: 80%;
    height: 80%;
  }
}
.homepage-advanced .modal.modal-fullscreen .modal-dialog .modal-content .carousel .item img {
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.homepage-advanced .modal.modal-fullscreen .modal-dialog .modal-content .carousel .item .credit,
.homepage-advanced .modal.modal-fullscreen .modal-dialog .modal-content .carousel .item .caption {
  position: absolute;
  top: 36px;
  color: white;
  padding-left: 16px;
}
.homepage-advanced .modal.modal-fullscreen .modal-dialog .modal-content .carousel .item .credit {
  font-weight: 800;
  top: 16px;
}
.homepage-advanced section.video {
  padding-top: 100px;
  padding-bottom: 100px;
}
.homepage-advanced section.video h2 {
  margin-bottom: 20px;
}
.homepage-advanced section.video .video-content-below {
  /*margin-top: 50px;*/
}
.homepage-advanced section.video.close-bottom .container {
  padding-bottom: 50px;
}
.homepage-advanced section.video.background_color_chathams-blue {
  color: white;
}
.homepage-advanced section.close-top,
.homepage-advanced section.breadcrumbs.close-top {
  padding-top: 0px;
}
.homepage-advanced section.close-bottom,
.homepage-advanced section.breadcrumbs.close-bottom {
  padding-bottom: 0px;
}
.homepage-advanced section.background_color_white,
.homepage-advanced section.breadcrumbs.background_color_white {
  background-color: white;
}
.homepage-advanced section.background_color_cararra-gray,
.homepage-advanced section.breadcrumbs.background_color_cararra-gray {
  background-color: #EBEAE3;
}
.homepage-advanced section.background_color_ecru-white,
.homepage-advanced section.breadcrumbs.background_color_ecru-white {
  background-color: #FAF8F2;
}
.homepage-advanced section.background_color_seashell-gray,
.homepage-advanced section.breadcrumbs.background_color_seashell-gray {
  background-color: #F1F1F1;
}
.homepage-advanced section.background_color_cararra-gray-textured,
.homepage-advanced section.breadcrumbs.background_color_cararra-gray-textured {
  background: url(/img/2015/department/bg-academic-department-site-2.gif) repeat #ebeae6 !important;
}
.homepage-advanced section.background_color_nile-blue,
.homepage-advanced section.breadcrumbs.background_color_nile-blue {
  background-color: #172B4A;
}
.homepage-advanced section.background_color_chathams-blue,
.homepage-advanced section.breadcrumbs.background_color_chathams-blue {
  background-color: #143E6E;
}
.homepage-advanced section.background_color_fiord-blue,
.homepage-advanced section.breadcrumbs.background_color_fiord-blue {
  background-color: #425765;
}
.homepage-advanced section.background_color_fiord-blue-textured,
.homepage-advanced section.breadcrumbs.background_color_fiord-blue-textured {
  background: url(/undergrad/academics/programs/images/bg-programs-alumni-2.gif) repeat top left #2a3a42 !important;
}
.homepage-advanced section.body_content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.homepage-advanced #footer ul {
  /*padding-left: 0;Why was this added? It is causing issues where the footer on these pages aligns with the left of the logo instead of the text on the logo*/
}
.homepage-advanced .body .nav ul li a {
  color: #646464;
}
.homepage-advanced .body .nav ul li a.depth0 {
  background-color: #f2f1ed;
  color: #3a7baa;
}
.homepage-advanced .body .nav ul li a.selection {
  background: #ebeff6;
  color: #646464;
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage-advanced .cta .cta-title {
    margin-left: 0px !important;
  }
}
.homepage-advanced .cta.cta-request-info .icon {
  margin-left: 9px;
  margin-right: 9px;
}
.homepage-advanced .cta.cta-visit .icon {
  margin-left: 9px;
  margin-right: 9px;
}
.homepage-advanced .acs-cal-feature {
  position: relative;
  padding: 60px;
  background-color: #002A48;
  overflow: hidden;
}
.homepage-advanced .next-control {
  z-index: 50;
  color: white;
}
.homepage-advanced .next-control a,
.homepage-advanced .next-control h2 {
  color: white;
}
.homepage-advanced #previous {
  display: none;
}
.homepage-advanced .faded-dropdown {
  background-color: rgba(0, 42, 72, 0);
  height: 100vh;
  position: absolute;
  width: 700px;
  max-width: 100vw;
  transition: background-color 0.5s ease;
  left: 0;
  padding-left: 60px;
}
.homepage-advanced .faded-dropdown.active {
  z-index: 10;
  background-color: rgba(0, 42, 72, 0.9);
}
.homepage-advanced .faded-dropdown.active .faded-dropdown-item {
  opacity: 1;
}
.homepage-advanced .faded-dropdown-heading h2 {
  cursor: pointer;
  position: relative;
  display: inline;
}
.homepage-advanced .faded-dropdown .faded-dropdown-heading a:after {
  content: '';
  position: relative;
  right: -5px;
  top: -2px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #BE9549;
  display: inline-block;
}
.homepage-advanced .faded-dropdown.active .faded-dropdown-heading a:after {
  transform: rotate(180deg);
  top: -5px;
}
.homepage-advanced .faded-dropdown-item {
  opacity: .4;
  padding-left: 24px;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.homepage-advanced .faded-dropdown-item a {
  display: block;
  overflow: hidden;
}
.homepage-advanced .faded-dropdown-item:hover {
  background-color: rgba(0, 19, 34, 0.6);
  color: white;
}
.homepage-advanced .faded-dropdown-item:hover a,
.homepage-advanced .faded-dropdown-item:hover h2 {
  color: white;
}
.homepage-advanced .faded-dropdown-item a:hover {
  text-decoration: none;
}
.homepage-advanced .acs-cal-items {
  padding-left: 124px;
  height: 80vh;
  max-height: 1200px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  clear: both;
  align-content: flex-start;
  position: relative;
  top: 32px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-right: -60px;
  margin-left: -60px;
  min-height: 600px;
}
.homepage-advanced .acs-cal-month {
  margin-bottom: 30px;
  padding: 16px;
  background-color: #0067ac;
  color: white;
  font-size: 42px;
  font-weight: 800;
  font-family: 'AkkuratRegular';
  text-align: center;
}
.homepage-advanced .acs-cal-item-title {
  font-size: 20px;
  color: #4A4A4A;
}
.homepage-advanced .acs-cal-item-time,
.homepage-advanced .acs-cal-item-category {
  font-size: 14px;
  color: #9B9B9B;
}
.homepage-advanced .acs-cal-item-description,
.homepage-advanced .acs-cal-item-controls {
  display: none;
  margin-top: 16px;
}
.homepage-advanced .acs-cal-month-day-badge {
  margin: 30px 0;
  text-align: center;
  width: 96px;
  float: left;
}
.homepage-advanced .acs-cal-month-day-badge .day {
  font-size: 42px;
  font-weight: 800;
  line-height: .9;
}
.homepage-advanced .acs-cal-month-day-badge .month {
  font-size: 24px;
}
.homepage-advanced .acs-cal-item {
  background-color: white;
  width: 24%;
  min-width: 250px;
  margin-bottom: 30px;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.homepage-advanced .acs-cal-month-item {
  width: 24%;
  min-width: 250px;
  margin-right: 30px;
  position: relative;
}
.homepage-advanced .acs-cal-month-item .acs-cal-item {
  width: auto;
  margin-right: 0;
}
.homepage-advanced .acs-cal-item.type-image .acs-cal-month-day-badge {
  background-color: #BE9549;
  position: absolute;
  top: 0;
  left: 16px;
  margin-top: 0px;
  padding: 8px 0;
  float: none;
}
.homepage-advanced .acs-cal-item-content {
  margin: 30px 30px 30px 96px;
}
.homepage-advanced .acs-cal-item.type-image .stactin-cal-item-content {
  margin-left: 30px;
}
.homepage-advanced .underlay {
  display: none;
  transition: all 0.5s ease;
}
.homepage-advanced .underlay.active {
  display: block;
  background-color: #ffffff;
  /*background: url(navy_background.jpg) no-repeat;*/
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 60;
  opacity: .7;
  background-size: cover;
}
.homepage-advanced .acs-cal-item.active {
  position: fixed;
  top: 16vh;
  width: 600px;
  max-width: 100vw;
  z-index: 100;
  left: 50vw;
  transform: translateX(-50%);
  max-height: 80vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.homepage-advanced .acs-cal-items.popup-on {
  -webkit-overflow-scrolling: auto;
}
.homepage-advanced .acs-cal-item.active .acs-cal-item-description,
.homepage-advanced .acs-cal-item.active .acs-cal-item-controls {
  display: block;
}
@media screen and (max-width: 530px) {
  .homepage-advanced .next-control {
    position: relative;
    top: -36px;
  }
  .homepage-advanced .faded-dropdown-heading h2,
  .homepage-advanced .faded-dropdown-item h2 {
    font-size: 20px;
  }
  .homepage-advanced .faded-dropdown {
    top: 75px;
  }
  .homepage-advanced .acs-cal-item.active {
    top: 10vh;
  }
}
.columns.background_color_nile-blue .no-fill a:not(.btn),
.columns.background_color_fiord-blue .no-fill a:not(.btn),
.columns.background_color_chathams-blue .no-fill a:not(.btn),
.columns.background_color_fiord-blue-textured .no-fill a:not(.btn) {
  color: #d2b580;
}
.columns.background_color_nile-blue .no-fill,
.columns.background_color_fiord-blue .no-fill,
.columns.background_color_chathams-blue .no-fill,
.columns.background_color_fiord-blue-textured .no-fill {
  color: #fff;
}
/* GALLERY GRID ON PAGES
  -------------------------------------------------- */
@media (min-width: 991px) {
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
    align-items: start;
    justify-items: center;
  }
  .gallery-grid img {
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    grid-column: span 4;
  }
  .gallery-grid img.portrait {
    grid-row: span 2;
  }
  .gallery-grid img.full {
    grid-column: span 12;
  }
  .gallery-grid img.two-thirds {
    grid-column: span 8;
    grid-row: span 2;
  }
  .gallery-grid img.half {
    grid-column: span 6;
    grid-row: span 2;
  }
  .gallery-grid img.quarter {
    grid-column: span 3;
  }
}
/* DISTANCE GRID ON PAGES
  -------------------------------------------------- */
.distance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  align-items: start;
  justify-items: center;
}
.distance-grid img {
  max-width: 100%;
  grid-row: span 3;
}
.distance-grid img.portrait {
  grid-row: span 2;
}
.distance-grid img.full {
  grid-column: span 12;
}
.distance-grid img.two-thirds {
  grid-column: span 8;
  grid-row: span 2;
}
.distance-grid img.half {
  grid-column: span 6;
  grid-row: span 2;
}
.distance-grid img.quarter {
  grid-column: span 3;
}
.distance-grid div.two {
  grid-row: span 2;
}
.distance-grid div.three {
  grid-row: span 3;
}
.distance-grid div.four {
  grid-row: span 4;
}
.distance-grid div.five {
  grid-row: span 5;
}
.distance-grid div.six {
  grid-row: span 6;
}
.distance-grid div.seven {
  grid-row: span 7;
}
.distance-grid div.eight {
  grid-row: span 8;
}
/* AGENDA FEED ON PAGES
  -------------------------------------------------- */
.agenda-feed-large {
  margin-bottom: 50px;
}
.agenda-feed-large .agenda-feed-large-title {
  background: #002a48;
  background: #6b6761;
  color: #fff;
  padding: 15px;
}
.agenda-feed-large .agenda-feed-large-title h2 {
  margin: 0 0 5px 0;
}
.agenda-feed-small {
  margin-bottom: 30px;
}
.agenda-feed-small h3 {
  margin-top: 0px;
}
.agenda-feed-small h3 a {
  text-decoration: none;
}
/* CALLS TO ACTION (CTA'S) - Undergrad flavor
  -------------------------------------------------- */
.calls-to-action .cta a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.calls-to-action .cta .icon {
  font-size: 36px;
}
.calls-to-action .cta .icon span {
  color: #333;
}
.calls-to-action .cta .cta-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  margin-left: 15px;
}
.calls-to-action .cta .cta-title .title {
  padding: 2px 6px;
  line-height: 26px;
  background: #828282;
}
.calls-to-action .cta .cta-title {
  margin-top: 8px;
}
.calls-to-action .cta-request-info:hover .title {
  background: #be9549;
}
.calls-to-action .cta-visit {
  cursor: pointer;
}
.calls-to-action .cta-visit > div[aria-expanded="true"] > .cta-title > .title {
  background: #ca2028;
}
.calls-to-action .cta-visit:hover .title {
  background: #ca2028;
}
.calls-to-action .cta-visit:hover .collapse .title,
.calls-to-action .cta-visit:hover .collapsing .title {
  background: #828282;
}
.calls-to-action .cta-visit:hover .collapse .title:hover,
.calls-to-action .cta-visit:hover .collapsing .title:hover {
  background: #ca2028;
}
.calls-to-action .cta-apply:hover .title {
  background: #a6a65e;
}
.calls-to-action .cta-my-account:hover .title {
  background: #3a7baa;
}
.calls-to-action .cta-annual-newsletter:hover .title {
  background: #3a7baa;
}
/* STAFF DIRECTORY & LISTINGS
  -------------------------------------------------- */
.table-header {
  background: #004a80;
  color: #fff;
}
.staff-index {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.staff-index a {
  text-decoration: none;
}
.staff-index a h3 {
  margin-top: 0;
  line-height: 1;
  font-size: 20px;
}
.staff-listing .staff-photo {
  margin-bottom: 20px;
}
/* fix staff index pages problem with floats in content area */
.staffIndex {
  clear: both;
}
/* ACADEMICS SECTION
    -------------------------------------------------- */
.academics-page {
  margin-top: 40px;
}
.academics-page .panel {
  border-radius: 0;
}
.academics-page .panel .panel-heading {
  border-radius: 0;
  background: #003860;
  color: #fff;
}
.academics-page .panel .panel-body ul {
  padding-left: 15px;
}
/* OFFICE FOOTER
  -------------------------------------------------- */
.footer-office {
  margin-top: 50px;
}
.footer-office .img-responsive.test {
  height: 40px;
}
.footer-office .container {
  border-top: 1px solid #d7d5c7;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-office .container ul {
  list-style-type: none;
}
.footer-office .container ul li {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer-office .container .social-media {
    text-align: right;
  }
}
.footer-office .container .social-media .btn-give {
  display: inline-block;
  background: #a4a39e;
  color: #ebeae3;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  margin-top: 0px;
  border: 3px double #c2c0b7;
}
.footer-office .container .social-media a .fa {
  color: #817F7F;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .footer-office .desktop-float-right {
    float: right;
  }
}
/* ANDREWS FOOTER
  -------------------------------------------------- */
#footer {
  background: url(/img/global-footer-bg-shadow.png) repeat-x top center #293942;
  display: table-row;
  height: 1px;
  color: #fff;
}
#footer > div {
  padding-top: 60px;
  padding-bottom: 60px;
}
#footer a {
  color: #fff;
}
#footer ul {
  list-style-type: none;
  padding-left: 43px;
}
#footer ul li {
  margin-bottom: 10px;
}
#footer .andrews-logo-footer {
  margin-bottom: 20px;
}
#footer .berrien {
  margin-top: 50px;
}
#footer .virtual-tour {
  margin-top: 40px;
}
#footer .weather a,
#footer .virtual-tour a,
#footer .feedback a {
  color: #69747A;
}
#footer a.btn {
  color: #fff;
}
#footer .virtual-tour .icon,
#footer .feedback .icon {
  font-size: 18px;
  margin-right: 3px;
}
#footer .ultra-footer {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #404e55;
  color: #69747A;
}
#footer .ultra-footer a {
  color: #69747A;
  ttttext-decoration: underline;
  border-bottom: 1px solid #354a56;
}
#footer .ultra-footer a:hover {
  ccccolor: #fff;
  text-decoration: none;
  border-bottom: 1px solid #69747A;
}
#footer .ultra-footer .adventist,
#footer .ultra-footer .copyright,
#footer .ultra-footer .accreditation {
  margin-right: 20px;
}
#footer .ultra-footer .social-media {
  text-align: right;
}
#footer .ultra-footer .social-media span {
  margin-left: 10px;
}
#footer .ultra-footer .social-media a {
  border-bottom: none;
}
/* BACK-TO-TOP
  -------------------------------------------------- */
.back-to-top {
  background: none;
  margin: 0;
  position: fixed;
  bottom: 0;
  right: 10px;
  wwwwidth: 170px;
  hhhheight: 50px;
  padding: 13px 20px 10px 18px;
  z-index: 100;
  display: none;
  text-decoration: none;
  color: #ccc;
  background-color: #666;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.back-to-top i {
  font-size: 15px;
  margin-right: 5px;
}
a.btn-primary {
  color: #fff;
}
/* --------------------------------------------------
   --------------------------------------------------
   --------------------------------------------------
	RESPONSIVE DESIGN STYLES
	-------------------------------------------------- */
/* Extra small devices (phones, up to 480px) col-xs-
   ====================================== */
@media (max-width: 480px) {
  .andrews-global-header .andrews-global-header-content .global-logo {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .andrews-global-header .andrews-global-header-content .global-logo img {
    max-width: 230px;
  }
  .andrews-global-header .andrews-global-header-content .global-links {
    display: none;
  }
  .andrews-global-header .global-nav {
    display: none;
  }
  .andrews-global-header.full-sized .andrews-global-header-content {
    padding: 15px 0px;
  }
  section[class^="homepage"] .row > div {
    margin-bottom: 20px;
  }
  .andrewshomepage .homepage-feature {
    /* max-height: 200px; */
  }
  .andrewshomepage .homepage-feature .feature-background .feature-content .feature-title,
  .andrewshomepage .homepage-feature .feature-background .feature-content .feature-teaser {
    padding: 2px 7px;
  }
  .andrewshomepage .homepage-feature .feature-background .feature-content .feature-title {
    font-size: 24px;
    margin-bottom: 2px;
  }
  .andrewshomepage .homepage-feature .feature-background .feature-content .feature-teaser {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .homepage-cta {
    padding-top: 25px;
    padding-bottom: 5px;
  }
  .homepage-cta > div > div > div {
    margin-bottom: 20px;
  }
  .homepage-cta h3,
  .homepage-cta p {
    display: none;
    margin-bottom: 5px;
  }
  .homepage-cta .btn-inset {
    margin-top: 0px;
    display: block;
    font-size: 15px;
    text-align: center;
  }
  .homepage-cta .btn-inset ul {
    text-align: left;
    margin: 25px 0 0 40px;
  }
  .homepage-cta .btn-inset ul li {
    margin-top: 15px;
  }
  .homepage-features {
    padding: 25px 0px;
  }
  .homepage-features .feature-item {
    margin-bottom: 20px;
  }
  .homepage-features h3 {
    font-size: 24px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .homepage-news {
    padding: 25px 0px 25px 0px;
  }
  .homepage-news .more-news {
    display: none;
  }
  .homepage-news h3 {
    font-size: 24px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .homepage-news h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .homepage-news .news-copy-large {
    font-size: 14px;
    margin-left: 0px;
  }
  .homepage-news .news-copy-large h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .homepage-news .news-copy-small {
    font-size: 14px;
  }
  .homepage-events {
    padding: 25px 0px 10px;
  }
  .homepage-events h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .homepage-events .event-month .event-content {
    font-size: 16px;
  }
  .homepage-events .event-month .event-content ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .homepage-events .more-events {
    display: none;
  }
  .header {
    padding-top: 15px;
  }
  .header .navbar-header {
    margin-bottom: 15px;
  }
  .header .navbar-header a span.header-title {
    font-size: 28px;
  }
  .header .navbar-header a span.pre-title {
    font-size: 16px;
  }
  .header .header-nav {
    margin-top: 0;
  }
  .body .homepage-carousel {
    margin-top: 15px;
    margin-top: 0px;
  }
  .body .homepage-carousel .carousel-control {
    display: none;
  }
  .body .homepage-carousel .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .body .content-wrapper {
    margin-top: 25px;
  }
  .body .content-wrapper .content {
    margin-left: 0px;
    line-height: 24px;
  }
  .body .content-wrapper .content p {
    margin-bottom: 20px;
  }
  .body .content-wrapper .content .department-homepage-features .feature {
    background-size: 16px 13px;
  }
  .body .content-wrapper .content .feature-image {
    margin-bottom: 20px;
  }
  .body .content-wrapper .content h1 {
    margin: 0 0 10px 0;
    font-size: 28px;
  }
  .body .content-wrapper .content h2 {
    font-size: 22px;
  }
  .body .content-wrapper .content .department-homepage-features .feature {
    margin-bottom: 20px;
    min-height: 25px;
  }
  .body .content-wrapper .content .department-homepage-features .feature h2 {
    color: #be9549;
    font-size: 18px;
  }
  .body .content-wrapper .nav ul {
    margin-bottom: 30px;
  }
  .body .content-wrapper .calls-to-action .cta .icon {
    line-height: 1;
  }
  .body .homepage-carousel + .content-wrapper {
    margin-top: 25px;
  }
  .staff-index {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer-office {
    margin-top: 20px;
  }
  .footer-office .container {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .footer-office .container ul {
    margin: 0;
    padding: 0;
  }
  .footer-office .container ul li {
    margin-bottom: 5px;
  }
  .footer-office .container .social-media {
    text-align: left;
  }
  .footer-office .container .row > div {
    margin-bottom: 30px;
  }
  #footer > div {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer ul {
    padding-left: 0;
  }
  #footer ul .tagline {
    padding-left: 40px;
  }
  #footer .links-3 {
    margin-bottom: 40px;
  }
  #footer .virtual-tour {
    margin-top: 0;
  }
  #footer .ultra-footer .social-media {
    text-align: left;
    margin-top: 20px;
  }
  #footer .ultra-footer .social-media span {
    margin-left: 0;
    margin-right: 10px;
  }
  .splash {
    display: none;
  }
  .navbar-header .navbar-brand {
    margin-top: 8px;
  }
  .navbar-header .navbar-brand img {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .content {
    margin-bottom: 30px;
  }
  .content h1 {
    margin-top: 0px;
  }
}
/* Landscape phone and larger
   ====================================== */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .header .navbar-header .navbar-toggle .icon-bar {
    background-color: #999;
  }
  .andrewshomepage .homepage-feature .feature-background .feature-content .feature-teaser .showme {
    display: inline;
  }
  .andrewshomepage .homepage-feature .feature-background .feature-content .feature-teaser .hideme {
    display: none;
  }
  .global-links,
  .global-nav {
    display: none;
  }
  .columnleft .columnleft-inner {
    margin-right: 0px;
  }
  .navbar-toggle {
    margin: 0;
  }
  #footer .copyright {
    text-align: left;
    margin-top: 20px;
  }
  .nav-tabs > li {
    margin-bottom: 10px;
  }
  #footer .footer-right {
    text-align: left;
    margin-top: 20px;
  }
  #footer .footer-right .social-icons {
    display: inline-block;
    margin-left: 0px;
    margin-right: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*.andrewshomepage .homepage-feature {
		max-height: 300px;
	}*/
  .andrewshomepage .homepage-feature .feature-background .feature-content .feature-title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 2px;
  }
  .andrewshomepage .homepage-feature .feature-background .feature-content .feature-teaser {
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 8px;
  }
  .andrewshomepage .homepage-feature .feature-background .feature-content .feature-teaser .showme {
    display: inline;
  }
  .andrewshomepage .homepage-feature .feature-background .feature-content .feature-teaser .hideme {
    display: none;
  }
}
/* Small devices (tablets, up to 768px) col-xs- and col-sm-
   ====================================== */
@media (max-width: 767px) {
  .body .content-wrapper .content {
    margin-left: 0px;
  }
  /*.andrewshomepage .homepage-feature {
		.feature-background {
			.feature-content {
				.feature-title {
					font-size: 36px;
					text-transform: uppercase;
				//	margin-top: 220px;
				}
				.feature-teaser {
					font-size: 16px;
					margin-top: 2px;
					//clear: both;
					margin-bottom: 32px;
				}
			}
		}
	}*/
}
/* Small devices (tablets, 768px to 991px) col-sm-
   ====================================== */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-toggle .icon-bar {
    background-color: #999;
  }
  .andrews-global-header .global-links .nav > li > a {
    padding: 10px;
  }
  .andrews-global-header .global-links .navbar-right {
    float: left !important;
    margin-top: 15px;
  }
  .andrews-global-header .global-links .navbar-right .dropdown-menu {
    width: 265px;
  }
  .andrews-global-header .global-links .navbar-right .dropdown-menu.dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .andrews-global-header .global-nav ul li a {
    font-size: 14px;
    padding: 8px 18px;
  }
  .andrews-global-header.full-sized .andrews-global-header-content {
    padding: 15px 0px;
  }
  .homepage-cta {
    padding: 40px 0px;
  }
  .homepage-cta h3 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .homepage-cta .btn-gold {
    margin-top: 10px;
  }
  .btn-inset {
    padding: 8px 10px;
  }
  .navbar-collapse {
    max-height: none;
  }
  .andrewshomepage .homepage-feature .feature-background .feature-content .feature-title,
  .andrewshomepage .homepage-feature .feature-background .feature-content .feature-teaser {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    padding: 7px 12px;
    font-family: 'IBM Plex Sans', Arial, sans-serif;
    font-weight: 300;
    background: rgba(0, 64, 111, 0.85);
    ddddisplay: inline;
    float: left;
  }
  .andrewshomepage .homepage-feature .feature-background .feature-content .feature-title {
    font-size: 36px;
    text-transform: uppercase;
  }
  .andrewshomepage .homepage-feature .feature-background .feature-content .feature-teaser {
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 32px;
  }
  .andrewshomepage .homepage-feature .feature-background .feature-content a {
    text-decoration: none;
    color: #FFF;
  }
  .andrewshomepage .homepage-feature .feature-background .feature-content a:hover {
    color: #be9549;
  }
  section.homepage-events .event-content ul li:last-child {
    border: none;
    margin: 0;
  }
}
/* Small devices (768px and up) col-sm-
   ======================================  */
@media (min-width: 768px) {
  .andrews-global-header .global-links .nav > li > a {
    padding: 10px;
  }
  .navbar-collapse.collapse.navigation-mobile,
  .navbar-collapse.collapse.nav-xs {
    display: none !important;
    /* !important, because the default collapse behavior for larger screens is to display, with an !important as well */
  }
  .navbar-collapse.collapse {
    max-height: none;
  }
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .staff-listing .staff-photo {
    float: right;
  }
}
/* Medium devices (desktops, 992px and up) col-md-
   ======================================  */
@media (min-width: 992px) {
  .andrews-global-header .global-links .navbar-right .dropdown-menu {
    width: 265px;
  }
  .andrews-global-header .global-links .navbar-right .dropdown-menu.dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .andrews-global-header .global-nav ul li a {
    padding: 12px 30px;
    font-size: 16px;
  }
  .carousel-caption {
    margin-bottom: -5px;
  }
}
/* Change the breakpoint for collapsable menus
   ======================================  */
@media (max-width: 1199px) {
  /* .navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header {
		.navbar-header {
			.navbar-toggle {
				.icon-bar {
					background-color: #999;
				}
			}
		}
	}
	.global-links, .global-nav {
		display: none;
	}
*/
  /* ----------- Full Carousels (arrows stretched out) ------------ */
  .carousel-full .carousel-control {
    color: #b6b5b4;
    background: none;
    background-image: none;
    text-shadow: none;
    font-size: 90px;
    top: 40%;
  }
  .carousel-full .carousel-control:hover,
  .carousel-full .carousel-control:focus {
    color: #6b6761;
  }
  .carousel-full .carousel-control.left {
    margin-left: 0px;
    background: none;
  }
  .carousel-full .carousel-control.right {
    margin-right: 0px;
    background: none;
  }
}
/* Large desktops (desktops, 1200px and up)
   ======================================  */
@media (min-width: 1200px) {
  .andrews-global-header .global-links .nav > li > a {
    padding: 10px 15px;
  }
  .andrews-global-header .global-nav ul li a {
    padding: 12px 50px;
    font-size: 15px;
  }
  .btn-inset {
    padding: 10px 30px;
  }
}
.feeds_announcements_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feeds_announcements_list > li:not(:first-child) {
  padding-top: 10px;
}
.feeds_announcements_list > li > .date {
  font-style: italic;
  font-size: 0.8em;
}
.feeds_announcements_list > li > .description > .last-word {
  white-space: nowrap;
}
.feeds_announcements_list > li > .description > .last-word > a {
  font-style: italic;
  font-size: 0.8em;
}
.andrews-global-subdomain-header {
  background: #000;
}
.andrews-global-subdomain-header .andrews-global-subdomain-header-content {
  margin-top: 14px;
  /* left and and right margins are not declared to not disturb bootstrap defaults */
  margin-bottom: 10px;
}
.andrews-global-subdomain-header .andrews-global-subdomain-header-content .global-links {
  margin-top: 0px;
  ppadding-left: 0px;
}
.andrews-global-subdomain-header .andrews-global-subdomain-header-content .global-links .btn {
  text-decoration: none;
  text-shadow: none;
  color: #888;
  box-shadow: none;
  background-color: #333;
  bborder-color: #888;
}
.andrews-global-subdomain-header .andrews-global-subdomain-header-content .global-links .btn .caret {
  border-top-color: #888;
}
.andrews-global-subdomain-header .andrews-global-subdomain-header-content .global-links .btn:hover {
  background-color: #444;
}
.andrews-global-subdomain-header .global-logo {
  ppadding: 0px 0px;
}
/* Stuff for High Contrast Mode Toggle */
.mode-toggle-button {
  background-color: rgba(0, 42, 72, 0.65);
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  position: fixed;
  line-height: 45px;
  vertical-align: middle;
  right: 7px;
  top: 7px;
}
#hc-toggle {
  z-index: 100;
}
.hc-toggle-icon {
  font-size: 35px;
  padding-left: 5px;
  vertical-align: middle;
}
/* Stuff for embedded recruit forms */
body.embedded {
  background-image: none;
}
body.embedded header,
body.embedded .navbar-collapse,
body.embedded .header,
body.embedded #pageNav,
body.embedded .footer-office,
body.embedded #footer,
body.embedded #pageTitle {
  display: none;
}
body.embedded .title {
  font-size: 26px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    font-size: inherit;
    width: 90px;
    height: 90px;
  }
}
.hw-tabs {
  margin-bottom: 15px;
}
.modal.modal-fullscreen {
  padding: 0 !important;
}
.modal.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.modal.modal-fullscreen .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: 0;
  height: 100%;
  background-color: gray;
}
.modal.modal-fullscreen .modal-dialog .modal-content .close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 15px;
  color: white;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal.modal-fullscreen .modal-dialog .modal-content .close:hover,
.modal.modal-fullscreen .modal-dialog .modal-content .close:focus {
  color: black;
  text-shadow: 0 1px 0 black;
}
.modal.modal-fullscreen .modal-dialog .modal-content .carousel {
  height: 100%;
}
.modal.modal-fullscreen .modal-dialog .modal-content .carousel .carousel-inner {
  height: 100%;
}
.modal.modal-fullscreen .modal-dialog .modal-content .carousel .carousel-control.right .fa {
  margin-left: -75px;
}
.modal.modal-fullscreen .modal-dialog .modal-content .carousel .carousel-control .fa {
  position: absolute;
  top: 5%;
  z-index: 5;
}
@media screen and (min-width: 576px) {
  .modal.modal-fullscreen .modal-dialog .modal-content .carousel .carousel-control .fa {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
}
.modal.modal-fullscreen .modal-dialog .modal-content .carousel .item {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .modal.modal-fullscreen .modal-dialog .modal-content .carousel .item {
    width: 80%;
    height: 80%;
  }
}
.modal.modal-fullscreen .modal-dialog .modal-content .carousel .item img {
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.ajaxify-initial.shut {
  display: none;
}
.ajaxify-pending:not(.open) {
  display: none;
}
.ajaxify-resolved:not(.open) {
  display: none;
}
.ajaxify-rejected:not(.open) {
  display: none;
}
.weak-hidden {
  display: none;
}
.acalog.acalog-ready .acalog-loading {
  display: none;
}
.acalog:not(.acalog-ready) .acalog-ready {
  display: none;
}
