@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

:root {
  --black: #000000;
  --white: #ffffff;
  --magenta: #7cbfe5;
  --denim-blue: #003057;
  --teal-blue: #1f7f9b;
  --teal-blue--60: #7cbfe5;
  --teal-blue-40: #005c63;
  --lime-green: #00c46c;
  --lime-green--60: #00c46c;
  --medium-gray: #838a8f;
  --light-gray: #838a8f;
  --evms-blue: #1f7f9b;
  --evms-rust: #00c46c;
  --dark-blue: #003057;
  --bright-blue: #1f7f9b;
  --light-bright-blue: #1f7f9b;
  --light-olive-green: #00c46c;
  --warm-gray: #838a8f;
  --sans: "Open Sans", sans-serif;
  --serif: "Times New Roman", serif;
  --Monarch-Blue-EVMS-Blue-Gradient: #013158, #1f7f9b;
}

html,
body {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5em;
}
@media(min-width:992px){
  html,
body {
  font-size: 16px;
  line-height: 1.5em;
}
}

*,
::after,
::before {
  box-sizing: inherit;
  -webkit-box-sizing: inherit;
}

html {
  overflow-x: hidden;
}

a {
  color: var(--teal-blue);
}

a:hover,
a:focus,
a:active {
  color: var(--teal-blue);
  text-decoration: underline !important;
}

.w100 {
  width: 97%;
}
@media (min-width:768px){
  .w100 {
  width: 100%;
}
}
.w50 {
  width: 50%;
}

.flex-wrap {
  display: flex;
}

img {
  max-width: 100%;
  border-style: none;
}
li,
p,
ul {
  margin-top: 0;
  margin-bottom: 1em;
}

.home .site__header {
  -webkit-transition-property: padding, -webkit-transform;
  transition-property: padding, -webkit-transform;
  transition-property: transform, padding;
  transition-property: transform, padding, -webkit-transform;
  -webkit-transition-duration: 0.9s, 0.6s;
  transition-duration: 0.9s, 0.6s;
  -webkit-transition-delay: 1.2s, 0;
  transition-delay: 1.2s, 0;
}

.home .site__header.active {
  -webkit-transform: none;
  transform: none;
}

.site__header {
  padding: 0 0;
  z-index: 11;
}
.site__header .container {
  max-width: 2400px;
}
.site__header {
  padding: 0;
  border-bottom: 2px solid transparent;
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 999;
}

@media(min-width:768px){
  .site__header {
  padding: 1em 0;
}
}
.site__header .site__logo {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 992px) {
  .silc-grid {
    margin-top:0
    margin-left:0
  }
}

.site__logo {
  background-image: url(/media/evmsodu/logos/VirginiaHealthSciences_horizontal_RGB_fullcolor-web.png);
}
.site__header .site__logo {
  margin: 0 0 0 -1.5em;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}

.site__logo {
  display: block;
  height: 75px;
  width: 350px;
}
    
@media(min-width:768px){
  .site__header {
  padding: 1em 0;
}
}

@media (min-width: 992px) {
  .site__logo {
    height: 77px;
    width: 500px;
  }
}
footer .site__logo {
  background-image: url(/media/evmsodu/logos/VirginiaHealthSciences_stacked_RGB_fullcolor.png);
  background-size: contain;
}

.site__logo--footer {
  width: 350px;
  height: 105px;
  text-indent: -999em;
  display: inline-block;
}

