@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body * {
  font-family: "Poppins", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

.main__content {
  margin-top: 135px;
  min-height: 50vh;
}

@media all and (max-width: 1920px) {
  .main__content {
    margin-top: 7.8125vw;
  }
}

@media all and (max-width: 1280px) {
  .main__content {
    margin-top: 9.375vw;
  }
}

@media all and (max-width: 1040px) {
  .main__content {
    margin-top: 145px;
  }
}

@media all and (max-width: 780px) {
  .main__content {
    margin-top: 155px;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1920px;
}

.layout__twoColumns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.layout__twoColumns .col {
  width: 40.8%;
}

.layout__twoColumns .col:first-child {
  width: 57.8%;
}

.layout__twoColumns .col.-halfWidth {
  width: 48.4%;
}

@media all and (max-width: 1100px) {
  .layout__twoColumns .col {
    width: 100%;
  }
  .layout__twoColumns .col:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
  .layout__twoColumns .col.-halfWidth {
    width: 100%;
  }
  .layout__twoColumns .col .layout__twoColumns .col.-halfWidth {
    width: 48.4%;
  }
}

@media all and (max-width: 640px) {
  .layout__twoColumns .col .layout__twoColumns .col.-halfWidth {
    width: 100%;
  }
}

.layout__withSidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.layout__withSidebar .content {
  width: calc(100% - 450px);
}

.layout__withSidebar .sidebar {
  width: 450px;
}

.layout__withSidebar .sidebar .postsList.-listStyle .postListPosition {
  padding-right: 0;
}

@media all and (max-width: 1500px) {
  .layout__withSidebar .content {
    width: calc(100% - 350px);
  }
  .layout__withSidebar .sidebar {
    width: 350px;
  }
}

@media all and (max-width: 1100px) {
  .layout__withSidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layout__withSidebar .content {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .layout__withSidebar .content > .-rightBorderedDashed {
    display: block;
  }
  .layout__withSidebar .content > .-rightBorderedDashed .contentNextToBorder {
    display: block;
    width: 100%;
  }
  .layout__withSidebar .content > .-rightBorderedDashed:after {
    display: none;
  }
  .layout__withSidebar .sidebar {
    width: 100%;
  }
  .layout__withSidebar .sidebar > * {
    max-width: 100%;
    float: left;
    margin-right: .5%;
    margin-left: .5%;
  }
}

.textButton {
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-transform: lowercase;
  color: #013245;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}

.textButton i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-top: -2px;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
}

.textButton:hover {
  color: #04597a;
}

.textButton:hover i {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

@media all and (max-width: 1920px) {
  .textButton {
    font-size: 0.83333vw;
  }
  .textButton i {
    margin-left: 0.3125vw;
  }
}

@media all and (max-width: 1360px) {
  .textButton {
    font-size: 13px;
  }
  .textButton i {
    margin-left: 4px;
  }
}

.button__primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  padding: 13px 13px;
  margin: 0;
  color: #fff;
  font-size: 17px;
  color: #fcfafa;
  font-weight: 600;
  border: none;
  outline: none;
  text-decoration: none;
  background: #0f4360;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  cursor: pointer;
}

.button__primary i {
  margin-left: 8px;
  -webkit-transition-duration: .45s;
          transition-duration: .45s;
}

.button__primary.-red {
  background: #e60e41;
}

.button__primary.-teal {
  background: #1c7d92;
}

.button__primary.-darkTeal {
  background: #0f4360;
}

.button__primary.-big {
  padding: 12px 10px;
  min-width: 260px;
}

.button__primary.-small {
  padding: 3px 15px;
  min-width: 130px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

.button__primary.-bigThin {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
}

.button__primary:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.button__primary:hover i {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

@media all and (max-width: 1920px) {
  .button__primary {
    padding: 0.67708vw 0.67708vw;
    font-size: 0.88542vw;
  }
  .button__primary i {
    margin-left: 0.41667vw;
  }
}

@media all and (max-width: 1100px) {
  .button__primary {
    padding: 12px;
    font-size: 13px;
  }
  .button__primary i {
    margin-left: 5px;
  }
}

.button__mainMenuMobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  z-index: 100001;
  background-color: #104581;
  border: none;
  outline: none;
  cursor: pointer;
}

.button__mainMenuMobile .horizontalBars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 37%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.button__mainMenuMobile .horizontalBars div {
  display: block;
  margin-bottom: 3px;
  height: 3px;
  width: 100%;
  background: #fff;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.button__mainMenuMobile .horizontalBars div:nth-child(2) {
  -webkit-transition-timing-function: cubic-bezier(0.7, 2.5, 0.8, 0.63);
          transition-timing-function: cubic-bezier(0.7, 2.5, 0.8, 0.63);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.button__mainMenuMobile .horizontalBars div:nth-child(3) {
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  margin-bottom: 0;
}

.button__mainMenuMobile .xBar {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 50%;
  margin-left: -40px;
  margin-top: 40px;
  background-color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);
          transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button__mainMenuMobile.button-menu-opened .horizontalBars div {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.button__mainMenuMobile.button-menu-opened .horizontalBars div:nth-child(1) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.button__mainMenuMobile.button-menu-opened .horizontalBars div:nth-child(2) {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

.button__mainMenuMobile.button-menu-opened .horizontalBars div:nth-child(3) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  margin-left: 20px;
}

.button__mainMenuMobile.button-menu-opened .xBar {
  margin-left: 0;
  margin-top: 0;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

@media all and (min-width: 1041px) {
  .button__mainMenuMobile {
    display: none;
  }
}

.mobileLeftSidebar {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 1000;
  padding: 0;
  margin: 0;
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
  -webkit-transition-duration: .85s;
          transition-duration: .85s;
}

.mobileLeftSidebar .content {
  background: #104581;
  max-width: 300px;
  height: 100%;
  position: relative;
  z-index: 15;
}

.mobileLeftSidebar .content .logo {
  display: block;
  text-align: center;
  padding: 15px 0 10px 0;
  height: 100px;
  background: #fff;
}

.mobileLeftSidebar .content .logo picture {
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobileLeftSidebar .content .logo picture img {
  height: 100%;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobileLeftSidebar .content .mainMenu {
  height: calc(100% - 150px);
  padding: 20px 0 0 0;
  overflow: auto;
}

.mobileLeftSidebar .content .mainMenu ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.mobileLeftSidebar .content .mainMenu ul:last-child,
.mobileLeftSidebar .content .mainMenu ul li {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.mobileLeftSidebar .content .mainMenu ul:last-child a,
.mobileLeftSidebar .content .mainMenu ul li a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 5px 0 5px 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  color: #fff;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}

.mobileLeftSidebar .content .mainMenu ul:last-child a:hover,
.mobileLeftSidebar .content .mainMenu ul li a:hover {
  background: rgba(255, 255, 255, 0.15);
}

.mobileLeftSidebar .content .mainMenu ul:last-child.menu-item-has-children > a:after,
.mobileLeftSidebar .content .mainMenu ul li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  content: '\f107';
  font-family: FontAwesome;
  margin-right: 12px;
  font-size: 18px;
  float: right;
}

.mobileLeftSidebar .content .mainMenu ul:last-child.current-menu-item a, .mobileLeftSidebar .content .mainMenu ul:last-child.current-menu-page a,
.mobileLeftSidebar .content .mainMenu ul li.current-menu-item a,
.mobileLeftSidebar .content .mainMenu ul li.current-menu-page a {
  background: rgba(255, 255, 255, 0.15);
}

.mobileLeftSidebar .content .mainMenu ul:last-child ul,
.mobileLeftSidebar .content .mainMenu ul li ul {
  display: none;
  padding-bottom: 20px;
}

.mobileLeftSidebar .content .mainMenu ul:last-child ul li a,
.mobileLeftSidebar .content .mainMenu ul li ul li a {
  padding: 3px 0 3px 28px;
  text-transform: initial;
  font-size: 15px;
}

.mobileLeftSidebar .content .bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}

.mobileLeftSidebar .content .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}

.mobileLeftSidebar .content .bottom ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}

.mobileLeftSidebar .content .bottom ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background: #062c57;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.mobileLeftSidebar .content .bottom ul li a:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.mobileLeftSidebar .content .bottom ul li:last-child a {
  border-right: 0;
}

.mobileLeftSidebar:after {
  display: block;
  position: absolute;
  background: #000;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  z-index: 10;
  content: '';
  -webkit-transition-duration: .55s;
          transition-duration: .55s;
}

.mobileLeftSidebar.menu-opened {
  left: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.mobileLeftSidebar.menu-opened:after {
  opacity: .5;
  -webkit-transition-delay: .65s;
          transition-delay: .65s;
}

@media all and (min-width: 1041px) {
  .mobileLeftSidebar {
    display: none;
  }
}

.aBoxBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
}

.aBoxBanner img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.aBoxBannersWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aBoxBannersWrapper .aBoxBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
}

.aBoxBannersWrapper .aBoxBanner img {
  width: auto;
  max-width: 100%;
}

.aBoxBannersWrapper.-cols-3 .aBoxBanner {
  max-width: 42%;
}

.aBoxBannersWrapper.-cols-2 .aBoxBanner {
  width: 49%;
}

.aBoxBannersWrapper.-cols-1 .aBoxBanner {
  width: 100%;
}

@media all and (min-width: 941px) {
  .aBoxBannersWrapper.-cols-3 .aBoxBanner:nth-child(2) {
    margin: 0 20px;
  }
}

@media all and (max-width: 940px) and (min-width: 521px) {
  .aBoxBannersWrapper.-cols-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .aBoxBannersWrapper.-cols-3 .aBoxBanner {
    width: auto;
    max-width: unset;
  }
  .aBoxBannersWrapper.-cols-3 .aBoxBanner:nth-child(1) {
    width: 31.8%;
  }
  .aBoxBannersWrapper.-cols-3 .aBoxBanner:nth-child(2) {
    width: 66.5%;
    margin: 0;
  }
  .aBoxBannersWrapper.-cols-3 .aBoxBanner:nth-child(3) {
    width: 100%;
    margin-top: 12px;
  }
}

@media all and (max-width: 520px) {
  .aBoxBannersWrapper.-cols-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .aBoxBannersWrapper.-cols-3 .aBoxBanner {
    width: 100%;
    max-width: unset;
    margin-bottom: 15px;
  }
  .aBoxBannersWrapper.-cols-3 .aBoxBanner:last-child {
    margin-bottom: 0;
  }
  .aBoxBannersWrapper.-cols-2 .aBoxBanner {
    width: 100%;
  }
}

.timelineWrapper {
  display: block;
}

.timelineWrapper .title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: #003c51;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.timelineWrapper .timeline {
  display: block;
  position: relative;
  max-width: 1110px;
  margin: 40px auto 0 auto;
}

.timelineWrapper .timeline .position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 25px 0;
}

.timelineWrapper .timeline .position .image {
  display: block;
  width: 202px;
}

.timelineWrapper .timeline .position .image img {
  display: block;
  width: 100%;
}

.timelineWrapper .timeline .position .posContent {
  display: block;
  width: calc(100% - 202px);
  margin: 0;
  padding: 0;
}

.timelineWrapper .timeline .position .posContent .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  position: relative;
  text-align: right;
  color: #454545;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0 5px 0;
  margin: 0;
}

.timelineWrapper .timeline .position .posContent .date span {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.timelineWrapper .timeline .position .posContent .date:after {
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  content: '';
  height: 23px;
  width: 23px;
  background: #59afc1;
  margin: 0 0 0 21px;
}

.timelineWrapper .timeline .position .posContent .text {
  width: 100%;
  margin: 45px 0 0 0;
  padding: 0 0 0 50px;
}

.timelineWrapper .timeline .position .posContent .text .title {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #59afc1;
  font-weight: 600;
  text-align: left;
  text-transform: initial;
}

.timelineWrapper .timeline .position .posContent .text .subtitle {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #454545;
  font-weight: 400;
  text-align: left;
}

.timelineWrapper .timeline .position.-withoutImage .posContent {
  width: 100%;
}

@media all and (min-width: 1300px) {
  .timelineWrapper .timeline:after {
    display: block;
    position: absolute;
    left: 50%;
    top: -20px;
    content: '';
    height: 100%;
    width: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bababa), color-stop(33%, #bababa), color-stop(0%, rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, #bababa 0%, #bababa 33%, rgba(0, 0, 0, 0) 0%);
    background-position: right;
    background-size: 1px 14px;
    background-repeat: repeat-y;
  }
  .timelineWrapper .timeline .position {
    width: 50%;
    float: left;
  }
  .timelineWrapper .timeline .position:nth-of-type(even) {
    float: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 0;
  }
  .timelineWrapper .timeline .position:nth-of-type(even) .posContent .date {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .timelineWrapper .timeline .position:nth-of-type(even) .posContent .date span {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .timelineWrapper .timeline .position:nth-of-type(even) .posContent .date:after {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 21px 0 0;
  }
  .timelineWrapper .timeline .position:nth-of-type(even) .posContent .text {
    margin: 45px 0 0 0;
    padding: 0 55px 0 0;
  }
  .timelineWrapper .timeline .position:nth-of-type(even) .posContent .text .title {
    text-align: right;
  }
  .timelineWrapper .timeline .position:nth-of-type(even) .posContent .text .subtitle {
    text-align: right;
  }
  .timelineWrapper .timeline .position:nth-of-type(2) {
    margin-top: 47px;
  }
}

@media all and (min-width: 1300px) and (max-width: 1450px) {
  .timelineWrapper .timeline .position:nth-of-type(even) .posContent .date:after {
    margin: 0 12px 0 0;
  }
  .timelineWrapper .timeline .position:nth-of-type(even) .posContent .text {
    margin: 25px 0 0 0;
    padding: 0 25px 0 0;
  }
  .timelineWrapper .timeline .position:nth-of-type(2) {
    margin-top: 47px;
  }
}

@media all and (max-width: 1100px) and (min-width: 880px) {
  .timelineWrapper .timeline:after {
    display: block;
    position: absolute;
    left: 50%;
    top: -20px;
    content: '';
    height: 100%;
    width: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bababa), color-stop(33%, #bababa), color-stop(0%, rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, #bababa 0%, #bababa 33%, rgba(0, 0, 0, 0) 0%);
    background-position: right;
    background-size: 1px 14px;
    background-repeat: repeat-y;
  }
  .timelineWrapper .timeline .position {
    width: 50%;
    float: left;
  }
  .timelineWrapper .timeline .position:nth-of-type(even) {
    float: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 0;
  }
  .timelineWrapper .timeline .position:nth-of-type(even) .posContent .date {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .timelineWrapper .timeline .position:nth-of-type(even) .posContent .date span {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .timelineWrapper .timeline .position:nth-of-type(even) .posContent .date:after {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 21px 0 0;
  }
  .timelineWrapper .timeline .position:nth-of-type(even) .posContent .text {
    margin: 45px 0 0 0;
    padding: 0 55px 0 0;
  }
  .timelineWrapper .timeline .position:nth-of-type(even) .posContent .text .title {
    text-align: right;
  }
  .timelineWrapper .timeline .position:nth-of-type(even) .posContent .text .subtitle {
    text-align: right;
  }
  .timelineWrapper .timeline .position:nth-of-type(2) {
    margin-top: 47px;
  }
}

@media all and (max-width: 1100px) and (min-width: 880px) and (max-width: 1450px) {
  .timelineWrapper .timeline .position:nth-of-type(even) .posContent .date:after {
    margin: 0 12px 0 0;
  }
  .timelineWrapper .timeline .position:nth-of-type(even) .posContent .text {
    margin: 25px 0 0 0;
    padding: 0 25px 0 0;
  }
  .timelineWrapper .timeline .position:nth-of-type(2) {
    margin-top: 47px;
  }
}

@media all and (max-width: 1450px) {
  .timelineWrapper .timeline .position .image {
    display: block;
    width: 150px;
  }
  .timelineWrapper .timeline .position .posContent {
    width: calc(100% - 150px);
  }
  .timelineWrapper .timeline .position .posContent .date:after {
    margin: 0 0 0 12px;
  }
  .timelineWrapper .timeline .position .posContent .text {
    margin: 25px 0 0 0;
    padding: 0 0 0 25px;
  }
}

@media all and (max-width: 450px) {
  .timelineWrapper .timeline .position .image {
    width: 100px;
  }
  .timelineWrapper .timeline .position .posContent {
    width: calc(100% - 100px);
  }
  .timelineWrapper .timeline .position .posContent .date:after {
    margin: 0 0 0 8px;
  }
  .timelineWrapper .timeline .position .posContent .text {
    margin: 0;
    padding: 0 0 0 10px;
  }
}

.magazinePreview {
  background: #013245;
  color: #fff;
}

.magazinePreview .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 25px 0 25px;
}

.magazinePreview .wrapper .bigCover {
  width: calc(100% - 247px);
}

.magazinePreview .wrapper .bigCover img {
  width: 100%;
}

.magazinePreview .wrapper .rightSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
}

.magazinePreview .wrapper .rightSide .title {
  display: block;
  margin: -20px 0 10px 0;
  padding: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.magazinePreview .wrapper .rightSide .coversSlider {
  display: block;
  width: 100%;
}

.magazinePreview .wrapper .rightSide .coversSlider img {
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.magazinePreview .wrapper .rightSide .coversSlider .slick-list {
  display: block;
  margin: 25px 0 30px 0;
  width: 100%;
  overflow: hidden;
}

.magazinePreview .wrapper .rightSide .coversSlider .slick-track {
  display: block;
  white-space: nowrap;
}

.magazinePreview .wrapper .rightSide .coversSlider .slide {
  display: inline-block;
  vertical-align: middle;
}

.magazinePreview .wrapper .rightSide .coversSlider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: coverSliderDot;
  counter-increment: coverSliderDot;
}

.magazinePreview .wrapper .rightSide .coversSlider .slick-dots li {
  display: block;
  margin: 0 5px;
  text-align: center;
  padding: 0;
  cursor: pointer;
}

.magazinePreview .wrapper .rightSide .coversSlider .slick-dots li:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: coverSliderDot;
  content: counter(coverSliderDot);
  background: rgba(0, 0, 0, 0);
  height: 32px;
  min-width: 32px;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
  font-weight: 500;
  color: #1c7d92;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.magazinePreview .wrapper .rightSide .coversSlider .slick-dots li button {
  display: none;
}

.magazinePreview .wrapper .rightSide .coversSlider .slick-dots li:hover:after, .magazinePreview .wrapper .rightSide .coversSlider .slick-dots li.slick-active:after {
  color: #fff;
  background: #1c7d92;
}

.magazinePreview .bottomButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 22px 0 0 0;
  padding: 0;
}

.magazinePreview .bottomButtons .button__primary {
  width: 100%;
}

@media all and (max-width: 1920px) {
  .magazinePreview .wrapper {
    padding: 1.30208vw 1.30208vw 0 1.30208vw;
  }
  .magazinePreview .wrapper .bigCover {
    width: calc(100% - 12.86458vw);
  }
  .magazinePreview .wrapper .rightSide {
    width: 11.97917vw;
  }
  .magazinePreview .wrapper .rightSide .title {
    margin: -1.04167vw 0 0.52083vw 0;
    font-size: 1.25vw;
  }
  .magazinePreview .wrapper .rightSide .coversSlider .slick-list {
    margin: 1.30208vw 0 1.5625vw 0;
  }
  .magazinePreview .wrapper .rightSide .coversSlider .slick-dots li {
    margin: 0 0.26042vw;
  }
  .magazinePreview .wrapper .rightSide .coversSlider .slick-dots li:after {
    height: 1.66667vw;
    min-width: 1.66667vw;
    padding: 0.15625vw;
    font-size: 0.88542vw;
  }
  .magazinePreview .bottomButtons {
    margin: 1.14583vw 0 0 0;
  }
}

@media all and (max-width: 1100px) {
  .magazinePreview .wrapper {
    padding: 20px 20px 0 20px;
  }
  .magazinePreview .wrapper .bigCover {
    width: 60%;
  }
  .magazinePreview .wrapper .rightSide {
    width: 36%;
  }
  .magazinePreview .wrapper .rightSide .title {
    margin: 0;
    font-size: 20px;
  }
  .magazinePreview .wrapper .rightSide .coversSlider .slick-list {
    margin: 20px 0;
  }
  .magazinePreview .wrapper .rightSide .coversSlider .slick-dots li {
    margin: 0 5px;
  }
  .magazinePreview .wrapper .rightSide .coversSlider .slick-dots li:after {
    height: 30px;
    min-width: 30px;
    padding: 3px;
    font-size: 14px;
  }
  .magazinePreview .bottomButtons {
    margin: 15px 0 0 0;
  }
}

@media all and (max-width: 500px) {
  .magazinePreview .wrapper {
    padding: 20px 20px 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .magazinePreview .wrapper .bigCover {
    display: block;
    width: 100%;
    height: 76.92308vw;
    margin-bottom: 20px;
  }
  .magazinePreview .wrapper .bigCover img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .magazinePreview .wrapper .rightSide {
    width: 100%;
  }
  .magazinePreview .wrapper .rightSide .coversSlider {
    width: 68%;
  }
  .magazinePreview .bottomButtons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media all and (max-width: 380px) {
  .magazinePreview .wrapper {
    padding: 20px 20px 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .magazinePreview .wrapper .bigCover {
    display: block;
    width: 100%;
    height: 95.76923vw;
    margin-bottom: 20px;
  }
  .magazinePreview .wrapper .bigCover img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .magazinePreview .wrapper .rightSide {
    width: 100%;
  }
  .magazinePreview .wrapper .rightSide .coversSlider {
    width: 92%;
  }
}

.magazinePreviewStatic {
  display: block;
  margin: 0;
  padding: 0;
  background: #013245;
}

.magazinePreviewStatic .title {
  display: block;
  margin: 0;
  padding: 24px 23px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.magazinePreviewStatic .cover {
  display: block;
  padding: 0 22px;
  margin: 5px 0 20px 0;
}

.magazinePreviewStatic .cover img {
  width: 100%;
}

.magazinePreviewStatic .bottomButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}

.sliderWidget .header__secondary {
  margin: 20px 0 0 0;
}

.sliderWidget .slider {
  display: block;
  overflow: hidden;
}

.sliderWidget .slider .slide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: top;
}

.sliderWidget .slider .slide picture {
  display: block;
  position: relative;
  width: 50%;
}

.sliderWidget .slider .slide picture:before {
  display: block;
  padding-top: 100%;
  content: '';
}

.sliderWidget .slider .slide picture img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.sliderWidget .slider .slick-list {
  display: block;
  width: 100%;
}

.sliderWidget .slider .slick-track {
  display: block;
  white-space: nowrap;
}

.mediaGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 30px;
  margin: 24px 0;
}

.mediaGrid .position {
  display: block;
  cursor: pointer;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 15px;
}

.mediaGrid .position picture {
  display: block;
  position: relative;
  width: 100%;
  height: 261px;
}

.mediaGrid .position picture img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}

.mediaGrid .position picture .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mediaGrid .position picture .icon img {
  display: block;
  width: 48px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mediaGrid .position .label {
  display: block;
  text-align: center;
  color: #013245;
  font-size: 16px;
  font-weight: 300;
  margin: 17px 2px 8px 2px;
  padding: 0;
  line-height: 1.25em;
}

.mediaGrid .position:hover picture img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

@media all and (min-width: 781px) {
  .mediaGrid .position:nth-child(4n) {
    margin-right: 0;
  }
}

@media all and (max-width: 1920px) {
  .mediaGrid .position picture {
    height: 13.59375vw;
  }
}

@media all and (max-width: 1400px) {
  .mediaGrid .position .label {
    font-size: 13px;
  }
}

@media all and (max-width: 1100px) {
  .mediaGrid {
    padding: 0;
  }
  .mediaGrid .position picture {
    height: 18.28255vw;
  }
}

@media all and (max-width: 780px) and (min-width: 401px) {
  .mediaGrid .position {
    width: 49%;
  }
  .mediaGrid .position:nth-child(2n) {
    margin-right: 0;
  }
  .mediaGrid .position picture {
    height: 38.40105vw;
  }
}

@media all and (max-width: 400px) {
  .mediaGrid .position {
    width: 100%;
  }
  .mediaGrid .position picture {
    height: 74.41253vw;
  }
}

.commentsWrapper {
  padding: 0 0 0 40px;
}

.commentsWrapper .header__secondary {
  margin-bottom: 0;
  padding-left: 0;
}

.commentsWrapper .newCommentForm {
  padding: 0;
}

.commentsWrapper .commentsList,
.commentsWrapper .commentsList ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.commentsWrapper .commentsList li,
.commentsWrapper .commentsList ul li {
  display: block;
  margin: 0;
  padding: 0;
}

.commentsWrapper .commentsList {
  margin-top: 25px;
}

.commentsWrapper .commentsList li {
  display: block;
  margin: 0;
  padding: 0;
}

.commentsWrapper .commentsList > li ul {
  margin-left: 35px;
}

.commentsWrapper .comment {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
}

.commentsWrapper .comment .top {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 15px;
  color: #003f58;
}

.commentsWrapper .comment .top .date {
  display: inline-block;
  margin: 0 0 0 14px;
  padding: 0;
  vertical-align: middle;
  color: #3b3b3b;
  font-size: 14px;
}

.commentsWrapper .comment .text {
  display: block;
  margin: 12px 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #3b3b3b;
}

.commentsWrapper .comment .bottom {
  display: block;
  margin: 0;
  padding: 5px 0 0 0;
  text-align: right;
  border-bottom: solid 1px #e4d6ca;
}

.commentsWrapper .comment.-reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.commentsWrapper .comment.-reply > i {
  width: 45px;
  padding: 5px 0 0 3px;
  font-size: 14px;
  color: #3b3b3b;
}

.commentsWrapper .comment .replyCommentForm textarea {
  height: 70px;
}

.commentsWrapper .comment .replyCommentForm .btnWapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  text-align: right;
  margin-bottom: 30px;
}

.commentsWrapper .comment .replyCommentForm .btnWapper button {
  margin-left: 10px;
}

@media all and (max-width: 1100px) {
  .commentsWrapper {
    padding: 0;
  }
}

@media all and (max-width: 760px) {
  .commentsWrapper .commentsList > li > ul li ul {
    margin-left: 20px;
  }
  .commentsWrapper .comment {
    text-align: justify;
  }
}

.contentSwitcher .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contentSwitcher .navigation .btn {
  margin: 0 15px 15px 15px;
  min-width: 245px;
  background-color: #003c51;
  opacity: .35;
}

.contentSwitcher .navigation .btn:hover, .contentSwitcher .navigation .btn.-active {
  opacity: 1;
}

.contentSwitcher .cs_contents {
  display: block;
  position: relative;
}

.contentSwitcher .cs_contents .cs_content {
  width: 100%;
  position: relative;
  background: #fff;
}

.categoriesNav {
  display: block;
  margin: 0;
  padding: 0;
}

.categoriesNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0 0 27px 0;
  padding: 0;
}

.categoriesNav ul li {
  display: block;
  margin: 0;
  padding: 0;
}

.categoriesNav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 6px 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #104581;
  opacity: .35;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  cursor: pointer;
}

.categoriesNav ul li:hover a, .categoriesNav ul li.-current a {
  opacity: 1;
}

@media all and (min-width: 801px) {
  .categoriesNav.-align-to-left ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .categoriesNav.-align-to-left ul li a {
    margin-right: 15px;
  }
}

@media all and (max-width: 1920px) {
  .categoriesNav ul {
    margin: 0 0 1.40625vw 0;
  }
  .categoriesNav ul li a {
    padding: 0.3125vw 1.77083vw;
    font-size: 0.78125vw;
  }
}

@media all and (max-width: 1360px) {
  .categoriesNav ul {
    margin: 0 0 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .categoriesNav ul li a {
    padding: 5px 15px;
    margin: 2px 2px 8px 2px;
    font-size: 13px;
  }
}

@media all and (max-width: 800px) {
  .categoriesNav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .categoriesNav ul li {
    width: 32.5%;
  }
  .categoriesNav ul li a {
    width: 100%;
    white-space: nowrap;
  }
}

@media all and (max-width: 740px) {
  .categoriesNav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .categoriesNav ul li {
    width: 49%;
  }
  .categoriesNav ul li a {
    width: 100%;
    white-space: nowrap;
  }
}

@media all and (max-width: 520px) {
  .categoriesNav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .categoriesNav ul li {
    width: 100%;
  }
  .categoriesNav ul li a {
    width: 100%;
    white-space: nowrap;
  }
}

.postListPosition {
  display: block;
  position: relative;
  min-height: 310px;
  -webkit-filter: contrast(100%) brightness(100%);
          filter: contrast(100%) brightness(100%);
  cursor: pointer;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
}

.postListPosition picture {
  display: block;
  width: 100%;
  height: 260px;
  position: relative;
}

.postListPosition picture .date {
  top: unset;
  bottom: 0;
}

.postListPosition .imgBg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.postListPosition .category {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  font-weight: 700;
  color: #fff;
  background: #e60e41;
  text-transform: uppercase;
  margin: 0;
  font-size: 13px;
  padding: 2px 15px;
}

.postListPosition .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 90px;
  height: 70px;
  font-size: 35px;
  line-height: .65em;
  padding: 8px 2px 0 2px;
  z-index: 11;
  color: #104581;
  font-weight: 500;
  background: #fff;
  text-align: center;
}

.postListPosition .date small {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.postListPosition .title {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin: 0;
  padding: 9px 10px 22px 30px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.42em;
  color: #fff;
}

.postListPosition.-big .category {
  font-size: 14px;
  padding: 6px 26px;
}

.postListPosition.-big .date {
  top: unset;
  bottom: 0;
  min-width: 150px;
  height: 110px;
  font-size: 53px;
  line-height: .65em;
  padding: 15px 5px 0 5px;
}

.postListPosition.-big .date small {
  font-size: 16px;
}

.postListPosition.-big .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 0 27px 170px;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.12em;
  min-height: 110px;
  width: 100%;
}

.postListPosition.-withExcerpt {
  background: #f7f7f7;
}

.postListPosition.-withExcerpt .title {
  position: initial;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  margin: 0;
  padding: 35px 25px 25px 25px;
  font-size: 16px;
  font-weight: 600;
  color: #104581;
}

.postListPosition.-withExcerpt .excerpt {
  display: block;
  font-size: 15px;
  color: #3b3b3b;
  font-weight: 400;
  margin: 0;
  padding: 0 25px 15px 25px;
  line-height: 1.45em;
  min-height: 170px;
}

.postListPosition.-titleOnImage .title {
  text-shadow: 0 0 4px black;
  background: rgba(0, 0, 0, 0.25);
}

.postListPosition:hover {
  -webkit-filter: contrast(105%) brightness(110%);
          filter: contrast(105%) brightness(110%);
}

@media all and (max-width: 1920px) {
  .postListPosition {
    min-height: 16.14583vw;
  }
  .postListPosition picture {
    height: 13.54167vw;
  }
  .postListPosition .category {
    font-size: 0.67708vw;
    padding: 0.10417vw 0.78125vw;
  }
  .postListPosition .date {
    min-width: 4.6875vw;
    height: 3.64583vw;
    font-size: 1.82292vw;
    padding: 0.41667vw 0.10417vw 0 0.10417vw;
  }
  .postListPosition .title {
    padding: 0.46875vw 0.52083vw 1.14583vw 1.5625vw;
    font-size: 0.88542vw;
  }
  .postListPosition.-big .category {
    font-size: 0.72917vw;
    padding: 0.3125vw 1.35417vw;
  }
  .postListPosition.-big .date {
    min-width: 7.8125vw;
    height: 5.72917vw;
    font-size: 2.76042vw;
    padding: 0.78125vw 0.26042vw 0 0.26042vw;
  }
  .postListPosition.-big .date small {
    font-size: 0.83333vw;
  }
  .postListPosition.-big .title {
    padding: 0.46875vw 0 1.40625vw 8.85417vw;
    font-size: 1.71875vw;
    min-height: 5.72917vw;
  }
  .postListPosition.-withExcerpt .title {
    padding: 1.82292vw 1.30208vw 1.30208vw 1.30208vw;
    font-size: 0.83333vw;
  }
  .postListPosition.-withExcerpt .excerpt {
    font-size: 0.78125vw;
    padding: 0 1.30208vw 0.78125vw 1.30208vw;
    min-height: 8.85417vw;
  }
}

@media all and (max-width: 1366px) {
  .postListPosition .category {
    font-size: 0.83333vw;
    padding: 0.20833vw 0.9375vw;
  }
  .postListPosition .date {
    font-size: 1.97917vw;
    height: 60px;
    padding: 0.52083vw 0.26042vw 0 0.26042vw;
  }
  .postListPosition .date small {
    font-size: 0.78125vw;
  }
  .postListPosition .title {
    padding: 0 0.52083vw 0.52083vw 0.52083vw;
    font-size: 1.04167vw;
  }
  .postListPosition.-big .category {
    font-size: 0.9375vw;
    padding: 0.3125vw 1.04167vw;
  }
  .postListPosition.-big .date {
    min-width: 7.55208vw;
    height: 80px;
    font-size: 2.76042vw;
    padding: 1.30208vw 0.26042vw 0 0.26042vw;
  }
  .postListPosition.-big .date small {
    font-size: 0.83333vw;
  }
  .postListPosition.-big .title {
    padding: 9px 0 1.40625vw 8.85417vw;
    font-size: 1.71875vw;
    min-height: 80px;
  }
}

@media all and (max-width: 1100px) {
  .postListPosition .category {
    font-size: 13px;
    padding: 4px 12px;
  }
  .postListPosition .date {
    min-width: 90px;
    height: 75px;
    font-size: 38px;
    padding: 10px 2px 0 2px;
  }
  .postListPosition .date small {
    font-size: 14px;
  }
  .postListPosition .title {
    padding: 12px;
    font-size: 18px;
  }
  .postListPosition.-big .category {
    font-size: 14px;
    padding: 5px 20px;
  }
  .postListPosition.-big .date {
    min-width: 130px;
    height: 105px;
    font-size: 48px;
    padding: 15px 5px 0 5px;
  }
  .postListPosition.-big .date small {
    font-size: 15px;
  }
  .postListPosition.-big .title {
    padding: 9px 0 20px 150px;
    font-size: 28px;
    min-height: 105px;
  }
  .postListPosition.-withExcerpt .title {
    padding: 15px 10px;
    font-size: 16px;
  }
  .postListPosition.-withExcerpt .excerpt {
    font-size: 14px;
    padding: 0 10px 10px 10px;
    line-height: 1.45em;
  }
}

@media all and (max-width: 720px) {
  .postListPosition .category {
    font-size: 12px;
    padding: 4px 10px;
  }
  .postListPosition .date {
    min-width: 80px;
    height: 60px;
    font-size: 28px;
    padding: 5px 2px;
  }
  .postListPosition .date small {
    font-size: 10px;
  }
  .postListPosition .title {
    padding: 10px;
    font-size: 15px;
  }
  .postListPosition.-big .category {
    font-size: 13px;
    padding: 4px 12px;
  }
  .postListPosition.-big .date {
    min-width: 80px;
    height: 80px;
    font-size: 38px;
    padding: 10px 2px;
  }
  .postListPosition.-big .date small {
    font-size: 14px;
  }
  .postListPosition.-big .title {
    padding: 12px 12px 20px 112px;
    font-size: 18px;
    min-height: 80px;
  }
}

@media all and (max-width: 520px) {
  .postListPosition {
    min-height: 91.15385vw;
  }
  .postListPosition .category {
    font-size: 12px;
    padding: 4px 10px;
  }
  .postListPosition .date {
    min-width: 80px;
    font-size: 30px;
    padding: 10px 2px;
  }
  .postListPosition .date small {
    font-size: 10px;
  }
  .postListPosition .title {
    padding: 15px;
    font-size: 18px;
  }
  .postListPosition.-big .category {
    font-size: 14px;
    padding: 5px 12px;
  }
  .postListPosition.-big .date {
    min-width: 80px;
    font-size: 38px;
    padding: 12px 3px;
  }
  .postListPosition.-big .date small {
    font-size: 15px;
  }
  .postListPosition.-big .title {
    padding: 12px 12px 20px 112px;
    font-size: 18px;
  }
}

.postsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.postsList li {
  display: block;
  margin: 0;
  padding: 0;
}

.postsList.-twoCols li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}

