/* Sitewide */

.pl-40 {
  padding-left: 15px;
}
.pr-40 {
  padding-right: 15px;
}
.desktop-only {
  display: none;
}
.mobile-only {
  display: block;
}
.mobile-md-only {
  display: block;
}
.desktop-md-only {
  display: none;
}

.bright {
  color: #0069c8;
}

p,
h1,
h2,
h3,
h4 {
  color: #000062;
}
h2 {
  font-size: 24px;
}

a.wp-block-button__link {
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #0069c8;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.5s ease;
  padding: 8px 25px;
  color: #fff;
}
a.wp-block-button__link:hover,
a.wp-block-button__link:focus {
  background-color: #64ccc9;
  color: #000062;
  text-decoration: none;
  transform: scale(1.1);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
  box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
}
.about-nb {
  margin: 0 auto;
}
.about-nb a {
  color: #fff;
}

.top-section p a {
  text-decoration: underline;
  color: #0069c8;
  font-weight: normal;
}
.top-section p a:hover,
.top-section p a:focus {
  color: #000062;
  text-decoration: underline;
  background-color: #c6edeb;
  color: #000;
}

.about-section p a {
  text-decoration: underline;
  color: #0069c8;
  font-weight: normal;
}
.about-section p a:hover,
.about-section p a:focus {
  color: #000062;
  text-decoration: underline;
  background-color: #c6edeb;
  color: #000;
}

/* GDPR Modal */
span.change-settings-button:hover,
span.change-settings-button:focus {
  background-color: #ffffff !important;
}

/* Header Styles */

.header {
  border-bottom: none;
  background-color: #0c1d53;
  color: #fff;
  height: 85px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
  box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
}
.header.scrolled {
  background-color: #0c1d53 !important;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
  box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
}

.nb-logo {
  width: 130px;
  height: auto;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(68deg)
    brightness(101%) contrast(101%);
}
.nb-logo:hover {
  filter: invert(79%) sepia(30%) saturate(593%) hue-rotate(127deg)
    brightness(89%) contrast(88%);
}
a:focus .nb-logo {
  filter: invert(79%) sepia(30%) saturate(593%) hue-rotate(127deg)
    brightness(89%) contrast(88%);
}
#nb-wordmark a:focus {
  background-color: #000062;
}
.container-toggle-icon {
  font-size: 18px;
  text-align: right;
  padding-top: 8px;
}
.container-search-icon.btn-link {
  font-size: 18px;
  text-align: right;
  padding-top: 8px;
  color: #fff;
}

.container-search-icon:focus span,
.container-search-icon:hover span {
  cursor: pointer;
  color: #64ccc9;
}
.navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 35px;
}
.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  width: 35px;
}

/* About Page */
h2.c-accordion__title {
  text-decoration: none !important;
  padding: 5px 0px;
}
.c-accordion__title:after {
  color: #0069c8;
}
.about-faq h2.c-accordion__title {
  margin-top: 0px !important;
}

h2.c-accordion__title:hover,
h2.c-accordion__title:focus {
  text-decoration: underline !important;
  color: #000062;
  background-color: #c6edeb;
}
h2.c-accordion__title:hover:after,
h2.c-accordion__title:focus:after {
  color: #000062;
}
.c-accordion__content {
  margin-top: 20px;
}

/* Navigation Menu */

nav {
  position: relative;
  top: 0;
  right: 0;
  transform: none;
  padding-top: 0;
}

nav .desktop-only .nav-item a {
  text-transform: uppercase;
  letter-spacing: 2px;
}
nav .desktop-only .nav-item.active a {
  color: #64ccc9;
}
nav .desktop-only .nav-item a:hover {
  text-decoration: underline;
  color: #64ccc9;
}
nav .desktop-only .nav-item a:focus {
  text-decoration: underline;
  color: #000062;
}

/* Search Modal */
.modal-search .modal-dialog.modal-top {
  padding-top: 0px;
  margin-top: 0px;
}
.modal-search .modal-dialog.modal-top .modal-content {
  height: 85px;
  background-color: #ffffff;
  padding-top: 0px;
  margin-top: 0px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
  box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
  border: none;
  border-radius: 0px;
}

.fa.fa-search {
  font-size: 1.3rem;
}
.close-search i {
  color: #000062;
}
.close-search:focus i,
.close-search:hover i {
  color: #64ccc9;
  cursor: pointer;
}

