@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

body {
  margin: 0;
  padding: 100px 0 0 0;
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
  color: #0b254b;
  overflow-x: hidden;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
}

a {
  color: #f57b51;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}
a:hover {
  color: inherit;
}

.to-color-orange:hover {
  color: #f57b51;
}

.w4 {
  width: 33.3333333333%;
}

.w3 {
  width: 25%;
}

.btn {
  padding: 0.4em 2em;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  transition: all 0.2s;
  margin-bottom: 1em;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  letter-spacing: 0.552px;
}
.btn span {
  position: relative;
  display: inline-block;
  text-align: center;
  /*animation-name: btn-move-back;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;*/
  transition: all 0.2s;
}
.btn:after {
  position: relative;
  opacity: 0;
  content: ">";
  align-self: stretch;
  width: 0;
  display: inline-block;
  float: right;
}
.btn:hover span {
  /*animation-name: btn-move-left;
  		animation-duration: 0.4s;
  		animation-timing-function: ease-in-out;
  		left: -0.7em;*/
  transform: translateX(-0.7em);
}
.btn:hover:after {
  position: relative;
  opacity: 1;
  content: ">";
}
.btn .material-icons {
  margin: 0 0 0 5px;
  font-size: 1.3em;
}

.btn-na {
  padding: 0.4em 2em;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  transition: all 0.2s;
  margin-bottom: 1em;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
.btn-na span {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  /*animation-name: btn-move-back;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;*/
  transition: all 0.2s;
}
.btn-na:after {
  position: absolute;
  opacity: 0;
  content: ">";
  align-self: stretch;
}
.btn-na:hover {
  opacity: 0.9;
}
.btn-na .material-icons {
  margin: 0 0 0 5px;
  font-size: 1.3em;
}

.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-orange {
  background-color: #f57b51;
}

.bg-blue {
  background-color: #0b254b;
}

.bg-transparent {
  background-color: transparent;
}

.border-black {
  border-color: #000000;
}

.border-white {
  border-color: #FFFFFF;
}

.border-orange {
  border-color: #f57b51;
}

.border-blue {
  border-color: #0b254b;
}

.color-black {
  color: #000000 !important;
}

.color-white {
  color: #FFFFFF !important;
}

.color-orange {
  color: #f57b51 !important;
}

.color-blue {
  color: #0b254b !important;
}

.to-bg-black:hover {
  background-color: #000000;
}

.to-bg-white:hover {
  background-color: #FFFFFF;
}

.to-bg-orange:hover {
  background-color: #f57b51;
}

.to-bg-blue:hover {
  background-color: #0b254b;
}

.to-border-black:hover {
  border-color: #000000;
}

.to-border-white:hover {
  border-color: #FFFFFF;
}

.to-border-orange:hover {
  border-color: #f57b51;
}

.to-border-blue:hover {
  border-color: #0b254b;
}

.to-color-black:hover {
  color: #000000 !important;
}

.to-color-white:hover {
  color: #FFFFFF !important;
}

.to-color-orange:hover {
  color: #f57b51 !important;
}

.to-color-blue:hover {
  color: #0b254b !important;
}

.faded {
  opacity: 0.6;
}
.faded:hover {
  opacity: 0.8;
}

.hover-animation {
  transition: transform 0.3s, box-shadow 0.3s;
}
.hover-animation:hover {
  transform: translateY(-8px);
  box-shadow: 0px 30px 30px 0 #999;
}

.align-center {
  text-align: center;
}

.inner-page-width-wrap {
  margin: 0 auto;
  max-width: 1280px;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
.flex-wrap .flex-wrap-content {
  display: block;
}

.box {
  display: flex;
}

header {
  position: fixed;
  transition: all 0.3s;
  background-color: #fff;
  box-sizing: border-box;
  height: 100px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
header a {
  color: inherit;
  text-decoration: none;
}
header .flex-wrap {
  flex-wrap: nowrap;
}
header .menu-icon {
  display: none;
  cursor: pointer;
}
header .logo {
  max-height: 80px;
}
header .logo img {
  transition: all 0.3s;
  max-height: 80px;
  box-sizing: border-box;
  margin-right: 30px;
  display: block;
}
header .nav nav ul {
  flex-wrap: wrap;
  justify-content: left;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  line-height: 16px;
}
header .nav nav ul li {
  list-style: none;
  margin: 0 9px;
}
header .nav nav ul li a {
  transition: all 0.2s;
  display: inline-block;
  padding: 10px 0 7px 0;
  font-weight: 700;
  box-sizing: border-box;
  border-bottom: 3px solid transparent;
}
header .nav nav ul li a:hover {
  color: #f57b51;
  border-color: #f57b51;
}
header .nav nav ul .current a {
  color: #f57b51;
  border-bottom: 3px solid #f57b51;
}
header .nav nav ul li:first-child {
  margin-left: 0;
}
header .nav nav ul li:last-child {
  margin-right: 0;
}
header .nav nav ul .logout-button {
  border-left: 1px solid #ddd;
  padding-left: 14px;
}
header .nav nav ul .search-button .search-window {
  min-width: 260px;
  z-index: 150;
  padding: 20px 20px 20px;
  opacity: 0;
  margin: 0;
  transition: opacity 0.25s;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  border: 2px solid #ddd;
  color: #777;
  background-color: #fff;
  left: -9999px;
  font-size: 0.8em;
  position: absolute;
}
header .nav nav ul .search-button .search-window .search-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .nav nav ul .search-button .search-window .search-bar input[type=text] {
  font-family: "Nunito Sans", sans-serif;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 2.507em;
  font-size: 0.97em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}
header .nav nav ul .search-button .search-window .search-bar button {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f57b51;
  text-transform: uppercase;
  font-size: 0.97em;
  letter-spacing: 0.03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  color: currentColor;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  border-radius: 0;
  margin-top: 0;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}
header .nav nav ul .search-button .search-window .search-bar button .material-icons {
  color: #FFFFFF;
}
header .nav nav ul .search-button:hover {
  color: #f57b51;
}
header .nav nav ul .search-button:hover .search-window {
  left: auto;
  opacity: 1;
}
header .eu img {
  transition: all 0.3s;
  max-height: 60px;
  box-sizing: border-box;
  display: block;
}

.header-fixed {
  z-index: 10;
  position: fixed;
  top: 0px;
  left: 0;
  height: 60px;
  width: 100%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.header-fixed .flex-wrap {
  align-items: center;
}
.header-fixed nav {
  align-self: stretch;
  flex: 1;
  height: 60px;
}
.header-fixed nav li {
  height: 60px;
}
.header-fixed nav li > a {
  margin-top: 13px;
  height: 47px;
}
.header-fixed img {
  max-height: 40px !important;
}
main .breadcrumb-nav .flex-wrap {
  justify-content: flex-start;
  align-items: center;
  padding: 1em 0;
}
main .breadcrumb-nav .flex-wrap .flex-wrap-content {
  align-self: center;
}
main .breadcrumb-nav img {
  display: block;
  width: 20px;
  align-self: center;
}
main .breadcrumb-nav span {
  display: flex;
  margin-left: 7px;
}
main .breadcrumb-nav span a {
  margin-left: 7px;
  align-self: center;
  color: inherit;
  text-decoration: none;
}
main .orange-headline {
  display: block;
  background-color: rgb(255, 242, 229);
}
main .orange-headline .flex-wrap {
  padding: 20px 0;
  justify-content: center;
}
main .orange-headline .flex-wrap .flex-wrap-content {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  text-align: center;
}
main .orange-headline .flex-wrap .flex-wrap-content img {
  margin-right: 20px;
}
main .orange-headline img {
  width: 60px;
  margin-left: -60px;
}
main .orange-headline h2 {
  margin: 0.5em 0;
  font-size: 2em;
}
main .slide-show {
  display: block;
  height: 500px;
  overflow-x: hidden;
}
main .slide-show a {
  color: inherit;
  text-decoration: none;
}
main .slide-show .inner-page-width-wrap {
  height: auto;
}
main .slide-show .slides {
  display: flex;
  width: auto;
  flex-wrap: nowrap;
  justify-content: left;
  height: 100%;
}
main .slide-show .slides .slide {
  background-color: rgb(255, 242, 229);
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0vw);
  flex-shrink: 0;
  width: 100vw;
  height: 100%;
}
main .slide-show .slides .slide .background {
  position: absolute;
  left: 44%;
  height: 100%;
  z-index: -10;
}
main .slide-show .slides .slide .inner-content {
  height: auto;
  width: 100%;
  box-sizing: border-box;
}
main .slide-show .slides .slide .inner-content .inner-wrap {
  max-width: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  padding: 0px 50px 100px 0px;
  margin-left: 40px;
}
main .slide-show .slides .slide .inner-content .inner-wrap h1, main .slide-show .slides .slide .inner-content .inner-wrap span {
  font-weight: 700;
  line-height: 1.3;
  font-size: 2.2em;
}
main .slide-show .slides .slide .inner-content .inner-wrap p {
  font-size: 1em;
}
main .slide-show .controls {
  position: relative;
  height: 0;
  top: -500px;
}
main .slide-show .controls .wrap {
  height: 0;
}
main .slide-show .controls .flex-wrap {
  height: 500px;
  width: 0;
}
main .slide-show .controls .right {
  position: relative;
  left: 100%;
}
main .slide-show .controls .left-arrow {
  position: relative;
  top: 0;
  left: 14px;
  height: auto;
  width: 36px;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
}
main .slide-show .controls .right-arrow {
  position: relative;
  top: 0;
  left: -50px;
  height: auto;
  width: 36px;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
}
main .slide-show .controls .arrow {
  color: #111;
  cursor: pointer;
  font-size: 0.97em;
  letter-spacing: 0.03em;
  border-color: currentColor;
  fill: currentColor;
}
main .slide-show .controls .flex-wrap-content {
  width: 0;
}
main .height-400 {
  height: 400px;
}
main .height-400 .inner-wrap {
  max-width: 38% !important;
  -ms-flex-preferred-size: 38% !important;
  flex-basis: 38% !important;
  padding: 0px 50px 0 0 !important;
}
main .height-400 .controls {
  position: relative;
  height: 0;
  top: -400px;
}
main .height-400 .controls .flex-wrap {
  height: 400px;
}
main .blue-boxes a {
  color: inherit;
  text-decoration: none;
}
main .blue-boxes {
  margin-bottom: -50px;
}
main .blue-boxes .flex-wrap {
  position: relative;
  top: -100px;
}
main .blue-boxes .box {
  display: block;
  align-self: stretch;
  background-color: #0b254b;
  color: white;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  width: 31.8%;
  transition: all 0.2s;
}
main .blue-boxes .box h3 {
  font-size: 1.25em;
  margin: 0 auto 0.5em;
  font-weight: 700;
}
main .blue-boxes .box img {
  width: 60px;
  margin-bottom: 1em;
}
main .blue-boxes .box p {
  font-size: 0.9em;
  line-height: 1.78em;
  margin: 0 auto 24px;
}
main .blue-boxes .box:hover {
  transform: translateY(-8px);
  box-shadow: 0px 30px 30px 0 #999;
}
main .info-box a {
  color: inherit;
  text-decoration: none;
}
main .info-box {
  /*margin-bottom: -50px;*/
  /*.flex-wrap {
  	position: relative;
  	top: -100px;
  }*/
}
main .info-box .box {
  display: block;
  align-self: stretch;
  /*background-color: #0b254b;
  color: white;*/
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  /*width: 31.8%;
  transition: all 0.2s;*/
}
main .info-box .box h3 {
  font-size: 1.9em;
  margin: 0 auto 0.5em;
  font-weight: 700;
}
main .info-box .box img {
  width: 60px;
  margin-bottom: 1em;
}
main .info-box .box p {
  font-size: 0.9em;
  line-height: 1.78em;
  margin: 0 auto 24px;
}
main .info-box .box {
  /*&:hover {
  	transform: translateY(-8px);
  	box-shadow: 0px 30px 30px 0 #999;
  }*/
}
main .single-button {
  justify-content: center;
  display: block;
  margin-bottom: 50px;
}
main .single-button .flex-wrap-content {
  position: relative;
  margin: 0 auto;
  font-size: 1.15em;
}
main .single-button .flex-wrap-content .btn {
  margin: 0;
}
main .orange-box {
  background-color: rgb(255, 242, 229);
  padding: 30px 0;
  display: block;
  width: 100%;
  min-height: 370px;
}
main .orange-box .inner-page-width-wrap > .flex-wrap {
  justify-content: space-between;
  flex: 1;
  align-items: inherit;
  align-items: unset;
}
main .orange-box .inner-page-width-wrap > .flex-wrap > .flex-wrap-content {
  min-height: 350px;
  align-self: stretch;
  text-align: center;
}
main .orange-box .inner-page-width-wrap > .flex-wrap > .flex-wrap-content a {
  color: inherit;
  text-decoration: none;
}
main .orange-box .inner-page-width-wrap > .flex-wrap > .flex-wrap-content > .flex-wrap {
  align-self: stretch;
  height: calc(100% - 8.8em);
  margin: 0 0 20px 0;
  align-items: inherit;
  align-items: unset;
}
main .orange-box .inner-page-width-wrap > .flex-wrap > .flex-wrap-content > .flex-wrap > .flex-wrap-content {
  height: 100%;
}
main .orange-box .inner-page-width-wrap > .flex-wrap > .flex-wrap-content:nth-child(1) {
  width: 65.75%;
}
main .orange-box .inner-page-width-wrap > .flex-wrap > .flex-wrap-content:nth-child(1) > .flex-wrap > .flex-wrap-content {
  width: 48%;
}
main .orange-box .inner-page-width-wrap > .flex-wrap > .flex-wrap-content:nth-child(2) {
  display: flex;
  width: 2px;
}
main .orange-box .inner-page-width-wrap > .flex-wrap > .flex-wrap-content:nth-child(2) .divider {
  align-self: center;
  height: calc(100% - 8.8em);
  width: 100%;
  border-left: 1px solid #0b254b;
  box-sizing: border-box;
}
main .orange-box .inner-page-width-wrap > .flex-wrap > .flex-wrap-content:nth-child(3) {
  width: 31.5%;
}
main .orange-box .inner-page-width-wrap > .flex-wrap > .flex-wrap-content:nth-child(3) h5 {
  font-size: 1.15em;
}
main .orange-box .box {
  height: 100%;
  text-align: left;
  width: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
  display: block;
  transition: all 0.2s;
}
main .orange-box .box h5 {
  line-height: 1.3;
  margin-top: 0.1em;
  margin-bottom: 0.5em;
  font-size: 1.25em;
}
main .orange-box .box span {
  font-size: 0.7em;
  font-style: italic;
}
main .orange-box .box p {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  font-size: 1em;
  line-height: 1.6em;
}
main .orange-box .box:hover {
  transform: translateY(-8px);
  box-shadow: 0px 30px 30px 0 #999;
}
main .orange-box h3 {
  margin: 0 0 1em 0;
  font-size: 1.9em;
}
main .orange-box h3, main .orange-box h5, main .orange-box span, main .orange-box p {
  width: 100%;
}
main .person-show {
  text-align: center;
  margin-bottom: 50px;
}
main .person-show .slides a {
  color: inherit;
  text-decoration: none;
}
main .person-show .slides {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  margin-bottom: 50px;
}
main .person-show .slides .slide {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  flex-shrink: 0;
}
main .person-show .slides .slide .flex-wrap .flex-wrap-content {
  width: 25%;
}
main .person-show .box {
  text-align: center;
  flex-direction: column;
}
main .person-show .box img {
  margin: 0 auto;
  object-fit: cover;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
main .person-show .box span {
  margin-top: 10px;
  transition: all 0.2s;
}
main .person-show .box span:first-of-type {
  font-size: 1.1em;
  font-weight: 700;
  color: #0b254b;
}
main .person-show .box:hover span:last-of-type {
  transition: all 0.2s;
  color: #f57b51;
}
main .person-show h2 {
  font-size: 2em;
}
main .drop-downs .drop-down {
  transition: all 0.3s;
  border-top: 1px solid #ddd;
}
main .drop-downs .drop-down .drop-down-header {
  transition: all 0.3s;
  padding: 15px 10px;
  display: flex;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
main .drop-downs .drop-down .drop-down-header .arrow-down {
  transition: all 0.3s;
  display: block;
  transform: rotateZ(90deg);
  width: 25px;
  height: 25px;
}
main .drop-downs .drop-down .drop-down-header span {
  align-self: center;
  margin-left: 10px;
  font-size: 1.1em;
}
main .drop-downs .drop-down .drop-down-header:hover {
  color: #f57b51;
}
main .drop-downs .drop-down .drop-down-content {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  max-height: 0px;
  padding: 0px 37px;
}
main .drop-downs .drop-down .drop-down-content p {
  margin: 0 0 0.5em;
  line-height: 1.8em;
}
main .drop-downs .active {
  border-top: 1px solid #000000;
}
main .drop-downs .active .drop-down-header {
  background-color: rgba(0, 0, 0, 0.03);
}
main .drop-downs .active .drop-down-header .arrow-down {
  transform: rotateZ(-90deg);
}
main .drop-downs .active .drop-down-header span {
  font-weight: 700;
}
main .drop-downs .active .drop-down-content {
  background-color: rgba(0, 0, 0, 0.03);
  max-height: 10000px;
  padding: 15px 37px;
}
main .headline-button {
  justify-content: center;
  display: block;
  padding: 30px 0 60px 0;
}
main .headline-button .flex-wrap-content {
  position: relative;
  margin: 0 auto;
  font-size: 1.2em;
  text-align: center;
}
main .headline-button img {
  width: 60px;
}
main .headline-button h2 {
  font-size: 1.6em;
}
main .headline-button span {
  font-size: 1.2em;
}
main .headline-button p {
  font-size: 0.8em;
}
main .headline-button .btn span, main .headline-button .btn-na span {
  font-size: 1.2em;
}
main .news-list a {
  color: inherit;
  text-decoration: none;
}
main .news-list {
  padding: 20px 10%;
}
main .news-list .news {
  transition: all 0.2s;
  padding: 20px 20px;
  margin-bottom: 20px;
  font-size: 0.98em;
}
main .news-list .news h3, main .news-list .news p, main .news-list .news span {
  margin: 0 0 0.5em;
}
main .news-list .news p {
  margin-top: 0.5em;
}
main .news-list .news .small {
  font-size: 0.8em;
  font-style: italic;
  opacity: 0.8;
}
main .news-list .news:hover {
  transform: translateY(-8px);
  box-shadow: 0px 30px 30px 0 #999;
}
main .navigate-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
main .navigate-buttons .flex-wrap-content {
  margin: 10px;
}
main .navigate-buttons .flex-wrap-content a {
  padding: 0.5em 1em;
}
main .ask-us > .flex-wrap {
  justify-content: space-around;
}
main .ask-us > .flex-wrap > .flex-wrap-content {
  width: 48%;
  min-width: 120px;
  margin-bottom: 20px;
}
main .ask-us > .flex-wrap > .flex-wrap-content > .flex-wrap {
  justify-content: space-around;
  align-items: flex-start;
}
main .ask-us > .flex-wrap > .flex-wrap-content > .flex-wrap > .flex-wrap-content:nth-child(1) {
  text-align: right;
  min-width: 100px;
}
main .ask-us > .flex-wrap > .flex-wrap-content > .flex-wrap > .flex-wrap-content:nth-child(2) {
  width: 70%;
}
main .ask-us img {
  margin: 0 auto;
  margin-right: 20px;
  object-fit: cover;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
main .ask-us .name {
  font-weight: 700;
  font-size: 1.1em;
}
main .ask-us .text {
  line-height: 1.6em;
}
main .ask-us .text:hover {
  transition: all 0.3s;
  color: #f57b51;
}
main .text {
  line-height: 1.6em;
  padding: 20px 15px;
}
main .text-shrink {
  line-height: 1.6em;
  padding: 20px 10%;
}
main .text-shrink h1 {
  line-height: 1.2em;
}
main .contact-map .flex-wrap {
  align-items: stretch;
  margin-top: 40px;
}
main .contact-map .flex-wrap .flex-wrap-content {
  width: 48.5%;
  box-sizing: border-box;
}
main .contact-map .flex-wrap .flex-wrap-content:nth-child(1) {
  border: 1px solid #f57b51;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
main .contact-map .headline {
  font-size: 1.3em;
}
main .contact-map .contact {
  display: flex;
  align-items: center;
  margin: 14px 0;
}
main .contact-map .contact a {
  color: inherit;
  text-decoration: none;
}
main .contact-map .contact img {
  width: 20px;
  display: block;
  margin-right: 5px;
}
main .contact-map .contact:last-of-type {
  margin: 0 0 14px 0;
}
main .contact-map p {
  margin: 0;
}
main .contact-map .btn {
  margin: auto;
}
main .address a {
  color: inherit;
  text-decoration: none;
}
main .address p {
  margin: 0.4em 0;
}
main .address .contact {
  display: flex;
  align-items: center;
}
main .address .contact img {
  width: 20px;
  display: block;
  margin-right: 5px;
}
main .address h4 {
  margin-bottom: 0.5em;
}
main .form {
  display: block;
  margin: 40px 0;
}
main .form .form-wrap {
  padding: 40px 80px;
  margin: auto;
  width: 60%;
  background-color: rgb(255, 242, 229);
  box-sizing: border-box;
  font-weight: 700;
}
main .form .form-wrap form .header {
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  width: 100%;
  display: inline-block;
}
main .form .form-wrap form .red {
  color: red;
}
main .form .form-wrap form .small {
  font-size: 0.8em;
}
main .form .form-wrap form .form-group {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
main .form .form-wrap form .form-group label {
  font-size: 0.9em;
  font-weight: 700;
}
main .form .form-wrap form .form-group input[type=text], main .form .form-wrap form .form-group input[type=date], main .form .form-wrap form .form-group input[type=password] {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 2.507em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  font-weight: bold;
}
main .form .form-wrap form .form-group input[type=text]:hover, main .form .form-wrap form .form-group input[type=date]:hover, main .form .form-wrap form .form-group input[type=password]:hover {
  box-shadow: inset 0 -1.8em 1em 0 rgba(0, 0, 0, 0);
}
main .form .form-wrap form .form-group textarea {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0.75em 0.75em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  font-weight: bold;
}
main .form .form-wrap form .form-group textarea:hover {
  box-shadow: inset 0 -1.8em 1em 0 rgba(0, 0, 0, 0);
}
main .form .form-wrap form .form-group input[type=checkbox] {
  padding: 10px !important;
}
main .form .form-wrap form .form-group input[type=button], main .form .form-wrap form .form-group input[type=submit] {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.95em;
  font-weight: 700;
  padding: 0.6em 1.5em;
}
main .form .form-wrap form .form-group .error-required-text, main .form .form-wrap form .form-group .error-format-text {
  display: none;
  width: 100%;
}
main .form .form-wrap form .required label:after {
  content: " *";
  color: red;
}
main .form .form-wrap form .error-required input {
  outline: 2px dashed red !important;
}
main .form .form-wrap form .error-required .error-required-text {
  display: inline;
}
main .form .form-wrap form .error-format input {
  outline: 2px dashed red !important;
}
main .form .form-wrap form .error-format .error-format-text {
  display: inline;
}
main .form .form-wrap form .inline {
  flex-direction: row;
  flex-wrap: wrap;
}
main .form .form-wrap form .inline input {
  margin-right: 10px;
}
main .form .form-wrap-login {
  width: 40%;
}
main .orange-wwcdfu {
  margin-top: 50px;
  display: block;
  background-color: rgb(255, 242, 229);
}
main .orange-wwcdfu .header h2 {
  font-size: 1.3em;
  margin: 0;
}
main .orange-wwcdfu .boxes {
  align-items: stretch;
}
main .orange-wwcdfu .boxes .flex-wrap-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
}
main .orange-wwcdfu .boxes .flex-wrap-content:nth-child(odd) {
  padding: 0px 10px 10px 10px;
  width: 30%;
}
main .orange-wwcdfu .boxes .flex-wrap-content img {
  width: 60px;
}
main .orange-wwcdfu .boxes .flex-wrap-content span {
  font-size: 1.1em;
}
main .orange-wwcdfu .boxes .flex-wrap-content strong {
  font-weight: 700;
}
main .orange-wwcdfu .boxes .flex-wrap-content .bigger {
  font-size: 1.1em;
}
main .orange-wwcdfu .boxes .flex-wrap-content .divider {
  height: 100%;
  border-left: 1px solid #000000;
}
main .orange-wwcdfu > .text {
  padding: 0 10% 60px;
  margin-top: 80px;
}
main .orange-wwcdfu > .text h3 {
  font-size: 1.3em;
  margin: 0;
}
main .orange-wwcdfu > .text .btn {
  margin-top: 20px;
  font-size: 0.7em;
}
main .orange-wwcdfu .text {
  width: 100%;
}
main .how-it-works {
  margin-bottom: 40px;
}
main .how-it-works h2 {
  font-size: 1.3em;
  margin: 0;
}
main .how-it-works .boxes {
  align-items: stretch;
}
main .how-it-works .boxes .flex-wrap-content:nth-child(odd) {
  padding: 20px;
  width: 20%;
  box-sizing: border-box;
}
main .how-it-works .boxes .flex-wrap-content:nth-child(odd) img {
  height: 60px;
}
main .how-it-works .boxes .flex-wrap-content:nth-child(even) {
  width: 2%;
  box-sizing: border-box;
  align-self: stretch;
  flex-basis: fill;
}
main .how-it-works .boxes .flex-wrap-content:nth-child(even) .divider {
  background-image: url("../Images/arrow.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
main .contact {
  margin-bottom: 40px;
  box-sizing: border-box;
}
main .contact .flex-wrap {
  justify-content: center;
  margin-top: 40px;
}
main .contact .flex-wrap .flex-wrap-content {
  text-align: center;
  border: 1px solid #f57b51;
  padding: 20px 80px;
  display: flex;
  flex-direction: column;
}
main .contact .flex-wrap .flex-wrap-content p {
  margin: 2px;
}
main .contact .flex-wrap .flex-wrap-content p a {
  color: inherit;
  text-decoration: none;
}
main .contact .flex-wrap .flex-wrap-content h2 {
  font-size: 1.9em;
  margin-top: 0;
}
main .contact .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px 0;
}
main .contact .contact img {
  width: 20px;
  display: block;
  margin-right: 5px;
}
main .contact .btn {
  margin: 15px auto 0 auto;
}
main .tabbed-content {
  display: block;
  background-color: rgba(0, 0, 0, 0.03);
  padding-bottom: 60px;
  margin-bottom: 20px;
}
main .tabbed-content .header {
  padding-bottom: 0;
}
main .tabbed-content .tabs-header {
  margin: 0 auto;
  padding: 0;
  display: flex;
  box-sizing: border-box;
  width: 80%;
}
main .tabbed-content .tabs-header .tab-header {
  padding: 10px 20px;
  border: 2px solid #ddd;
  border-bottom: none;
  margin-right: 2px;
  font-weight: 700;
  opacity: 0.8;
  cursor: pointer;
  background-color: #FFFFFF;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
main .tabbed-content .tabs-header .tab-header:hover {
  opacity: 1;
}
main .tabbed-content .tabs-header .current {
  background-color: #0b254b;
  color: #FFFFFF;
  opacity: 1;
}
main .tabbed-content .tabs-content {
  margin: 0 auto;
  padding: 10px 20px 30px 20px;
  border: 2px solid #ddd;
  box-sizing: border-box;
  width: 80%;
  background-color: #FFFFFF;
}
main .tabbed-content .tabs-content .tab-content {
  display: none;
  width: 100%;
}
main .tabbed-content .tabs-content .tab-content .drop-downs {
  width: 100%;
  padding: 0;
  margin: 0;
}
main .tabbed-content .tabs-content .tab-content .drop-downs .active .drop-down-header, main .tabbed-content .tabs-content .tab-content .drop-downs .active .drop-down-content {
  background-color: #FFFFFF;
}
main .tabbed-content .tabs-content .tab-content .text {
  padding: 0;
}
main .tabbed-content .tabs-content .tab-content .text p {
  margin-top: 0;
}
main .tabbed-content .tabs-content .tab-content table th, main .tabbed-content .tabs-content .tab-content table td {
  font-size: 0.9em;
  border-bottom: 1px solid #ddd;
  padding: 5px 5px;
  min-width: 130px;
  width: 16.6666666667%;
  text-align: left;
  color: #666;
}
main .tabbed-content .tabs-content .tab-content .button {
  display: flex;
  justify-content: center;
}
main .tabbed-content .tabs-content .tab-content .button a {
  color: inherit;
  text-decoration: none;
}
main .tabbed-content .tabs-content .tab-content .button .btn, main .tabbed-content .tabs-content .tab-content .button .btn-na {
  margin: 40px auto 0;
  align-self: center;
}
main .tabbed-content .tabs-content .current {
  display: block;
}
main .table-wrap {
  width: 100%;
  overflow-x: scroll;
}
main .most-questions .btn {
  font-size: 0.7em;
}
main .register-alert {
  margin-bottom: 40px;
  box-sizing: border-box;
}
main .register-alert .flex-wrap {
  justify-content: center;
  margin-top: 40px;
}
main .register-alert .flex-wrap .flex-wrap-content {
  width: 50%;
  text-align: center;
  border: 1px solid #f57b51;
  padding: 20px 80px;
  display: flex;
  flex-direction: column;
}
main .register-alert .flex-wrap .flex-wrap-content p {
  margin: 2px;
}
main .register-alert .flex-wrap .flex-wrap-content h2 {
  font-size: 1.9em;
}
main .register-alert p {
  font-size: 1.3em;
}
main .register-alert .buttons {
  justify-content: center;
  margin-top: 0;
}
main .register-alert .btn-na {
  margin: 15px 10px 0;
}
main .forum a {
  color: inherit;
  text-decoration: none;
}
main .forum .header {
  padding-left: 15px;
  font-size: 1.3em;
}
main .forum .content {
  margin-bottom: 40px;
}
main .forum .content .item {
  padding: 0 15px 20px;
  border-bottom: 1px solid #ddd;
}
main .forum .content .item .flex-wrap-content {
  box-sizing: border-box;
  padding: 20px 0;
}
main .forum .content .item .text {
  width: 79%;
}
main .forum .content .item .text .header {
  display: flex;
  align-items: center;
  padding: 0;
}
main .forum .content .item .text .header img {
  height: 1.8em;
  margin-right: 0.5em;
}
main .forum .content .item .text p {
  margin: 0 0 0.5em;
}
main .forum .content .item .info {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  text-align: right;
  width: 20%;
}
main .forum .content .item .info p {
  margin: 0 0 0.5em;
}
main .forum-detail .header {
  padding-left: 15px;
  line-height: 1.6em;
}
main .forum-detail .header h2 {
  font-size: 1.3em;
}
main .forum-detail .header p {
  font-size: 1em;
}
main .forum-detail .content {
  margin-bottom: 40px;
}
main .forum-detail .content .item {
  align-items: flex-start;
  flex-direction: column;
  padding: 15px 15px 20px;
  border-top: 1px solid #ddd;
}
main .forum-detail .content .item .flex-wrap-content {
  box-sizing: border-box;
  padding: 0 0;
}
main .forum-detail .content .item .text {
  width: 100%;
}
main .forum-detail .content .item .text .header {
  display: flex;
  align-items: center;
  padding: 0;
}
main .forum-detail .content .item .text .header img {
  height: 1.8em;
  margin-right: 0.5em;
}
main .forum-detail .content .item .text p {
  margin: 0 0 0.5em;
}
main .forum-detail .content .item .info {
  display: flex;
  align-items: center;
  align-self: flex-start;
  text-align: left;
  width: 100%;
}
main .forum-detail .content .item .info .name {
  font-size: 1.25em;
  font-weight: 700;
  padding-right: 20px;
}
main .forum-detail .content .item .button {
  justify-content: left;
  line-height: 1.4em;
}
main .forum-detail .content .item .button .btn, main .forum-detail .content .item .button .btn-na {
  font-size: 0.9em;
}
main .forum-detail .content .item .reaction > .item {
  padding-left: 80px;
}
main .modal-dialog {
  opacity: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
main .modal-dialog content {
  margin: 100px auto;
}
main .modal-dialog content .form-wrap {
  border-radius: 2px;
}
main .modal-dialog content .header, main .modal-dialog content .red {
  display: none !important;
}
main .modal-dialog .close-button {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 200;
  font-size: 40px;
  position: fixed;
  top: 100px;
  right: 20px;
  height: 60px;
  width: 60px;
  line-height: 1em;
  background-color: #ddd;
  cursor: pointer;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ddd;
}
main .modal-dialog .close-button:hover {
  border-color: white;
}
main .modal-dialog .close-button .material-icons {
  font-size: 40px;
}
main .visible {
  display: block;
  animation: dialog-in 0.3s ease-in-out 0.1s 1 forwards;
}
main .hcwhy-header {
  padding-bottom: 0;
  margin-bottom: 0;
}
main .hcwhy-box {
  max-width: 900px;
}
main .hcwhy-box .flex-wrap {
  margin-top: 0;
}
main .hcwhy-box img {
  width: 60px;
  margin: 0 auto;
}
main .hcwhy-box h4 {
  margin: 0;
  padding: 0;
}
main .hcwhy-box p a {
  color: #f57b51 !important;
}
main .hcwhy-box p a:hover {
  color: inherit !important;
}
main .hcwhy-box .btn span {
  font-size: 1.2em;
}
main .hcwhy-box h3 {
  margin-top: 0;
}
main .white-boxes a {
  color: inherit;
  text-decoration: none;
}
main .white-boxes .flex-wrap {
  position: relative;
}
main .white-boxes .box {
  display: block;
  align-self: stretch;
  background-color: #FFFFFF;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  width: 31.8%;
  transition: all 0.2s;
  box-shadow: 0px 30px 30px 0 #999;
}
main .white-boxes .box h3 {
  font-size: 1.25em;
  margin: 0 auto 0.5em;
  font-weight: 700;
}
main .white-boxes .box img {
  width: 60px;
  margin-bottom: 1em;
}
main .white-boxes .box p {
  font-size: 1em;
  line-height: 1.78em;
  margin: 0 auto 24px;
  transition: all 0.2s;
}
main .white-boxes .box p:hover {
  color: #d63447;
}
main .white-boxes .box p .color-orange {
  transition: all 0.2s;
}
main .white-boxes .box p .color-orange:hover {
  color: inherit !important;
}
main .orange-box-reversed {
  background-color: rgb(255, 242, 229);
  padding: 30px 0;
  display: block;
  width: 100%;
  min-height: 370px;
  margin-top: 100px;
}
main .orange-box-reversed .inner-page-width-wrap > .flex-wrap {
  justify-content: space-between;
  flex: 1;
}
main .orange-box-reversed .inner-page-width-wrap > .flex-wrap > .flex-wrap-content {
  min-height: 350px;
  align-self: stretch;
  text-align: center;
}
main .orange-box-reversed .inner-page-width-wrap > .flex-wrap > .flex-wrap-content a {
  color: inherit;
  text-decoration: none;
}
main .orange-box-reversed .inner-page-width-wrap > .flex-wrap > .flex-wrap-content > .flex-wrap {
  align-self: stretch;
  height: calc(100% - 8.8em);
  margin: 0 0 20px 0;
}
main .orange-box-reversed .inner-page-width-wrap > .flex-wrap > .flex-wrap-content > .flex-wrap > .flex-wrap-content {
  height: 100%;
}
main .orange-box-reversed .inner-page-width-wrap > .flex-wrap > .flex-wrap-content:nth-child(3) {
  width: 65.75%;
}
main .orange-box-reversed .inner-page-width-wrap > .flex-wrap > .flex-wrap-content:nth-child(3) > .flex-wrap > .flex-wrap-content {
  width: 48%;
}
main .orange-box-reversed .inner-page-width-wrap > .flex-wrap > .flex-wrap-content:nth-child(2) {
  display: flex;
  width: 2px;
}
main .orange-box-reversed .inner-page-width-wrap > .flex-wrap > .flex-wrap-content:nth-child(2) .divider {
  align-self: center;
  height: calc(100% - 8.8em);
  width: 100%;
  border-left: 1px solid #0b254b;
  box-sizing: border-box;
}
main .orange-box-reversed .inner-page-width-wrap > .flex-wrap > .flex-wrap-content:nth-child(1) {
  width: 31.5%;
}
main .orange-box-reversed .inner-page-width-wrap > .flex-wrap > .flex-wrap-content:nth-child(1) .box {
  text-align: center;
}
main .orange-box-reversed .inner-page-width-wrap > .flex-wrap > .flex-wrap-content:nth-child(1) h5 {
  font-size: 1.4em;
}
main .orange-box-reversed .box {
  height: 100%;
  text-align: left;
  width: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
  display: block;
  transition: all 0.2s;
}
main .orange-box-reversed .box h5 {
  line-height: 1.3;
  margin-top: 0.1em;
  margin-bottom: 0.5em;
  font-size: 1.25em;
}
main .orange-box-reversed .box p {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  font-size: 1em;
  line-height: 1.6em;
}
main .orange-box-reversed .box .btn {
  margin-top: 20px;
  width: auto;
}
main .orange-box-reversed .box:hover {
  transform: translateY(-8px);
  box-shadow: 0px 30px 30px 0 #999;
}
main .orange-box-reversed h3 {
  margin: 0 0 1em 0;
  font-size: 1.9em;
}
main .orange-box-reversed h3, main .orange-box-reversed h5, main .orange-box-reversed span, main .orange-box-reversed p {
  width: 100%;
}
main .hwchy-boxes .flex-wrap {
  align-items: stretch;
}
main .hwchy-boxes .flex-wrap .flex-wrap-content {
  background-color: #0b254b;
  padding: 20px;
  width: 49%;
  box-sizing: border-box;
  color: #FFFFFF;
  text-align: center;
  margin-top: 25px;
  transition: all 0.2s;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
main .hwchy-boxes .flex-wrap .flex-wrap-content img {
  width: 100%;
}
main .hwchy-boxes .flex-wrap .flex-wrap-content:hover {
  transform: translateY(-4px);
}
main .hwchy-boxes .flex-wrap .flex-wrap-content > p {
  flex: 1 1 auto;
}
main .hwchy-boxes .flex-wrap .flex-wrap-content .btn {
  align-self: center;
}
main .full-text-search-form {
  padding-top: 40px;
}
main .full-text-search-form .error {
  padding-bottom: 20px;
  color: #d63447;
}
main .full-text-search-form .form-group h3, main .full-text-search-form .form-group h4 {
  padding: 0;
  margin: 0;
}
main .full-text-search-form .form-group input[type=text] {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em 0.3em;
  font-size: 1.2em;
}
main .full-text-search-form .form-group text label {
  margin-left: 4px;
}
main .full-text-search-form .form-group.mb {
  margin-bottom: 10px;
}
main .full-text-search-form .flex-wrap {
  align-content: flex-start;
  align-items: flex-start;
}
main .full-text-search-form .flex-wrap .flex-wrap-content {
  width: 49.5%;
}
main .full-text-search-form .button {
  padding-top: 20px;
}
main .full-text-search-form .btn-na span {
  font-size: 1em;
}
main .full-text-search-form .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
main .full-text-search-form .tags .tag {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 8px 16px;
  background-color: #f57b51;
  color: #FFFFFF;
  margin-right: 2px;
  margin-bottom: 2px;
}
main .full-text-search-form .tags .tag .close {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  font-size: 1.2em;
  border-radius: 100%;
  background-color: #FFFFFF;
  color: #f57b51;
  cursor: pointer;
}
main .full-text-search-result .flex-wrap-content .material-icons {
  font-size: 1.2em;
  vertical-align: bottom;
  margin-bottom: 0.25em;
}
main .full-text-search-result a {
  color: #f57b51;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}
main .full-text-search-result a:hover {
  color: inherit;
}
main .full-text-search-result .content .item .text {
  width: 50%;
}
main .full-text-search-result .content .item .info {
  width: 48%;
  text-align: left;
  align-self: flex-start;
}
main .full-text-search-result .content .item .info .header {
  padding-left: 0;
}

@keyframes dialog-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
footer {
  background-color: #0b254b;
  color: #FFFFFF;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer .partners .flex-wrap {
  align-items: flex-start;
}
footer .partners .flex-wrap-content {
  width: auto;
  flex: 1;
  padding: 10px;
}
footer .partners .flex-wrap-content img {
  max-width: 150px;
}
footer .partners p {
  line-height: 2em;
  font-size: 0.8em;
}
footer .partners ul {
  margin: 0;
  padding: 0;
}
footer .partners ul li {
  list-style: none;
  text-decoration: none;
  margin-bottom: 1em;
}
footer .partners h4 {
  font-size: 1.4em;
}
footer .partners .social img {
  height: 40px;
  margin-right: 20px;
  margin-bottom: 20px;
}
footer .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9em;
  text-align: center;
  padding: 80px 0 20px 0;
}
footer .copyright .flex-wrap-content {
  margin: 0 auto;
}

@media (max-width: 1000px) {
  body {
    padding-top: 200px;
  }
  header {
    height: 180px;
  }
  header .menu-icon {
    display: block;
    flex-basis: 0;
    margin-right: -40px;
  }
  header .flex-wrap {
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
  }
  header .flex-wrap .logo img {
    margin: 0;
  }
  header .flex-wrap:after {
    content: " ";
  }
  header .nav {
    overflow: auto;
    position: fixed;
    height: 100vh;
    min-height: auto;
    left: -300px;
    top: 0;
    width: 300px;
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 100;
  }
  header .nav ul li {
    height: auto;
    width: 100%;
    display: block;
    margin: 0 !important;
    padding: 0;
  }
  header .nav ul li a {
    width: 100%;
    padding: 30px 30px 0 30px !important;
    height: 60px;
    display: block;
    margin: 0 !important;
  }
  header .nav ul .search-button a {
    display: none;
  }
  header .nav ul .search-button .search-window {
    position: static !important;
    left: auto !important;
    opacity: 1 !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  header .eu {
    display: block;
    position: absolute;
    top: 10px;
    left: 15px;
    align-self: flex-start;
    z-index: -1;
    opacity: 1;
  }
  header .eu img {
    max-width: 90vw;
  }
  .header-fixed .eu {
    opacity: 0;
  }
  main .form .form-wrap-login {
    width: 70%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .flex-wrap:after {
    display: none;
  }
  main .slide-show .slides .slide .background {
    margin-top: -250px;
  }
  main .height-400 .slides .slide .background {
    margin-top: -200px;
  }
}
@media (max-width: 700px) {
  main .slide-show {
    background-color: #fff2e5;
    height: auto;
  }
  main .slide-show .slide {
    display: flex;
    flex-direction: row;
  }
  main .slide-show .slide .background {
    display: block;
    position: static !important;
    max-height: 300px !important;
    margin: 0 auto !important;
  }
  main .slide-show .inner-wrap {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 30px !important;
  }
  main .slide-show .inner-wrap h1 {
    line-height: 1.2em !important;
    font-size: 2em !important;
  }
  main .slide-show .inner-page-width-wrap {
    align-self: flex-end;
  }
  main .blue-boxes, main .white-boxes {
    margin-bottom: 50px;
  }
  main .blue-boxes .flex-wrap, main .white-boxes .flex-wrap {
    top: 0 !important;
  }
  main .blue-boxes .flex-wrap-content, main .white-boxes .flex-wrap-content {
    width: 100% !important;
    margin-top: 20px;
  }
  main .single-button .flex-wrap {
    margin-top: 20px;
  }
  main .single-button .flex-wrap-content {
    top: 0 !important;
  }
  main .orange-box .flex-wrap-content, main .orange-box-reversed .flex-wrap-content {
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 20px;
    height: auto !important;
    min-height: auto !important;
  }
  main .orange-box .divider, main .orange-box-reversed .divider {
    display: none;
  }
  main .orange-box h3, main .orange-box .btn, main .orange-box-reversed h3, main .orange-box-reversed .btn {
    margin: 0 !important;
  }
  main .person-show .flex-wrap-content {
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 20px;
  }
  main .drop-downs {
    padding: 20px 15px;
  }
  main .text-shrink {
    padding: 20px 15px;
  }
  main .ask-us > .flex-wrap > .flex-wrap-content {
    width: 100%;
  }
  main .ask-us > .flex-wrap > .flex-wrap-content > .flex-wrap {
    align-items: flex-start;
  }
  main .ask-us > .flex-wrap > .flex-wrap-content > .flex-wrap > .flex-wrap-content:nth-child(1) {
    text-align: center;
  }
  main .contact-map .flex-wrap-content {
    width: 100% !important;
    min-height: 400px;
  }
  main .contact-map .flex-wrap-content:nth-child(2) {
    margin-top: 20px;
  }
  main .form .form-wrap {
    padding: 40px 15px;
    width: 100%;
  }
  main .orange-wwcdfu .boxes .flex-wrap-content {
    width: 100% !important;
  }
  main .orange-wwcdfu .boxes .flex-wrap-content:nth-child(even) {
    width: 90% !important;
    margin: 0 auto 20px;
    align-self: center;
    border: none;
    border-top: 1px solid black;
  }
  main .how-it-works .boxes .flex-wrap-content {
    width: 100% !important;
    text-align: center;
  }
  main .how-it-works .boxes .flex-wrap-content:nth-child(even) {
    height: 20px;
  }
  main .how-it-works .boxes .flex-wrap-content:nth-child(even) .divider {
    background-image: url(../Images/arrow-down.png);
  }
  main .contact .flex-wrap .flex-wrap-content {
    padding: 20px 15px;
  }
  main .register-alert .flex-wrap .flex-wrap-content {
    width: 100%;
    padding: 20px 15px;
  }
  main .tabbed-content .tabs-header {
    overflow-x: auto;
  }
  main .tabbed-content .tabs-header .tab-header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .tabbed-content .tabs-header .tab-header span {
    display: block;
    width: 4em;
    height: 1.2em;
    overflow: hidden;
  }
  main .tabbed-content .tabs-header .tab-header:after {
    content: "...";
  }
  main .tabbed-content .tabs-header .tab-header:last-child {
    margin-right: 0;
  }
  main .tabbed-content .tabs-header .current span {
    height: auto;
    width: auto;
    display: block;
  }
  main .tabbed-content .tabs-header .current:after {
    display: none;
  }
  main .forum .content .flex-wrap-content {
    width: 100% !important;
  }
  main .forum-detail .content {
    margin-bottom: 40px;
  }
  main .forum-detail .content .item .reaction > .item {
    border-top: none;
    border-left: 1px solid #ddd;
    padding-left: 5%;
  }
  main .hwchy-boxes .flex-wrap .flex-wrap-content {
    width: 100%;
  }
  main .full-text-search-form .flex-wrap .flex-wrap-content {
    width: 100%;
  }
  main .full-text-search-form .tags .tag {
    width: 100%;
    margin-right: 0;
    justify-content: space-between;
  }
  main .full-text-search-form .button .btn-na {
    width: 100%;
  }
  main .full-text-search-form .button .btn-na span {
    justify-content: center;
  }
  footer .partners .flex-wrap {
    justify-content: space-between;
  }
  footer .partners .flex-wrap-content {
    min-width: 50% !important;
    box-sizing: border-box;
  }
}
@media (max-width: 400px) {
  main .ask-us > .flex-wrap > .flex-wrap-content > .flex-wrap {
    align-items: flex-start;
  }
  main .ask-us > .flex-wrap > .flex-wrap-content > .flex-wrap > .flex-wrap-content:nth-child(1) {
    text-align: center;
    width: 100%;
  }
  main .ask-us > .flex-wrap > .flex-wrap-content > .flex-wrap > .flex-wrap-content:nth-child(2) {
    width: 100%;
  }
  main .ask-us img {
    margin: 0;
  }
  footer .partners h4 {
    text-align: center;
  }
  footer .partners .flex-wrap {
    justify-content: space-between;
  }
  footer .partners .flex-wrap-content {
    min-width: 100% !important;
    box-sizing: border-box;
  }
}
.anchor {
  position: relative;
  top: -100px;
}

.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.custom-checkbox-1 {
  padding: 2px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  cursor: pointer;
}
.custom-checkbox-1 input[type=checkbox] {
  display: none;
  width: 0;
  height: 0;
}
.custom-checkbox-1 > .custom-checkbox-1-box {
  cursor: pointer;
  width: 1.3em;
  height: 1.3em;
  border: 2px solid #0b254b;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s;
  margin-right: 0.5em;
}
.custom-checkbox-1 > .custom-checkbox-1-box:hover {
  border: 2px solid #0b254b;
  background-color: #0b254b;
}
.custom-checkbox-1 input[type=checkbox]:checked ~ span::after {
  content: "";
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  display: block;
  width: 80%;
  height: 80%;
  background-color: #0b254b;
}

/* Honzíkovy styly v1*/
.text-danger {
  color: red;
}

.input-validation-error {
  outline: 2px dashed red !important;
}

.field-validation-error {
  width: 100%;
  display: inline;
}

/* / Honzíkovy styly v1*/
.tw-font-bold {
  font-weight: 700;
}

.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 1.3333333333;
}

.tw-text-3xl {
  font-size: 1.875rem;
  line-height: 1.2;
}

.tw-text-4xl {
  font-size: 2.25rem;
  line-height: 1.1111111111;
}

.tw-my-0 {
  margin-block: 0;
}

.tw-flex {
  display: flex;
}

.tw-justify-around {
  justify-content: space-around;
}

.tw-gap-8 {
  gap: 2rem;
}

.tw-w-full {
  width: 100%;
}

.tw-mt-8 {
  margin-top: 2rem;
}

.tw-mt-16 {
  margin-top: 4rem;
}

.tw-mt-32 {
  margin-top: 8rem;
}

.tw-mb-8 {
  margin-bottom: 2rem;
}

.tw-mb-16 {
  margin-bottom: 4rem;
}

.tw-mb-32 {
  margin-bottom: 8rem;
}

.tw-mx-auto {
  margin-inline: auto;
}

.tw-grid {
  display: grid;
}

.tw-grid-cols-1 {
  grid-template-columns: 1fr;
}

.tw-grid-cols-2 {
  grid-template-columns: 1fr 1fr;
}

.tw-items-start {
  align-items: start;
}

.\*\:tw-max-w-full > * {
  max-width: 100%;
}

@media (width > 1280px) {
  .xl\:tw-grid-cols-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.tw-justify-items-center {
  justify-items: center;
}

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