@media all and (min-width: 521px) {
  .postsList.-twoCols li:nth-child(2n) {
    margin-right: 0;
  }
}

@media all and (max-width: 520px) {
  .postsList.-twoCols li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 3%;
  }
  .postsList.-twoCols li .postListPosition {
    width: 100%;
    min-height: 91.15385vw;
  }
  .postsList.-twoCols li .postListPosition picture {
    min-height: 91.15385vw;
  }
}

.postsList.-threeCols li {
  width: 31.33333%;
  margin-right: 3%;
  margin-bottom: 3%;
}

@media all and (min-width: 780px) {
  .postsList.-threeCols li:nth-child(3n) {
    margin-right: 0;
  }
}

@media all and (max-width: 1100px) {
  .postsList.-threeCols li .postListPosition {
    min-height: 46.81818vw;
  }
  .postsList.-threeCols li .postListPosition picture {
    min-height: 25.54545vw;
  }
}

@media all and (max-width: 780px) {
  .postsList.-threeCols li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 3%;
  }
  .postsList.-threeCols li .postListPosition {
    width: 100%;
    min-height: 91.15385vw;
  }
  .postsList.-threeCols li .postListPosition picture {
    min-height: 91.15385vw;
  }
}

.postsList.-fiveCols li {
  width: 18.5%;
  margin-right: 1.875%;
  margin-bottom: 1.875%;
}

