h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 1;
}
h1 strong, h1 b,
h2 strong,
h2 b,
h3 strong,
h3 b,
h4 strong,
h4 b,
h5 strong,
h5 b,
h6 strong,
h6 b {
  font-weight: normal;
}

h1 {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 36px;
  font-weight: 300;
}
h1.page-header {
  margin-top: 0;
  padding-bottom: 0;
  color: #00467f;
  border-bottom-width: 0;
}

h2 {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #00467f;
}

h3 {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 26px;
  font-weight: 300;
  color: #00467f;
}

h4 {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #00467f;
}

h5 {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #00467f;
}

h6 {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #00467f;
}

strong, b {
  font-weight: 500;
}

p,
ol,
ul {
  margin: 0 0 20px;
}
.alert p:last-child,
.alert ol:last-child,
.alert ul:last-child {
  margin-bottom: 0;
}

a {
  color: #3485d2;
  text-decoration: none;
  word-wrap: break-word;
}
a:active, a:focus, a:hover {
  color: #3485d2;
  text-decoration: underline;
  outline: 0;
}

footer.footer {
  margin-top: 0;
  padding: 0;
  border: 0;
}
footer.footer .footer-feed {
  padding: 25px 0;
  background-color: #0059a8;
}
@media (max-width: 991px) {
  footer.footer .footer-feed {
    padding: 35px 0;
  }
}
footer.footer .footer-feed .row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  footer.footer .footer-feed .row {
    display: block;
  }
}
@media (max-width: 991px) {
  footer.footer .footer-feed [class*=col-sm-] {
    width: 100%;
  }
}
@media (max-width: 991px) {
  footer.footer .footer-feed .col-sm-3:first-of-type {
    display: none;
  }
}
footer.footer .footer-feed .logo img {
  height: 90px;
}
footer.footer .footer-contact {
  padding: 45px 0;
  color: #121834;
  background-color: #edf8fe;
}
@media (max-width: 991px) {
  footer.footer .footer-contact .col-sm-4 {
    width: 100%;
  }
}
footer.footer .footer-contact h2 {
  margin-bottom: 15px;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 26px;
  font-weight: 300;
  color: #3485d2;
}
@media (max-width: 767px) {
  footer.footer .footer-contact h2 {
    text-align: center;
  }
}
footer.footer .footer-contact .field--name-body {
  font-size: 16px;
}
@media (max-width: 767px) {
  footer.footer .footer-contact .field--name-body {
    text-align: center;
  }
}
@media (max-width: 991px) {
  footer.footer .footer-contact .region-footer-middle {
    margin: 30px 0 0;
  }
}
footer.footer .footer-contact .region-footer-middle .block-content {
  margin-left: 60px;
}
@media (max-width: 1199px) {
  footer.footer .footer-contact .region-footer-middle .block-content {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  footer.footer .footer-contact .region-footer-middle .block-content {
    margin-left: 0;
  }
}
footer.footer .footer-contact .region-footer-middle .field--name-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  footer.footer .footer-contact .region-footer-middle .field--name-body ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
footer.footer .footer-contact .region-footer-middle .field--name-body ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
  display: flex;
  align-items: center;
}
footer.footer .footer-contact .region-footer-middle .field--name-body ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
footer.footer .footer-contact .region-footer-middle .field--name-body ul li:nth-child(1):before {
  top: 0;
  background-image: url("/img/icon_location.svg");
  background-size: 15px;
}
footer.footer .footer-contact .region-footer-middle .field--name-body ul li:nth-child(2):before {
  background-image: url("/img/icon_email.svg");
  background-size: 20px;
}
footer.footer .footer-contact .region-footer-middle .field--name-body ul li:nth-child(3):before {
  background-image: url("/img/icon_phone.svg");
  background-size: 20px;
}
footer.footer .footer-contact .region-footer-middle .field--name-body ul li:last-of-type {
  margin-bottom: 0;
}
footer.footer .footer-contact .social-links {
  margin: 25px 0 0 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  footer.footer .footer-contact .social-links {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  footer.footer .footer-contact .social-links {
    margin: 25px 0 40px;
  }
}
@media (max-width: 767px) {
  footer.footer .footer-contact .social-links {
    text-align: center;
    justify-content: center;
  }
}
footer.footer .footer-contact .social-links li {
  margin-left: 12px;
  padding: 0;
}
@media (max-width: 767px) {
  footer.footer .footer-contact .social-links li {
    margin: 0 6px;
  }
}
footer.footer .footer-contact .social-links li:first-of-type {
  margin-left: 0;
}
@media (max-width: 767px) {
  footer.footer .footer-contact .social-links li:first-of-type {
    margin-left: 6px;
  }
}
footer.footer .footer-contact .social-links li a.social {
  width: 40px;
  height: 40px;
  color: #3485d2;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #3485d2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
footer.footer .footer-contact .social-links li a.social:focus, footer.footer .footer-contact .social-links li a.social:hover {
  color: #edf8fe;
  background-color: #3485d2;
}
footer.footer .footer-contact .social-links li a.twitter {
  position: relative;
  overflow: hidden;
}
footer.footer .footer-contact .social-links li a.twitter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  background-image: url("/img/x_logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  filter: brightness(0) saturate(100%) invert(49%) sepia(12%) saturate(4693%) hue-rotate(178deg) brightness(91%) contrast(80%);
}
footer.footer .footer-contact .social-links li a.twitter:focus:before, footer.footer .footer-contact .social-links li a.twitter:hover:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(59%) saturate(1575%) hue-rotate(176deg) brightness(105%) contrast(99%);
}
footer.footer .footer-copyright {
  padding: 30px 0;
  background-color: #fff;
}
footer.footer .footer-copyright .menu--footer {
  margin-bottom: 10px;
}
footer.footer .footer-copyright .menu--footer li {
  margin-right: 25px;
  float: left;
}
@media (max-width: 767px) {
  footer.footer .footer-copyright .menu--footer li {
    margin: 5px 0;
    width: 100%;
    text-align: center;
  }
}
footer.footer .footer-copyright .menu--footer li:last-of-type {
  margin-right: 0;
}
footer.footer .footer-copyright .menu--footer li a {
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  color: #3485d2;
}
@media (max-width: 767px) {
  footer.footer .footer-copyright .menu--footer li a {
    display: inline-block;
  }
}
footer.footer .footer-copyright .menu--footer li a:focus, footer.footer .footer-copyright .menu--footer li a:hover {
  text-decoration: underline;
  background-color: transparent;
}
footer.footer .footer-copyright p {
  font-size: 14px;
  color: #6e6a7c;
}
@media (max-width: 767px) {
  footer.footer .footer-copyright p {
    text-align: center;
  }
}
footer.footer .footer-copyright span {
  margin-top: 2px;
  display: inline-block;
}
@media (max-width: 767px) {
  footer.footer .footer-copyright span:not(.reserved) {
    margin-top: 10px;
  }
}
footer.footer .footer-copyright a {
  font-weight: 400;
  color: #3485d2;
}

.top-link {
  position: relative;
  margin-bottom: 0;
  z-index: 101;
}
@media (max-width: 767px) {
  .top-link {
    display: none;
  }
}
.top-link .back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  line-height: 55px;
  font-size: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #b2b2b2;
  background-color: rgba(51, 51, 51, 0.3);
  display: none;
  float: right;
}
.top-link .back-to-top:hover {
  color: #fff;
  background: #8c8c8c;
  background-color: rgba(51, 51, 51, 0.45);
}

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 165px;
  background-color: #fff;
  -moz-box-shadow: 0 3px 5px 0 rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 0 3px 5px 0 rgba(51, 51, 51, 0.2);
  box-shadow: 0 3px 5px 0 rgba(51, 51, 51, 0.2);
  z-index: 100;
}
@media (max-width: 991px) {
  .sticky-header {
    position: relative;
    height: 70px;
  }
}
@media (max-width: 1199px) {
  .sticky-header .container {
    width: 100%;
  }
}
.sticky-header .header {
  position: relative;
  height: 95px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .sticky-header .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
  }
}
.sticky-header .header .row {
  height: 95px;
  display: flex;
  align-items: center;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) {
  .sticky-header .header .row {
    height: 70px;
    display: block;
  }
}
@media (max-width: 991px) {
  .sticky-header .logo {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
  }
}
.sticky-header .logo img {
  height: 70px;
}
@media (max-width: 991px) {
  .sticky-header .logo img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .sticky-header .logo img.desktop {
    display: none;
  }
}
.sticky-header .logo img.mobile {
  display: none;
}
@media (max-width: 600px) {
  .sticky-header .logo img.mobile {
    height: 50px;
    display: block;
  }
}

