/*[aria-hidden="true"]:not(.offcanvas, #menu) {
  display: inherit;
}*/

/* start baseline.css */
body {
	font-family: "myriad-pro",sans-serif;
}
h2 {
	color: #1f7f9b;
	font-size: 24px;
	margin: 0;
}
a:active,
a:focus,
a:hover,
a:active h2,
a:focus h2,
a:hover h2,
a:active .department,
a:focus .department,
a:hover .department {
	color: #000;
	text-decoration: none;
}
button {
	cursor: pointer;
}
@media (min-width: 992px) {
	.grid-container {
		max-width: 810px;
	}
}
@media (min-width: 1200px) {
	.grid-container {
		max-width: 990px;
	}
}
.grid-container > .row > .col-12 {
	padding: 15px;
}
.btn-primary {
	background-color: #1f7f9b;
	border-color: #1f7f9b;
}
.btn-primary:hover {
	color: #1f7f9b;
	background-color: #fff;
	border-color: #1f7f9b;
}
.in-this-issue {
	margin: 30px 0 25px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.in-this-issue:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #c7531e;
	bottom: -10px;
	content: " ";
	height: 0;
	left: 50%;
	position: absolute;
}
.in-this-issue:before {
	background: #c7531e;
	bottom: 0;
	content: " ";
	left: 27%;
	position: absolute;
	height: 1px;
	width: 46%;
}
@media (min-width: 576px) {
	.in-this-issue:before {
		left: 35%;
		width: 30%;
	}
}
@media (min-width: 992px) {
	.in-this-issue:before {
		left: 41%;
		width: 18%;
	}
}
/*
@media (min-width: 768px) {
	.in-this-issue:before {
		left: 259px;
		width: 175px;
	}
}
@media (min-width: 992px) {
	.in-this-issue:before {
		left: 375px;
	}
}
@media (min-width: 1200px) {
	.in-this-issue:before {
		left: 42.5%;
	}
}*/
.row-background {
	background: #d7d3d0; /* tan box */
	color: #796e65; /* body */
	margin: 0;
	padding: 0;
}
.department.text-container,
.text-container {
	margin-top: 5px;
}
.department {
	color: #c7531e;
	margin: 0;
}
.news-thumbnail {
	position: relative;
}
.tag {
	background: #1f7f9b;
	color: #fff;
	left: 0;
	padding: 3px 7px 2px 7px;
	position: absolute;
	top: 0;
}
.icon {
	bottom: 15px;
	position: absolute;
	right: 15px;
}
.media-container {
	padding: 0;
}
.video-text {
	padding: 15px;
}
@media (min-width: 1200px) {
	.video-text {
		padding: 30px 15px 15px;
	}
}
.video-text p:last-of-type {
	margin-bottom: 0;
}
footer {
	border-top: 1px solid #c7531e;
	color: #796e65; /* not sure what color this will be */
}
.global-footer {
	padding-top: 15px;
}
.contact-link {
	color: #796e65;
	font-weight: 700;
}
.social-links {
	list-style: none;
	padding: 0;
}
.social-container {
	display: inline-block;
	margin-bottom: 20px;
	padding-left: 52px;
	position: relative;
}
.social-container a {
  display: inline-block !important;
}
.social-icon {
	background-size: contain !important;
	height: 40px;
	left: 0;
	position: absolute;
  	top: 0;
	width: 40px;
}
.facebook {
	background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/fb-icon-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}
.facebook:hover {
	background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/fb-icon-hover-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}
.instagram {
	background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/insta-icon-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}
.instagram:hover {
	background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/insta-icon-hover-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}
.youtube {
	background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/YouTube-icon-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}
.youtube:hover {
	background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/YouTube-icon-hover-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}
.twitter {
	background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/twitter-icon-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}
.twitter:hover {
	background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/twitter-icon-hover-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}
.linkedin {
	background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/LinkedIn-icon-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}