@media all and (min-width: 1101px) {
  .postsList.-fiveCols li:nth-child(5n) {
    margin-right: 0;
  }
}

@media all and (max-width: 1100px) and (min-width: 781px) {
  .postsList.-fiveCols li {
    width: 32.3333%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
  }
  .postsList.-fiveCols li .postListPosition picture {
    height: 22.91667vw;
  }
  .postsList.-fiveCols li:nth-child(3n) {
    margin-right: 0;
  }
}

@media all and (max-width: 780px) and (min-width: 481px) {
  .postsList.-fiveCols li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .postsList.-fiveCols li .postListPosition picture {
    height: 35.41667vw;
  }
  .postsList.-fiveCols li:nth-child(2n) {
    margin-right: 0;
  }
}

@media all and (max-width: 480px) {
  .postsList.-fiveCols li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .postsList.-fiveCols li .postListPosition picture {
    height: 62.5vw;
    min-height: 205px;
  }
}

.postsList.-listStyle {
  margin: 15px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.postsList.-listStyle.-twoCols li {
  width: 50%;
  margin-right: 0;
  margin-bottom: 0;
}

.postsList.-listStyle .postListPosition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 17px 0;
  padding-right: 15px;
  min-height: unset !important;
}

.postsList.-listStyle .postListPosition picture, .postsList.-listStyle .postListPosition img {
  display: none;
}

