body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.header {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
  font-family: 'Work Sans', sans-serif;
}

.loginWrapper {
    text-align: right;
    margin-right: auto;
    margin-left: auto;
    max-width: 940px;
}

.loginWrapper a {
  display: block;
  color: #094fa3;
  font-weight: 700;
  text-decoration: none;
}

.hero-wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  max-height: 700px;
  margin-bottom: 24px;
}

.hero-image {
  display: inline-block;
  width: 100%;
  border-style: none;
}

.header-bg {
  position: static;
  left: 20%;
  top: 0px;
  right: 0px;
  height: 140px;
  padding-top: 0px;
  background-color: #fff;
}

.text-block {
  float: left;
}

.text-block.logo__text-wrapper__name {
  color: #094fa3;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo__text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo__text-wrapper__slogan {
  margin-left: 18px;
  color: #094fa3;
  font-size: 11px;
  text-transform: uppercase;
}

.body {
  font-family: 'Work Sans', sans-serif;
  color: #323846;
  font-size: 15px;
  line-height: 24px;
}

.logo-image {
  width: 170px;
  margin-right: 18px;
}

.navigation {
  margin-top: 30px;
  color: #094fa3;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

.navigation__item {
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #094fa3;
  font-size: 20px;
}

.navigation__item:hover {
  color: #2d73cc;
}

.navigation__item.w--current {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #dad8bc;
}

.nav-link {
  color: #094fa3;
}

.text-block-2 {
  padding-right: 18px;
  color: #094fa3;
}

.icon {
  margin-right: 0px;
  color: #094fa3;
}

.color-block.color-block--blue {
  padding: 90px 80px;
  background-color: #094fa3;
  color: #fff;
}

.color-block.color-block--blue.color-block--large {
  font-size: 27px;
  line-height: 36px;
  font-weight: 700;
}

.color-block.color-block--blue.color-block--large.color-block--overlay {
  margin-top: -160px;
}

.color-block.color-block--blue.color-block--large.color-block--overlay.color-block--background {
  background-image: url('../images/chopper.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.color-block.color-block--beige {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 14px;
  background-color: #edece0;
}

.color-block.color-block--beige h2{
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 20px;
  text-transform: uppercase;
}

.color-block.color-block--beige.country-description {
  padding: 80px 90px;
  color: #323846;
}

.country-description p {
  font-family: 'Work Sans', sans-serif;
  font-size: 27px;
  line-height: 36px;
  font-weight: 700;
}

.title--h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 20px;
  text-transform: uppercase;
}

.container--border {
  margin-bottom: 72px;
  padding-bottom: 72px;
  border-bottom: 2px solid #edece0;
}

.container--border a {
  display: block;
  color: #094fa3;
  font-weight: 700;
  text-decoration: underline;

}

.country-lift {
  margin-bottom: 72px;
}

.country-lift.country-lift--clear {
  clear: left;
}

.title--h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
}

.paragraph {
  margin-bottom: 0px;
}

.country-lift--description {
  margin-bottom: 20px;
}

.link {
  display: block;
  color: #094fa3;
  font-weight: 700;
  text-decoration: underline;
}

.link.country-lift--link {
  margin-bottom: 24px;
  text-decoration: none;
}

.footer {
  font-family: 'Work Sans', sans-serif;
  text-align: center;
}

.footer__logo-and-slogan {
  margin-bottom: 72px;
}

.footer__logo-and-slogan img {
  margin-bottom: 18px;
}

