@import "//fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i";
html {
  margin: 0;
  padding: 0;
  background: #fff; }

body {
  margin: 20px auto;
  padding: 0;
  width: 1160px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  font-family: 'Open Sans', sans-serif; }
  @media (max-width: 1160px) {
    body {
      margin: 0; } }

header {
  background: #e8e9e1; }
  @media (max-width: 1160px) {
    header {
      text-align: center; } }
  header #logo {
    display: inline-block;
    text-decoration: none;
    margin: 20px; }
    header #logo img {
      max-width: 100%;
      height: auto;
      border: none; }

nav {
  display: block;
  background: #0f2141; }
  nav #main {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    nav #main > li {
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative; }
      nav #main > li.menu-item-has-children:hover > .sub-menu {
        display: block; }
      @media (max-width: 1160px) {
        nav #main > li.menu-item-has-children > a {
          position: relative; }
          nav #main > li.menu-item-has-children > a:after {
            content: "\f078";
            display: block;
            font-family: "Font Awesome 5 Pro";
            color: #b4d1fc;
            font-weight: 900;
            position: absolute;
            top: 50%;
            right: 0px;
            top: 0;
            margin-top: -7px;
            margin-top: 0;
            height: 54px;
            line-height: 54px;
            width: 50px;
            text-align: center;
            z-index: 100; } }
      nav #main > li > .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background: #0f2141;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 300px;
        text-align: left;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
        display: none; }
        @media (max-width: 1160px) {
          nav #main > li > .sub-menu {
            display: block;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none; } }
        nav #main > li > .sub-menu > li {
          display: block;
          margin: 0;
          padding: 0; }
          nav #main > li > .sub-menu > li:hover {
            background: #fff; }
            nav #main > li > .sub-menu > li:hover a {
              color: #0f2141; }
    @media (max-width: 1160px) {
      nav #main {
        display: none; }
        nav #main > li {
          display: block;
          text-align: left;
          border-top: 1px solid #b4d1fc; }
          nav #main > li > .sub-menu {
            position: static;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            width: 100%;
            background: #0f2141; }
            nav #main > li > .sub-menu > li {
              border-top: 1px solid #b4d1fc;
              padding-left: 10px; } }
  nav a {
    color: #b4d1fc;
    display: block;
    padding: 1em 2em;
    text-decoration: none; }
  nav #menu-button {
    display: none;
    padding: 1em 2em;
    position: relative;
    cursor: pointer;
    margin: 0;
    color: #fff;
    text-align: center; }
    nav #menu-button i {
      margin-left: 10px; }
    @media (max-width: 1160px) {
      nav #menu-button {
        display: block; }
        nav #menu-button.hover ~ #main {
          display: block; } }

.breadcrumbs {
  margin-bottom: 40px; }

#sidebar {
  min-height: 753px;
  background-image: url(../images/left-bg.png);
  background-size: cover;
  background-repeat: no-repeat; }
  #sidebar > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #sidebar > ul > li {
      margin: 0 auto 20px;
      padding: 0; }
  #sidebar #sidebar-link {
    display: block; }
  @media (max-width: 1160px) {
    #sidebar {
      display: none; } }

#content-wrapper {
  background: #e8e9e1;
  overflow: hidden;
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: ". ."; }
  @media (max-width: 1160px) {
    #content-wrapper {
      display: block; } }
  #content-wrapper > div {
    padding: 20px; }

.no-cssgrid #content-wrapper {
  display: block;
  font-size: 0; }
  .no-cssgrid #content-wrapper #sidebar {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    box-sizing: border-box; }
  .no-cssgrid #content-wrapper #content {
    display: inline-block;
    vertical-align: top;
    width: 860px;
    box-sizing: border-box;
    font-size: initial; }

.content-styles {
  color: #0a2242;
  font-size: 16px; }
  .content-styles a {
    color: #0a2242; }
  .content-styles p {
    margin: 0 auto 20px;
    font-size: 14px; }
  .content-styles p:last-child {
    margin-bottom: 0; }
  .content-styles hr {
    display: block;
    clear: both;
    opacity: 0; }
  .content-styles h4, .content-styles h5, .content-styles h6 {
    font-weight: normal; }
  @media (max-width: 1160px) {
    .content-styles .wp-block-image figure {
      float: none;
      display: block;
      margin: 0 auto;
      text-align: center; }
      .content-styles .wp-block-image figure img {
        max-width: 100%;
        height: auto; } }

footer {
  background: #e8e9e1;
  overflow: hidden;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
  font-size: 12px;
  color: #0f2141; }
  @media (max-width: 1160px) {
    footer {
      display: block; } }
  footer p {
    margin: 0; }
  footer a {
    text-decoration: none;
    color: #0f2141; }

.menu-item-language-current {
  display: none !important; }

#partners {
  background: #fff;
  overflow: hidden;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  font-size: 12px;
  color: #615e52;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2; }
  #partners a {
    display: inline-block;
    width: 140px;
    max-width: 100%;
    margin: 5px; }
  #partners img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block; }
  @media (max-width: 1160px) {
    #partners a {
      margin: 20px; } }

#search-bar {
  min-height: 54px;
  background: #015ea4;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px; }
  @media (max-width: 1160px) {
    #search-bar {
      justify-content: center; } }

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

#searchform {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center; }

#searchsubmit {
  background: none;
  border: none;
  font-size: 24px;
  color: #6ba9fe;
  margin-left: 10px; }

#s {
  border: none;
  height: 34px;
  width: 200px;
  padding: 0 20px;
  border-radius: 2px;
  color: #0f2141;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 0.4231168px; }
  #s::-webkit-input-placeholder {
    color: #0f2141;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0.4231168px;
    opacity: 0.8; }
  #s:-moz-placeholder {
    color: #0f2141;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0.4231168px;
    opacity: 0.8; }
  #s::-moz-placeholder {
    color: #0f2141;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0.4231168px;
    opacity: 0.8; }
  #s:-ms-input-placeholder {
    color: #0f2141;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0.4231168px;
    opacity: 0.8; }

.no-flexboxlegacy #searchform {
  display: inline-block;
  width: 295px;
  margin-top: 10px; }
  .no-flexboxlegacy #searchform #s {
    line-height: normal; }

body.safari input::-webkit-input-placeholder {
  line-height: normal !important; }

/*# sourceMappingURL=three50.css.map */