.postsList.-listStyle .postListPosition .category {
  display: table;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  margin: 0 0 5px 0;
  padding: 1px 8px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  min-width: 125px;
}

.postsList.-listStyle .postListPosition .date {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  margin: 0 18px 0 0;
  height: auto;
  height: 70px;
  padding: 7px 3px 0 3px;
  min-width: 108px;
  text-align: center;
  background: #ebebeb;
  font-size: 35px;
  color: #104581;
  font-weight: 500;
}

.postsList.-listStyle .postListPosition .title {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  color: #104581;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1.35em;
}

@media all and (max-width: 1920px) {
  .postsList.-listStyle {
    margin: 0.78125vw 0;
  }
  .postsList.-listStyle .postListPosition {
    margin: 0 0 0.88542vw 0;
    padding-right: 0.78125vw;
    min-height: unset;
  }
  .postsList.-listStyle .postListPosition .category {
    margin: 0 0 0.26042vw 0;
    padding: 1px 0.41667vw;
    font-size: 0.625vw;
    min-width: 6.51042vw;
  }
  .postsList.-listStyle .postListPosition .date {
    height: 3.64583vw;
    margin: 0 0.9375vw 0 0;
    padding: 0.36458vw 0.15625vw 0 0.15625vw;
    min-width: 5.625vw;
    font-size: 1.82292vw;
  }
  .postsList.-listStyle .postListPosition .title {
    font-size: 0.83333vw;
  }
}

