body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

hr {
  max-width: 200px;
  border-width: 2px;
  border-color: #F05F40;
}

hr.light {
  border-color: #fff;
}

hr.footerHr {
  max-width: 650px;
  border-width: 0.5px;
  border-color: rgba(255, 255, 255, 0.5);
}

hr.meetingHr {
  max-width: 750px;
  border-width: 1px;
  border-color: #F05F40c3;
}

a {
  color: #F05F40;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #f05f40;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.bg-primary {
  background-color: #F05F40 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-light {
  background-color: #ffffff !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 5rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}


.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
  cursor: pointer;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #F05F40 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #F05F40;
  border-color: #F05F40;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #ee4b28 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

.btn-primary-link {
  font-weight: 600;
  text-transform: none;
  border: none;
  border-radius: 5px;
}

.footerIcon {
	opacity: 0.5;
	height: 50px;
	margin: 1em 0.25em;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
  
.footerIcon:hover {
  opacity:1;
  transform: translateY(-5px);
}

#normalNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #212529;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#normalNav .navbar-brand {
  height: 65px;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#normalNav .navbar-brand:focus, #normalNav .navbar-brand:hover {
  opacity: 1.0;
}

#normalNav .navbar-nav > li.nav-item > a.nav-link,
#normalNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

#normalNav .navbar-nav > li.nav-item > a.nav-link:hover,
#normalNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: rgba(255, 255, 255, 1);
}

#normalNav .navbar-nav > li.nav-item > a.nav-link.active,
#normalNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #F05F40 !important;
  background-color: transparent;
}

#normalNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#normalNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #normalNav {
    border-color: transparent;
    background-color: transparent;
  }
  #normalNav .navbar-brand {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  #normalNav .navbar-brand:focus, #normalNav .navbar-brand:hover {
    opacity: 1.0;
  }
  #normalNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #normalNav .navbar-nav > li.nav-item > a.nav-link,
  #normalNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #normalNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #normalNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
  #normalNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #212529;
  }
  #normalNav.navbar-shrink .navbar-brand {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  #normalNav.navbar-shrink .navbar-brand:focus, #normalNav.navbar-shrink .navbar-brand:hover {
    opacity: 1.0;
  }
  #normalNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #normalNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #normalNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #normalNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }

  .navItemBox {
  position:relative;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  transition: 0.2s;
  padding: 0 20px;
  cursor: pointer;
  border: 2px solid #00000000;
  -webkit-transition:0.2s;
  }

  .navItemBox:hover {
    border: 2px solid rgba(0,160,80,0);
    color: #FFF;
  }

  .navItemBox::before, .navItemBox::after {
    width: 100%;
    height:100%;
    z-index: 3;
    content:'';
    position: absolute;
    top:0;
    left:0;
    box-sizing: border-box;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: 0.2s;
  }

  .navItemBoxBorder::before {
    border-bottom: 2px solid #FFF;
    border-left: 2px solid #FFF;
    transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
  }

  .navItemBoxBorder::after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
  }

  .navItemBox:hover::after, .navItemBox:hover::before {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* Publication Citations */
.publicationCitation {
	margin: 1em 2em 1.35em 2em;
	padding-left: 2em;
  	text-indent: -2em;
}

#scrollToTopButton {
	display: block;
	position: fixed;
	height: 50px;
	width: 50px;
  bottom: 25px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #343a4099;
  color: white;
  cursor: pointer;
  border-radius: 100px;
  font-size: 18px;
  
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

#scrollToTopButton:hover {
    background-color: #343a40; /* Add a dark-grey background on hover */
}

.homePageNoUnderline, .homePageNoUnderline h5, .homePageNoUnderline p {
  color: #FFFFFF;
  cursor: pointer;
  transform: translateY(5px);
  -webkit-transition: all 0.20s;
  -moz-transition: all 0.20s;
  transition: all 0.20s;
}

.homePageNoUnderline:hover {
  color: #F05F40;
  text-decoration: none;
}

.homePageNoUnderline:hover h5, .homePageNoUnderline:hover p {
  color: #F05F40;
  text-decoration: none;
  transform: translateY(-5px);
}

.homePagePortrait {
  height: 200px;
}

.peoplePageNoUnderline, .peoplePageNoUnderline h4, .peoplePageNoUnderline p{
    color: #212529;
    cursor: pointer;
    transform: translateY(5px);
    -webkit-transition: all 0.20s;
    -moz-transition: all 0.20s;
    transition: all 0.20s;
}

.peoplePageNoUnderline:hover {
    color: #F05F40;
    text-decoration: none;
}

.peoplePageNoUnderline:hover h4, .peoplePageNoUnderline:hover p {
    color: #F05F40;
    text-decoration: none;
    transform: translateY(-5px);
}

.peoplePagePortrait {
	height: 225px;
}

.alumniPagePortrait {
	height: 175px;
}

/* .peoplePagePortrait .peoplePagePortraitOverlay {
  position: absolute;
  bottom: 0; 
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 96, 64, 0.8);
  border-radius: 225px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.peoplePagePortrait .peoplePagePortraitOverlay .peoplePagePortraitOverlayContent {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.peoplePagePortrait:hover .peoplePagePortraitOverlay {
  opacity: 1;
} */

.meetingIcons {
  color: #F05F40;
}

body.modal-open {
  overflow-y: auto !important;
  padding-right: 0 !important;
}

.modal-scrollbar-measure {
  overflow: hidden;
}

/* Starting the pop-in appear animation */
.popAppearStart {
  opacity: 0.0;
}

.scrollInStart, .scrollInFastStart{
  opacity: 0.0;
}

.fadeInStart {
  opacity: 0.0;
  transform: translateY(50px);
}

.slideInLeftStart {
  opacity: 0.0;
  transform: translateX(-100px);
}

/* body {
	cursor: url(../img/people/barbaraJobstIcon.ico), default;
} */