#form-search,
#site-menu,
#toggle-site-nav {
  margin-top: -15px;
}
@media print {
  #form-search,
  #site-menu {
    display: none !important;
  }
}
#searchInput {
  font-size: 18px;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  width: 100%;
}
#searchInput:focus {
  margin-left: -80%;
  width: 180%;
}
.site__header.sps--abv #searchInput {
  opacity: 0.5;
}
.site__header #searchInput.filled,
.site__header.sps--blw #searchInput,
.site__header.sps--abv #searchInput:focus {
  opacity: 1;
}
.site__header.sps--abv .btn-search.homepage {
  background: url(//www.evms.edu/media/evms_public/content/style_assets/refresh_2018_style_assets/images/search-icon-white.svg)
    no-repeat center;
}
.site__header.sps--blw .btn-search {
  background: url(//www.evms.edu/media/evms_public/content/style_assets/refresh_2018_style_assets/images/search-icon.svg)
    no-repeat center;
}
.btn-search,
.btn-search:focus,
.btn-search:hover {
  background: url(//www.evms.edu/media/evms_public/content/style_assets/refresh_2018_style_assets/images/search-icon.svg)
    no-repeat center;
  background-size: contain !important;
  border: none;
  width: 33px;
  height: 33px;
}
.site__header.sps--abv .btn-search.homepage:focus,
.site__header.sps--abv .btn-search.homepage:hover,
.site__header .btn-search:focus,
.site__header .btn-search:hover {
  background: url(//www.evms.edu/media/evms_public/content/style_assets/refresh_2018_style_assets/images/search-icon-hover.svg)
    no-repeat center;
}
.sticky-title {
  color: #1f7f9b;
  display: none;
  font-weight: 600;
}

/*header elements*/

.news-container__hero {
  width: 100%;
}

.news-container__hero img {
  width: 100% !important;
  height: auto !important;
}

.hero__video-wrapper {
  overflow: visible !important;
  height: 770px;
}

.hero__video {
  top: 0 !important;
}

/* Main Body Elements */

#main-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  margin: 1em auto 1.5em;
  max-width: 1240px;
  width: 97%;
}
@media (min-width:768px){
#main-content {
  margin: 0 auto 1.5em;
  width: 100%;
}
}

@media (min-width: 768px) {
  .sticky-title {
    display: block;
    margin-bottom: 15px;
    max-width: 375px;
  }
}
@media (min-width: 992px) {
  .sticky-title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .sticky-title {
    max-width: 550px;
  }
}
.sticky-title:before {
  content: " ";
  height: 75%;
  margin-left: -16px;
  position: absolute;
  top: 15%;
  width: 2px;
}
@media print {
  .site__header {
    background-color: transparent;
  }
}
.hero__img__wrapper {
  margin-bottom: 0px !important;
}
@media(min-width:992px)
{
.hero__img__wrapper {
  margin-bottom: 0 !important;
}
}
@media(min-width:1200px)
{
.hero__img__wrapper {
  margin-bottom: 40px !important;
}
}

/* Kept from hero-internal.css */
.hero__text {
  margin-top: 15px;
}

/* Additions */
.hero--internal + .main {
  z-index: 0;
}

.hero--internal .hero__foreground-container {
  padding-bottom: 0;
  padding-top: 4em;
}

.hero--background-image {
  padding-top: 0;
}

.default-header {
  margin-bottom: 0;
}

h1 {
  margin-bottom: 0px;
  font-family: var(--sans);
  font-size: 2em;
  color: var(--teal-blue);
  font-weight: 700;
  margin-top: 0px;
  line-height: 1.25em;
}

@media (min-width:992px){
  h1 {
  margin-top: 20px;
  line-height: 1.25em;
}
}
@media (min-width:1200px){
  h1 {
  margin-top: 40px;
  line-height: 1.5em;
}
}
h2 {
  font-size: 1.5em;
  color: var(--teal-blue);
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.5em;
  padding-top: 0em;
}

@media min-width:992px{
h2 {
  padding-top: 0.5em;
}
}

h3,
.h3 {
  font-size: 1.5em;
  color: var(--black);
  font-weight: 600;
    line-height:1.5em;
}

h4 {
  font-size: 1.1em;
  color: var(--teal-blue);
  font-weight: 200;
  text-transform: uppercase;
}

h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 5px;
}

h6 {
  font-size: 1em;
}

h2,
h3,
.h3 {
  font-family: var(--sans);
  margin: 40px 0 30px;
}
@media(min-width:768px){
h2,
h3,
.h3 {
  margin: 10px 0;
}
}

ul {
  list-style-type: square;
  list-style: square;
}
/* km */

/* Class added by EVMSAdmin on 06.03.21. @media query added by SM on 06.04.2021 because header was overlapping with hero images on desktop. */
/* Moved from module-spacing.css and hidden on this CSS page by SM 06.04.2021 */

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 4002px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media(min-width:768px){
.container {
  max-width: 1240px;
  padding: 0 20px;
}
}
/* For list pages in typical page layouts */
.container.list-item .row {
  margin: 0 0 1.5em 0;
}

.container--squeeze {
  max-width: 700px;
}

.module,
.general-content.module {
  padding: 30px 0;
}

/* Mostly for the non-landing pages? */
.main {
  margin-top: 84px;
}

ol.breadcrumb {
  padding-left: 0 !important;
}
.subtitle {
  color: black;
  font-style: italic;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1.42857143;
  background-color: var(--white);
  border-width: 1px;
  border-style: solid;
  border-color: var(--light-gray);
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.column p {
  margin-bottom: 0;
  font-size: 1em;
  padding-bottom: 0.5em;
  line-height: 1.5em;
}
.columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column {
  width: 45%;
}
.column-heading {
  font-size: 1.1em;
  font-weight: 600;
}

ul.columns {
  list-style: none;
}

ul.columns li:only-child {
  width: 100%;
}

.caption {
  padding: 4px;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px 14%;
  font-size: 1em;
  position: relative;
  font-weight: 600;
  text-align: left;
}

blockquote::after {
  content: "";
  border-left: var(--lime-green) 5px solid;
  height: calc(100% - 55px);
  position: absolute;
  top: 21px;
  left: -15px;
}

blockquote .citation {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
}

.btn-magenta {
  background: var(--magenta) none repeat scroll 0 0;
  border: 1px solid var(--magenta);
  color: var(--white);
  border-radius: 5px;
  font-family: var(--sans);
  font-weight: 600;
  margin-top: 20px;
  min-width: 125px;
  padding: 5px 30px 5px 31px !important;
  position: relative;
  text-transform: uppercase;
}
a .btn-magenta,
a.btn-magenta,
a .btn-magenta:visited {
  text-decoration: none;
  color: var(--white);
}

.btn-magenta:hover {
  border: 1px solid var(--evms-magenta);
  background: var(--white);
  color: var(--evms-magenta);
}
.background-lime-green-gradient {
  color: var(--black);
  background: var(--white);
  background: -moz-linear-gradient(
    top,
    var(--lime-green--60) 0%,
    var(--white) 100%
  );
  background: -webkit-linear-gradient(
    top,
    var(--lime-green--60) 0%,
    var(--white) 100%
  );
  background: linear-gradient(
    to bottom,
    var(--lime-green--60) 0%,
    var(--white) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--lime-green--60)', endColorstr='var(--white)',GradientType=0 );
}
.vertical-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.card-align {
  padding-right: 15px;
  padding-top: 30px;
  padding-left: 15px;
  padding-bottom: 30px;
}

.card-align li {
  list-style: square;
  margin-left: 15px;
  padding-bottom: 10px;
}
.card-align ul {
  margin: 0 0 30px !important;
}
ul.card-list {
  margin-left: 17px;
}

.background-teal-blue-gradient {
  background: var(--teal-blue--60);
  background: -moz-linear-gradient(
    top,
    var(--teal-blue--60) 1%,
    var(--white) 100%
  );
  background: -webkit-linear-gradient(
    top,
    var(--teal-blue--60) 1%,
    var(--white) 100%
  );
  background: linear-gradient(
    to bottom,
    var(--teal-blue--60) 1%,
    var(--white) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--teal-blue--60)', endColorstr='var(--white)',GradientType=0 );
}
.logo__wrapper{
  margin: 20px 0;
}
@media (min-width:992px){
.school__logos {
    padding: 20px 10px;
}
}
@media (min-width:1200px){
.school__logos {
  padding: 30px;
  margin: 0 auto;
}
}

.school__logos img {
  height: 125px;
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 20px auto;
}
.section-footer .phone::before {
  content: "Phone: ";
}
.section-footer .email::before {
  content: "Email: ";
}
.email {
  background-position: -48px 0 !important;
}
.phone {
  display: block;
  padding-bottom: 10px;
}

/*home button*/

.silc-nav__home {
  transition: background 0.3s ease-in-out;
  text-align: left;
  padding: 0.75em 1em 0.5em;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

.silc-nav__home a {
  line-height: 1.5em;
}

.silc-nav__home:focus,
.silc-nav__home:hover {
  background: var(--teal-blue);
}

.silc-nav__home {
  padding: 0;
}

.silc-nav__home a {
  display: block;
  padding: 15px 18px;
  transition: background 0.3s;
}

.silc-nav__home a:focus,
.silc-nav__home a:hover {
  background: var(--teal-blue);
  text-decoration: none !important;
}

.btn-search:focus,
.form-control:focus,
.form__submit:focus,
.site__logo:focus,
.site__menu:focus {
  /*box-shadow: none;
  outline: 3px #1f7f9b solid;*/
  box-shadow: 0 0 0 0.2rem rgba(31, 127, 155, 0.25);
  outline: none;
}

.site__logo:focus {
  text-indent: initial;
}

.form-control:focus {
  border: none;
}

.btn-search:focus {
  z-index: 0;
}

.form__submit:focus {
  border: none;
}

.form__input:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.35);
  outline: none;
}

.site__menu:focus .site__menu-text,
.site__menu:hover .site__menu-text {
  color: var(--magenta);
}

.site__menu:focus .hamburger-menu div,
.site__menu:hover .hamburger-menu div,
.site__menu:focus .hamburger-menu div:after,
.site__menu:hover .hamburger-menu div:after,
.site__menu:focus .hamburger-menu div:before,
.site__menu:hover .hamburger-menu div:before {
  background-color: var(--magenta);
}

.site__menu.trigger--is-active:focus .hamburger-menu div,
.site__menu.trigger--is-active:hover .hamburger-menu div {
  background-color: #fff;
}

/*.mm-navbars_bottom a:focus {
    outline: 3px solid #fff;
}*/

.mm-navbars_bottom .btn-search {
  background: url(//www.evms.edu/media/evms_public/content/style_assets/refresh_2018_style_assets/images/search-icon-gray.svg)
    no-repeat center;
}

.mm-navbars_bottom .btn-search:focus,
.mm-navbars_bottom .btn-search:hover {
  background: url(//www.evms.edu/media/evms_public/content/style_assets/refresh_2018_style_assets/images/search-icon-hover.svg)
    no-repeat center;
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  top: 84px;
}

.mm-tabend,
.mm-tabstart {
  display: none !important;
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: none;
}

.mm-menu_keyboardfocus a:focus,
.mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
  background: var(--teal-blue);
}

.hero--internal .hero__foreground {
  z-index: auto;
}
.mm-panel {
  background: var(--teal-blue);
}

#mm-1,
.mm-panel.mm-panel_has-navbar.mm-panel_opened {
  overflow-y: hidden;
}

.site__header.sps--abv:not(.no-animation) .site-nav-give {
  /*.home .site__header.sps--abv .site-nav-give {*/
  display: none;
  opacity: 0;
  visibility: hidden;
}
.site__header.sps--abv.no-animation .site-nav-give,
.site__header.sps--abv.no-animation .site__menu,
.site__header.sps--blw:not(.no-animation) .site-nav-give,
.site__header.sps--blw:not(.no-animation) .site__menu {
  margin: 0;
  padding: 10px 0;
}
@media (min-width: 361px) {
  .site__header.sps--abv.no-animation .site-nav-give,
  .site__header.sps--abv.no-animation .site__menu,
  .site__header.sps--blw:not(.no-animation) .site-nav-give,
  .site__header.sps--blw:not(.no-animation) .site__menu {
    margin: unset;
    padding: 0;
    width: unset;
  }
}
@media (min-width: 361px) {
  .site__header.sps--abv.no-animation .site-nav-give,
  .site__header.sps--blw:not(.no-animation) .site-nav-give {
    margin: -15px 30px 0 0;
  }
}
@media (min-width: 576px) {
  .site__header.sps--abv.no-animation .site-nav-give,
  .site__header.sps--blw:not(.no-animation) .site-nav-give {
    width: 108px;
  }
}
@media (min-width: 361px) {
  .site__header.sps--abv.no-animation .site__menu,
  .site__header.sps--blw:not(.no-animation) .site__menu {
    padding: 1px 7px 2px 7px;
    width: 90px;
  }
}
.site-nav-give {
  color: var(--denim-blue);
  font-size: 18px;
  font-weight: 700;
  left: 0;
  margin: -15px 30px 0 0;
  opacity: 1;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  visibility: visible;
  width: 108px;
}
.site-nav-give:after,
.site-nav-give:before {
  border: 3px solid transparent;
  content: " ";
  display: inline-block;
  height: 30px;
  position: absolute;
  width: 8px;
}
.site-nav-give:after {
  border-left: none;
  right: 0;
}
.site-nav-give:before {
  border-right: none;
  left: 0;
}
.site-nav-give:focus,
.site-nav-give:hover {
  color: var(--magenta);
  text-decoration: none !important;
}
.site-nav-give:focus:after,
.site-nav-give:hover:after,
.site-nav-give:focus:before,
.site-nav-give:hover:before {
  border-color: var(--magenta);
}
.site-nav-give,
.site-nav-give:after,
.site-nav-give:before,
.site-nav-give-move {
  -moz-transition: all 0.3s, left 0.5s;
  -o-transition: all 0.3s, left 0.5s;
  -webkit-transition: all 0.3s, left 0.5s;
  transition: all 0.3s, left 0.5s;
}
.site-nav-give-move {
  left: -165px;
}
#form-search {
  margin-right: 25px;
}
.social-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media(max-width:1199.98px){
  .social-menu-item {
    padding:10px;
   }
}
.social-title {
  width: 100%;
  padding-bottom: 5px;
}

.btn-link {
  font-weight: 400;
  color: var(--teal-blue);
  background-color: transparent;
  font-weight: 700;
  font-size: 26px;
}
@media(min-width:992px){
.container.page-content {
    margin: 0 0 60px 0;
    width: 100%;
  }
}

#accordion {
  margin-bottom: 60px;
}
/*.accordion:last-of-type,
.accordion:last {
    margin-bottom: 30px;
}*/
.accordion + :not(.accordion) {
  margin-top: 30px;
}
.accordion:last-child {
  margin-bottom: 30px;
}
.accordion-header {
  position: relative;
}