@media all and (max-width: 1100px) {
  .postsList.-listStyle {
    margin: 15px 0;
  }
  .postsList.-listStyle .postListPosition {
    margin: 0 0 17px 0;
    padding-right: 15px;
    min-height: unset;
  }
  .postsList.-listStyle .postListPosition .category {
    margin: 0 0 5px 0;
    padding: 1px 8px;
    font-size: 12px;
    min-width: 125px;
  }
  .postsList.-listStyle .postListPosition .date {
    margin: 0 18px 0 0;
    height: 58px;
    min-width: 80px;
    padding: 6px 2px 0 2px;
    text-align: center;
    font-size: 26px;
  }
  .postsList.-listStyle .postListPosition .date small {
    font-size: 11px;
  }
  .postsList.-listStyle .postListPosition .title {
    font-size: 15px;
    line-height: 1.35em;
  }
}

@media all and (max-width: 780px) {
  .postsList.-listStyle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .postsList.-listStyle .postListPosition {
    min-height: unset;
  }
  .postsList.-listStyle.-twoCols li {
    width: 100%;
  }
}

@media all and (max-width: 520px) {
  .postsList.-listStyle .postListPosition {
    min-height: unset;
  }
}

@media all and (min-width: 10px) {
  .mainNewsFeed .othersList li:nth-child(3),
  .mainNewsFeed .othersList li:nth-child(4) {
    margin-bottom: 0;
  }
}

@media all and (max-width: 1100px) {
  .mainNewsFeed {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mainNewsFeed .col {
    width: 100%;
  }
  .mainNewsFeed .col:first-child {
    width: 100%;
    height: 60.90909vw;
    max-height: calc(95vh - 130px);
    margin-bottom: 4%;
  }
  .mainNewsFeed .col .postListPosition {
    min-height: 39.27273vw;
  }
}

.grecaptcha-badge {
  margin-right: -100px;
}

.header__secondary {
  display: block;
  margin: 35px 0 25px 0;
  padding: 10px 40px;
  font-size: 28px;
  font-weight: 300;
  color: #003c51;
  text-decoration: none;
}

.header__secondary.-small {
  font-size: 20px;
}

@media all and (max-width: 1920px) {
  .header__secondary {
    margin: 1.82292vw 0 1.30208vw 0;
    padding: 0.52083vw 2.08333vw;
    font-size: 1.45833vw;
  }
}

@media all and (max-width: 1100px) {
  .header__secondary {
    margin: 30px 0 20px 0;
    padding: 8px 25px;
    font-size: 24px;
  }
}

@media all and (max-width: 600px) {
  .header__secondary {
    margin: 30px 0 20px 0;
    padding: 8px 20px;
    font-size: 20px;
  }
}

@media all and (max-width: 500px) {
  .header__secondary {
    margin: 30px 0 20px 0;
    padding: 8px 10px;
    font-size: 18px;
  }
}

.logoGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.logoGrid .image {
  display: block;
  position: relative;
  width: 25%;
}

.logoGrid .image:before {
  display: block;
  padding-top: 100%;
  content: '';
}

.logoGrid .image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 1675px) {
  .logoGrid .image {
    max-height: 235px;
  }
}

@media all and (max-width: 780px) {
  .logoGrid .image {
    width: 50%;
  }
}

.contentText {
  display: block;
  margin: 0;
  padding: 0 30px;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 400;
  color: #3b3b3b;
}

.contentText h1, .contentText h2, .contentText h3, .contentText h4, .contentText h5, .contentText h6 {
  display: block;
  margin: 0;
  padding: 10px 0 15px 0;
  font-weight: 300;
  line-height: 1.4em;
  color: #003c51;
  text-align: left;
}

.contentText h1 {
  font-size: 26px;
  font-weight: 400;
}

.contentText h2 {
  font-size: 24px;
}

.contentText h3 {
  font-size: 22px;
}

.contentText h4 {
  font-size: 20px;
}

.contentText h5 {
  font-size: 18px;
}

.contentText h6 {
  font-size: 16px;
}

.contentText p {
  display: block;
  margin: 0;
  padding: 15px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6em;
}

.contentText p b, .contentText p strong {
  font-weight: 600;
}

.contentText b, .contentText strong {
  font-weight: 600;
}

.contentText small {
  font-size: 14px;
  font-weight: 400;
}

.contentText ul {
  margin: 0;
  padding: 10px 0;
  font-weight: 400;
}

.contentText ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.contentText ul li:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  vertical-align: middle;
  margin-right: 10px;
  font-family: FontAwesome;
  font-size: 15px;
  color: #3b3b3b;
  content: '\f00c';
}

.contentText a {
  color: #1c4e87;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.contentText a:hover {
  text-decoration: underline;
}

.contentText table {
  display: inline-block;
  max-width: 100%;
  overflow: auto;
  border-spacing: 0;
  border: solid #afafaf 1px;
  margin-bottom: 30px;
}

.contentText table td, .contentText table th {
  min-width: 100px;
}

.contentText table thead tr td,
.contentText table tr th {
  font-weight: 700;
  background: #04597a;
  color: #fff;
}

.contentText table tr th, .contentText table tr td {
  padding: 8px;
  border-style: solid;
  border-color: #afafaf;
  border-width: 0 1px 1px 0;
}

.contentText table tr th:last-child, .contentText table tr td:last-child {
  border-right: 0;
}

.contentText table tr:last-child td, .contentText table tr:last-child th {
  border-bottom: 0;
}

.contentText img, .contentText .wp-caption {
  height: auto !important;
}

.contentText img.alignright, .contentText .wp-caption.alignright {
  display: block;
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}

.contentText img.alignleft, .contentText .wp-caption.alignleft {
  display: block;
  float: left;
  margin: 0 20px 20px 0;
  max-width: 50%;
}

.contentText img.aligncenter, .contentText .wp-caption.aligncenter {
  display: block;
  margin-left: auto;
}

.contentText .wp-caption img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.contentText .wp-caption .wp-caption-text {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #3b3b3b;
  background-color: #f4f4f4;
  margin: 4px 0 0 0;
  padding: 5px 8px;
}

@media all and (max-width: 800px) {
  .contentText {
    padding: 0;
    text-align: justify;
  }
}

@media all and (max-width: 640px) {
  .contentText img.alignright, .contentText img.alignleft, .contentText .wp-caption.alignright, .contentText .wp-caption.alignleft {
    display: block;
    float: unset;
    margin: 0 0 20px 0;
    max-width: 100%;
  }
}

.coverImage {
  display: block;
  position: relative;
  float: left;
  max-width: 56.5%;
  padding: 0;
  margin: 0 30px 15px 0;
}

.coverImage img {
  width: 100%;
}

.coverImage .category {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  margin: 0;
  padding: 8px 15px;
  min-width: 160px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #104581;
}

.coverImage .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 10;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  min-width: 95px;
  text-align: center;
  font-size: 43px;
  font-weight: 500;
  color: #104581;
  line-height: .65em;
  background: #fff;
}

.coverImage .date span {
  display: block;
  margin: 10px 0;
}

.coverImage .date small {
  display: block;
  font-size: 13px;
  font-weight: 500;
}

.coverImage .label {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #3b3b3b;
  background-color: #f4f4f4;
  margin: 4px 0 0 0;
  padding: 5px 8px;
}

@media all and (max-width: 1920px) {
  .coverImage .category {
    padding: 0.41667vw 0.78125vw;
    min-width: 8.33333vw;
    font-size: 0.78125vw;
  }
  .coverImage .date {
    height: 4.6875vw;
    min-width: 4.94792vw;
    font-size: 2.23958vw;
  }
  .coverImage .date span {
    margin: 0.52083vw 0;
  }
  .coverImage .date small {
    font-size: 0.67708vw;
  }
}

@media all and (max-width: 1366px) {
  .coverImage {
    max-width: 360px;
  }
  .coverImage .category {
    padding: 4px 10px;
    min-width: 100px;
    font-size: 13px;
  }
  .coverImage .date {
    height: 70px;
    min-width: 80px;
    font-size: 32px;
  }
  .coverImage .date span {
    margin: 10px 0;
  }
  .coverImage .date small {
    font-size: 12px;
  }
}

@media all and (max-width: 680px) {
  .coverImage {
    width: 100%;
    max-width: unset;
    min-width: unset;
    float: unset;
    margin-right: 0;
  }
}