.modal-search .search-form {
  border-bottom: 1px solid #000062;
}
.modal-search .search-form .search-submit {
  width: 120px;
  background-color: #fff;
  /* radius: 0; */
  border-radius: 0px;
  text-transform: uppercase;
  color: #000062;
  border: none;
}
.modal-search .search-form .search-submit:hover,
.modal-search .search-form .search-submit:focus {
  color: #64ccc9;
  cursor: pointer;
}
.modal-search .search-form label {
  width: calc(100% - 126px);
}
.modal-search .search-form .search-field {
  background-image: url(/wp-content/themes/nordicbridges/includes/css/img/search.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 5px 10px;
  padding-left: 30px;
  /* radius: 0; */
  border-radius: 0px;
  border: none;
}

.modal-dialog {
  max-width: 100%;
  font-family: "Moderat", Helvetica, sans-serif;
}

/* Mobile Fly Out Menu */
.overlay-menu-section {
  background-color: #000062;
}
.overlay-menu-section .main-nav {
  text-transform: uppercase;
}

.mobile-flyout-container {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  width: 100%;
  position: relative;
}
.mobile-flyout-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 15px;
}

.mobile-social {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 15px 0px;
  margin: 15px 0px;
}
.mobile-social a {
  width: 25%;
  display: inline-block;
}

#mobile-foot-nav {
  margin-bottom: 25px;
}
#mobile-foot-nav li {
  width: 50%;
}
#menu-main-menu-1 li {
  margin-bottom: 15px;
}
#menu-main-menu-1 li a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}

/* Homepage */
.home .header {
  background-color: rgb(0, 0, 98, 0);
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 0);
  -moz-box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 0);
  box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 0);
}
.home .header.scrolled {
  background-color: rgb(0, 0, 98, 1);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
  box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
}
.home .top-section {
  padding-top: 0px;
}

.nordic-hero-container {
  width: 100vw;
  overflow: auto;
  background-size: cover;
  background-position: center center;
  background-color: #0c1d53;
  /* background-image: url("/wp-content/themes/nordicbridges/includes/img/nb-home-hero.jpg"); */
  margin-bottom: 25px;
  position: relative;
}
.hero-gradient {
  background: linear-gradient(rgba(0, 0, 98, 35), rgba(0, 0, 98, 0));
  width: 100%;
  height: 70px;
  z-index: 3;
  position: relative;
}
.hero-waves {
  min-height: 600px;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url("/wp-content/themes/nordicbridges/includes/img/northern-lights-2.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 150%;
}
.hero-logo {
  position: relative;
  z-index: 4;
  width: 80%;
  display: block;
  height: auto;
  margin: 70px auto 15px auto;
}
.hero-countries {
  font-size: 14px;
  color: #64ccc9;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 50px auto;
  letter-spacing: 1px;
  line-height: 18px;
}
.hero-sroll-down {
  width: 20px;
  height: auto;
  position: absolute;
  bottom: 15px;
  left: calc(50% - 10px);
  transition: all 0.5s ease;
}
.is-scroll .hero-sroll-down {
  opacity: 0;
}

.home-feature-programs h2.title {
  padding-left: 15px;
}

/* Standard Page Template */
.search-results main,
.page-template-page-standard main {
  background-size: 150%;
}
.search-results main,
.page-template-page-standard main {
  background-image: url("../img/northern-lights-2.svg");
  background-repeat: no-repeat;
  background-position: center 8px;
}
.search-results .top-section,
.page-template-page-standard .top-section {
  background: transparent;
}
.search-results .page-title,
.page-template-page-standard .page-title {
  margin: 50px 0px 25px 0px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
}

/* Partner Page */
.partner-hero {
  padding-top: 88px;
}
.partner-hero img {
  width: 100%;
  height: auto;
  margin-top: 35px;
}
.partner-label {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 0px;
}
h1.partner-title {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: none;
}
.partner-location {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-bottom: 0px;
}
.single-partner .top-section {
  padding-top: 20px;
  min-height: 100px;
}
.single-partner .top-section p a {
  color: #0069c8;
}
.single-partner .top-section p a:hover,
.single-partner .top-section p a:focus {
  color: #000062;
  text-decoration: underline;
  background-color: #c6edeb;
}

.partner-logo img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 130px;
}