.footer__slogan {
  color: #094fa3;
  font-size: 13px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer__contact-info {
  padding-bottom: 20px;
  color: #094fa3;
}

.country-lift--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block {
  display: inline-block;
}

.image {
  display: inline-block;
}

.content-block--text-wrapper {
  padding-top: 30px;
  padding-left: 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-block--text-wrapper a {
  display: block;
  color: #094fa3;
  font-weight: 700;
  text-decoration: underline;
}

.content-block--text-wrapper h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 20px;
  text-transform: uppercase;
}

.country-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -90px;
  margin-bottom: 72px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.country-emblem-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.country-content {
  padding-top: 24px;
  font-family: 'Work Sans', sans-serif;
  color: #323846;
  font-size: 15px;
  line-height: 24px;
}

.country-links-wrapper {
  display: block;
  margin-top: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: center;
}

.country-links-wrapper p {
  display: inline-block;
  width: 240px;
  margin-bottom: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.social-media-links-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-media-links-wrapper a {
  display: inline-block;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.social-media-links-wrapper img {
  width: 36px;
  padding: 6px;
  border: 2px solid #dad8bc;
  border-radius: 24px;
  color: #323846;
}

.country-website a {
  display: inline-block;
  margin-top: 24px;
  color: #094fa3;
  font-weight: 700;
  text-decoration: none;
}

.image-2 {
  width: 200px;
  max-width: 200px;
  margin-bottom: 18px;
}

.nav-dropdown__item {
  border-color: rgba(0, 0, 0, .05);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #094fa3;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.collection-list {
  color: #323846;
}

.nav-dropdown {
  background-color: #fff;
  box-shadow: 1px 2px 17px -3px rgba(50, 56, 70, .33);
  -webkit-transition: opacity 275ms ease-out;
  transition: opacity 275ms ease-out;
}

.text-block-3 {
  color: #094fa3;
  text-decoration: none;
}

.nav-dropdown__link-text {
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
}

.link-block {
  display: inline-block;
  width: 100%;
  padding: 13px 22px;
  -webkit-transition: color 275ms ease-out;
  transition: color 275ms ease-out;
  color: #094fa3;
  text-decoration: none;
}

.link-block:hover {
  background-color: #094fa3;
  color: #fff;
}

.dropdown-list.nav-dropdown {
  margin-top: 34px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.collection-list-2 {
  background-color: #fff;
}

.image-3 {
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .header {
    position: relative;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .loginWrapper {
      display: none;
  }

  .loginWrapper a {
    display: none;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navigation {
    position: absolute;
    left: 0px;
    top: 74px;
    right: 0px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
  }
  .navigation__item {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .navigation__item.w--current {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .icon {
    margin-right: 16px;
  }
  .color-block.color-block--blue.color-block--large.color-block--overlay {
    margin-top: -60px;
    padding: 70px 50px;
  }
  .color-block.color-block--beige {
    padding: 20px;
  }
  .color-block.color-block--beige.country-description {
    padding: 50px 60px;
  }
  .text-lift {
    font-size: 23px;
    line-height: 31px;
  }
  .container--border {
    margin-bottom: 48px;
    padding-bottom: 48px;
  }
  .content-block {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-block--text-wrapper {
    padding-top: 20px;
    padding-left: 36px;
  }
  .country-intro {
    margin-top: -50px;
  }
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-button.w--open {
    padding: 12px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
  }
  .icon-2 {
    color: #094fa3;
    font-size: 39px;
  }
}

.news-article h2 {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

.news-article h3 {
  font-size: 15px;
  font-weight: bold;
}

.news-article .news-article-list-page-entry {
  display: block;
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 30px;
}

.news-article .ccm-block-page-list-title a {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #323846;
  text-decoration: none;
}

.news-article .ccm-block-page-list-title a:hover,
.news-article .ccm-block-page-list-title a:focus,
.news-article .ccm-block-page-list-title a:active {
  color: #094fa3;
}

.news-article .ccm-block-page-list-page-entry-horizontal {
  display: block;
  border-bottom: 2px solid #edece0;
  margin-bottom: 14px;
}

.news-article .ccm-block-page-list-page-entry-text {
  padding-top: 20px;
  padding-bottom: 30px;
}

.news-list-heading-date {
  padding-bottom: 18px;
}

.news-article .ccm-block-page-list-page-entry-read-more {
  margin-top: 23px;
}

.news-article .ccm-block-page-list-page-entry-read-more a {
  background-color: #094fa3;
  height: 31px;
  width: 100px;
  color: #fff;
  padding-top: 3px;
  padding-left: 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.news-article .ccm-block-page-list-page-entry-read-more a:hover,
.news-article .ccm-block-page-list-page-entry-read-more a:focus,
.news-article .ccm-block-page-list-page-entry-read-more a:active {
  background-color: #2d73cc;
}

.news-article .full-news-article {
  border-bottom: 2px solid #edece0;
}

.news-article .full-news-article .full-news-article-text {
  margin-bottom: 33px;
}

.news-article a.back-to-news {
  background-color: #094fa3;
  height: 31px;
  width: 100%;
  color: #fff;
  padding-top: 3px;
  padding-left: 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 40px;
}

.news-article a.back-to-news:hover,
.news-article a.back-to-news:focus,
.news-article a.back-to-news:active {
  background-color: #2d73cc;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 2px;
}

.pagination > li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 8px 16px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #3f9edc;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.ccm-page .ccm-pagination-wrapper ul.pagination li span {
  border: none;
}

.ccm-page .ccm-pagination-wrapper ul.pagination .active span {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}

.ccm-page .ccm-pagination-wrapper ul.pagination li a {
  color: #094fa3;
  border: none;
}

.ccm-page .ccm-pagination-wrapper ul.pagination li a:hover,
.ccm-page .ccm-pagination-wrapper ul.pagination li a:focus,
.ccm-page .ccm-pagination-wrapper ul.pagination li a:active {
  background-color: #fff;
  border: none;
  color: #2d73cc;
}

.home-news .ccm-block-page-list-page-entry {
  border-bottom: 1px solid #d1cfc3;
  margin-left: -30px;
  margin-right: -30px;
}

.home-news .ccm-block-page-list-page-entry .ccm-block-page-list-page-entry-thumbnail img {
  width: 55px;
  height: 55px;
  float: left;
  margin-right: 15px;
}

.home-news .ccm-block-page-list-title a {
  color: #323846;
  text-decoration: none;
}

.home-news .ccm-block-page-list-description {
  float: left;
  padding-top: 10px;
  padding-bottom: 6px;
}

.home-news .ccm-block-page-list-date {
  padding-top: 10px;
  padding-bottom: 22px;
}

.home-news .ccm-block-page-list-title a:hover,
.home-news .ccm-block-page-list-title a:focus,
.home-news .ccm-block-page-list-title a:active {
  color: #094fa3;
}

.home-news .home-news-block-wrapper {
  padding-top: 12px;
  padding-left: 30px;
  padding-right: 30px;
}

.more-news {
  padding-top: 2px;
}

@media (max-width: 767px) {
  .header {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .loginWrapper {
      display: none;
  }

  .loginWrapper a {
    display: none;
  }
  .hero-wrapper {
    margin-bottom: 20px;
  }
  .hero-image {
    margin-bottom: 0px;
  }
  .navigation {
    left: 0px;
    top: 83px;
    right: 0px;
  }
  .navigation__item {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .icon {
    margin-right: 14px;
  }
  .color-block.color-block--blue.color-block--large.color-block--overlay {
    margin-top: 0px;
  }
  .color-block.color-block--beige.country-description {
    margin-bottom: 36px;
    padding: 36px 48px;
    font-size: 15px;
  }
  .text-lift {
    font-size: 20px;
    line-height: 26px;
  }
  .container--border {
    padding-right: 12px;
    padding-left: 12px;
  }
  .content-block {
    padding-bottom: 40px;
  }
  .country-intro {
    margin-top: 0px;
    margin-bottom: 36px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .country-content {
    padding-top: 18px;
  }


  .country-links-wrapper {
    margin-top: 48px;
  }
  .column {
    display: none;
  }
}

@media (max-width: 479px) {
  .header {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .hero-wrapper {
    overflow: hidden;
  }
  .loginWrapper {
      display: none;
  }

  .loginWrapper a {
    display: none;
  }
  .logo-image {
    width: 120px;
  }
  .navigation {
    top: 72px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .navigation__item {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .icon {
    margin-right: 15px;
  }
  .color-block.color-block--blue.color-block--large.color-block--overlay {
    padding: 36px 24px;
    font-size: 27px;
  }
  .color-block.color-block--beige.country-description {
    padding-bottom: 24px;
    padding-left: 36px;
  }
  .text-lift {
    font-size: 18px;
    line-height: 26px;
  }
  .content-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-block--text-wrapper {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-2 {
    display: none;
  }
}