.infoMessageBox {
  display: table;
  margin: 40px auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 400;
  color: #242424;
  text-align: left;
  padding: 15px 20px;
}

.pagination {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px auto;
}

.pagination .nav-links a {
  text-decoration: none;
}

.pagination .nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #033347;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  padding: 5px 6px;
}

.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
  height: 36px;
  width: 36px;
  padding: 0;
  margin: 0 10px;
  color: #fff;
  font-size: 17px;
  background-color: #1c7d92;
}

.pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.prev:hover {
  background-color: #40adc5;
}

.pagination .nav-links .page-numbers:hover {
  color: #095677;
}

.pagination .nav-links .page-numbers.current {
  font-weight: 600;
}

.searchPageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 25px auto;
  padding: 20px;
  background: #e60e41;
}

.searchPageBox .searchInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: #e60e41;
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
  overflow: hidden;
}

.searchPageBox .searchInput .box {
  display: block;
  width: 100%;
  padding: 5px 0 5px 10px;
  overflow: hidden;
}

.searchPageBox .searchInput .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  color: #000;
  height: 40px;
  font-size: 13px;
  padding: 5px 7px;
  width: 100%;
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
}

.searchPageBox .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 50px;
  color: #fff;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition-duration: .45s;
          transition-duration: .45s;
  background: #e60e41;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
}

.searchPageBox .button:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.fullOverflowAlert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.35);
}

.fullOverflowAlert .content {
  display: block;
  background: #fff;
  color: #000;
  padding: 25px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.fullOverflowAlert .content h1, .fullOverflowAlert .content h2, .fullOverflowAlert .content h3, .fullOverflowAlert .content h4, .fullOverflowAlert .content h5, .fullOverflowAlert .content h6,
.fullOverflowAlert .content header {
  display: block;
  text-align: center;
  margin: 17px auto;
  font-size: 24px;
  font-weight: 500;
}

.fullOverflowAlert .content p {
  display: block;
  margin: 10px auto;
  font-size: 17px;
}

.fullOverflowAlert .content a {
  color: #1c4e87;
  cursor: pointer;
}

.fullOverflowAlert .content a:hover {
  text-decoration: underline;
}

.fullOverflowAlert .content .btn {
  display: table;
  margin: 0 auto;
  border: none;
  outline: none;
  border-radius: 15px;
  background: #129401;
  color: #fff;
  padding: 8px 30px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}

.fullOverflowAlert .content .btn:hover {
  background: #1bac08;
}

.mediaGalleryPreviewWindow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.35);
}

.mediaGalleryPreviewWindow .content {
  display: block;
  position: relative;
}

.mediaGalleryPreviewWindow .content .closeButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  width: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.85);
  border: none;
  outline: none;
  background: transparent;
  font-size: 26px;
  position: absolute;
  top: -17px;
  right: -17px;
  cursor: pointer;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mediaGalleryPreviewWindow .content .closeButton:hover {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.mediaGalleryPreviewWindow .content .media {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  font-size: 0;
}

.mediaGalleryPreviewWindow .content iframe {
  height: 80vh;
  width: 80vw;
}

.mediaGalleryPreviewWindow .content video {
  width: 100%;
  height: 100%;
  max-height: 80vh;
  max-width: 80vw;
}

.mediaGalleryPreviewWindow .content img {
  max-height: 80vh;
  max-width: 80vw;
}

.main__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-bottom: 15px;
  background: #fff;
}

.main__header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  background: #fff;
}

.main__header .container:before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #fff;
  z-index: 15;
}

.main__header .container .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 27.85%;
  position: relative;
  background: #fff;
  z-index: 20;
}

.main__header .container .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  width: 100%;
  padding-right: 1.04167vw;
}

.main__header .container .logo img {
  max-width: 80%;
  max-height: 75%;
}

.main__header .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main__header .container ul li {
  margin: 0;
  padding: 0;
}

.main__header .container a {
  text-decoration: none;
}

.main__header .container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 72.15%;
}

.main__header .container .wrapper .socialMedia {
  position: relative;
  background: #fff;
  z-index: 20;
  width: 12%;
}

.main__header .container .wrapper .socialMedia ul li a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 21px 10px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  background: #1c4e87;
  cursor: pointer;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}

.main__header .container .wrapper .socialMedia ul li a i.fa-twitter, .main__header .container .wrapper .socialMedia ul li a i.fa-twitter-square {
  background: #00adc2;
}

.main__header .container .wrapper .socialMedia ul li a i.fa-facebook, .main__header .container .wrapper .socialMedia ul li a i.fa-facebook-square, .main__header .container .wrapper .socialMedia ul li a i.fa-facebook-official {
  background: #00499c;
}

.main__header .container .wrapper .socialMedia ul li a i.fa-instagram {
  background: #ac3080;
}

.main__header .container .wrapper .socialMedia ul li a i.fa-google, .main__header .container .wrapper .socialMedia ul li a i.fa-google-plus-official, .main__header .container .wrapper .socialMedia ul li a i.fa-google-plus, .main__header .container .wrapper .socialMedia ul li a i.fa-google-plus-square {
  background: #dd4b39;
}

.main__header .container .wrapper .socialMedia ul li a i.fa-youtube, .main__header .container .wrapper .socialMedia ul li a i.fa-youtube-play, .main__header .container .wrapper .socialMedia ul li a i.fa-youtube-square {
  background: #dd4b39;
}

.main__header .container .wrapper .socialMedia ul li a i:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.main__header .container .wrapper .topButtons {
  position: relative;
  background: #fff;
  z-index: 20;
  width: 58.5%;
}

.main__header .container .wrapper .topButtons ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

.main__header .container .wrapper .topButtons ul li {
  height: 100%;
}

.main__header .container .wrapper .topButtons ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #194c86;
  font-weight: 400;
  min-width: 220px;
  padding: 0 24px;
  margin: 0;
  border-left: solid 1px #e9e7e7;
  cursor: pointer;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}

.main__header .container .wrapper .topButtons ul li a i {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin-right: 8px;
  -webkit-transition-duration: .45s;
          transition-duration: .45s;
}

.main__header .container .wrapper .topButtons ul li a:hover {
  color: #072b55;
}

.main__header .container .wrapper .topButtons ul li a:hover i {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.main__header .container .wrapper .topButtons ul li:first-child a {
  border: none;
}

.main__header .container .wrapper .searchBox {
  position: relative;
  background: #fff;
  width: 60px;
  z-index: 25;
}

.main__header .container .wrapper .searchBox .searchButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 0;
  z-index: 150;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 60px;
  color: #fff;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition-duration: .45s;
          transition-duration: .45s;
  background: #e60e41;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
}

.main__header .container .wrapper .searchBox .searchButton:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.main__header .container .wrapper .searchBox .searchInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  height: 100%;
  width: 0;
  background: #e60e41;
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
  overflow: hidden;
}

.main__header .container .wrapper .searchBox .searchInput .box {
  display: block;
  width: 100%;
  padding: 5px 0 5px 10px;
  overflow: hidden;
}

.main__header .container .wrapper .searchBox .searchInput .input {
  display: block;
  border: none;
  color: #000;
  font-size: 13px;
  padding: 5px 7px;
  width: 100%;
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
}

.main__header .container .wrapper .searchBox.-opened .searchInput {
  width: 350%;
}

.main__header .container .wrapper .searchBox.-opened .searchButton {
  left: 350%;
}

.main__header .container .wrapper .bookButtonWrapper {
  position: relative;
  background: #fff;
  z-index: 20;
  width: calc(29.5% - 60px);
}

.main__header .container .wrapper .bookButtonWrapper .bookButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: none;
  outline: none;
  background-image: url("../imgs/bookButtonBg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 5px 20px;
  color: #104581;
  font-size: 16px;
  line-height: 1.2em;
  cursor: pointer;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-filter: contrast(100%);
          filter: contrast(100%);
  height: 100%;
  width: 100%;
}