html {
  /* Remove this line if it exists */
  /* scroll-behavior: smooth; */
  /* Or explicitly set it to auto */
  scroll-behavior: auto !important;
}

body {
  margin-top: 0;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #121834;
}
body.no-scroll {
  overflow: hidden;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  margin: 30px 0;
  border-top: 2px solid #f1f1f1;
  clear: both;
}

.page-content {
  position: relative;
  margin-top: 165px;
  width: 100%;
}
@media (max-width: 991px) {
  .page-content {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .main-container {
    width: 100%;
  }
}

.main-content {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 800px;
  background: #fff;
  display: inline-block;
}
@media (max-width: 991px) {
  .main-content {
    min-height: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .main-content[class*=col-sm-] {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .main-content img {
    margin: 0 auto 20px;
    display: block;
    float: none;
  }
}

.main-content h2, .main-content h3 {
  margin: 30px 0 15px;
}
.main-content h2:first-of-type {
  margin-top: 0;
}
.main-content .navHead {
  margin-bottom: 7px;
}
.main-content .navDropdown {
  padding: 13px 20px 20px;
  display: none;
}
.main-content .navPop {
  position: relative;
  padding: 15px 65px 15px 15px;
  line-height: 1.1;
  width: 100%;
  font-size: 20px;
  color: #0059a8;
  background-color: #edf8fe;
  cursor: pointer;
  display: inline-block;
}
.main-content .navPop:after {
  content: "\f067";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content .navPop.open:after {
  content: "\f068";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}
.main-content .navPop img {
  display: none;
}

.btn-large {
  position: relative;
  line-height: normal;
  font-family: "Libre Baskerville", serif;
  color: #121834;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: solid;
  display: inline-block;
  white-space: normal;
}
.btn-large:focus, .btn-large:hover, .btn-large:active {
  color: #121834;
}
.btn-large:focus, .btn-large:hover, .btn-large:active, .btn-large:active:focus, .btn-large.active:focus {
  color: #121834;
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.btn-large {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 300;
  background: #fcb034;
  border-color: transparent;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-large:focus, .btn-large:hover, .btn-large:active {
  background: rgb(249.3155339806, 155.9757281553, 3.6844660194);
  border-color: transparent;
  transform: scale(1.05);
}

.btn-small,
.form-submit {
  position: relative;
  line-height: normal;
  font-family: "Libre Baskerville", serif;
  color: #121834;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: solid;
  display: inline-block;
  white-space: normal;
}
.btn-small:focus, .btn-small:hover, .btn-small:active,
.form-submit:focus,
.form-submit:hover,
.form-submit:active {
  color: #121834;
}
.btn-small:focus, .btn-small:hover, .btn-small:active, .btn-small:active:focus, .btn-small.active:focus,
.form-submit:focus,
.form-submit:hover,
.form-submit:active,
.form-submit:active:focus,
.form-submit.active:focus {
  color: #121834;
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.btn-small,
.form-submit {
  padding: 12px;
  font-size: 13px;
  font-weight: 400;
  background: #fcb034;
  border-color: transparent;
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-small:focus, .btn-small:hover, .btn-small:active,
.form-submit:focus,
.form-submit:hover,
.form-submit:active {
  background: rgb(249.3155339806, 155.9757281553, 3.6844660194);
  border-color: transparent;
  transform: scale(1.05);
}
.btn-small:active,
.form-submit:active {
  background-color: rgb(249.3155339806, 155.9757281553, 3.6844660194) !important;
}

.hero {
  background-color: #0059a8;
  border-bottom: 38px solid #fcb034;
}
@media (max-width: 991px) {
  .hero {
    border-bottom-width: 10px;
  }
}

.main-menu {
  height: 70px;
  background: #0059a8;
}
@media (max-width: 991px) {
  .main-menu {
    height: auto;
  }
}
.main-menu .col-sm-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#block-sfb-main-menu {
  width: 100%;
}
#block-sfb-main-menu ul.nav {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  #block-sfb-main-menu ul.nav {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 70px;
    background-color: transparent;
    z-index: 100;
  }
}
#block-sfb-main-menu ul.nav li {
  margin-right: 40px;
  padding: 0;
  display: inline-block;
}
@media (max-width: 1199px) {
  #block-sfb-main-menu ul.nav li {
    margin-right: 35px;
  }
}
@media (max-width: 991px) {
  #block-sfb-main-menu ul.nav li {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    float: left;
  }
}
@media (max-width: 991px) {
  #block-sfb-main-menu ul.nav li.first {
    display: none;
  }
}
#block-sfb-main-menu ul.nav li.last {
  margin-right: 0;
  float: right;
}
#block-sfb-main-menu ul.nav li a {
  position: relative;
  padding: 0;
  height: 70px;
  line-height: 70px;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 7px solid transparent;
  -moz-transition: border-color 0.3s ease 0s;
  -o-transition: border-color 0.3s ease 0s;
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
  display: block;
}
@media (max-width: 991px) {
  #block-sfb-main-menu ul.nav li a {
    padding: 0 15px;
    height: 70px;
    line-height: 70px;
    font-size: 15px;
    color: #0059a8;
    background-color: transparent;
    -moz-transition: none 0.3s ease 0s;
    -o-transition: none 0.3s ease 0s;
    -webkit-transition: none 0.3s ease 0s;
    transition: none 0.3s ease 0s;
  }
}
@media (max-width: 600px) {
  #block-sfb-main-menu ul.nav li a {
    font-size: 14px;
  }
  #block-sfb-main-menu ul.nav li a span {
    display: none;
  }
}
#block-sfb-main-menu ul.nav li a:focus, #block-sfb-main-menu ul.nav li a:hover {
  color: #fff;
  background: transparent;
  border-bottom-color: #fcb034;
  text-decoration: none;
}
@media (max-width: 991px) {
  #block-sfb-main-menu ul.nav li a:focus, #block-sfb-main-menu ul.nav li a:hover {
    color: #0059a8;
    background: transparent;
    border-bottom-color: transparent;
  }
}

