@import url('../fonts/fonts.css');
@import url('icos.css');
/* bootstrap button state colors */
.regular {
  font-family: "Red Hat Text Regular";
}
.medium {
  font-family: "Red Hat Text Medium";
}
.bold {
  font-family: "Red Hat Text Bold";
}
.title {
  font-family: "Heimat Stencil Regular 2";
}
.titlebold {
  font-family: "Heimat Stencil Regular 6";
}
.display {
  font-family: "Red Hat Display Regular";
}
.displaybold {
  font-family: "Red Hat Display Bold";
}
body {
  display: flex;
  flex-direction: column;
  background-color: #F7F8F9;
  font-family: "Red Hat Text Regular";
  font-size: 16px;
}
html,
body {
  height: 100%;
}
h1,
h2,
h3,
h4 {
  font-family: "Heimat Stencil Regular 2";
  letter-spacing: 0.05em;
}
h1.darkblue,
h2.darkblue,
h3.darkblue,
h4.darkblue {
  color: #355270;
}
h2 {
  font-size: 3em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.2em;
  font-family: "Heimat Stencil Regular 6";
}
.txt16 {
  font-size: 16px;
}
.roundCornerSmall {
  border-radius: 0.32em;
}
ul.ribbon {
  margin: 0;
  display: flex;
  flex-direction: column;
  list-style-image: url('../gfx/li-ribbon.svg');
  line-height: 1.2em;
  padding-left: 1.5em;
}
ul.ribbon li {
  margin-top: 0.45em;
  margin-bottom: 0.9em;
  padding-left: 0.5em;
}
#contentWrapper {
  flex: 1 0 auto;
  padding-bottom: 2em;
  padding-top: 5.4em;
}
#contentWrapper #mobileTop {
  background-color: #EAEAEA;
  text-align: center;
  padding: 0.5em 0 0.7em 0;
  font-size: 0.85em;
  font-family: "Red Hat Display Bold";
}
#contentWrapper #mobileTop a {
  color: #021D49;
}
.subMenuOverlay {
  display: none;
  background: rgba(2, 29, 73, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 98;
}
footer {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  background-color: #021D49;
  color: #ffffff;
  padding-top: 3em;
  padding-bottom: 3em;
  line-height: 1em;
  align-items: center;
  line-height: 1.7em;
}
footer .social {
  font-size: 1.5em;
}
footer .logo {
  margin-bottom: 4em;
  max-width: 12em;
}
footer h3 {
  font-family: "Red Hat Display Bold";
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1em;
  margin-bottom: 1.5em;
}
footer p:last-child {
  margin-bottom: 0;
}
footer a,
footer a:link,
footer a:visited,
footer a:active,
footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover span {
  text-decoration: underline;
}
footer form input.form-control {
  margin-right: 0.5em;
  flex-grow: 2;
}
footer form button.btn-secondary {
  font-family: "Red Hat Display Bold";
  padding-right: 1em;
  padding-left: 1em;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.25);
  border-color: transparent;
}
footer .extras {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.btn {
  font-family: "Red Hat Display Bold";
}
.btn.btn-wide {
  padding: 0.7em 4em;
  font-size: 0.9em;
}
.btn.btn-wide.btn-outline-secondary {
  color: #021D49;
}
.center {
  text-align: center;
}
.clickBox {
  cursor: pointer;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Satrfari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.fixed-menu-wrapper {
  position: fixed;
  z-index: 101;
  width: 100%;
  left: 0;
  top: 0;
  /*
    -webkit-transition: box-shadow 0.4s ease-in-out;
    -moz-transition: box-shadow 0.4s ease-in-out;
    -o-transition: box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out;
	*/
  -webkit-transition: box-shadow 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: box-shadow 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: box-shadow 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: box-shadow 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fixed-menu-wrapper.scrolled {
  box-shadow: 0em 0.3em 0.3em rgba(2, 29, 73, 0.11);
  /* font-size: 0.85em; */
}
.fixed-menu-wrapper .fluidmenu {
  background: #ffffff;
}
.fixed-menu-wrapper .fluidmenu.sub {
  background: #021D49;
}
.fixed-menu-wrapper submenu {
  display: none;
  pointer-events: none;
  margin-top: -1em;
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
}
.fixed-menu-wrapper submenu .subBox {
  pointer-events: all;
  display: flex;
  background: #fff;
  border-radius: 0.32em;
  margin-top: 0.5em;
  box-shadow: 0.1em 0.2em 0.5em rgba(2, 29, 73, 0.15);
  padding: 1em 2em;
}
.fixed-menu-wrapper submenu .subBox .sub {
  padding: 1em 1em 1em 4em;
}
.fixed-menu-wrapper submenu .subBox .sub:first-child {
  padding-left: 0;
}
.fixed-menu-wrapper submenu .subBox .sub h3 {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Satrfari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  color: #021D49;
  font-size: 1em;
  margin: 0 0 0.5em 0;
  font-family: "Red Hat Display Bold";
}
.fixed-menu-wrapper submenu .subBox .sub h3 a {
  color: #021D49;
  text-decoration: none;
}
.fixed-menu-wrapper submenu .subBox .sub ul {
  font-size: 1em;
  padding: 0;
  margin: 0;
}
.fixed-menu-wrapper submenu .subBox .sub ul li {
  list-style: none;
  margin: 0.4em 0;
}
.fixed-menu-wrapper submenu .subBox .sub ul li:last-child {
  margin-bottom: 0;
}
.fixed-menu-wrapper submenu .subBox .sub ul li a {
  color: #021D49;
}
.fixed-menu-wrapper submenu .subBox .sub ul li.active a {
  text-decoration: underline;
}
.fixed-menu-wrapper #menu {
  background: #ffffff;
  font-family: "Red Hat Display Regular";
}
.fixed-menu-wrapper #menu .menuWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  letter-spacing: 0.05em;
}
.fixed-menu-wrapper #menu .menuWrapper .btn {
  font-size: 1em;
}
.fixed-menu-wrapper #menu .menuWrapper #abba {
  display: flex;
  justify-content: flex-end;
  flex-grow: 2;
}
.fixed-menu-wrapper #menu .menuWrapper #abba button.btn {
  font-family: "Red Hat Display Bold";
  line-height: 1em;
  font-size: 0.75em;
  text-transform: uppercase;
}
.fixed-menu-wrapper #menu .menuWrapper #logo {
  max-width: 12em;
  height: auto;
  width: 14vw;
}
.fixed-menu-wrapper #menu .menuWrapper ul.action {
  display: flex;
  justify-content: center;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.fixed-menu-wrapper #menu .menuWrapper ul.action li {
  list-style: none;
  padding: 0.2em 0.5em;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.fixed-menu-wrapper #menu .menuWrapper ul.action li a.btn {
  white-space: nowrap;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.4em 1em;
  margin-right: 0.5em;
  font-family: "Red Hat Display Bold";
}
.fixed-menu-wrapper #menu .menuWrapper ul.menu {
  margin: 0;
  padding: 0;
  flex-grow: 2;
  justify-content: center;
}
.fixed-menu-wrapper #menu .menuWrapper ul.menu a {
  color: #021D49;
  margin: 0 1.5vw;
  padding: 0 0.1em;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fixed-menu-wrapper #menu .menuWrapper ul.menu li {
  list-style: none;
}
.fixed-menu-wrapper #menu .menuWrapper ul.menu li.current_page_item a,
.fixed-menu-wrapper #menu .menuWrapper ul.menu li.active a {
  font-family: "Red Hat Display Bold";
}
.fixed-menu-wrapper #menu .menuWrapper .lang .bootstrap-select {
  width: auto;
}
.fixed-menu-wrapper #menu .menuWrapper .lang .bootstrap-select .dropdown-menu {
  padding: 0;
}
.fixed-menu-wrapper #menu .menuWrapper .lang .bootstrap-select > .dropdown-toggle {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  font-family: "Red Hat Display Regular";
}
.fixed-menu-wrapper #subMenu {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.fixed-menu-wrapper #subMenu .subSection {
  margin: 0 0 0 2em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.fixed-menu-wrapper #subMenu .subSection h2 {
  margin: 0;
  font-weight: 600;
  font-size: 1.4em;
}
.fixed-menu-wrapper #subMenu .menuWrapper {
  display: flex;
  padding: 0;
  margin: 0;
}
.fixed-menu-wrapper #subMenu .menuWrapper li {
  display: flex;
  list-style: none;
}
.fixed-menu-wrapper #subMenu .menuWrapper li a {
  padding: 1.4em;
  color: #ffffff;
  white-space: nowrap;
}
.fixed-menu-wrapper #subMenu .menuWrapper li.active a {
  color: #021D49;
  /*background-color: @lemon;*/
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  display: none;
  font-size: 3.8vmin;
  line-height: 1.4em;
}
.overlay .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: fixed;
  padding-top: 5.4em;
  z-index: 1;
}
.overlay .wrapper .header {
  background: #021D49;
  color: #fff;
  text-align: center;
  padding: 1em;
  font-size: 0.9em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.overlay .wrapper .header .lngSwitcher {
  text-align: center;
  padding: 0 0 0.5em 0;
}
.overlay .wrapper .header a {
  color: #ffffff;
}
.overlay .wrapper .header p {
  margin: 0;
  display: inline-block;
  white-space: nowrap;
  /*
				&:first-child {
					&::after {
						content: ' / ';
					}
				} */
}
.overlay .wrapper .footer {
  background: #021D49;
  color: #fff;
  text-align: center;
  padding: 1em;
  font-size: 0.9em;
  flex-direction: row;
  display: flex;
  justify-content: center;
}
.overlay .wrapper .footer p {
  padding: 0 0.4em;
  margin: 0;
  white-space: nowrap;
  display: inline-block;
}
.overlay .wrapper .footer a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  margin: 0 0.4em;
  font-family: "Red Hat Display Regular";
}
.overlay .wrapper .footer a.active {
  font-family: "Red Hat Display Bold";
  text-decoration: underline;
  color: #ffffff;
}
.overlay .wrapper ul.mobile {
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  overflow-y: auto;
}
.overlay .wrapper ul.mobile li {
  color: #021D49;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  border: solid 0 #DDE5EC;
  border-top-width: 1px;
  position: relative;
}
.overlay .wrapper ul.mobile li:first-child {
  border-top-width: 0;
}
.overlay .wrapper ul.mobile li a {
  background-color: transparent;
  text-decoration: none;
  color: #021D49;
  padding: 1em;
  flex-grow: 2;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.overlay .wrapper ul.mobile li a:link,
.overlay .wrapper ul.mobile li a:focus,
.overlay .wrapper ul.mobile li a:active {
  background-color: transparent;
  text-decoration: none;
  color: #021D49;
  padding: 1em;
  flex-grow: 2;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.overlay .wrapper ul.mobile li a.active {
  color: #021D49;
}
.overlay .wrapper ul.mobile li ul.sub-menu {
  font-size: 0.9em;
  padding-top: 1em;
  padding-left: 1.2em;
  width: 100%;
  display: none;
  background: #DDE5EC;
}
.overlay .wrapper ul.mobile li ul.sub-menu h3 {
  font-family: "Red Hat Display Bold";
  font-size: 1em;
  margin: 1.2em 0 0.3em 0;
  text-transform: uppercase;
}
.overlay .wrapper ul.mobile li ul.sub-menu h3:first-child {
  margin-top: 0.5em;
}
.overlay .wrapper ul.mobile li ul.sub-menu li {
  border: 0;
}
.overlay .wrapper ul.mobile li ul.sub-menu li:last-child {
  padding-bottom: 1em;
}
.overlay .wrapper ul.mobile li ul.sub-menu li a {
  padding: 0.5em 0.5em 0.5em 0;
}
.overlay .wrapper ul.mobile li ul.sub-menu li a::after {
  content: '';
}
.overlay .wrapper ul.mobile li.menu-item-has-children {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Satrfari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.overlay .wrapper ul.mobile li.menu-item-has-children a {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Satrfari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.overlay .wrapper ul.mobile li.menu-item-has-children a::after {
  font-family: "fontello";
  content: '\f004';
  padding-left: 0.6em;
  color: #EA0029;
  position: absolute;
  right: 1em;
}
.overlay .wrapper ul.mobile li.menu-item-has-children a.open::after {
  content: '\f005';
}
.overlay .wrapper ul.mobile li.current_page_parent a,
.overlay .wrapper ul.mobile li.current-menu-item a {
  color: #021D49;
}
.overlay .wrapper ul.mobile li.current_page_parent a::after,
.overlay .wrapper ul.mobile li.current-menu-item a::after {
  color: #021D49;
}
#nav-icon {
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#nav-icon span {
  display: block;
  z-index: 999;
  height: 2px;
  width: 40%;
  background: #021D49;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  margin: 3px 0;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#nav-icon:focus span,
#nav-icon:hover span {
  background: #021D49;
}
#nav-icon.open span:first-child {
  margin: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:first-child + span {
  width: 0%;
  height: 0%;
  opacity: 0;
  display: none;
}
#nav-icon.open span:first-child + span + span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}
#nav-icon.open span:nth-child(1) {
  margin: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(2) {
  width: 0%;
  height: 0%;
  opacity: 0;
  display: none;
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}
.blogHeader {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center center;
  min-height: 40em;
}
.blogHeader .wrp {
  border-radius: 0.32em;
  background: #ffffff;
  padding: 2em 4em 1em 4em;
  width: 80%;
  margin-left: -4em;
  margin-bottom: -1em;
}
.blogHeader .wrp h1 {
  font-size: 3.5em;
}
.hero-pic content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 43em;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.hero-pic content .bCrumb {
  color: #ffffff;
  padding-top: 3em;
}
.hero-pic content .bCrumb span {
  color: #F7F8F9;
  padding: 0 0.5em;
}
.hero-pic content .bCrumb a {
  color: #ffffff;
}
.hero-pic content .wrp {
  padding: 0 0 3em 0;
}
.hero-pic content .wrp h2 {
  font-weight: 700;
  font-size: 3em;
  margin-bottom: 0.8em;
  line-height: 1.15em;
  background: rgba(234, 0, 41, 0.9);
  display: inline-block;
  color: #ffffff;
  line-height: 1.1em;
  margin: 0;
  padding: 0.3em 0.6em;
  font-family: "Heimat Stencil Regular 2";
  font-weight: 400;
}
.hero-pic content .wrp .darkBox {
  background: rgba(2, 29, 73, 0.8);
  line-height: 2em;
  color: #ffffff;
  padding: 2em;
  font-family: "Red Hat Display Regular";
  font-size: 1.2em;
}
.hero-pic content .wrp .darkBox .brackets {
  white-space: nowrap;
  margin-right: 0.7em;
  font-family: "Red Hat Display Bold";
}
.hero-pic content .wrp .darkBox .brackets::before,
.hero-pic content .wrp .darkBox .brackets::after {
  color: #F7F8F9;
  font-family: "Red Hat Display Regular";
}
.hero-pic content .wrp .darkBox .brackets::last-child {
  margin-right: 0;
}
.hero-pic content .wrp .darkBox .btn {
  margin-top: 0.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.hero-pic content .wrp .darkBox .buttonAndLogos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-pic content .wrp .darkBox .buttonAndLogos .social {
  color: rgba(221, 229, 236, 0.4);
  font-size: 1.5em;
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-left: 0.3em;
}
.hero-pic content .wrp .darkBox .buttonAndLogos .social:hover {
  color: #ffffff;
}
.carousel.imago .carousel-item {
  padding: 2.5vw 0;
  background: #EAEAEA;
  background-size: cover;
  background-position: center center;
  letter-spacing: 0.05em;
  min-height: calc(89.6vmin);
  font-family: "Red Hat Text Regular";
}
.carousel.imago .carousel-item > .row {
  height: 80%;
  width: 100%;
  align-items: flex-end;
  position: absolute;
}
.carousel.imago .carousel-item .wrp {
  height: 100%;
}
.carousel.imago .carousel-item .wrp h2 {
  font-weight: 700;
  font-size: 3em;
  margin-bottom: 0.8em;
  line-height: 1.15em;
  background: rgba(234, 0, 41, 0.9);
  display: inline-block;
  color: #ffffff;
  line-height: 1.1em;
  margin: 0;
  padding: 0.3em 0.6em;
  font-family: "Heimat Stencil Regular 2";
  font-weight: 400;
}
.carousel.imago .carousel-item .wrp .darkBox {
  background: rgba(2, 29, 73, 0.8);
  line-height: 2em;
  color: #ffffff;
  padding: 2em;
}
.carousel.imago .carousel-item .wrp .darkBox .btn {
  font-family: "Red Hat Display Bold";
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.carousel.imago .carousel-item p {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.carousel.imago .carousel-item.light h2,
.carousel.imago .carousel-item.light p {
  color: #ffffff;
}
.carousel.imago .carousel-indicators {
  position: absolute;
  justify-content: center;
  /* margin-left: 5em; */
  bottom: 5%;
}
.carousel.imago .carousel-indicators li {
  padding: 0;
  display: inline;
  border: none;
  opacity: 1;
  border-radius: 25%;
  background: #DDE5EC;
  margin-left: 0.35em;
  margin-right: 0.35em;
  width: 0.75em;
  height: 0.75em;
  transform: scale(1);
  -webkit-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.carousel.imago .carousel-indicators li.active {
  background: #EA0029;
  transform: scale(1.4);
}
.carousel.imago .carousel-inner {
  height: 100%;
  padding: 0;
}
.carousel.imago .carousel-inner .carousel-item {
  height: 100%;
}
.carousel.imago .carousel-control-prev {
  margin: 0 1.5em;
}
.carousel.imago .carousel-control-next {
  margin: 0 1.5em;
}
.dotBox {
  width: 100%;
  height: auto;
  max-height: 11em;
  max-width: 11em;
}
.brackets {
  color: #EA0029;
}
.brackets::before {
  font-family: "Red Hat Display Regular";
  color: #021D49;
  content: '[';
}
.brackets::after {
  font-family: "Red Hat Display Regular";
  color: #021D49;
  content: ']';
}
blogpost,
argument {
  flex-direction: column;
  background-color: #ffffff;
  justify-content: flex-start;
  display: flex;
  height: 100%;
  border-radius: 0.32em;
  overflow: hidden;
  cursor: pointer;
}
blogpost.transparent,
argument.transparent {
  background-color: transparent;
  border-radius: 0;
}
blogpost.transparent .txt,
argument.transparent .txt {
  padding: 2em 1.5em 1.5em 0;
}
blogpost.transparent .thumb,
argument.transparent .thumb {
  margin: 0;
}
blogpost .thumb,
argument .thumb {
  padding-bottom: 15em;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
blogpost .txt,
argument .txt {
  padding: 2em 1.5em 1.5em 1.5em;
  line-height: 1.8em;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
blogpost .txt .brackets,
argument .txt .brackets {
  display: block;
  font-family: "Red Hat Display Bold";
}
blogpost .txt p,
argument .txt p {
  margin: 1em 0 0 0;
}
blogpost .txt p:first-child,
argument .txt p:first-child {
  margin-top: 0;
}
a.readmore {
  color: #758A9E;
  font-family: "Red Hat Display Bold";
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 0.9em;
}
a.readmore:hover {
  text-decoration: none;
}
a.readmore::after {
  color: #EA0029;
  font-size: 0.8em;
  margin-left: 1em;
  content: '\e805';
  font-family: 'fontello';
}
blogpost {
  flex-direction: row;
}
blogpost .txt {
  padding: 1.5em 2em 1.5em 2.5em;
  line-height: 1.5em;
}
blogpost .txt date {
  color: #758A9E;
  text-transform: uppercase;
  font-family: "Red Hat Display Bold";
  font-size: 0.9em;
}
blogpost .txt .content {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 0.9em;
  padding: 1em 0;
}
blogpost .txt .content h3 {
  font-family: "Red Hat Display Bold";
  font-size: 1.5em;
  margin-bottom: 0;
}
blogpost .thumb {
  min-width: 33%;
  border-radius: 0.32em;
  margin: 1em;
}
h5.titleDot {
  font-family: "Heimat Stencil Regular 2";
  text-transform: uppercase;
  font-size: 1.5em;
  padding: 1em 1em 0 1em;
  margin: 0;
  align-items: center;
  display: flex;
}
h5.titleDot::before {
  content: url('../gfx/ico-ninedots.svg');
  margin-right: 0.5em;
}
.dotEnd {
  background-image: url('../gfx/bg-dotz.png');
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: right 1em center;
}
.blogSearch {
  position: relative;
  margin-bottom: 0;
  font-size: 1.3em;
}
.blogSearch input.form-control {
  box-shadow: 0 0.3em 0.7em rgba(2, 29, 73, 0.07);
  border-color: transparent;
  font-size: 1em;
  padding: 0.8em;
  color: #758A9E;
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blogSearch input.form-control:focus {
  color: #021D49;
}
.blogSearch input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #758A9E;
}
.blogSearch input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #758A9E;
}
.blogSearch input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #758A9E;
}
.blogSearch input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #758A9E;
}
.blogSearch::after {
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'fontello';
  content: '\e808';
  pointer-events: none;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.8em;
  color: #DDE5EC;
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blogSearch:hover::after {
  color: transparent;
}
.diagonalBg {
  background: url('../gfx/bg-diagonal-white.png') center top / 220% auto repeat-y;
}
.tileBg {
  background: url('../gfx/bg-tile.png') center top / 70% auto repeat-y;
}
.bgRombz {
  background: url('../gfx/bg-rombz.png') center center no-repeat;
  background-size: auto 80%;
}
.bgRedSquare {
  background-image: url('../gfx/bg-redsquare.png');
  background-position: center bottom 20%;
  background-repeat: no-repeat;
  background-size: auto 68%;
}
.dotCorner {
  position: relative;
  background-image: url('../gfx/bg-dotz.png');
  background-size: 10em 10em;
  background-position: right 3em top 3em;
  background-repeat: no-repeat;
  /*
	&::before {
		content: '';
		position: absolute;
		right: 2em;
		top: 0;
		background-image: url('../gfx/bg-dotz.png');
		background-size: 10vw auto;
		background-repeat: no-repeat;
		background-position: right top;
		height: auto;
		height: 11em;
		width: 11em;
	}*/
}
event {
  border: solid 0 #DDE5EC;
  border-bottom-width: 1px;
  padding-bottom: 2em;
  padding-top: 1em;
}
event:last-child {
  border-bottom-width: 0;
}
event img {
  max-width: 16em;
  max-height: 16em;
  width: 100%;
  height: auto;
}
event .txt {
  display: flex;
  flex-grow: 2;
  flex-direction: column;
  justify-content: center;
  line-height: 1.8em;
}
event .txt h3 {
  font-family: "Red Hat Display Bold";
  font-size: 1.5em;
  line-height: 1.5em;
}
event .txt h3 .brackets {
  font-family: "Red Hat Display Regular";
}
event .txt p {
  font-size: 1.1em;
}
event .shadowBox p {
  font-size: 1em;
}
.shadowBox {
  background-color: rgba(247, 248, 249, 0.6);
  border-radius: 0.5em;
  box-shadow: 0 0.3em 0.7em rgba(2, 29, 73, 0.2);
  padding: 1.5em;
  line-height: 1em;
}
.shadowBox p {
  display: flex;
  justify-content: start;
  align-items: center;
  font-family: "Red Hat Display Regular";
  margin: 0 0 1em 0;
  font-size: 1.1em;
}
.shadowBox p .ico {
  height: 2em;
  margin-right: 1em;
  width: auto;
}
.shadowBox .btn {
  display: block;
  font-family: "Red Hat Display Bold";
  text-transform: uppercase;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.thinShadow {
  box-shadow: 0 0.3em 0.7em rgba(2, 29, 73, 0.07);
}
.strongShadow {
  box-shadow: 0 0.3em 0.7em rgba(2, 29, 73, 0.2);
}
.transparentBox {
  padding: 2em;
}
.listBox {
  background-color: #ffffff;
  border-radius: 0.5em;
  box-shadow: 0 0.3em 0.7em rgba(2, 29, 73, 0.07);
  padding: 2em;
  line-height: 1em;
}
.listBox.transparent {
  background-color: transparent;
  box-shadow: none;
}
.listBox h5.titleDot {
  padding: 0;
  margin-bottom: 1em;
  font-size: 1em;
}
.listBox h5.titleDot::before {
  margin-right: 1em;
}
.listBox .btn {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.listBox p {
  line-height: 1.8em;
}
.listBox h3 {
  line-height: 1.1em;
}
.listBox ul {
  margin: 0!important;
  display: flex;
  flex-direction: column;
  list-style-image: url('../gfx/li-redcheck.svg');
  line-height: 1.3em;
}
.listBox ul li {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  padding-left: 0.5em;
}
.listBox .social {
  color: #758A9E;
  font-size: 1.5em;
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-right: 0.2em;
}
.listBox .social:hover {
  color: #021D49;
}
.imgBox {
  display: flex;
  align-items: center;
  font-size: 1.1em;
  line-height: 1.8em;
  margin-top: 2em;
  margin-bottom: 2em;
}
.imgBox img {
  max-height: 10em;
  max-width: 10em;
  height: 100%;
  width: auto;
  margin-right: 1.5em;
}
.imgBox a {
  font-size: 0.8em;
  text-decoration: underline;
  color: #758A9E;
}
.testimonial {
  background-image: url('../gfx/bg-bluedots.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.testimonial .txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 1.1em;
  line-height: 1.8em;
}
.testimonial .txt blockquote {
  position: relative;
  background: #ffffff;
  display: inline-block;
  padding: 2.5em 1.5em 1.5em 2em;
  border-radius: 0.32em;
  margin: 0;
}
.testimonial .txt blockquote::before {
  content: '';
  background-image: url('../gfx/quot.png');
  position: absolute;
  left: 2em;
  top: -2em;
  width: 5em;
  height: 3em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.testimonial .txt blockquote .personTitle {
  font-family: "Heimat Stencil Regular 2";
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 1.3em;
  margin-top: 1em;
  margin-bottom: 0;
  line-height: 1.1em;
}
.testimonial .txt blockquote .personTitle span {
  text-transform: none;
  display: block;
  font-size: 0.75em;
}
.testimonial .img {
  display: flex;
  justify-content: center;
}
.testimonial .img img {
  max-height: 25em;
  max-width: 30em;
  width: 100%;
  height: auto;
}
.testimonial.multiple {
  background-image: none;
}
.testimonial.multiple .txt {
  margin-top: 2em;
}
.testimonial.multiple .icoBox {
  display: flex;
}
.testimonial.multiple .icoBox .personTitle {
  flex-grow: 2;
}
#caseStudy {
  background-image: url('../gfx/bg-casestudy.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #021D49;
  color: #ffffff;
}
#caseStudy .brackets {
  margin-left: 0.3em;
  font-weight: bold;
}
#caseStudy .brackets::before,
#caseStudy .brackets::after {
  font-weight: normal;
  color: #ffffff;
}
#caseStudy .grayBox {
  box-shadow: 0 0.3em 0.7em rgba(2, 29, 73, 0.2);
}
#contactBar {
  background-image: url('../gfx/bg-vilkur.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #DDE5EC;
  margin-bottom: -2em;
}
#contactBar .whiteCol {
  background: #ffffff;
  border-radius: 0 0.32em 0.32em 0;
  padding-top: 3em;
  padding-bottom: 3em;
  box-shadow: 0 0.3em 0.7em rgba(2, 29, 73, 0.2);
}
#contactBar .dropdown-toggle {
  font-family: "Red Hat Display Regular";
}
#contactBar .blueCol {
  background: rgba(2, 29, 73, 0.8);
  border-radius: 0.32em 0 0 0.32em;
  color: #ffffff;
}
#contactBar .blueCol h2 {
  font-size: 2em;
  margin-bottom: 1em;
}
#contactBar .blueCol .in {
  padding: 3em;
}
#contactBar label a {
  color: #021D49;
}
.chk {
  position: relative;
  /* to hide the checkbox itself */
  /* unchecked icon */
  /* checked icon */
}
.chk input[type=checkbox] {
  display: none;
}
.chk input[type=checkbox] + label {
  padding-left: 1.5em;
}
.chk input[type=checkbox] + label:before {
  font-family: 'fontello';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.chk input[type=checkbox] + label:before {
  content: "\f096";
}
.chk input[type=checkbox]:checked + label:before {
  content: "\e806";
}
.chk a {
  font-weight: bold;
}
.chk a:hover {
  text-decoration: underline;
}
.msg {
  display: none;
}
.msg h3 {
  color: #758A9E;
}
.msg p {
  color: #021D49;
}
.msg#errorMsg h3 {
  color: #EA0029;
}
form.was-validated input:valid {
  border-bottom-color: #021D49;
}
form .invalid-feedback {
  font-size: 0.85rem;
  color: #EA0029;
}
.darkBlue {
  background-color: #021D49;
}
.darkBlue .fancyTitle h2 {
  color: #ffffff;
}
.zigzag {
  background: url('../gfx/bg-diagonal-double.png') center top / 220% auto repeat-y;
}
.grayBox {
  background-color: #DDE5EC;
  border-radius: 0.32em;
  padding: 1.5em;
  color: #021D49;
}
.grayBox input.form-control {
  border-color: #ffffff;
}
.serviceBox {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.5em;
  box-shadow: 0 0.3em 0.7em rgba(2, 29, 73, 0.07);
  padding: 1.5em 1.5em 2em 2em;
  align-items: flex-start;
  line-height: 1.8em;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.serviceBox header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.9em;
}
.serviceBox header h3 {
  font-size: 2em;
  margin-top: 0.6em;
  margin-right: 0.5em;
  color: #021D49;
}
.serviceBox header img {
  height: 4.5em;
  width: auto;
}
.serviceBox p {
  flex-grow: 2;
}
.serviceBox .btn {
  padding: 0.7em 4em;
  font-size: 0.9em;
}
.whiteBg {
  background-color: #ffffff;
}
.logospace .col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logospace .col a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  margin: 1em auto;
}
.logospace .col img {
  /* max-height: 2.5em; */
  margin: 0.5em 0em;
  width: 100%;
  height: auto;
}
.logospace .col p {
  font-size: 0.85em;
  margin: 1em 0 0 0;
  text-align: center;
  line-height: 1.2em;
  flex-wrap: wrap;
}
.socialFooter .brackets {
  margin-right: 0.2em;
}
.socialFooter .col {
  padding-top: 2em;
  border: solid 0 #DDE5EC;
  border-top-width: 1px;
}
.socialFooter h3 {
  font-size: 1.5em;
}
.socialFooter .social {
  color: #758A9E;
  margin: 0 0 0 0.2em;
  font-size: 1.2em;
}
.plaintext ol,
.plaintext ul,
.plaintext p {
  line-height: 1.8em;
  font-size: 1.1em;
}
.plaintext ol,
.plaintext ul {
  margin-bottom: 2em;
}
.plaintext ol li,
.plaintext ul li {
  margin-bottom: 0.5em;
}
.plaintext a {
  color: #758A9E;
}
.plaintext a.btn {
  color: #021D49;
}
.plaintext h2,
.plaintext h3 {
  color: #758A9E;
}
.plaintext strong {
  font-family: "Red Hat Text Bold";
}
credits {
  display: flex;
  margin-bottom: 2em;
}
credits .thumb {
  height: 5em;
  width: 5em;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 1.5em;
}
credits .txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
credits .txt author {
  font-family: "Heimat Stencil Regular 2";
  font-size: 1.5em;
}
credits .txt date {
  color: #758A9E;
  font-family: "Heimat Stencil Regular 2";
}
.redSlash {
  background-image: url('../gfx/bg-redslash.png');
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.redSlash h1 {
  padding-top: 2em;
  padding-bottom: 1em;
  margin-bottom: 0;
  font-size: 3em;
  background-image: url('../gfx/bg-dotz.png');
  background-size: auto 70%;
  background-position: center right;
  background-repeat: no-repeat;
}
.overlap {
  margin-top: -30em;
  position: relative;
  z-index: 99;
}
.overlap .whiteBg {
  padding: 4em 5em 2em 5em;
}
.overlap .shadowBox {
  background-color: #ffffff;
}
.overlap h3 {
  font-family: "Red Hat Text Medium";
  padding-top: 0.8em;
  padding-bottom: 0.5em;
}
.filterBox {
  text-align: center;
  font-weight: bold;
}
.filterBox .brackets {
  margin: 0 0.35em;
}
.partnerBox {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5em;
  align-items: flex-start;
}
.partnerBox img {
  max-width: 70%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.singleLogoBox {
  background-color: #ffffff;
  display: flex;
  padding: 1.5em;
  align-items: flex-start;
}
.singleLogoBox img {
  max-width: 70%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.twoColumns {
  column-count: 2;
  column-gap: 2em;
}
.twoColumnTable tr td {
  vertical-align: top;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.twoColumnTable tr td:first-child {
  font-weight: bold;
  padding-right: 1em;
}
.numberBox {
  display: flex;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.numberBox img {
  width: auto;
  height: 10em;
  margin-right: 2em;
}
.numberBox p {
  margin: 0;
}
.overlapBottom {
  margin-bottom: -2em;
  position: relative;
  z-index: 99;
}
.overlapBottom ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  list-style-image: url('../gfx/li-redcheck.svg');
  line-height: 1.3em;
}
.overlapBottom ul li {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  padding-left: 0.5em;
}
.person {
  display: flex;
  background-color: #ffffff;
  padding: 1em;
  align-items: center;
  margin-top: 2em;
  cursor: pointer;
  transform: scale(1);
  -webkit-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.person:hover {
  transform: scale(1.05);
}
.person.vert {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.person.vert img {
  max-width: none;
  margin: 0;
}
.person.vert div {
  padding: 1.5em 0 1em 0;
}
.person.vert div h4 {
  margin-bottom: 0.5em;
  font-size: 1.4em;
  color: #758A9E;
}
.person.vert div p {
  font-size: 0.9em;
}
.person p {
  margin: 0;
}
.person blockquote {
  font-family: "Heimat Stencil Regular 2";
  font-size: 1em;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 1em;
}
.person a {
  color: #021D49;
}
.person h4 {
  font-family: "Heimat Stencil Regular 2";
  font-size: 1.6em;
  margin: 0;
}
.person .social {
  margin-top: 1em;
}
.person img {
  max-width: 15em;
  height: auto;
  width: 100%;
  margin-right: 2em;
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.lightboxGallery a {
  display: flex;
  padding-bottom: 70%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 2em;
}
.cards {
  display: flex;
  justify-content: center;
}
.cards .in {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  padding: 1em 2em;
  border-radius: 0.32em;
  line-height: 1.5em;
}
.cards .in img {
  max-width: 4.5em;
  height: auto;
}
.cards .in h2.brackets {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-right: 0.4em;
  padding-left: 0.4em;
}
.cards .in h2.brackets::before,
.cards .in h2.brackets::after {
  font-family: "Heimat Stencil Regular 2";
}
.fancyButtons img {
  width: 5em;
  height: auto;
}
.fancyTitle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fancyTitle h2 {
  color: #758A9E;
  padding-left: 0.3em;
  padding-right: 0.3em;
}
.fancyTitle img {
  max-height: 2em;
  width: auto;
}
.events .eventButtons {
  padding: 0;
  display: flex;
}
.events .eventButtons button {
  flex-grow: 1;
  margin-left: 0.6em;
  text-transform: uppercase;
  border-width: 2px;
  font-size: 0.85em;
  padding: 0.6em 0.2em;
}
.events .eventButtons button:first-child {
  margin-left: 0;
}
.events .eventRow:first-child .time h3 {
  margin-top: 0;
  padding-top: 1.2em;
}
.events .eventRow .time {
  text-align: center;
}
.events .eventRow .time h3 {
  margin-top: 0.9em;
  background-color: #F7F8F9;
  display: inline-block;
  position: relative;
  padding: 0.3em;
  z-index: 2;
  font-family: "Red Hat Display Regular";
  text-align: center;
}
.events .eventRow .time::after {
  content: '';
  background: #021D49;
  width: 0.15em;
  height: 100%;
  position: absolute;
  left: 50%;
  z-index: 1;
}
.events .eventRow .blueBreak {
  box-shadow: 0 0.3em 0.7em rgba(2, 29, 73, 0.07);
  margin-top: 1.5em;
  background: #DDE5EC;
  border-radius: 0.32em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.events .eventRow .blueBreak .in {
  padding: 1em 1em;
  line-height: 1.5em;
}
.events .eventRow .blueBreak .in h3 {
  margin: 0;
  font-size: 1.5em;
}
.events .eventRow .event {
  box-shadow: 0 0.3em 0.7em rgba(2, 29, 73, 0.07);
  margin-top: 1.5em;
  border-radius: 0.32em;
  background-color: #ffffff;
}
.events .eventRow .event.border-dark {
  border-right: 4px solid #355270;
}
.events .eventRow .event.border-info {
  border-right: 4px solid #38B1E6;
}
.events .eventRow .event.border-warning {
  border-right: 4px solid #7B61FF;
}
.events .eventRow .event.border-danger {
  border-right: 4px solid #FF3D5F;
}
.events .eventRow .event button {
  border-width: 2px;
  text-transform: uppercase;
  margin-bottom: 2em;
  padding: 0.3em 0.5em;
  font-size: 0.85em;
}
.events .eventRow .event .in {
  padding: 2em 1em;
  line-height: 1.5em;
}
.events .eventRow .event .in h5 {
  font-family: "Red Hat Display Bold";
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #355270;
}
.events .eventRow .event .in h4 {
  font-family: "Heimat Stencil Regular 2";
  font-size: 1.5em;
  margin-bottom: 0;
}
.events .eventRow .event .in p {
  color: #758A9E;
}
.events .eventRow .event .in p:last-child {
  margin-bottom: 0;
}
.tickets .in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5em 2em;
  text-align: center;
  border-radius: 0.32em;
  height: 100%;
  background: url('../gfx/bg-ticket.png') center center repeat-y;
  background-size: 100% auto;
}
.tickets .in .wrap {
  flex-grow: 2;
  color: #355270;
}
.tickets .in .wrap .light {
  color: #758A9E;
}
.tickets .in .wrap p {
  font-size: 0.9em;
}
.tickets .in .wrap h4 {
  font-family: "Heimat Stencil Regular 2";
  font-size: 1.3em;
  color: #EA0029;
}
.tickets .in .wrap h3 {
  color: #021D49;
  font-size: 2.5em;
}
.tickets .in button.btn {
  margin-top: 1em;
}
.dontMiss {
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}
.dontMiss form {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.dontMiss form p {
  font-size: 1.1em;
}
.dontMiss form h3 {
  margin-bottom: 1em;
}
.dontMiss form input[type='text'],
.dontMiss form input[type='email'] {
  padding: 0.5em 1em;
  height: auto;
}
.dontMiss form .btn-wide {
  font-size: 1.1em;
}
.dontMiss .msg {
  display: none;
  text-align: center;
  width: 100%;
}
.dontMiss .msg h3 {
  color: #ffffff;
  font-size: 2em;
  margin-bottom: 0.5em;
}
.dontMiss .msg p {
  color: #ffffff;
}
.dontMiss .msg#errorMsg h3 {
  color: #EA0029;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  background-color: #ffd6dd;
}
.singleImgGallery a {
  display: flex;
  margin-bottom: 2em;
  flex-direction: column;
  transform: scale(1);
  -webkit-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.singleImgGallery a .img {
  display: flex;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center center;
}
.singleImgGallery a p {
  color: #021D49;
  font-family: "Heimat Stencil Regular 2";
  font-size: 2em;
  margin-top: 0.5em;
  text-decoration: none;
}
.singleImgGallery a:hover {
  text-decoration: none;
  transform: scale(1.05);
}
.personModal .modal-dialog {
  max-width: 800px;
}
.personModal .modal-dialog .modal-content {
  border-radius: 0;
  border-width: 0;
}
.personModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.personModal .modal-dialog .modal-content .modal-body .close {
  position: absolute;
  right: 1.2em;
  top: 1.2em;
  color: #DDE5EC;
  text-shadow: none;
  z-index: 999;
  font-size: 1em;
}
.personModal .modal-dialog .modal-content .modal-body .in .img {
  padding-bottom: 100%;
  display: flex;
  margin-bottom: 2em;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.personModal .modal-dialog .modal-content .modal-body .in h2 {
  color: #355270;
  font-size: 2.5em;
}
.personModal .modal-dialog .modal-content .modal-body .in h3 {
  font-family: "Red Hat Display Bold";
  font-size: 1.5em;
  color: #355270;
}
.personModal .modal-dialog .modal-content .modal-body .in p {
  font-size: 1.1em;
}
.personModal .modal-dialog .modal-content .modal-body .desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.personModal .modal-dialog .modal-content .modal-body .desc .in {
  padding: 2em 2em 2em 1.5em;
}
.personModal .modal-dialog .modal-content .modal-body .desc hr {
  border-color: #DDE5EC;
  margin-bottom: 2em;
}
.personModal .modal-dialog .modal-content .modal-body .gray {
  background-color: #E7EAEC;
}
.personModal .modal-dialog .modal-content .modal-body .gray .in {
  padding: 2em 1em 1em 1em;
}
.personModal .modal-dialog .modal-content .modal-body .gray p {
  font-size: 0.75em;
}
.modal-backdrop {
  background: rgba(2, 29, 73, 0.7);
}
.youtubeGallery .video-btn {
  transform: scale(1);
  -webkit-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}
.youtubeGallery .video-btn:hover {
  text-decoration: none;
  transform: scale(1.05);
}
.youtubeGallery .video-btn .img {
  display: flex;
  position: relative;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center center;
}
.youtubeGallery .video-btn .img::after {
  content: url('../gfx/ico-playa.svg');
  margin-left: -1em;
  margin-top: -1em;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 333;
}
.youtubeGallery .video-btn h3 {
  color: #021D49;
  font-family: "Heimat Stencil Regular 2";
  font-size: 2em;
  margin-top: 0.7em;
}
#videoModal .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
#videoModal .modal-dialog .modal-body {
  position: relative;
  padding: 0px;
}
#videoModal .modal-dialog .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}
.error404 {
  background: #F7F8F9 url('../gfx/bg-diag.png') center center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.error404 .errorWrap .txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.error404 .errorWrap .txt h1 {
  font-size: 35vmin;
  color: #EA0029;
  line-height: 1em;
}
.error404 .errorWrap .txt p {
  color: #758A9E;
  font-size: 7vmin;
  font-family: "Heimat Stencil Regular 2";
}
.error404 .errorWrap a {
  display: block;
  text-align: center;
  font-family: "Red Hat Display Bold";
  color: #021D49;
  text-decoration: none;
}
.nf-form-fields-required {
  display: none;
}
/* XXXL */
@media (min-width: 1920px) {
  body .fixed-menu-wrapper submenu .subBox {
    padding-left: 4em;
    padding-right: 4em;
  }
}
/* XXL */
@media (min-width: 1366px) and (max-width: 1919px) {
  body .bgRedSquare {
    background-size: auto 70%;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  footer {
    font-size: 0.9em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 1.4vw;
  }
  body .fixed-menu-wrapper #menu .menuWrapper ul.menu a {
    margin: 0 1.1vw;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  body #contentWrapper {
    padding-top: 7em;
  }
  body .fixed-menu-wrapper #menu .menuWrapper {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  body .fixed-menu-wrapper #menu .menuWrapper #abba button.btn {
    font-size: 1em;
    border: solid 1p cyan!important;
  }
  body .fixed-menu-wrapper #menu .menuWrapper #logo {
    max-width: 9em;
    width: 32vw;
  }
  body .overlay {
    font-size: 3vmin;
  }
  body .overlay .wrapper {
    padding-top: 5em;
  }
  body .hero-pic content {
    min-height: 92vmax;
  }
  body .zigzag {
    background-size: 350% auto;
  }
  body .logospace .col a {
    max-width: 75%;
  }
  .dotCorner {
    background-image: url('../gfx/bg-dotz.png');
    background-size: 10em 10em;
    background-position: right 0 top 1em;
    background-repeat: no-repeat;
  }
  .overlap {
    margin-top: -100vmin;
  }
  .overlap .whiteBg {
    padding: 2em;
  }
  .redSlash {
    padding-top: 0;
  }
  .redSlash h1 {
    background-size: auto 55%;
  }
  .error404 {
    background-size: 100% auto;
  }
  .error404 .errorWrap .txt h1 {
    font-size: 25vmin;
  }
  .error404 .errorWrap .txt p {
    font-size: 5vmin;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #contentWrapper {
    padding-top: 7em;
  }
  body .overlay {
    font-size: 4.4vmin;
  }
  body .overlay .wrapper {
    padding-top: 6em;
  }
  body .overlay .wrapper ul.mobile li.menu-item-has-children a::after {
    padding-right: 0.28em;
  }
  body h2 {
    font-size: 7.5vw;
  }
  body h2.dotBox {
    position: relative;
    line-height: 1.3em;
    padding-left: 2.5em;
    padding-bottom: 0.5em;
  }
  body h2.dotBox::before {
    content: '';
    position: absolute;
    left: 0;
    top: -0.3em;
    background-image: url(../gfx/bg-dotz.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
    height: auto;
    height: 2em;
    width: 2em;
  }
  body .fixed-menu-wrapper #menu .menuWrapper {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  body .fixed-menu-wrapper #menu .menuWrapper #logo {
    max-width: 9em;
    width: 32vw;
  }
  body footer form .form-group {
    flex-direction: column;
  }
  body footer form .form-group input.form-control {
    margin-right: 0;
    margin-bottom: 1em;
    width: 100%;
  }
  blogpost {
    flex-direction: column;
  }
  blogpost .txt {
    padding: 0 1.5em 1.5em 1.5em;
  }
  blogpost .txt h3 {
    margin-top: 0.5em;
  }
  blogpost a.readmore {
    margin-top: 1em;
  }
  .hero-pic content {
    min-height: calc(84vmax);
    /*align-items: flex-end;*/
    font-size: 3vw;
    display: flex;
  }
  .hero-pic content .wrp {
    padding: 0;
  }
  .hero-pic content .wrp h2 {
    font-size: 3em;
  }
  .hero-pic content .wrp .darkBox {
    padding-bottom: 3em;
  }
  .hero-pic content .wrp .darkBox .buttonAndLogos .social {
    margin-left: 0.2em;
  }
  .carousel.imago .carousel-item {
    min-height: calc(87vmax);
    font-size: 3vw;
    padding: 0;
  }
  .carousel.imago .carousel-item > .row {
    width: auto;
    height: 100%;
  }
  .carousel.imago .carousel-item .wrp {
    align-items: flex-end;
  }
  .carousel.imago .carousel-item .wrp h2 {
    font-size: 3em;
  }
  .carousel.imago .carousel-item .wrp .darkBox {
    padding-bottom: 8em;
  }
  /*
	.dotCorner::before {
		background-size: 17vw auto;
		margin-top: -3.5vw;
	}*/
  event {
    padding-bottom: 1em;
  }
  event .col {
    display: flex;
  }
  event .col .shadowBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 0.9em;
    background: transparent;
    box-shadow: none;
    padding: 0;
    width: 100%;
  }
  event .col .shadowBox .btn {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 0.9em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
  }
  .imgBox {
    align-items: flex-start;
    margin-bottom: 0;
    line-height: 1.5em;
    font-size: 1em;
  }
  .imgBox img {
    max-height: 6em;
    max-width: 6em;
  }
  .testimonial {
    background-size: auto 70%;
    background-repeat: repeat-y;
    background-position: left top;
  }
  #contactBar {
    background-size: auto 53%;
    background-position: left -178vw top;
  }
  #contactBar .blueCol {
    border-radius: 0.32em 0.32em 0 0;
  }
  #contactBar .blueCol .in {
    padding: 2em 1em;
  }
  #contactBar .whiteCol {
    border-radius: 0 0 0.32em 0.32em;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .zigzag {
    background-size: 500% auto;
  }
  .logospace .col a {
    max-width: 80%;
  }
  .blogHeader {
    padding: 0;
    min-height: 100vmax;
  }
  .blogHeader .wrp {
    width: 100%;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 1em;
  }
  .blogHeader .wrp h1 {
    font-size: 9vw;
  }
  .socialFooter .col:last-child {
    border-top-width: 0;
  }
  .socialFooter .col:last-child .social {
    font-size: 1.7em;
    margin: 0;
    margin-right: 0.2em;
  }
  .dotCorner {
    background-image: url('../gfx/bg-dotz.png');
    background-size: 25vw 25vw;
    background-position: right top;
    background-repeat: no-repeat;
  }
  .dotCorner h3:first-child {
    padding-right: 20vw;
  }
  .bCrumb {
    padding: 1.5em;
    font-size: 1.3em;
  }
  .redSlash {
    background-position: top right 90%;
    background-repeat: no-repeat;
    margin-bottom: 0;
    padding-top: 3em;
  }
  .redSlash h1 {
    font-size: 10vw;
    margin-right: 1.5em;
    background: none;
  }
  .overlap {
    margin-top: -100%;
  }
  .overlap .whiteBg {
    padding: 2em;
  }
  .twoColumns {
    column-count: 1;
    column-gap: 0;
  }
  .person {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1em;
  }
  .person img {
    margin: 0;
    margin-bottom: 1em;
    max-width: none;
  }
  .numberBox img {
    height: 30vw;
  }
  .btn.btn-wide {
    width: 100%;
  }
  .plaintext {
    font-size: 1em;
  }
  .plaintext h1 {
    font-size: 9vw;
  }
  .plaintext h2 {
    font-size: 7vw;
  }
  .plaintext h3 {
    font-size: 6vw;
  }
  .plaintext ul,
  .plaintext ol,
  .plaintext p {
    font-size: 1em;
  }
  .events .eventButtons button {
    margin-left: 0;
  }
  .events .eventRow .blueBreak,
  .events .eventRow .event {
    margin-top: 0;
  }
  .events .eventRow .time {
    min-height: 1em;
  }
  .tileBg {
    background-size: 220% auto;
  }
  .tickets .in {
    padding-left: 3em;
    padding-right: 3em;
  }
  .nf-form-cont .one-half,
  .nf-form-cont .three-sixths,
  .nf-form-cont .two-fourths {
    width: 100%!important;
    margin: 0 0 0.5em 0!important;
  }
  .error404 {
    background-size: 100% auto;
  }
  .error404 .errorWrap img {
    max-width: 60vmin;
    height: auto;
    margin: auto;
  }
  .error404 .errorWrap .txt h1 {
    font-size: 35vmin;
  }
  .error404 .errorWrap .txt p {
    font-size: 7vmin;
  }
}

/* MM CSS */
p:empty {
  display: none;
}
img.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
.partner-tag-selected {
  color: #021d49;
  cursor: default;
}
.partner-tag-selected:hover {
  color: #021d49;
  text-decoration: none;
  cursor: default;
}
.nf-field label {
  font-weight: 400!important;
}
.nf-field label a {
  font-weight: 700!important;
}
.ninja-forms-req-symbol,
.nf-form-fields-required,
.nf-error-field-errors {
  display: none;
}
.nf-field-container {
  margin-bottom: 1rem !important;
}
.nf-field-container.checkbox-container {
  margin-bottom: 0.25rem !important;
}
.nf-error-msg {
  font-size: 0.85rem !important;
}
.nf-field-element textarea {
  height: 100px !important;
}
.nf-field label {
  font-weight: 400 !important;
}
.nf-field label a {
  font-weight: 700 !important;
}
.ninja-forms-req-symbol {
  display: none;
}
.nf-form-fields-required {
  display: none;
}
.nf-error-field-errors {
  display: none;
}

li#menu-item-112 a {
    font-weight: bold;
    color: #ea0029 !important;
}

