/* Additions and alterations, to be merged with main.css */

a {
  color: #363636;
}

p:not(:last-child) {
    margin-bottom: 1.5rem;
}

p a, li a {
  /* color: #FB4A14; */
  font-weight: bold;
}

p.has-text-white a {
  color: white;
}

.has-background-darkgreen:not(.downloads-item) p,
.has-background-darkgreen:not(.downloads-item) p a,
.has-background-darkgreen:not(.downloads-item) p strong,
.has-background-darkgreen:not(.downloads-item) p em,
.has-background-darkgreen:not(.downloads-item) li,
.has-background-darkgreen:not(.downloads-item) li a {
  color: #fff;
}

.has-background-darkgreen ul {
  list-style-image: url("../assets/img/bullet-yellow.svg");
}

.has-text-yellow {
  color: #FFE211 !important;
}

.press-review {
  border-color: #363636;
}

.home-section-title {
  line-height: 1em;
  padding-bottom: 0.3em;
}

/* Home headline on small displays */
@media screen and (max-width: 1024px) {
.big-title {
  font-size: 8vh !important; }
}

/* Home headline on large displays */
@media screen and (min-width: 1920px) {
.big-title {
  font-size: 8vh !important;
  padding-top: 25vh; }
}

.button-yellow-inverted {
  color: #FFE211 !important;
  background-color: transparent !important;
  text-transform: uppercase;
}

.column ul li {
  padding-bottom: 1rem;
  padding-left: 0.2rem;
}

.column ul li ul {
  padding-top: 1rem;
}

/*  Desktop navigation */
.navbar-item img {
    max-height: 4.75rem;
    width: auto;
}

/* Mobile navigation */
#navbar-burgermenu a {
    color: black !important;
}

#cross-icon-margin {
    margin-left: 6rem;
}

/* alliance partners */
.alliance-partner {
  max-width: 100%;
  min-height: 6rem;
}

@media screen and (min-width: 769px) {
  .alliance-partner {
    max-width: 20%;
  }
}

/* @media screen and (min-width: 769px) and (max-width: 1407px) {
  .alliance-partner img {
    max-width: 80%;
  }
} */

/* Hero Images */
.hero-body, .hero {
  background-size: cover;
  background-position: center;
}

.hero-body-bundnispartner h1 {
  text-shadow: 1px 1px 5px black;
}

.hero.is-twothirdsheight {
  min-height: 67vh;
}

/* @media screen and (max-width: 1499px) { */
@media screen and (max-width: 1023px) {
  .hero-body-post {
    background-image: url("../assets/img/u4r-plain.png") !important;
    background-position-x: right;
  }
}


/* Hero Video */
#first-video {
  max-height: 100vh;
}

/* Calendar */
.calendar-icon {
  float: left;
}

/* FAQ */
.faq-item:not(:last-child) {
  border-bottom: 3px solid black;
  display: flex;
  flex-wrap: wrap;
}
.faq-item:last-child {
  padding-bottom: 2em;
  border: none;
}

.faq-item h2 {
  width: 100%;
}

/* Funding */
/* .funding-item {
  border-bottom: 3px solid black;
  width: 100%;
}

.funding-item:not(:last-child) {
  border-bottom: 3px solid black;
  display: flex;
  flex-wrap: wrap;
}

.funding-item:last-child {
  padding-bottom: 2em;
  border: none;
}

.funding-item h2 {
  width: 100%;
} */

/* Accordion */
.accordion-item {
  border-bottom: 3px solid black;
  width: 100%;
}

.accordion-item:not(:last-child) {
  border-bottom: 3px solid black;
  display: flex;
  flex-wrap: wrap;
}

.accordion-item:last-child {
  padding-bottom: 2em;
  border: none;
}

.accordion-item h2 {
  width: 100%;
}

/* ul */
/* Reset main.css values, messes up log list pagination */
ul span {
    position: unset;
    left: unset;
}

ul.pagination-list {
  padding-left: 0;
}