.modal,
.modal-anon,
.modal-guest {
  display: none;
  position: fixed;
  top: 165px !important;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
@media (max-width: 991px) {
  .modal,
  .modal-anon,
  .modal-guest {
    top: 70px !important;
  }
}

.modal-content {
  margin-top: -165px;
  padding: 40px;
  max-width: 900px;
  width: 100%;
  background-color: #edf8fe !important;
  border: 10px solid #fff !important;
  border-radius: 0 !important;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25) !important;
}
@media (max-width: 991px) {
  .modal-content {
    margin-top: -70px;
    padding: 25px 20px;
  }
}

.modal-container.blur {
  position: relative;
  filter: blur(2px);
}

.modal-container.blur:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.modal-content h2 {
  font-size: 36px;
}

@media (max-width: 991px) {
  .modal-content h2 {
    font-size: 32px;
  }
}
.modal-content p {
  font-size: 20px;
}

@media (max-width: 991px) {
  .modal-content p {
    font-size: 18px;
  }
}
form.gsc-search-box {
  margin: 0 !important;
  max-width: 100% !important;
}

.abstracts {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.abstracts li {
  min-width: 30%;
  line-height: normal;
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
}
@media (max-width: 991px) {
  .abstracts li {
    min-width: 48%;
  }
}
.abstracts li img {
  margin: 0 auto 15px;
  width: 200px;
  border: 1px solid #ddd;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
}
.abstracts li a {
  text-decoration: none;
}
.abstracts li a:hover img {
  transform: scale(1.05);
}
.abstracts li br {
  display: none;
}

/*# sourceMappingURL=style.css.map */