.accordion-header::after,
.accordion-header::before {
  background: var(--teal-blue);
}

.accordion-header::after,
.accordion-header::before {
  content: "";
  display: block;
  position: absolute;
  right: 31px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 2px;
  z-index: -1;
}

.accordion-header:focus-within:after,
.accordion-header:hover:after,
.accordion-header:focus-within:before,
.accordion-header:hover:before {
  background: var(--teal-blue);
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.card-header:focus-within:after,
.card-header:hover:after {
  border-color: var(--teal-blue);
}

.accordion-header {
  cursor: pointer;
}

.accordion-header::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  /* transition: -webkit-transform .2s ease-in-out; */
  /* transition: transform .2s ease-in-out; */
  /* transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; */
}

.card-header::after,
.card-header::before {
  content: "";
  display: block;
  position: absolute;
  width: 43px;
  height: 43px;
  border: 1px solid #fff;
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
  border-radius: 50%;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}

.card-header::after,
.card-header::before {
  border-color: var(--teal-blue);
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}

.card-header:focus-within:before {
  border-radius: 0;
  box-shadow: 0 0 0 0.2rem rgba(31, 127, 155, 0.25);
  outline: none;
}

.card-header[aria-expanded="true"] .accordion-header::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.card-header[aria-expanded="true"] .accordion-header::before {
  background: none;
}

