/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

a {
  color: rgb(32, 78, 130);
  text-decoration: none;
}

h1 {
  font-size: 5.5em;
}

main>* {
  padding-top: 150px !important;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


.card-img-bottom {
  width: 100%;
  min-height: 180px;
  object-fit: contain;
  padding: 25px;
}

.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}

.speaker-image {
  background-color: white;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -400px;
  margin-left: -35px;
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}


/************************************
* Navbar                            *
************************************/
header {
  width: 100%;
  height: 50px;
}

header nav {
  width: 80%;
  margin-left: 20%;
  padding-bottom: 100px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: top;
}

header nav .logo {
  width: 15%;
}

header nav .logo img {
  width: 100%;
  margin: 20px 0;
}

header nav .logo i {
  display: none;
}

header nav .link {
  width: 60%;
  padding: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  color: #253d72;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
}

header nav .link form {
  display: flex;
  flex-direction: row;
}

header nav .link a {
  line-height: 50px;
  margin-right: 30px;
  text-decoration: none;
  color: #253d72;
}

header nav .link select,
header nav .link input {
  width: 200px;
  border: none;
  background-color: transparent;
  color: #253d72;
  border: 1px solid #253d7230;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
}

header nav .link input[type=submit] {
  width: auto;
  margin: 0;
  padding: 15px;
  background-color: #253d72;
  border-radius: 5px;
  color: #FFFFFF;
}

header nav .link input[type=submit]:hover {
  background-color: #1a2b51;
}

@media screen and (max-width: 1100px) {
  header nav {
    z-index: 1000;
    flex-direction: column;
    padding: 0;
    background-color: #ffffff;
  }

  header nav .logo,
  header nav .link {
    width: 100%;
    text-align: center;
  }

  header nav .logo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  header nav .logo a {
    width: 35%;
    margin-left: 15px;
  }

  header nav .logo i {
    display: block;
    font-size: 3rem;
    margin-right: 15px;
  }

  header nav .link {
    display: none;
  }

  header nav .link a {
    margin: 0;
  }

  header nav .link.collapsed {
    display: flex;
    background-color: #ffffff;
  }

  header nav .link.collapsed,
  header nav .link.collapsed form {
    flex-direction: column;
  }

  header nav .link.collapsed form>* {
    height: 45px;
    margin: 10px;
  }
}

::placeholder {
  color: #253d72 !important;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #253d72 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #253d72 !important;
  opacity: 1;
}

:-moz-placeholder {
  color: #253d72 !important;
  opacity: 1;
}

::-moz-placeholder {
  color: #253d72 !important;
  opacity: 1;
}


.header {
  width: 100%;
  min-height: 100vh;
  padding-top: 0 !important;
  background-image: url("../img/gb_screendesign_hg-desktop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header_wrapper {
  display: flex;
  justify-content: center;
  align-items: top;
  height: 100vh; /* Full viewport height */
  text-align: center;
}

.header .header_wrapper .headline {
  width: 50%;
  padding-left: 50px;
}

.header .header_wrapper .headline h1 {
  font-size: 3.5rem;
}

.header .header_wrapper .speechbubble h2 {
  padding: 60px 20px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #253d72;
  background-color: #FFFFFF;
}

.header .header_wrapper .speechbubble h2 a {
  padding: 5px;
  color: #FFFFFF;
  background-color: #db982b;
  padding: 15px;
  font-size: 1.3rem;
  border-radius: 10px;
  text-decoration: none;
}

.header .header_wrapper .speechbubble {
  width: 35%;
  right: 0;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-color: #FFFFFF;
  border: 1px solid rgb(32, 78, 130);
  border-radius: 25px 0 0 25px;
}


@media screen and (max-width: 1400px) {


  .header .header_wrapper .headline h1 {
    font-size: 2rem;
  }

  .header .header_wrapper .speechbubble h2 {
    padding: 20px;
    font-size: 1.2rem;
  }

  .header .header_wrapper .speechbubble h2 a {
    font-size: 1rem;
  }
}


@media screen and (max-width: 1100px) {

  .header .header_wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .header .header_wrapper .headline {
    width: 100%;
    padding: 25px;
    text-align: center;
  }

  .header .header_wrapper .speechbubble {
    display: none;
    border-radius: 0;
    width: 100%;
    text-align: center;
    bottom: 0px;
  }

  .header .header_wrapper .speechbubble::before {
    display: none;
  }

  .header .header_wrapper .woman {
    display: none;
  }

}

.logo-container {
  display: flex;
  flex-direction: column; 
  align-items: stretch; 
  position: fixed; 
  top: 50%; 
  left: 20px; 
  transform: translateY(-50%);
  width: 200px;
}

.logo {
  width: 100% !important;
  margin-bottom: 20px; 
}

.logo img {
  width: 100% !important;
  height: auto;
  display: block;
}

.white-box {
  background-color: white;
  border: 1px solid #ddd; 
  padding: 20px; 
  border-radius: 5px; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.indented-text {
  padding-left: 20px; 
}
