@media (min-width: 43.125em) {
  .audience-version-switch-mobile {
    display: none;
  }
}
nav.audience-version-switch {
  position: absolute;
  z-index: 50;
}
nav.audience-version-switch ul {
  list-style: none;
}
nav.audience-version-switch ul li {
  display: block;
  position: relative;
}
nav.audience-version-switch a {
  font-family: "DIN Bold", sans-serif;
  font-weight: normal;
  color: #ffffff;
  text-decoration: underline;
}
.banner-container {
  overflow: visible;
}
.audience-switch-dropdown-menu {
  z-index: 100;
  background: #fff;
  border: 1px solid #ccd6cc;
  border-bottom: 3px solid #7ac900;
  border-top: 1px solid #acb1af;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  padding: 5px 0;
  -webkit-box-shadow: inset 0 1px 1px #ddd, 0 5px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px #ddd, 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px #ddd, 0 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity .1s linear;
  -moz-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
  transition: opacity .1s linear;
  filter: alpha(opacity=0);
  width: 200px;
}
.audience-switch-dropdown-menu li a {
  width: auto;
  text-align: left;
  color: #3d4a43;
  padding: .4em 1em;
  font-family: sans-serif;
  text-transform: none;
  border: 1px solid transparent;
  border-bottom: 1px dotted #ddd;
  color: #007c41;
  line-height: 1.2em;
  text-decoration: none;
  font-weight: normal;
}
.audience-switch-dropdown-menu li a:hover {
  background: #fff5b8;
  border-top: 1px solid #e1d8a4;
  border-bottom: 1px solid #e1d8a4;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  color: #003019;
}
.admissions .audience-swith-mobile {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.audience-version-switch-mobile {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.audience-version-switch-mobile ul {
  margin: 0px;
  list-style: none;
}
.audience-version-switch-mobile .audience-version-switch-link {
  float: left;
  margin: 10px 0;
}
.audience-version-switch-mobile .audience-version-switch-link > a {
  color: #31708f;
  font-weight: bold;
  text-decoration: underline;
}
.audience-version-switch-link:before {
  content: "View info for: ";
  height: 20px;
  float: left;
  padding: 1px 5px 0 35px;
  font-family: "DIN Bold", sans-serif;
  font-weight: normal;
}
.audience-version-switch-link i {
  margin-left: 5px;
}
.canadian-sm {
  background: url(/design/img/flags/canadian-sm.svg) no-repeat;
}
.international-sm {
  background: url(/design/img/flags/international-sm.svg) no-repeat;
}
.audience-switch-modal {
  width: 50%;
  margin: 0 25%;
}
.audience-switch-modal .modal-content .audience-switch-links {
  text-align: left;
}
.audience-switch-modal .modal-content h2 {
  margin: 5px 0;
}
.audience-switch-modal .modal-content h3 {
  margin: 2px 0;
}
.audience-switch-modal .modal-content h5 {
  margin: 5px 0;
}
.audience-switch-modal .modal-content img {
  display: inline;
  margin: 15px 15px 15px 0;
  width: 80px;
}
.audience-switch-modal .modal-footer {
  text-align: left;
}
.audience-switch-modal .modal-footer .audience-info {
  padding: 0 20px;
  width: auto;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 226px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover > .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
}
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 10px;
}
.popover.top {
  margin-top: -10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right {
  margin-left: 10px;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left {
  margin-left: -10px;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  margin: 0;
}
.popover-content {
  padding: 9px 14px;
}
@media (min-width: 43.125em) and (max-width: 64em) {
  nav.audience-version-switch {
    right: 15px;
    top: 0;
    bottom: 0;
    height: 30px;
    margin: auto;
  }
  nav.audience-version-switch .audience-link:before {
    float: none;
    display: block;
  }
}
@media (min-width: 64.063em) {
  nav.audience-version-switch {
    width: auto;
    right: 0;
    height: 2.8em;
    top: auto;
    bottom: 0;
  }
  nav.audience-version-switch li {
    width: auto;
    display: block;
    float: none;
  }
}
@media (min-width: 43.125em) and (max-width: 61.25em) {
  .audience-switch-modal .row-fluid .span6 {
    width: 100%;
    float: none;
    margin-left: 0px;
  }
  .banner-inner .site-title {
    margin: 0 180px 0 0;
  }
}
@media (min-width: 61.25em) {
  .audience-switch-modal .modal-content img {
    display: block;
    width: 100px;
    margin: 5px auto 15px;
  }
  .audience-switch-modal .modal-content .audience-switch-links {
    text-align: center;
  }
}