/* Programming Parter Grid */
.page-id-25 .top-section {
  min-height: 0px;
  padding-top: 122px;
  padding-bottom: 30px;
}
.partner-single {
  margin-bottom: 20px;
}
.partner-single p {
  padding: 6px 10px;
  font-size: 14px;
}
.partner-single img {
  width: 100%;
  height: auto;
}
.page-id-25 .partner-single h2 {
  font-weight: 700;
  font-size: 22px;
  padding: 10px;
}
.partner-single a {
  background-color: #eff0f0;
  display: block;
  text-decoration: none !important;
  height: 100%;
}
.partner-single a:hover,
.partner-single a:focus {
  background-color: #000062;
}
.page-id-25 .partner-single a:hover p,
.partner-single a:focus p {
  color: #fff;
}
.page-id-25 .partner-single a:hover h2,
.partner-single a:focus h2 {
  color: #fff;
}
.page-id-25 .partner-location {
  margin-bottom: 0px;
  padding: 0 10px;
  font-size: 14px;
}
.page-id-25 .partner-single img {
  transition: all 0.5s ease;
}
.page-id-25 .partner-single a:hover img,
.page-id-25 .partner-single a:focus img {
  transform: scale(1.025);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
  box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
}

.carousel-indicators li {
  width: 100%;
  height: 6px;
  border-top: 0px;
  border-bottom: 0px;
}
.carousel-indicators {
  bottom: 0px;
}
.carousel-indicators .active {
  background-color: #64ccc9;
}
.carousel-inner {
  background-color: #000062;
}
.carousel-control-next,
.carousel-control-prev {
  width: 10%;
  min-width: 100px;
}
.slider-text-fix {
  position: absolute;
  bottom: 0;
}
.carousel-item h2,
.carousel-item p,
.carousel-item a {
  color: #fff;
}
.carousel-item h2 a {
  font-weight: 700;
}
p.ppartner-label {
  text-transform: uppercase;
  font-weight: 700px;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 14px;
}
.page-id-25 .carousel-item .partner-location {
  padding: 0;
  margin-bottom: 40px;
}

.carousel-control-prev,
.carousel-control-next,
.page-id-25 .carousel-item .partner-location {
  display: none;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  transition: all 0.2s ease;
  width: 50px;
  height: 50px;
}
.carousel-control-next:hover .carousel-control-next-icon,
.carousel-control-next:hover .carousel-control-next-icon,
.carousel-control-next:focus .carousel-control-next-icon,
.carousel-control-next:focus .carousel-control-next-icon,
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-prev:focus .carousel-control-prev-icon,
.carousel-control-prev:focus .carousel-control-prev-icon {
  width: 65px;
  height: 65px;
}
.carousel-control-prev-icon {
  background-image: url("/wp-content/themes/nordicbridges/includes/img/slider-arrow-back.svg");
}
.carousel-control-next-icon {
  background-image: url("/wp-content/themes/nordicbridges/includes/img/slider-arrow.svg");
}

.slider-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(rgba(0, 0, 98, 0), rgba(0, 0, 98, 35));
}

.partner-drop {
  position: absolute;
  top: 85px;
  left: 0px;
  z-index: 20;
}
.partner-drop .btn.btn-secondary {
  background-color: #fff;
  color: #000062;
  /* radius: 0px; */
  border-radius: 0px;
  border: 1px solid #000062;
  width: 100vw;
}
.partner-drop .btn.btn-secondary:focus {
  background-color: #000062;
  color: #fff;
}
.partner-drop .dropdown-item,
.partner-drop .dropdown-item:link {
  color: #000062;
}
.partner-drop .dropdown-item:hover,
.partner-drop .dropdown-item:focus {
  color: #000062;
  background-color: #64ccc9;
}
.dropdown-toggle::after {
  border: none;
}
.dropdown-toggle {
  background-image: url("/wp-content/themes/nordicbridges/includes/img/down-arrow-d.svg");
  background-size: auto 60%;
  background-position: right center;
  background-repeat: no-repeat;
}

/* Hide item for accessibility */
.screen-reader-text {
  border: 0;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Partner Country Map */
#sweden:hover,
#sweden:focus,
.zoom-sweden #interactmap #sweden {
  fill: #000062;
  cursor: pointer;
}
#faroe:hover .intmap,
#faroe:focus .intmap,
.zoom-faroe #interactmap #faroe .intmap {
  fill: #000062;
  cursor: pointer;
}
#aland:hover .intmap,
#aland:focus .intmap,
.zoom-aland #interactmap #aland .intmap {
  fill: #000062;
  cursor: pointer;
}
#iceland:hover,
#iceland:focus,
.zoom-iceland #interactmap #iceland {
  fill: #000062;
  cursor: pointer;
}
#finland:hover,
#finland:focus,
.zoom-finland #interactmap #finland {
  fill: #000062;
  cursor: pointer;
}
#denmark:hover,
#denmark:focus,
.zoom-denmark #interactmap #denmark {
  fill: #000062;
  cursor: pointer;
}

