header {
  height: 100px;
}

.nav-item {
  font-weight: 700;
}

.nav-link:hover {
  color: #d61c5b;
}

a.nav-link.active {
  color: #d61c5b !important;
}

.back-to-mp {
  text-decoration: none;
  color: #000 !important;
}

footer .social-link {
  background-color: #454140;
}
footer .social-link:hover {
  background-color: #d61c5b;
}

.hero {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%), url(../jpg/ga-wws-image-40.jpg);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%), url(../jpg/ga-wws-image-40.jpg);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%), url(../jpg/ga-wws-image-40.jpg);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000", endColorstr="#000", GradientType=1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-alt {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../jpg/ga-wws-image-40.jpg);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../jpg/ga-wws-image-40.jpg);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../jpg/ga-wws-image-40.jpg);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000", endColorstr="#000", GradientType=1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#overview {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 70%, rgb(214, 28, 91) 70%);
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 70%, rgb(214, 28, 91) 70%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 70%, rgb(214, 28, 91) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d61c5b", GradientType=1);
}

@media only screen and (max-width: 991px) {
  #overview {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgb(255, 255, 255) 70%, rgb(214, 28, 91) 70%);
    background: -webkit-linear-gradient(180deg, rgb(255, 255, 255) 70%, rgb(214, 28, 91) 70%);
    background: linear-gradient(180deg, rgb(255, 255, 255) 70%, rgb(214, 28, 91) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d61c5b", GradientType=1);
  }
}
#speaker {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(270deg, rgb(255, 255, 255) 70%, rgb(214, 28, 91) 70%);
  background: -webkit-linear-gradient(270deg, rgb(255, 255, 255) 70%, rgb(214, 28, 91) 70%);
  background: linear-gradient(270deg, rgb(255, 255, 255) 70%, rgb(214, 28, 91) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d61c5b", GradientType=1);
}

@media only screen and (max-width: 767px) {
  #speaker {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 70%, rgb(214, 28, 91) 70%);
    background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 70%, rgb(214, 28, 91) 70%);
    background: linear-gradient(0deg, rgb(255, 255, 255) 70%, rgb(214, 28, 91) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d61c5b", GradientType=1);
  }
}
.btn {
  font-family: proxima-Nova, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #d61c5b;
  border-color: #d61c5b;
  color: white;
}
.btn-primary:hover {
  background-color: #ec497f;
  border-color: #ec497f;
  color: white;
}

.btn-outline-secondary {
  border-color: black;
  color: black;
}
.btn-outline-secondary:hover {
  background-color: #ec497f;
  border-color: #ec497f;
  color: white;
}

.accordion-button {
  border: 1px solid black;
  color: black;
  font-family: proxima-Nova, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.accordion-button:hover {
  box-shadow: none;
  background-color: #ec497f;
  border-color: #ec497f;
  color: white;
}
.accordion-button:focus {
  box-shadow: none;
  background-color: #ec497f;
  border-color: #ec497f;
  color: white;
}
.accordion-button:active {
  box-shadow: none;
  background-color: #ec497f;
  border-color: #ec497f;
  color: white;
}

.accordion-button.collapsed:hover::after, .accordion-button.collapsed:active::after, .accordion-button.collapsed:focus::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #ec497f;
  border-color: #ec497f;
  color: white;
}

.fade-in {
  opacity: 0;
  transition: opacity 250ms ease-in;
}

.fade-in.appear {
  opacity: 1;
}

.from-left {
  transform: translateX(-50%);
}

.from-right {
  transform: translateX(50%);
}

.from-top {
  transform: translateY(-50%);
}

.from-bottom {
  transform: translateY(50%);
}

.from-left, .from-right, .from-top, .from-bottom {
  opacity: 0;
  transition: opacity 400ms ease-in, transform 400ms ease-in;
}

.from-left.appear, .from-right.appear, .from-top.appear, .from-bottom.appear {
  opacity: 1;
  transform: translateX(0);
}

html {
  scroll-padding-top: 100px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: proxima-Nova, sans-serif !important;
  width: 100%;
  overflow-x: hidden;
  background-color: #f5f5f5;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5 {
  font-weight: 900;
}

.prehead, .speaker-info {
  color: black;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.hero .prehead {
  color: #cecece;
}

ul {
  list-style-type: square;
}

.navbar-brand {
  max-width: 250px;
}

.text-blue {
  color: #00549A; 
}

a.text-blue:hover {
  color:#00549A
}

a.link-dark.text-decoration-none:hover {
  color: #d61c5b !important;
}

.bg-blue {
  background-color: #00549a;
}

.bg-fuschia {
  background-color: #d61c5b;
}

.bg-rich-grey {
  background-color: #454140;
}

.text-small {
  font-size: 0.9rem;
}

.text-fuschia {
  color: #ec497f;
}

.col-border {
  border: 1px solid #f5f5f5;
  border-top: none;
  border-bottom: none;
}

a.link-dark.text-decoration-none:hover {
  color: #d61c5b !important;
}

@media only screen and (max-width: 991px) {
  .col-border {
    border: 1px solid #f5f5f5;
    border-left: none;
    border-right: none;
  }
}
.page-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 577px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 576px) {
  html {
    font-size: 14px;
  }
}/*# sourceMappingURL=custom.css.map */