.pagination-link.is-current {
  background-color: #1C404C;
  border-color: #1C404C;
  color: #fff;
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #FB4A14;
}

/* Privacy banner */

.privacywire {
  z-index: 10;
}

.privacywire-wrapper {
	font-size: 90%;
	color: #666;
	line-height: 1.5em;
}

.privacywire-buttons button {
	background: #888;
	color: #fff;
	border: none;
	padding: 0.5em;
	margin-right: 0.5em;
	border: none;
}

.privacywire-buttons {
	margin-top: 0.5em;
}

@media only screen and (min-width: 800px) {

	.privacywire-text {
		width: 90%;
	}

}

/* alliance partner form */
#become-alliance-partner input,
#become-alliance-partner textarea {
  text-transform: none;
}

label.checkbox {
  display: block;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

/* .field:not(:first-child) {
    margin-top: 2em;
} */

.field {
    margin-top: 2em;
}


/* alliance partner modal */
.modal-content {
  padding: 60px;
  width: 100%;
  background-color: rgba(251, 74, 20, 0.9);
}

/* Navbar fix */
@media (min-width: 769px) {
  #navbar-burgermenu {
    display: flex;
  }
}

/* Navigation links */
a.home-nav-links:hover {
  color: #FFE211
}

/* Navbar U4R logo */
@media (min-width: 1024px) {
  .navbar-brand {
    margin-top: -3em;
  }
}

/* Home */
.p-home {
  font-size: 1.75rem;
}

/* Headlines */
h1, h2, h3 {
  font-family: "Oswald";
  font-weight: 600;
}

.subtitle {
  font-weight: 600;
  line-height: 1.75em;
  letter-spacing: 0.025em;
}

/* Hero Images */
.hero-body-home {
  background-image: url("../assets/img/waves.jpg");
}

/* Buttons */
.is-darkgreen {
  background-color: #1C404C;
  border-color: #1C404C;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

/* Line breaks for buttons with long text */
.button {
  height: auto;
  white-space: normal;
}

/* Yellow button hover */
a.button.is-yellow:hover {
  background-color: white !important;
  border: 1px solid #1C404C !important;
  color: #1C404C !important;
}

/* Dark green button hover */
a.button.is-darkgreen:hover {
  background-color: white !important;
  border: 1px solid #1C404C !important;
  color: #1C404C !important;
}

/* Search button */
#button-search {
  height: 100%;
}

/* Dropdown navigation */
.navbar-dropdown {
  /* background-color: #1C404C !important; */
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.navbar-link .home-nav-links {
  background-color: #1C404C !important;
}
.navbar-white.navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
  background-color: transparent !important;
}
@media screen and (min-width: 1024px) {
  .navbar-dropdown a.navbar-item {
    /* padding-right: 3rem; */
    padding-right: 1rem;
    padding-top: 0.7rem;
  }
}

/* Ship: Facesheet numbers */
@media screen and (max-width: 768px) {
  .box-icon .is-4 {
    font-size: 1rem !important;
  }
  .box-icon .is-xl {
    font-size: 3rem !important;
  }
}

/* Figures and captions */
figure figcaption {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

/* Header arrow */
#arrow-down {
  position: absolute;
  bottom: 6%;
  left: 50%;
  z-index: 2;
  text-shadow: 1px 1px 5px black;
}

/* Image gallery */
.mfp-figure figure figcaption, figcaption.gallery__caption {
  font-size: 0.8rem;
  margin-bottom: 0rem;
}

/* Slider */
.splide__arrow svg {
  fill: #fff !important;
  filter: drop-shadow(1px 1px 3px rgb(0 0 0 / 0.5));
}

.splide figcaption {
  color: #fff;
  background-color: rgba(0,0,0,.4);
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 2px 10px 2px 10px;
}

/* Footer */
.footer-transparency {
  width: 100%;
}

.footer-transparency img {
  max-width: 16rem; 
  padding: 0.8rem 0 0.8rem 0;
}
