@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}

.title h1.field-title {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  color: #0D4486 !important;
  line-height: 1;
  border-bottom: 0;
  cursor: unset;
}

@media (min-width: 992px) {
  .title h1.field-title {
    font-size: 38px;
  }
}

/**  OVERRIDES DEFAULT STYLES */
/* remove box-shadow and border-radius from default styles */
.facet-component {
  box-shadow: none;
  border-radius: 0;
}

/* cxa-search-results-component */
.component.cxa-search-results-component {
  margin-top: 0;
}

.component.cxa-search-results-component ul {
  margin-right: 0;
}

:root {
  --viewport-height: 100vh;
  --viewport-offset-top: 0px;
}

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

body {
  overflow-x: initial !important;
  overflow: initial;
}

* {
  box-sizing: border-box;
}

main .component.column-splitter {
  margin-bottom: 0 !important;
}

main .component.column-splitter > div:first-child {
  margin-right: 0 !important;
}

main .component.column-splitter > div:last-child {
  margin-left: 0 !important;
}

.blank-page main, .blank-page footer {
  display: none;
}

.title h1.field-title {
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .title h1.field-title {
    margin-bottom: 24px;
  }
}

div[class^="col-"] .container-fluid,
div[class^="row"] .container-fluid {
  padding: 0;
  margin: 0;
}

div[class^="col-"] .container-fluid > div[class^="row"],
div[class^="row"] .container-fluid > div[class^="row"] {
  margin: 0;
}

div[class^="col-"] .container-fluid > div[class^="row"] > div[class^="col-"],
div[class^="row"] .container-fluid > div[class^="row"] > div[class^="col-"] {
  padding: 0;
}

div[class^="col-"] .container-fluid > div[class^="col-"],
div[class^="row"] .container-fluid > div[class^="col-"] {
  padding: 0;
}

div[class^="col-"] > div[class^="col-"] {
  padding: 0;
}

div[class^="row"] > div[class^="row"] {
  margin: 0;
}

/* overriden media player css */
.mejs-overlay-play {
  cursor: pointer;
  height: 70% !important;
}

.mejs-container-fullscreen .mejs-overlay-play {
  height: 84% !important;
}

.mejs-container-fullscreen .mejs-iframe-overlay {
  height: 84% !important;
}

.mejs-iframe-overlay {
  height: 70% !important;
  position: absolute;
  width: 100%;
}

/* Ensure media player is full width for mobile devices */
.mobile-youtube iframe {
  width: 100%;
  height: 100%;
}

/* **/
@media (max-width: 991px) {
  html.no-scroll,
  html.no-scroll > body,
  body.no-scroll,
  html.search-box-active,
  html.search-box-active > body {
    overflow: hidden !important;
  }
}