.main__header .container .wrapper .bookButtonWrapper .bookButton:before {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  content: '';
  background-image: url("../imgs/book.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 14px 0 0;
}

.main__header .container .wrapper .bookButtonWrapper .bookButton span {
  display: block;
  font-weight: 300;
}

.main__header .container .wrapper .bookButtonWrapper .bookButton span b {
  display: block;
  font-weight: 700;
}

.main__header .container .wrapper .bookButtonWrapper .bookButton:hover {
  -webkit-filter: contrast(110%);
          filter: contrast(110%);
}

.main__header .container .wrapper .mainMenu {
  width: 100%;
}

.main__header .container .wrapper .mainMenu > ul {
  width: 100%;
  height: 100%;
}

.main__header .container .wrapper .mainMenu > ul > li {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.main__header .container .wrapper .mainMenu > ul > li a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 17px 25px;
  cursor: pointer;
  background: #104581;
  color: #ffffff;
  font-size: 17px;
  white-space: nowrap;
  -webkit-transition-duration: .45s;
          transition-duration: .45s;
}

.main__header .container .wrapper .mainMenu > ul > li > a {
  position: relative;
  z-index: 20;
}

.main__header .container .wrapper .mainMenu > ul > li.menu-item-has-children > a:before {
  display: inline-block;
  vertical-align: middle;
  content: '\f107';
  font-family: FontAwesome;
  margin-right: 12px;
  font-size: 18px;
}

.main__header .container .wrapper .mainMenu > ul > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  min-width: 100%;
  left: 0;
  top: 100%;
  z-index: 15;
  overflow: hidden;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.main__header .container .wrapper .mainMenu > ul > li:last-child > ul {
  left: unset;
  right: 0;
}

.main__header .container .wrapper .mainMenu > ul li:hover > a,
.main__header .container .wrapper .mainMenu > ul li.current-menu-ancestor > a,
.main__header .container .wrapper .mainMenu > ul li.current-menu-item > a {
  background-color: #59afc1;
}

.main__header .container .wrapper .mainMenu > ul li:hover > ul {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-duration: .9s;
          transition-duration: .9s;
}

@media all and (max-width: 1920px) {
  .main__header .container {
    height: 6.25vw;
  }
  .main__header .container .logo a {
    padding-right: 1.04167vw;
  }
  .main__header .container .wrapper .socialMedia ul li a i {
    padding: 1.09375vw 0.52083vw;
    font-size: 0.9375vw;
    line-height: 0.9375vw;
  }
  .main__header .container .wrapper .topButtons ul li a {
    font-size: 0.83333vw;
    min-width: 11.45833vw;
    padding: 0 1.25vw;
  }
  .main__header .container .wrapper .topButtons ul li a i {
    margin-right: 0.41667vw;
  }
  .main__header .container .wrapper .searchBox {
    width: 3.125vw;
  }
  .main__header .container .wrapper .searchBox .searchButton {
    width: 3.125vw;
    font-size: 0.9375vw;
  }
  .main__header .container .wrapper .searchBox .searchInput .box {
    padding: 0.26042vw 0 0.26042vw 0.52083vw;
  }
  .main__header .container .wrapper .searchBox .searchInput .input {
    font-size: 0.67708vw;
    padding: 0.26042vw 0.36458vw;
  }
  .main__header .container .wrapper .bookButtonWrapper {
    width: calc(29.5% - 3.125vw);
  }
  .main__header .container .wrapper .bookButtonWrapper .bookButton {
    padding: 0.26042vw 1.04167vw;
    font-size: 0.83333vw;
  }
  .main__header .container .wrapper .bookButtonWrapper .bookButton:before {
    width: 1.5625vw;
    height: 1.5625vw;
    margin: 0 0.72917vw 0 0;
  }
  .main__header .container .wrapper .mainMenu > ul > li a {
    padding: 0.88542vw 1.30208vw;
    font-size: 0.88542vw;
  }
  .main__header .container .wrapper .mainMenu > ul > li.menu-item-has-children > a:before {
    margin-right: 0.625vw;
    font-size: 0.9375vw;
  }
}

@media all and (max-width: 1460px) {
  .main__header .container .wrapper .socialMedia ul li a i {
    font-size: 1.04167vw;
  }
  .main__header .container .wrapper .topButtons ul li a {
    font-size: 0.9375vw;
  }
  .main__header .container .wrapper .searchBox .searchButton {
    font-size: 1.04167vw;
  }
  .main__header .container .wrapper .searchBox .searchInput .input {
    font-size: 0.78125vw;
  }
  .main__header .container .wrapper .bookButtonWrapper .bookButton {
    font-size: 13px;
  }
  .main__header .container .wrapper .bookButtonWrapper .bookButton:before {
    width: 23px;
    height: 23px;
  }
  .main__header .container .wrapper .mainMenu > ul > li a {
    font-size: 0.98958vw;
  }
  .main__header .container .wrapper .mainMenu > ul > li.menu-item-has-children > a:before {
    font-size: 1.04167vw;
  }
}

@media all and (max-width: 1280px) {
  .main__header .container {
    height: 7.8125vw;
  }
  .main__header .container .logo {
    width: 20%;
  }
  .main__header .container .logo a {
    padding-right: 0;
  }
  .main__header .container .wrapper {
    width: 80%;
  }
  .main__header .container .wrapper .socialMedia ul li a i {
    padding: 1.5625vw 0.78125vw;
    font-size: 15px;
  }
  .main__header .container .wrapper .topButtons ul li a {
    font-size: 14px;
  }
  .main__header .container .wrapper .searchBox .searchButton {
    font-size: 16px;
    width: 4.6875vw;
  }
  .main__header .container .wrapper .searchBox .searchInput {
    padding: 5px 0 5px 10px;
  }
  .main__header .container .wrapper .searchBox .searchInput .input {
    font-size: 13px;
  }
  .main__header .container .wrapper .bookButtonWrapper {
    width: calc(29.5% - getVW(90));
  }
  .main__header .container .wrapper .mainMenu > ul > li a {
    padding: 1.04167vw 1.30208vw;
    font-size: 13px;
  }
  .main__header .container .wrapper .mainMenu > ul > li.menu-item-has-children > a:before {
    margin-top: -0.26042vw;
    font-size: 16px;
  }
}

@media all and (max-width: 1040px) {
  .main__header {
    -webkit-transition-duration: .7s;
            transition-duration: .7s;
  }
  .main__header .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 130px;
    -webkit-transition-duration: .7s;
            transition-duration: .7s;
  }
  .main__header .container .logo {
    height: 70px;
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0;
    overflow: hidden;
    -webkit-transition-duration: .7s;
            transition-duration: .7s;
  }
  .main__header .container .logo a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    padding: 0;
    margin: 0;
  }
  .main__header .container .logo a img {
    max-height: 90%;
  }
  .main__header .container .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    -webkit-transition-duration: .7s;
            transition-duration: .7s;
  }
  .main__header .container .wrapper .socialMedia,
  .main__header .container .wrapper .mainMenu {
    display: none;
  }
  .main__header .container .wrapper .searchBox {
    width: 60px;
  }
  .main__header .container .wrapper .searchBox .searchButton {
    width: 60px;
  }
  .main__header .container .wrapper .bookButtonWrapper {
    width: 240px;
  }
  .main__header .container .wrapper .topButtons {
    width: calc(100% - 300px);
  }
  .main__header .container .wrapper .topButtons ul {
    text-align: center;
    margin: 0 0 20px 0;
  }
  .main__header .container .wrapper .topButtons ul li {
    width: 100%;
  }
  .main__header.-scrolled {
    padding-bottom: 0;
  }
  .main__header.-scrolled .container {
    height: 50px;
  }
  .main__header.-scrolled .container .logo {
    height: 0;
    margin: 0;
    padding: 0;
  }
  .main__header.-scrolled .container .wrapper {
    height: 50px;
  }
}

@media all and (max-width: 780px) {
  .main__header .container {
    height: 140px;
  }
  .main__header .container .wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 80px;
    padding: 10px 0;
  }
  .main__header .container .wrapper .topButtons {
    display: none;
  }
  .main__header .container .wrapper .searchBox {
    width: 60px;
  }
  .main__header .container .wrapper .searchBox .searchButton {
    width: 60px;
  }
  .main__header .container .wrapper .bookButtonWrapper {
    width: calc(100% - 60px);
  }
  .main__header.-scrolled .container .wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.main__footer .partners .logoSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__footer .partners .logoSlider .arrowBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
  font-size: 20px;
  color: #01425c;
  cursor: pointer;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}

.main__footer .partners .logoSlider .arrowBtn:hover {
  font-size: 24px;
}

.main__footer .partners .logoSlider .slick-arrow {
  display: none;
}

.main__footer .partners .logoSlider .slides {
  display: block;
  width: calc(100% - 80px);
}

.main__footer .partners .logoSlider .slides .slick-list {
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

.main__footer .partners .logoSlider .slides .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.main__footer .partners .logoSlider .slides .slide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  vertical-align: middle;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__footer .partners .logoSlider .slides .slide img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 85%;
  max-height: 85%;
}

.main__footer .partners .logoSlider .slides .slide:after {
  display: block;
  height: 60%;
  width: 1px;
  background: #cbcbcb;
  position: absolute;
  top: 20%;
  left: 100%;
  content: '';
  opacity: 1;
  -webkit-transition-duration: .45s;
          transition-duration: .45s;
}

.main__footer .partners .logoSlider .slides .slide[aria-hidden="true"]:after {
  opacity: 0;
}

.main__footer .partners .logoSlider .slick-dots {
  display: none;
}

.main__footer .columnsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 13px;
}

.main__footer .columnsWrapper .leftCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 29%;
  padding: 0 0 10px 30px;
}

.main__footer .columnsWrapper .leftCol .logo {
  width: 43.5%;
  padding-top: 15px;
}

.main__footer .columnsWrapper .leftCol .logo img {
  max-width: 89%;
}

.main__footer .columnsWrapper .leftCol .text {
  display: block;
  width: 55%;
  border-left: solid 1px #d5d5d5;
  margin: 0;
  padding: 0 0 0 25px;
  font-size: 15px;
  font-weight: 400;
  color: #3b3b3b;
  line-height: 1.48em;
}

.main__footer .columnsWrapper .leftCol:before {
  margin-top: 0;
}

.main__footer .columnsWrapper .rightCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 71%;
  background: #01425c;
  padding-top: 20px;
}

.main__footer .columnsWrapper .rightCol .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  margin-top: 12px;
}

.main__footer .columnsWrapper .rightCol .logo img {
  width: 79%;
}

.main__footer .columnsWrapper .rightCol .siteMap {
  display: block;
  width: 80%;
}

.main__footer .columnsWrapper .rightCol .siteMap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 35px 0 5px;
  list-style: none;
  text-align: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__footer .columnsWrapper .rightCol .siteMap ul li {
  display: block;
  margin: 0;
  padding: 0;
}

.main__footer .columnsWrapper .rightCol .siteMap ul li a {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  cursor: pointer;
}

.main__footer .columnsWrapper .rightCol .siteMap ul li a:hover {
  color: #42addb;
}

.main__footer .columnsWrapper .rightCol .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px;
  margin: 20px 0 0 0;
  width: 100%;
  background: #033347;
  border-top: solid 1px #2a5d72;
}

.main__footer .columnsWrapper .rightCol .copyright p {
  display: block;
  margin: 0 0 0 25px;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}

.main__footer .columnsWrapper .rightCol .copyright p a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
  text-transform: inherit;
}

.main__footer .columnsWrapper .rightCol .copyright p a:hover {
  text-decoration: underline;
}