#greenland:hover .intmap,
#greenland:focus .intmap,
.zoom-greenland #interactmap #greenland .intmap {
  fill: #000062;
  cursor: pointer;
}
#norway:hover .intmap,
#norway:focus .intmap,
.zoom-norway #interactmap #norway .intmap {
  fill: #000062;
  cursor: pointer;
}
#container-interactmap {
  display: none;
}
#hold-map {
  overflow: hidden;
  width: 100%;
  height: 550px;
  position: relative;
}

#interactmap {
  width: 100%;
  transition: all 0.5s ease;
}

.map-country-content img {
  width: 50px;
  height: auto;
  margin-right: 15px;
}
.map-country-content h2 {
  font-weight: 700;
  font-size: 24px;
}
.map-country-content h3 {
  font-weight: 500;
  font-size: 20px;
}

.map-content-r,
.map-content-l {
  display: none;
  position: absolute;
  width: calc(50% - 25px);
  top: 75px;
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
  box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
  z-index: 10;
}
.zoom-sweden .map-content-l,
.zoom-faroe .map-content-l,
.zoom-denmark .map-content-l,
.zoom-aland .map-content-l,
.zoom-finland .map-content-l,
.zoom-norway .map-content-l {
  display: block;
  left: 25px;
}
.zoom-iceland .map-content-r,
.zoom-greenland .map-content-r {
  display: block;
  right: 25px;
}

.content-greenland,
.content-iceland,
.content-sweden,
.content-faroe,
.content-denmark,
.content-aland,
.content-finland,
.content-norway,
.label-iceland,
.label-greenland,
.label-sweden,
.label-faroe,
.label-denmark,
.label-aland,
.label-finland,
.label-norway {
  display: none;
}

.zoom-greenland .content-greenland,
.zoom-iceland .content-iceland,
.zoom-sweden .content-sweden,
.zoom-faroe .content-faroe,
.zoom-denmark .content-denmark,
.zoom-aland .content-aland,
.zoom-finland .content-finland,
.zoom-norway .content-norway {
  display: block;
}

.show-iceland .label-iceland,
.show-greenland .label-greenland,
.show-sweden .label-sweden,
.show-faroe .label-faroe,
.show-denmark .label-denmark,
.show-aland .label-aland,
.show-finland .label-finland,
.show-norway .label-norway {
  display: block;
}

.map-country-label {
  display: none;
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 5px;
  border-radius: 45px;
  background-color: #fff;
}
.map-country-label h2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 5px;
}
.map-country-label img {
  width: 30px;
  height: auto;
  margin-right: 10px;
  margin-top: -8px;
}

.map-instructions {
  transition: all 0.5s ease;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 150px);
  width: 300px;
  z-index: 10;
  text-align: center;
}

.map-country-label.show {
  display: block;
}
#resetmap.wp-block-button__link {
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #0069c8;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.5s ease;
  padding: 8px 25px;
  position: absolute;
  top: 25px;
  left: 25px;
}
#resetmap.wp-block-button__link:hover,
#resetmap.wp-block-button__link:focus {
  background-color: #64ccc9;
  color: #000062;
  text-decoration: none;
  transform: scale(1.1);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
  box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 1);
}

.carousel-mobile-maps h2 {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 30px;
  background-color: #000062;
  padding: 15px;
  width: auto;
}
.carousel-mobile-maps h2 img {
  margin-right: 10px;
  margin-top: -8px;
}

.map-note {
  display: none;
  width: 100%;
}
.map-note p {
  text-align: right;
  padding-bottom: 0px;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .smaller-only {
    display: none;
  }
  #container-interactmap,
  .map-note {
    display: block;
  }
  #hold-map {
    height: 345px;
  }
  .zoom-sweden #interactmap {
    width: 180%;
    margin-left: -500px;
    margin-top: -275px;
  }
  .zoom-faroe #interactmap {
    width: 390%;
    margin-left: -1050px;
    margin-top: -750px;
  }
  .zoom-iceland #interactmap {
    width: 390%;
    margin-left: -1050px;
    margin-top: -600px;
  }
  .zoom-denmark #interactmap {
    width: 390%;
    margin-left: -1500px;
    margin-top: -950px;
  }
  .zoom-aland #interactmap {
    width: 500%;
    margin-left: -2500px;
    margin-top: -1100px;
  }
  .zoom-sweden #interactmap {
    width: 180%;
    margin-left: -500px;
    margin-top: -245px;
  }
  .zoom-finland #interactmap {
    width: 180%;
    margin-left: -550px;
    margin-top: -200px;
  }
  .zoom-norway #interactmap {
    width: 115%;
    margin-left: -140px;
    margin-top: -0px;
  }
}