.card-header {
  position: relative;
}

.accordion .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px 0;
}

.btn {
  padding: 0;
}
.accordion .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-radius: 0;
  border-bottom: 1px solid #999999;
  padding: 15px 0;
}

.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}

.list a {
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  display: block;
  line-height: 1.3;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:hover {
  color: var(--teal-blue);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.accordion .accordion-container {
  padding: 15px 0;
}
.accordion .accordion-container:after {
  background: #7f7f7f;
  bottom: 0;
  content: " ";
  height: 1px;
  position: absolute;
  width: 100%;
}
.accordion:last-child .accordion-container:after {
  content: none;
}
.accordion .card-body p:last-of-type {
  margin: 0;
}
.accordion-header .btn {
  padding-right: 70px;
  text-align: left;
  white-space: normal;
  width: 100%;
}
/*academy of educators accordion table 4.1.19 ns*/
.table-align-left tbody {
  text-align: left;
}

th.criteria {
  width: 10%;
}

th.master {
  width: 45%;
}

th.member {
  width: 45%;
}

td ul {
  padding-left: 0px;
  margin: 0 0 0 30px;
}

.content {
  background: url(../demo/img/menu-arrow.png) 30px 25px no-repeat transparent;
  padding: 150px 50px 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.content + .content {
  background: 0 0;
}

.content + .content:last-child {
  padding-bottom: 150px;
}

.content.scroll-down,
.content.scroll-down ~ .content {
  padding-top: 100px;
  min-height: calc(100vh - 50px);
}

.content.scroll-down:not(:last-child),
.content.scroll-down ~ .content:not(:last-child) {
  background: url(../demo/img/arrow-down.png) center 70% no-repeat transparent;
}
/*new menu*/
nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 325px;
  height: 100%;
  margin: 0 -500px 0 0;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
nav ul {
  width: 325px;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  background: var(--teal-blue);
  overflow: hidden;
}
nav li {
  margin: 0;
  padding-left: 0 !important;
}
nav a {
  color: var(--white);
  font-size: 1em;
  font-family: var(--sans);
  text-decoration: none;
  display: block;
  padding: 12px 15px;
  font-weight: 300;
  letter-spacing: 2px;
  border-bottom: 1px solid #333;
}
nav a:hover {
  background: var(--magenta);
  color: var(--white);
}

label {
  display: block;
  font-family: var(--sans);
  font-weight: 700;
  background: var(--teal-blue);
  width: 120px;
  height: 60px;
  line-height: 42px;
  color: var(--white);
  text-align: left;
  font-size: 2em;
  line-height: 1em;
  position: fixed;
  right: 0px;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  z-index: 500;
  padding-left: 18px;
  padding-top: 11px;
  margin-bottom: 0;
}

.tag {
  font-size: 18px;
  padding-top: 0;
  bottom: 6px;
  position: relative;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked ~ nav {
  margin: 0;
}
input[type="checkbox"]:checked ~ label {
  right: 325px;
}
input[type="checkbox"]:checked ~ section {
  -webkit-transform: translate3d(325px, 0, 0);
  -moz-transform: translate3d(325px, 0, 0);
  -o-transform: translate3d(325px, 0, 0);
  transform: translate3d(325px, 0, 0);
}

.btn-search:focus,
.form-control:focus,
.form__submit:focus,
.site__logo:focus,
.site__menu:focus {
  box-shadow: 0 0 0 0.2rem #c9e2b2;
  outline: none;
}

.site__logo:focus {
  text-indent: initial;
}

.form-control:focus {
  border: none;
}

.btn-search:focus {
  z-index: 0;
}

.form__submit:focus {
  border: none;
}

.form__input:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.35);
  outline: none;
}

.site__menu:focus .site__menu-text,
.site__menu:hover .site__menu-text {
  color: var(--magenta);
}

.site__menu:focus .hamburger-menu div,
.site__menu:hover .hamburger-menu div,
.site__menu:focus .hamburger-menu div:after,
.site__menu:hover .hamburger-menu div:after,
.site__menu:focus .hamburger-menu div:before,
.site__menu:hover .hamburger-menu div:before {
  background-color: var(--magenta);
}

.site__menu.trigger--is-active:focus .hamburger-menu div,
.site__menu.trigger--is-active:hover .hamburger-menu div {
  background-color: #fff;
}

.mm-navbars_bottom .btn-search {
  background: url(//www.evms.edu/media/evms_public/content/style_assets/refresh_2018_style_assets/images/search-icon-gray.svg)
    no-repeat center;
}

.mm-navbars_bottom .btn-search:focus,
.mm-navbars_bottom .btn-search:hover {
  background: url(//www.evms.edu/media/evms_public/content/style_assets/refresh_2018_style_assets/images/search-icon-hover.svg)
    no-repeat center;
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  top: 84px;
}

.mm-tabend,
.mm-tabstart {
  display: none !important;
}

.mm-panels {
  background: var(--teal-blue);
  top: 0;
  position: relative;
  z-index: -1;
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: none;
}

.mm-menu_keyboardfocus a:focus,
.mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
  background: var(--teal-blue);
}

.hero--internal .hero__foreground {
  z-index: auto;
}
.mm-panel {
  background: #1f7f9b;
}

#mm-1,
.mm-panel.mm-panel_has-navbar.mm-panel_opened {
  overflow-y: hidden;
}

.site__header.sps--abv:not(.no-animation) .site-nav-give {
  /*.home .site__header.sps--abv .site-nav-give {*/
  display: none;
  opacity: 0;
  visibility: hidden;
}
.site__header.sps--abv.no-animation .site-nav-give,
.site__header.sps--abv.no-animation .site__menu,
.site__header.sps--blw:not(.no-animation) .site-nav-give,
.site__header.sps--blw:not(.no-animation) .site__menu {
  margin: 0;
  padding: 10px 0;
}
@media (min-width: 361px) {
  .site__header.sps--abv.no-animation .site-nav-give,
  .site__header.sps--abv.no-animation .site__menu,
  .site__header.sps--blw:not(.no-animation) .site-nav-give,
  .site__header.sps--blw:not(.no-animation) .site__menu {
    margin: unset;
    padding: 0;
    width: unset;
  }
}
@media (min-width: 361px) {
  .site__header.sps--abv.no-animation .site-nav-give,
  .site__header.sps--blw:not(.no-animation) .site-nav-give {
    margin: -15px 30px 0 0;
  }
}
@media (min-width: 576px) {
  .site__header.sps--abv.no-animation .site-nav-give,
  .site__header.sps--blw:not(.no-animation) .site-nav-give {
    width: 108px;
  }
}
@media (min-width: 361px) {
  .site__header.sps--abv.no-animation .site__menu,
  .site__header.sps--blw:not(.no-animation) .site__menu {
    padding: 1px 7px 2px 7px;
    width: 90px;
  }
}
.site-nav-give {
  color: var(--lime-green);
  font-size: 18px;
  font-weight: 700;
  left: 0;
  margin: -15px 30px 0 0;
  opacity: 1;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  visibility: visible;
  width: 108px;
}
.site-nav-give:after,
.site-nav-give:before {
  border: 3px solid transparent;
  content: " ";
  display: inline-block;
  height: 30px;
  position: absolute;
  width: 8px;
}
.site-nav-give:after {
  border-left: none;
  right: 0;
}
.site-nav-give:before {
  border-right: none;
  left: 0;
}
.site-nav-give:focus,
.site-nav-give:hover {
  color: (--magenta);
  text-decoration: none !important;
}
.site-nav-give:focus:after,
.site-nav-give:hover:after,
.site-nav-give:focus:before,
.site-nav-give:hover:before {
  border-color: var(--magenta);
}
.site-nav-give,
.site-nav-give:after,
.site-nav-give:before,
.site-nav-give-move {
  -moz-transition: all 0.3s, left 0.5s;
  -o-transition: all 0.3s, left 0.5s;
  -webkit-transition: all 0.3s, left 0.5s;
  transition: all 0.3s, left 0.5s;
}
.site-nav-give-move {
  left: -165px;
}
#form-search {
  margin-right: 25px;
}

.site-footer {
  border-top: 1px solid #002539;
  padding-top: 0;
  padding-bottom: 3em;
  font-size: 0.9em;
  display: block;
}

.site-footer a {
    text-decoration: none;
}
.container.footer--content {
  max-width: 1500px;
  padding: 2.5em 1.5em;
}
.image-with-caption-content {
  height: 250px;
}
.new-structure {
  margin: 40px auto;
}

.fsSingleColumn > label {
  position: relative;
}

.fsLabel,
.fsSupporting {
  position: relative;
  background-color: #ffffff;
  z-index: 0;
}

.news-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* News Button */
.news-btn-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-btn-container-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.news-btn {
  display: block;
  font-family: var(--sans);
  font-weight: 700;
  background: var(--light-bright-blue);
  padding: 30px;
  color: var(--black);
  text-align: center;
  font-size: 1em;
  line-height: 1em;
  margin: 30px 0px;
}

.news-btn:hover {
  color: var(--white);
  text-decoration: none !important;
}
.signature {
  width: 50%;
  margin-bottom: 30px;
}

.signature-block {
  display: flex;
  width: 100%;
}

strong {
  font-weight: 900px;
  font-family: sans-serif;
}

.accordion-column {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

.sidebar h2 {
  font-size: 1.25em;
  font-weight: 400;

  margin-bottom: 0;
}

.sidebar h3 {
  font-size: 1.07em;
  font-weight: 400;
  margin-bottom: 10px;
}
.sidebar p {
  font-size: 0.9em;
  line-height: 1.25em;
}
h1.not-visible {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.page__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1em auto 0;
  max-width: 1080px;
}

.content__container--50pct {
  margin: auto auto;
  width: 48%;
}

.video--responsive--50pct {
  margin: auto auto auto;
  width: 45%;
}

#internal-hero {
  margin-top: 84px;
}
@media (min-width:992px){#internal-hero {
  margin-top: 110px;
}
 }

.secondary-main {
  padding-top: 84px;
}

.grid__container__item-integrate {
  width: 30%;
  height: 350px;
  margin: 15px 0px;
}

.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.centerContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/***** MEDIA QUERIES *****/

@media screen and (max-width: 1275px) {
  .site__logo--footer img,
  .site__logo--footer,
  .site__logo.site__logo--footer {
    width: 100%;
  }
}
@media (min-width:992px)
.footer--content .row {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
  }

@media screen and (max-width: 991.99px) {
  .site__header .site__logo {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767.98px) {
    .site__header .site__logo {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
}
  .w50 {
    width: 100% !important;
  }

  .vid100 {
    width: 100% !important;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
  }

  .columns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .column {
    width: 100%;
  }

  .site__logo--footer img,
  .site__logo--footer,
  .site__logo.site__logo--footer {
    padding: 5rem 0 !important;
    width: 60%;
  }

  .social-menu {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .grid__container__item {
    height: 500px !important;
  }

  .card-news {
    height: 90%;
  }
}

@media screen and (max-width: 700px) {
  .grid__container__item {
    height: 450px !important;
  }
}

@media screen and (max-width: 600px) {
  .site__logo--footer img,
  .site__logo--footer,
  .site__logo.site__logo--footer {
    margin: 1em 0 !important;
  }
}

@media screen and (max-width: 400px) {
  .site__logo--footer img,
  .site__logo--footer,
  .site__logo.site__logo--footer {
    padding: 1em 0 !important;
  }

  .social-menu {
    width: 90%;
  }
}

@media screen and (min-width: 800px) and (max-width: 991.98px) {
  .section {
    width: 95%;
  }

  .module {
    margin: 0;
    padding: 15px 0;
    width: 100%;
  }

  .container.list-item .row {
    width: 90%;
  }
}

@media (max-width: 991.98px) and (orientation: landscape) {
  body {
    overflow-x: hidden;
  }

  .container.page-content {
    margin: 0;
    width: 100%;
  }

  .footer--content .row {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }

  .footer--content .row .col-12 {
    max-width: 30%;
    margin-left: 0px;
  }

  .site__logo--footer {
    width: 70%;
  }

  .odu-contact {
    margin-top: 30px;
  }
}

@media screen and (max-width: 800px) {
  .container.list-item .row {
    width: 80%;
  }
}

@media screen and (max-width: 760px) {
  .section {
    margin: 1em 0 3em 0;
    width: 100%;
  }

  .module {
    margin: 0 auto !important;
    padding: 15px 0;
    width: 90%;
  }
}

@media only screen and (max-width: 575px) {
  .card-title {
    font-size: 1em;
  }

  .grid__container__item {
    width: 90% !important;
    height: auto !important;
    overflow: hidden;
    margin-bottom: 30px !important;
  }

  .card-category-icon {
    margin-right: 15px;
  }

  .card {
    height: 100%;
  }

  .hero-section .hero__video-wrapper {
    padding-bottom: 58%;
  }

  .form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    width: 100% !important;
  }

  .odu-contact {
    margin-top: 60px;
  }
}

@media screen and (max-width: 562px) {
  .footer--content .row .col-12 {
    max-width: 70%;
  }
}

@media screen and (max-width: 400px) {
  .footer--content .row .col-12 {
    max-width: 90%;
  }
}

@media (min-width: 768px) {
  .hero__text {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}

@media (min-width: 900px) {
  .hero__video-wrapper {
    padding-bottom: 24rem;
  }

  .hero--internal .hero__foreground-container {
    padding-bottom: 0;
    padding-top: 5em;
  }
}

@media (min-width: 1300px) {
  .hero__video-wrapper {
    padding-bottom: 27rem;
  }
}

@media (min-width: 1000px) {
  .hero--internal .hero__foreground-container {
    padding-bottom: 0;
    padding-top: 3em;
  }
}

@media (min-width: 1200px) {
  .hero--internal .hero__foreground-container {
    padding-bottom: 0;
    padding-top: 3em;
  }
}

@media (min-width: 1300px) {
  .hero--internal .hero__foreground-container {
    padding-bottom: 0;
    padding-top: 3.5em;
  }
}

@media screen and (min-width: 320px) and (max-width: 500px) and (orientation: portrait) {
  .hero--internal .hero__foreground-container {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (width: 568px) and (orientation: landscape) {
  .hero--internal .hero__foregro