.linkedin:hover {
	background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/LinkedIn-icon-hover-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}
.pulse {
	background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/pulse-icon-round-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
  	margin-top: 10px;
}
.pulse:hover {
	background: url(https://www.evms.edu/uploads/magazine/style_assets/images/social/pulse-icon-round-hover-cropped.svg) no-repeat rgba(0, 0, 0, 0) center;
}
.pulse:after {
  content: "EVMS Pulse";
  left: 125%;
  position: absolute;
  top: 24%;
  white-space: nowrap;
}
/* end baseline.css */
.evms-body {
    margin-top: 62px;
}
@media (min-width: 768px) {
  .evms-body {
    margin-top: 92px;
  }
}
.site__header .site__logo {
	background-image: url(/media/evms_public/content/style_assets/digital-magazine/css-images/EVMS-DigitalMag-Logo.svg);
	background-size: contain;
	color: #1f7f9b;
	height: 50px;
	margin: 0 !important;
	-webkit-transform: none;
	transform: none;
}
@media (min-width: 768px) {
  .site__header .site__logo {
    height: 80px;
  }
}
.archive-link {
  	left: 0;
	margin-right: 15px;
    position: relative;
	-moz-transition: all 500ms;
    -o-transition: all 500ms;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
.archive-link.archive-link-expanded {
    left: -133%;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
#search {
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  width: 100%;
}
#search:focus {
  margin-left: -80%;
  width: 180%;
}
.btn-search,
.btn-search:focus,
.btn-search:hover {
  background: url(https://www.evms.edu/uploads/magazine/style_assets/images/search-icon.svg) no-repeat center;
  background-size: contain;
  border: none;
  width: 50px;
  height: 50px;
}
/*.btn-search:active,
.btn-search:focus,
.btn-search:hover {
  background: url(https://www.evms.edu/uploads/magazine/style_assets/images/search-icon-hover.svg) no-repeat center;
}*/
.site__logo--footer {
	background-image: url(/media/evms_public/content/style_assets/refresh_2018_style_assets/images/evmsLogoBlue.svg);
}
.issue-num {
	border-left: 2px solid rgba(127,127,127,.5);
	color: #1f7f9b;
	margin: 0;
	padding: 0 0 10px 25px;
	text-transform: uppercase;
}
.issue-year {
	display: block;
	font-weight: 700;
}
.issue-cover {
  margin-bottom: 15px;
  width: 50%;
}
@media (min-width: 768px) {
  .issue-cover {
  	height: 141px;
    margin: 0 10px 0 0;
    position: relative;
    top: -5px;
  	width: 115px;
  }
}
.issue-desc {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
	.issue-desc {
	  max-width: 270px;
	}
}
.site-footer .btn {
  display: inline-block !important;
  margin: 15px 15px 0 0;
  padding: 7.5px 15px !important;
}
.btn-rust {
  background-color: #c7531e;
  border-color: #c7531e;
  color: #fff !important;
}
.btn-rust:active,
.btn-rust:focus,
.btn-rust:hover {
  background-color: #fff;
  color: #c7531e !important;
  text-decoration: none !important;
}
.btn-rust-reverse {
  background-color: #fff;
  border-color: #c7531e;
  color: #c7531e;
}
.btn-rust-reverse:active,
.btn-rust-reverse:focus,
.btn-rust-reverse:hover {
  background-color: #c7531e;
  color: #fff;
  text-decoration: none !important;
}
.more-articles {
	padding-top: 35px
}
.more-articles h2 {
    font-size: 1.05em;
    font-weight: 700;
    width: 100%;
}
.more-articles-list {
    margin-bottom: 30px;
}
.more-articles figure {
	display: inline-table;
	/*margin-left: 1%;*/
  	margin: 15px 15px 0 0;
	max-width: 170px;
	max-height: 128px
	vertical-align: top;
}
.btn-footer-cta {
  font-size: 16px;
}