@media (min-width: 992px) {
  #hold-map {
    height: 465px;
  }
  .zoom-sweden #interactmap {
    width: 170%;
    margin-left: -700px;
    margin-top: -320px;
  }
  .zoom-faroe #interactmap {
    width: 390%;
    margin-left: -1360px;
    margin-top: -1085px;
  }
  .zoom-iceland #interactmap {
    width: 300%;
    margin-left: -1000px;
    margin-top: -600px;
  }
  .zoom-denmark #interactmap {
    width: 390%;
    margin-left: -2070px;
    margin-top: -1290px;
  }
  .zoom-aland #interactmap {
    width: 500%;
    margin-left: -3300px;
    margin-top: -1500px;
  }
  .zoom-sweden #interactmap {
    width: 180%;
    margin-left: -700px;
    margin-top: -390px;
  }
  .zoom-finland #interactmap {
    width: 180%;
    margin-left: -730px;
    margin-top: -250px;
  }
  .zoom-norway #interactmap {
    width: 115%;
    margin-left: -130px;
    margin-top: -0px;
  }
}

@media (min-width: 1200px) {
  #hold-map {
    overflow: hidden;
    width: 100%;
    height: 550px;
    position: relative;
  }
  .zoom-sweden #interactmap {
    width: 150%;
    margin-left: -560px;
    margin-top: -280px;
  }
  .zoom-faroe #interactmap {
    width: 390%;
    margin-left: -1700px;
    margin-top: -1200px;
  }
  .zoom-iceland #interactmap {
    width: 390%;
    margin-left: -1700px;
    margin-top: -1000px;
  }
  .zoom-denmark #interactmap {
    width: 390%;
    margin-left: -2500px;
    margin-top: -1600px;
  }
  .zoom-aland #interactmap {
    width: 500%;
    margin-left: -3900px;
    margin-top: -1800px;
  }
  .zoom-sweden #interactmap {
    width: 180%;
    margin-left: -700px;
    margin-top: -390px;
  }
  .zoom-finland #interactmap {
    width: 180%;
    margin-left: -850px;
    margin-top: -340px;
  }
  .zoom-norway #interactmap {
    width: 115%;
    margin-left: -140px;
    margin-top: -0px;
  }
}

/* Media Releases Page */

.release-date {
  font-size: 18px;
  display: block;
  line-height: 27px;
}

.release-title a {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
  display: block;
  text-decoration: underline;
  color: #0069c8;
}

.release-title a:hover,
a:focus {
  background-color: #c6edeb;
  color: #000062;
}

.contact-us {
  text-align: center;
}
.contact-us a {
  color: #0069c8;
}
.contact-us a:hover,
a:focus {
  background-color: #c6edeb;
  color: #000062;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .desktop-only {
    display: block;
  }
  .mobile-only {
    display: none;
  }
  .hero-gradient {
    height: 133px;
  }
  #menu-item-94,
  #menu-item-114 {
    display: none;
  }
  .partner-hero img {
    margin-top: 45px;
  }
  .single-partner .top-section {
    padding-top: 50px;
  }
  .partner-drop {
    position: fixed;
    top: 160px;
    left: 40px;
  }
  .partner-drop .btn.btn-secondary {
    padding-right: 100px;
    width: auto;
  }
  .carousel-control-prev,
  .carousel-control-next {
    display: flex;
  }
  .page-id-25 .carousel-item .partner-location {
    display: block;
  }
  .slider-fade {
    height: 40%;
  }
  .page-id-25 .top-section {
    padding-top: 85px;
    padding-bottom: 60px;
  }
  .partner-hero {
    padding-top: 0px;
  }
  .home-feature-programs h2.title {
    padding-left: 0px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .pl-40 {
    padding-left: 40px;
  }
  .pr-40 {
    padding-right: 40px;
  }
  .search-results main,
  .page-template-page-standard main {
    background-size: contain;
  }
  .search-results .page-title,
  .page-template-page-standard .page-title {
    margin: 100px 0px 25px 0px;
  }
  h2 {
    font-size: 32px;
  }
  h2.release-title {
    font-size: 18px;
    line-height: 27px;
  }
  .hero-waves {
    background-size: 125%;
  }
  .hero-logo {
    width: 60%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .hero-countries {
    font-size: 15px;
  }
  .hero-waves {
    background-size: cover;
  }
  .hero-logo {
    width: 675px;
    margin: 100px auto 15px auto;
  }
  .mobile-md-only {
    display: none;
  }
  .desktop-md-only {
    display: block;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .search-results .page-title,
  .page-template-page-standard .page-title {
    margin: 125px 0px 25px 0px;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .search-results .page-title,
  .page-template-page-standard .page-title {
    margin: 170px 0px 25px 0px;
  }
}