@media all and (max-width: 1920px) {
  .main__footer .partners .logoSlider .arrowBtn {
    width: 1.875vw;
    font-size: 1.04167vw;
  }
  .main__footer .partners .logoSlider .arrowBtn:hover {
    font-size: 1.25vw;
  }
  .main__footer .partners .logoSlider .slides {
    width: calc(100% - 4.16667vw);
  }
  .main__footer .columnsWrapper .leftCol {
    padding: 0 0 0.52083vw 1.5625vw;
  }
  .main__footer .columnsWrapper .leftCol .logo {
    padding-top: 0.78125vw;
  }
  .main__footer .columnsWrapper .leftCol .text {
    padding: 0 0 0 1.30208vw;
    font-size: 0.78125vw;
  }
  .main__footer .columnsWrapper .rightCol {
    padding-top: 1.04167vw;
  }
  .main__footer .columnsWrapper .rightCol .logo {
    margin-top: 0.625vw;
  }
  .main__footer .columnsWrapper .rightCol .siteMap ul {
    padding: 0 1.82292vw 0 0.26042vw;
  }
  .main__footer .columnsWrapper .rightCol .siteMap ul li a {
    font-size: 0.83333vw;
  }
  .main__footer .columnsWrapper .rightCol .copyright {
    padding: 0.52083vw;
    margin: 1.04167vw 0 0 0;
  }
  .main__footer .columnsWrapper .rightCol .copyright p {
    margin: 0 0 0 1.30208vw;
    font-size: 0.625vw;
  }
}

@media all and (max-width: 1400px) {
  .main__footer .columnsWrapper .leftCol {
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
    padding: 0 0 10px 10px;
  }
  .main__footer .columnsWrapper .leftCol .logo {
    width: 42%;
  }
  .main__footer .columnsWrapper .leftCol .text {
    width: 57%;
    padding: 0 0 0 10px;
    font-size: 0.83333vw;
  }
  .main__footer .columnsWrapper .rightCol .copyright {
    margin: 1.5625vw 0 0 0;
  }
}

@media all and (max-width: 1280px) {
  .main__footer .columnsWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main__footer .columnsWrapper .leftCol {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main__footer .columnsWrapper .leftCol .logo {
    width: 220px;
    margin: 0;
    padding: 0;
  }
  .main__footer .columnsWrapper .leftCol .text {
    width: calc(100% - 220px);
    padding: 0 0 0 20px;
    font-size: 14px;
  }
  .main__footer .columnsWrapper .rightCol {
    width: 100%;
    padding-top: 15px;
  }
  .main__footer .columnsWrapper .rightCol .logo {
    margin-top: 0;
  }
  .main__footer .columnsWrapper .rightCol .siteMap ul {
    padding: 0 15px 0 0;
  }
  .main__footer .columnsWrapper .rightCol .siteMap ul li a {
    font-size: 13px;
  }
  .main__footer .columnsWrapper .rightCol .copyright {
    padding: 7px;
    margin: 12px 0 0 0;
  }
  .main__footer .columnsWrapper .rightCol .copyright p {
    margin: 0 0 0 20px;
    font-size: 11px;
  }
}

@media all and (max-width: 1200px) {
  .main__footer .partners .logoSlider .arrowBtn {
    width: 30px;
    font-size: 18px;
  }
  .main__footer .partners .logoSlider .arrowBtn:hover {
    font-size: 20px;
  }
}

@media all and (max-width: 900px) {
  .main__footer .columnsWrapper .rightCol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main__footer .columnsWrapper .rightCol .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .main__footer .columnsWrapper .rightCol .logo img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 70px;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main__footer .columnsWrapper .rightCol .siteMap {
    width: 100%;
    padding: 0 15px;
  }
  .main__footer .columnsWrapper .rightCol .siteMap ul {
    padding: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main__footer .columnsWrapper .rightCol .siteMap ul li a {
    font-size: 13px;
    padding: 7px 12px;
  }
}

@media all and (max-width: 600px) {
  .main__footer .columnsWrapper .leftCol .logo {
    width: 180px;
  }
  .main__footer .columnsWrapper .leftCol .text {
    width: calc(100% - 180px);
  }
}

@media all and (max-width: 500px) {
  .main__footer .columnsWrapper .leftCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main__footer .columnsWrapper .leftCol .logo {
    width: 220px;
  }
  .main__footer .columnsWrapper .leftCol .text {
    width: 100%;
    border-left: none;
    border-top: solid 1px #d5d5d5;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    text-align: center;
  }
  .main__footer .columnsWrapper .rightCol .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main__footer .columnsWrapper .rightCol .copyright p {
    width: 100%;
    padding: 3px 10px;
    margin: 0;
    text-align: center;
  }
}

.formWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.formWrapper .errorMessagesList {
  display: block;
  list-style: none;
  margin: 5px 0 15px 0;
  padding: 0;
}

.formWrapper .errorMessagesList li {
  display: block;
  margin: 0;
  padding: 0;
  color: #f00;
  font-size: 15px;
  font-weight: 500;
}

.formWrapper .formMsgSuccess {
  display: block;
  margin: 5px 0 15px 0;
  padding: 0;
  color: #1da70b;
  font-size: 15px;
  font-weight: 500;
}

.formWrapper input[type="text"],
.formWrapper input[type="email"],
.formWrapper textarea {
  display: block;
  padding: 12px 15px;
  margin: 0 0 15px 0;
  border: solid 1px #d6d6d6;
  font-size: 14px;
  font-weight: 300;
  color: #013245;
}

.formWrapper input[type="text"].-error,
.formWrapper input[type="email"].-error,
.formWrapper textarea.-error {
  border: solid 1px #f00;
}

.formWrapper textarea {
  width: 100%;
  height: 160px;
}

.formWrapper input[type="text"],
.formWrapper input[type="email"] {
  width: 32.5%;
}

.formWrapper .btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media all and (max-width: 1920px) {
  .formWrapper input[type="text"],
  .formWrapper input[type="email"],
  .formWrapper textarea {
    padding: 0.625vw 0.78125vw;
    margin: 0 0 0.78125vw 0;
    font-size: 0.72917vw;
  }
}

@media all and (max-width: 1100px) {
  .formWrapper {
    padding: 0;
  }
  .formWrapper input[type="text"],
  .formWrapper input[type="email"],
  .formWrapper textarea {
    padding: 10px 14px;
    margin: 0 0 10px 0;
    font-size: 11px;
  }
}

@media all and (max-width: 560px) {
  .formWrapper input[type="text"],
  .formWrapper input[type="email"],
  .formWrapper textarea {
    width: 100%;
  }
}

.socialMediaFeedBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 320px;
}

.socialMediaFeedBox .fb-page {
  border: solid 1px #e1e1e1;
}

.socialMediaFeedBox .fb-page,
.socialMediaFeedBox .fb-page > span,
.socialMediaFeedBox iframe {
  max-width: 100%;
}

.socialMediaFeedBox .facebookWidget {
  height: 565px;
  overflow: auto;
}

.socialMediaFeedBox .twitterWidget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 503px;
  overflow: auto;
  border: solid 1px #e1e1e1;
}

@media all and (max-width: 1690px) {
  .socialMediaFeedBox .facebookWidget {
    height: 29.42708vw;
  }
  .socialMediaFeedBox .twitterWidget {
    height: 29.42708vw;
  }
}

@media all and (max-width: 1100px) {
  .socialMediaFeedBox .facebookWidget,
  .socialMediaFeedBox .twitterWidget {
    height: 500px;
  }
}

.tagsWrapper {
  display: block;
  margin: 0;
  padding: 0 0 0 40px;
}

.tagsWrapper .header__secondary {
  padding-left: 0;
  margin-bottom: 0;
}

.tagsWrapper .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tagsWrapper .tags li {
  display: block;
  margin: 2px 8px 6px 0;
  padding: 0;
}

.tagsWrapper .tags li a {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 3px 15px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: #eaeaea;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}

.tagsWrapper .tags li a:hover {
  background: #0f4360;
  color: #fff;
}

@media all and (max-width: 1100px) {
  .tagsWrapper {
    padding: 0;
  }
}

body .-bottomBorderedDashed:after {
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#bababa), color-stop(33%, #bababa), color-stop(0%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #bababa 0%, #bababa 33%, rgba(0, 0, 0, 0) 0%);
  background-position: bottom;
  background-size: 14px 1px;
  background-repeat: repeat-x;
  margin: 25px 0;
}

body .-topBorderedDashed:before {
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#bababa), color-stop(33%, #bababa), color-stop(0%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #bababa 0%, #bababa 33%, rgba(0, 0, 0, 0) 0%);
  background-position: bottom;
  background-size: 0.72917vw 1px;
  background-repeat: repeat-x;
  margin: 25px 0;
}

body .-topBorderedDashed.-withoutTopMargin {
  margin-top: 0;
}

body .-rightBorderedDashed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .-rightBorderedDashed:after {
  display: block;
  content: '';
  height: 100%;
  width: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bababa), color-stop(33%, #bababa), color-stop(0%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, #bababa 0%, #bababa 33%, rgba(0, 0, 0, 0) 0%);
  background-position: right;
  background-size: 1px 14px;
  background-repeat: repeat-y;
  margin: -8px 25px 0 25px;
}

body .-rightBorderedDashed .contentNextToBorder {
  width: 100%;
}

body .-fullHeight {
  height: 100%;
}

body .-halfWidth {
  width: 50%;
}

body .-fullWidth {
  width: 100%;
}

body .-greyBg {
  background: #f4f4f4;
}

body .-topMargin {
  margin-top: 1.5625vw;
}

body .-withoutTopMargin {
  margin-top: 0;
}

body .-notSidesMargins {
  margin-left: 0;
  margin-right: 0;
}

body .-notSidesPadding {
  padding-left: 0;
  padding-right: 0;
}

body .-notRightPadding {
  padding-right: 0;
}

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

body .-text-lightBlue {
  color: #8aacb9;
}

body .-text-uppercase {
  text-transform: uppercase;
}
/*# sourceMappingURL=main.css.map */