/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: AEP
Description: Antarctic Environments Portal Theme
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*========== Variables ============*/
/*============Sticky Footer============*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden!important;
  scroll-behavior: smooth;
}
body {
  height: 100%;
  min-height: 100%;
  height: auto!important;
  display: flex;
  flex-direction: column;
  position: relative;
}
#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
* {
  outline: none!important;
}
.white-border-button {
  display: inline-block;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 5px 15px;
}
.white-border-button i {
  margin-right: 7px;
}
.white-border-button:hover {
  background-color: #ffffff;
  text-decoration: none;
  color: #00adef;
}
.blue-border-button {
  display: inline-block;
  border: 2px solid #00adef;
  color: #00adef;
  padding: 5px 15px;
}
.blue-border-button i {
  margin-right: 7px;
}
.blue-border-button:hover {
  background-color: #00adef;
  text-decoration: none;
  color: #ffffff;
}
.breadcrumb-wrapper {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 7px;
  font-size: 14px;
}
/*==========Fonts & Headings===========*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #061923;
  font-size: 16px;
  font-size: 1.6rem;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Lora', serif;
  color: #043653;
}
h1 {
  font-size: 36px;
  font-size: 3.6rem;
  margin: 0 0 20px 0;
}
h2 {
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 0 20px 0;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 20px 0;
}
h4 {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0 20px 0;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 20px 0;
}
p {
  margin: 0 0 20px 0;
}
ol,
ul {
  margin: 0 0 20px 0;
}
strong {
  font-weight: bold;
}
a {
  color: #ec6457;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  color: #ec6457;
}
a:visited,
a:hover,
a:active {
  text-decoration: underline;
}
.blue-button {
  display: inline-block;
  background-color: #00adef;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 45px;
  font-family: 'Roboto', sans-serif;
}
.blue-button:hover {
  background-color: #043653;
  color: #ffffff;
  text-decoration: none;
}
/* Mobile Nav
==============================*/
#mobileNav {
  background: #ffffff;
  height: 100%;
  width: 100%;
  right: -100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobileNav.menuOpen {
  right: 0;
}
#mobileNav ul {
  padding: 0px;
}
#mobileNav ul li {
  position: relative;
  padding: 15px 0px;
  list-style: none;
}
#mobileNav ul li a {
  color: #061923;
  font-size: 20px;
}
#mobileNav ul li ul.sub-menu {
  display: none;
  padding-left: 0px;
  padding: 5px 0px 0px 0px;
}
#mobileNav ul li ul.sub-menu li {
  padding: 10px 0px;
}
#mobileNav ul li.phone i {
  margin-right: 7px;
}
#mobileNav ul .menu-drop {
  position: absolute;
  right: 0px;
  top: 22px;
  z-index: 3;
  color: #ec6457;
  width: 50px;
  text-align: center;
}
#mobileNav ul .menu-drop .fa {
  float: right;
  color: #ec6457;
}
#mobileNav ul .menu-drop.sub-menu-active .fa {
  float: right;
  color: #ec6457;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mobileNav ul#menu-main-menu {
  padding: 0px;
}
#mobileNav ul#menu-main-menu li {
  padding: 15px 0px;
  list-style: none;
}
#mobileNav ul#menu-main-menu li a {
  color: #061923;
  font-size: 20px;
}
#mobileNav ul#menu-main-menu li ul.sub-menu {
  display: none;
  padding-left: 0px;
}
#mobileNav ul#menu-main-menu .menu-drop .fa {
  float: right;
  color: #ff0000;
}
#mobileNav .mobileNav-header {
  padding: 20px;
}
#mobileNav .mobileNav-header i {
  color: #061923;
  float: right;
  font-size: 30px;
}
#mobileNav .mobile-main-menu {
  padding: 0px 22px 50px 22px;
}
#mobileNav .search-wrapper {
  float: left;
  margin-top: 5px;
}
#mobileNav .search-wrapper .search-field {
  border: none;
  position: relative;
  top: -3px;
}
#mobileNav .search-wrapper .search-field::-webkit-input-placeholder {
  color: #043653;
  opacity: 1;
}
#mobileNav .search-wrapper .search-field::-moz-placeholder {
  color: #043653;
  opacity: 1;
}
#mobileNav .search-wrapper .search-field:-ms-input-placeholder {
  color: #043653;
  opacity: 1;
}
#mobileNav .search-wrapper .search-field:-moz-placeholder {
  color: #043653;
  opacity: 1;
}
#mobileNav .search-wrapper .search-submit {
  border: none;
  background: none;
  cursor: pointer;
}
#mobileNav .search-wrapper .search-submit i {
  color: #ec6457 !important;
  font-size: 22px!important;
}
#mobileNav .search-wrapper .search-submit:hover i {
  color: #00adef;
}
#wrap.menuOpenWrap {
  right: 50%;
  pointer-events: none;
}
footer.menuOpenWrap {
  right: 50%;
  position: relative;
  pointer-events: none;
}
.mobileNav-overlay.menuOpen {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
  footer.menuOpenWrap {
    right: 100%;
  }
}
/* Nav
==============================*/
header {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 3;
}
header .header-top {
  background-color: #f3f3f3;
}
header .header-top .left {
  float: left;
  padding-left: 15px;
  min-height: 50px;
}
header .header-top .left a {
  color: #ec6457;
  font-size: 20px;
  display: inline-block;
  margin: 8px 10px 0px 0px;
}
header .header-top .left a:hover {
  color: #00adef;
}
header .header-top .right {
  float: right;
  padding-right: 15px;
  min-height: 50px;
}
header .header-top .right .search-wrapper {
  margin-top: 8px;
  padding-top: 3px;
  padding-right: 30px;
  margin-right: 35px;
  float: left;
  border-right: 1px solid #dedede;
}
header .header-top .right .search-wrapper .search-field {
  border: none;
  min-width: 196px;
  background-color: #f3f3f3;
}
header .header-top .right .search-wrapper .search-field::-webkit-input-placeholder {
  color: #043653;
  opacity: 1;
}
header .header-top .right .search-wrapper .search-field::-moz-placeholder {
  color: #043653;
  opacity: 1;
}
header .header-top .right .search-wrapper .search-field:-ms-input-placeholder {
  color: #043653;
  opacity: 1;
}
header .header-top .right .search-wrapper .search-field:-moz-placeholder {
  color: #043653;
  opacity: 1;
}
header .header-top .right .search-wrapper .search-submit {
  border: none;
  background-color: #f3f3f3;
  color: #ec6457;
  cursor: pointer;
}
header .header-top .right .search-wrapper .search-submit:hover {
  color: #00adef;
}
header .header-top .right .language-selector {
  float: left;
}
header .header-top .right .language-selector li {
  list-style-type: none;
  margin-top: 7px;
}
header .header-top .right .language-selector li img {
  margin-right: 7px;
}
header .header-top .right .language-selector li .wpml-ls-sidebars-languages {
  max-width: 130px;
}
header .header-top .right .language-selector li .wpml-ls-sidebars-languages * {
  background-color: #f3f3f3;
}
header .header-bottom {
  background-color: rgba(4, 54, 83, 0.5);
}
header .header-bottom .left {
  padding-left: 30px;
  float: left;
}
header .header-bottom .left .header-logo {
  display: inline-block;
  margin-top: 8px;
  text-decoration: none;
  color: #ffffff;
}
header .header-bottom .left .header-logo img {
  height: 57px;
}
header .header-bottom .middle {
  text-align: center;
}
header .header-bottom .middle ul li.current_page_item a:before {
  border-color: transparent #f3f3f3 transparent transparent;
}
header .header-bottom .middle ul li a {
  color: #ffffff;
  margin-left: 17px;
  margin-right: 17px;
  display: inline-block;
  padding-top: 26px;
  padding-bottom: 25px;
  position: relative;
  font-weight: 300;
}
header .header-bottom .middle ul li a .menu-drop {
  margin-left: 7px;
  font-size: 12px;
  position: absolute;
  bottom: 27px;
}
header .header-bottom .middle ul li a:hover:before {
  border-color: transparent #f3f3f3 transparent transparent;
}
header .header-bottom .middle ul li a:before {
  content: "\A";
  border-style: solid;
  border-width: 13px 11px 13px 0;
  border-color: transparent transparent transparent transparent;
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%) rotate(270deg);
}
header .header-bottom .middle ul li:hover.sub-menu-active .menu-drop {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .header-bottom .right {
  float: right;
  text-align: right;
  padding-right: 30px;
}
header .header-bottom .right .white-border-button {
  position: relative;
  top: 8px;
  margin-right: 30px;
}
header .header-bottom .right img {
  max-width: 65px;
  position: relative;
  top: 5px;
}
nav.main-menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}
nav.main-menu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
}
nav.main-menu ul .sub-menu-wrap {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
nav.main-menu ul .sub-menu-wrap .sub-menu {
  background-color: rgba(4, 54, 83, 0.5);
}
nav.main-menu ul .sub-menu-wrap li {
  display: block!important;
}
nav.main-menu ul .sub-menu-wrap li a {
  padding-top: 0px!important;
  padding-bottom: 10px!important;
}
nav.main-menu ul .sub-menu-wrap li a:before {
  display: none!important;
}
/* Slices
==============================*/
.home-banner {
  position: relative;
  top: -75px;
  height: 670px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}
.home-banner .outer-wrapper {
  position: relative;
  height: 670px;
}
.home-banner .outer-wrapper .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.home-banner .outer-wrapper .inner .pre-title {
  font-size: 22px;
  text-transform: uppercase;
  color: #beedff;
  font-family: 'Roboto', sans-serif;
}
.home-banner .outer-wrapper .inner h1 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 400;
}
.home-banner .explore-publication-topics {
  position: relative;
  top: -90px;
}
.home-banner .explore-publication-topics .inner {
  background-color: #043653;
  position: relative;
  font-family: 'Roboto', sans-serif;
}
.home-banner .explore-publication-topics .inner span.title {
  background-color: #ec6457;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 65px;
  position: relative;
  top: -34px;
}
.home-banner .explore-publication-topics .inner .topic-wrapper {
  text-align: center;
  padding-bottom: 30px;
}
.home-banner .explore-publication-topics .inner a {
  display: inline-block;
  width: 13%;
  color: #ffffff;
  vertical-align: top;
}
.home-banner .explore-publication-topics .inner a .image-wrapper {
  min-height: 66px;
  position: relative;
}
.home-banner .explore-publication-topics .inner a .icon,
.home-banner .explore-publication-topics .inner a .icon-hover {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.home-banner .explore-publication-topics .inner a .icon-hover {
  display: none;
}
.home-banner .explore-publication-topics .inner a span {
  display: block;
}
.home-banner .explore-publication-topics .inner a:hover {
  color: #00adef;
  text-decoration: none;
}
.home-banner .explore-publication-topics .inner a:hover .icon {
  display: none;
}
.home-banner .explore-publication-topics .inner a:hover .icon-hover {
  display: inline-block;
}
.single-page-banner-wrapper .page-banner {
  margin-bottom: -70px;
}
.page-banner {
  position: relative;
  top: -75px;
  height: 670px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 90px;
}
.page-banner .outer-wrapper {
  position: relative;
  height: 670px;
  z-index: 2;
}
.page-banner .outer-wrapper .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.page-banner .outer-wrapper .inner .pre-title {
  font-size: 22px;
  text-transform: uppercase;
  color: #beedff;
  font-family: 'Roboto', sans-serif;
}
.page-banner .outer-wrapper .inner h1 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 400;
}
.page-banner .outer-wrapper .inner p {
  color: white;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .page-banner .outer-wrapper .inner p {
    max-width: 75%;
  }
}
.page-banner .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(4, 54, 83, 0.4);
}
.intro-content {
  margin-top: 140px;
  margin-bottom: 140px;
}
.intro-content .inner {
  padding-left: 70px;
  padding-right: 70px;
}
.intro-content .pre-title {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #ec6457;
  display: block;
}
.intro-content .main-title {
  font-size: 36px;
  margin-bottom: 45px;
}
.intro-content .content-wrapper {
  line-height: 32px;
  /*column-count:2;
    column-gap: 40px;*/
}
.call-to-action {
  margin-top: 140px;
  margin-bottom: 140px;
}
.call-to-action .inner {
  background-color: #f3f3f3;
  background-image: url(images/cta-bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
}
.call-to-action .inner .content-wrapper {
  padding-top: 140px;
  padding-bottom: 140px;
  max-width: 730px;
  text-align: center;
  margin: 0 auto;
  line-height: 32px;
}
.call-to-action .inner .content-wrapper .main-title {
  font-size: 48px;
}
.call-to-action .inner .content-wrapper .intro {
  margin-bottom: 45px;
}
.quicklinks .card {
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #f3f3f3;
}
.quicklinks .card:hover .card-body {
  background-color: #043653;
  color: #ffffff;
  background-image: url(images/quicklink-bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
}
.quicklinks .card:hover .card-body h4 {
  color: #ffffff;
}
.quicklinks .card .card-body {
  padding: 70px 45px;
  position: relative;
}
.quicklinks .card .card-body a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.quicklinks .card .card-body .quicklink-link {
  color: #ec6457;
  text-align: right;
  display: block;
}
.quicklinks .card .card-body .quicklink-link i {
  margin-left: 7px;
}
.quicklinks .card .image {
  height: 210px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.quicklinks .card .image a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.single-publication-content-wrapper {
  margin-top: 140px;
  margin-bottom: 140px;
}
.single-publication-content-wrapper aside .inner {
  padding: 15px 30px;
  background-color: #043653;
  background-image: url(images/aside-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  margin-bottom: 30px;
}
.single-publication-content-wrapper aside .inner .sidebar-row {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}
.single-publication-content-wrapper aside .inner .sidebar-row.peer-reviewed i {
  font-size: 20px;
  position: relative;
  top: 2px;
  left: 5px;
}
.single-publication-content-wrapper aside .inner .sidebar-row .title {
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}
.single-publication-content-wrapper aside .inner .sidebar-row .result {
  color: #ec6457;
  display: inline-block;
  font-weight: 600;
}
.single-publication-content-wrapper aside .inner .sidebar-row .result a {
  color: #ec6457;
}
.single-publication-content-wrapper aside .inner .sidebar-row .pom-small-white {
  background-image: url('/wp-content/themes/AEP/images/print-icon-small-red.png');
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
  margin-left: 7px;
}
.single-publication-content-wrapper aside .inner .download-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-publication-content-wrapper aside .inner .download-wrapper a {
  text-align: center;
  font-size: 14px;
  padding: 5px 15px;
  display: block;
}
.single-publication-content-wrapper aside .inner .download-wrapper a i {
  margin-right: 7px;
}
.accordion-wrapper .panel {
  margin-bottom: 15px;
}
.accordion-wrapper .panel-title {
  position: relative;
  display: block;
  cursor: pointer;
  font-family: 'Lora', serif;
  font-size: 24px;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  padding: 10px 30px;
}
.accordion-wrapper .panel-title::after {
  content: "\f055";
  color: #ec6457;
  right: 30px;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.accordion-wrapper .panel-title[aria-expanded="true"] {
  border-top: 3px solid #043653;
  border-bottom: 1px solid #f3f3f3;
}
.accordion-wrapper .panel-title[aria-expanded="true"]::after {
  content: "\f056";
}
.accordion-wrapper .panel-body {
  border-bottom: 1px solid #043653;
  padding: 30px 30px 15px 30px;
  line-height: 30px;
}
.title-content {
  margin-bottom: 30px;
}
.title-content .content-wrapper.col-count-2 {
  column-count: 2;
  column-gap: 30px;
}
.title-content-image {
  margin-bottom: 30px;
}
.title-content-image .image {
  margin-top: 8px;
}
.title-content-image .image img {
  width: 100%;
}
.title-content-image .content.col-count-2 {
  column-count: 2;
  column-gap: 30px;
}
.full-width-image,
.full-width-video {
  margin-bottom: 30px;
}
.full-width-image img,
.full-width-video img {
  width: 100%;
}
.wp-caption {
  background-color: #f3f3f3;
}
.wp-caption .wp-caption-text {
  margin: 0;
  font-size: 14px;
  font-style: italic;
  padding: 0px 10px;
}
.other-information-wrapper {
  margin-top: 100px;
}
.other-information-wrapper .main-title {
  font-size: 48px;
  margin-bottom: 75px;
}
.other-information-wrapper #accordion-tabs .nav-tabs {
  border: none;
}
.other-information-wrapper #accordion-tabs li.nav-item {
  margin-right: 5px;
  margin-bottom: 0;
}
.other-information-wrapper #accordion-tabs li.nav-item a {
  background-color: #f3f3f3;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  padding: 8px 20px;
  color: #061923;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
}
.other-information-wrapper #accordion-tabs li.nav-item a.active,
.other-information-wrapper #accordion-tabs li.nav-item a:hover {
  color: #ffffff;
  background-color: #ec6457;
}
.other-information-wrapper #accordion-tabs .tab-pane {
  border: 1px solid #c0c0c0 !important;
  border-radius: 0;
  padding: 20px 20px 5px 20px;
}
.other-information-wrapper #accordion-tabs .tab-pane .card-header a {
  position: relative;
  display: block;
}
.other-information-wrapper #accordion-tabs .tab-pane .card-header a:after {
  content: "\f107";
  color: #333;
  top: -2px;
  right: 0px;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.other-information-wrapper #accordion-tabs .tab-pane .card-header a[aria-expanded="true"]::after {
  content: "\f106";
}
.related-publications {
  margin-top: 100px;
}
.related-publications .main-title {
  font-size: 48px;
  margin-bottom: 75px;
}
.related-publications .related-publication {
  line-height: 30px;
}
.related-publications .related-publication .pre-title {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #ec6457;
  display: block;
}
.related-publications .related-publication h3 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.related-publications .related-publication .published {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #c0c0c0;
  margin-bottom: 30px;
}
.related-publications-carousel .related-publication {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.related-publications-carousel .related-publication:hover .inner {
  border-top: 2px solid #00adef;
}
.related-publications-carousel .related-publication .inner {
  border-top: 2px solid #043653;
  padding-top: 20px;
}
.related-publications-carousel .related-publication a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.related-publications-carousel .slick-prev {
  left: -30px;
  z-index: 30;
  width: 25px;
  height: 25px;
}
.related-publications-carousel .slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f137';
  color: rgba(0, 0, 0, 0.3);
}
.related-publications-carousel .slick-next {
  right: -30px;
  z-index: 30;
  width: 25px;
  height: 25px;
}
.related-publications-carousel .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f138';
  color: rgba(0, 0, 0, 0.3);
}
.related-publications-carousel .slick-dots {
  bottom: -60px;
}
.related-publications-carousel .slick-dots li button:before {
  font-size: 50px;
  color: #f3f3f3 !important;
  opacity: 1;
}
.related-publications-carousel .slick-dots li.slick-active button:before {
  font-size: 50px;
  color: #ec6457 !important;
}
.faq-wrapper {
  margin-bottom: 160px;
}
.faq-wrapper .panel {
  margin-bottom: 15px;
}
.faq-wrapper .panel-title {
  position: relative;
  display: block;
  cursor: pointer;
  font-family: 'Lora', serif;
  font-size: 24px;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  padding: 10px 30px;
}
.faq-wrapper .panel-title::after {
  content: "\f055";
  color: #ec6457;
  right: 30px;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.faq-wrapper .panel-title[aria-expanded="true"] {
  border-top: 3px solid #043653;
  border-bottom: 1px solid #f3f3f3;
}
.faq-wrapper .panel-title[aria-expanded="true"]::after {
  content: "\f056";
}
.faq-wrapper .panel-body {
  border-bottom: 1px solid #043653;
  padding: 10px 30px 15px 30px;
  line-height: 30px;
}
.content-editor {
  margin-bottom: 140px;
}
.content-editor-fifty {
  margin-bottom: 140px;
}
.most-popular-publications {
  margin-top: 120px;
  margin-bottom: 160px;
}
.most-popular-publications .main-title {
  font-size: 48px;
}
.most-popular-publications .pre-title {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #ec6457;
  display: block;
}
.most-popular-publications .publication-categories {
  margin-top: 15px;
}
.most-popular-publications .publication-categories ul {
  padding: 0;
}
.most-popular-publications .publication-categories ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.most-popular-publications .publication-categories ul li a {
  font-size: 14px;
  background-color: #f3f3f3;
  display: block;
  padding: 5px 15px;
  color: #043653;
}
.most-popular-publications .publication-categories ul li a:hover {
  background-color: #043653;
  color: #ffffff;
  text-decoration: none;
}
.featured-publication-wrapper {
  margin-top: 140px;
  margin-bottom: 160px;
}
.featured-publication-wrapper h2 {
  font-size: 36px;
}
.featured-publication-wrapper .featured-publication {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.featured-publication-wrapper .featured-publication .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.featured-publication-wrapper .featured-publication:hover .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.featured-publication-wrapper .featured-publication .content-wrapper {
  max-width: 55%;
  padding: 60px 0px 60px 60px;
  position: relative;
  z-index: 4;
  top: 100%;
  transform: translateY(-100%);
  color: #ffffff;
  line-height: 30px;
}
.featured-publication-wrapper .featured-publication .content-wrapper .pre-title {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #beedff;
  display: block;
}
.featured-publication-wrapper .featured-publication .content-wrapper h3 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 5px;
}
.featured-publication-wrapper .featured-publication .content-wrapper .published {
  display: block;
  color: #c0c0c0;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.featured-publication-wrapper .featured-publication a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.updated-publications-wrapper {
  margin-top: -90px;
}
.search-results-wrapper {
  margin-bottom: 160px;
}
.search-results-wrapper .search-result {
  line-height: 30px;
  border: none;
  position: relative;
  flex: 1 0 30%;
  margin-bottom: 60px;
  max-width: 350px;
}
.search-results-wrapper .search-result:hover .inner {
  border-top: 2px solid #00adef;
}
.search-results-wrapper .search-result .inner {
  border-top: 2px solid #043653;
  padding-top: 20px;
}
.search-results-wrapper .search-result a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.search-results-wrapper .search-result .pre-title {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #ec6457;
  display: block;
}
.search-results-wrapper .search-result h3 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.search-results-wrapper .search-result .published {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #c0c0c0;
  margin-bottom: 30px;
}
.search-results-wrapper .navigation {
  display: block;
  width: 100%;
  text-align: Center;
}
.search-results-wrapper .navigation .wp-pagenavi span {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #00adef;
  border: none;
  color: #ffffff;
  line-height: 30px;
}
.search-results-wrapper .navigation .wp-pagenavi a {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #00adef;
  border: none;
  color: #ffffff;
  line-height: 30px;
}
.search-results-wrapper .navigation .wp-pagenavi a:hover {
  background-color: #043653;
  text-decoration: none;
}
.archive-title-wrapper {
  margin-bottom: 60px;
}
.archive-publication-categories {
  margin-top: 4px;
}
.archive-publication-categories ul {
  padding: 0;
}
.archive-publication-categories ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.archive-publication-categories ul li a {
  font-size: 14px;
  background-color: #f3f3f3;
  display: block;
  padding: 5px 15px;
  color: #043653;
}
.archive-publication-categories ul li a:hover {
  background-color: #043653;
  color: #ffffff;
  text-decoration: none;
}
.resources-wrapper {
  margin-top: 140px;
  margin-bottom: 140px;
}
.resources-wrapper .resource-group {
  margin-top: 15px;
  margin-bottom: 15px;
}
.resources-wrapper .resource-group h4 {
  border-bottom: 1px solid #043653;
  padding-bottom: 10px;
}
.resources-wrapper .resource-group ul {
  padding: 0;
  margin: 0;
}
.resources-wrapper .resource-group ul li {
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.resources-wrapper .resource-group ul li a {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
.resources-wrapper .resource-group ul li a .icon {
  display: inline-block;
  margin-right: 7px;
}
.resources-wrapper .resource-group ul li a:after {
  content: '>';
  float: right;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
}
.no-results-wrapper {
  margin-bottom: 140px;
}
.no-results-wrapper .search-wrapper {
  margin-top: 8px;
  padding-top: 3px;
}
.no-results-wrapper .search-wrapper .search-field {
  border: none;
}
.no-results-wrapper .search-wrapper .search-field::-webkit-input-placeholder {
  color: #043653;
  opacity: 1;
}
.no-results-wrapper .search-wrapper .search-field::-moz-placeholder {
  color: #043653;
  opacity: 1;
}
.no-results-wrapper .search-wrapper .search-field:-ms-input-placeholder {
  color: #043653;
  opacity: 1;
}
.no-results-wrapper .search-wrapper .search-field:-moz-placeholder {
  color: #043653;
  opacity: 1;
}
.no-results-wrapper .search-wrapper .search-submit {
  border: none;
  background-color: #ffffff;
  color: #ec6457;
  cursor: pointer;
}
/* Footer
==============================*/
footer {
  background-color: #043653;
  background-image: url(images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left top;
  color: #ffffff;
  margin-top: 52px;
}
footer .newsletter-signup {
  position: relative;
  top: -50px;
  text-align: center;
}
footer .newsletter-signup a {
  display: inline-block;
  background-color: #00adef;
  border: none;
  height: 40px!important;
  text-transform: uppercase;
  line-height: 18px!important;
  padding: 10px 60px;
}
footer .newsletter-signup a:hover {
  background-color: #043653;
  cursor: pointer;
  color: #ffffff;
}
footer .newsletter-signup .inner {
  background-color: #ffffff;
  padding: 30px 60px 30px 60px;
  -webkit-box-shadow: 0px 0px 3px 0px #d1d0d0;
  -moz-box-shadow: 0px 0px 3px 0px #d1d0d0;
  box-shadow: 0px 0px 3px 0px #d1d0d0;
}
footer .newsletter-signup .inner span {
  display: inline-block;
  position: relative;
  top: 0px;
  margin-right: 30px;
  font-family: 'Lora', serif;
  color: #043653;
  font-size: 20px;
}
footer .newsletter-signup .inner .gform_wrapper {
  display: inline-block;
  margin: 0;
}
footer .newsletter-signup .inner .gform_wrapper li input.medium {
  padding: 0 10px!important;
  margin: 0;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  height: 40px;
}
footer .newsletter-signup .inner .gform_wrapper .button {
  background-color: #00adef;
  border: none;
  height: 40px!important;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 0px!important;
  padding: 10px 60px;
}
footer .newsletter-signup .inner .gform_wrapper .button:hover {
  background-color: #043653;
  cursor: pointer;
}
footer .newsletter-signup #gform_confirmation_wrapper_1 {
  color: #061923;
}
footer h5 {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #00adef;
  text-decoration: none;
}
footer .one,
footer .two,
footer .three,
footer .four {
  padding-top: 25px;
  padding-bottom: 75px;
}
footer .two i {
  margin-right: 7px;
  color: #00adef;
}
footer .three ul {
  column-count: 2;
  padding: 0;
}
footer .three ul li {
  list-style-type: none;
  margin-bottom: 15px;
}
footer .four {
  text-align: center;
}
footer .four .footer-social {
  margin-bottom: 15px;
}
footer .four .footer-social a {
  color: #00adef;
  font-size: 20px;
}
footer .four .footer-social a:hover {
  color: #ffffff;
}
footer .footer-bottom {
  font-size: 14px;
  padding-bottom: 20px;
}
footer .footer-bottom .left {
  float: left;
}
footer .footer-bottom .left a {
  display: inline-block;
  border-left: 1px solid #ffffff;
  margin-left: 10px;
  padding-left: 10px;
  line-height: 12px;
}
footer .footer-bottom .right {
  float: right;
}
@media (max-width: 575px) {
  .hide-mobile,
  header .header-bottom .right .white-border-button,
  header .header-bottom .middle {
    display: none;
  }
  header .header-top .left {
    padding-left: 0px;
    min-height: 34px;
  }
  header .header-top .right {
    padding-right: 0px;
    min-height: 45px;
  }
  header .header-top .right .search-wrapper {
    display: none;
  }
  header .header-top .right .wpml-ls-native {
    display: none;
  }
  header .header-top .right .language-selector {
    position: relative;
    left: -10px;
  }
  header .header-top .right .language-selector li .wpml-ls-sidebars-languages {
    max-width: 62px;
  }
  header .header-top .right .menu-search-icon {
    position: relative;
    top: 10px;
  }
  header .header-bottom .left {
    padding-left: 15px;
  }
  header .header-bottom .left .header-logo {
    margin-top: 11px;
    font-size: 12px;
  }
  header .header-bottom .left .header-logo img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  header .header-bottom .right {
    padding-right: 15px;
  }
  header .header-bottom .right img {
    max-width: 40px;
    top: 0;
    right: 7px;
  }
  header .header-bottom .right .navToggle.menu {
    position: relative;
    top: 7px;
    font-size: 30px;
    color: #ffffff;
  }
  .mobile-button-wrapper {
    padding: 20px;
    position: relative;
    top: -70px;
  }
  .mobile-button-wrapper a {
    display: block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .home-banner,
  .page-banner {
    height: 500px;
  }
  .home-banner .outer-wrapper,
  .page-banner .outer-wrapper {
    height: 500px;
  }
  .home-banner .outer-wrapper .inner h1,
  .page-banner .outer-wrapper .inner h1 {
    font-size: 28px;
  }
  .home-banner {
    margin-bottom: 400px;
  }
  .home-banner .explore-publication-topics .inner span.title {
    padding: 5px 15px;
    display: block;
    text-align: center;
  }
  .home-banner .explore-publication-topics .inner a {
    width: 45%;
    margin-bottom: 15px;
  }
  .intro-content,
  .call-to-action,
  .single-publication-content-wrapper {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .intro-content .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .intro-content .main-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .intro-content .content-wrapper {
    column-count: 1;
    column-gap: 0px;
  }
  .featured-publication-wrapper {
    margin-top: 70px;
    margin-bottom: 80px;
  }
  .featured-publication-wrapper .featured-publication .content-wrapper {
    max-width: 100%;
    padding: 60px 15px 45px 15px;
  }
  .other-information-wrapper,
  .related-publications {
    margin-top: 45px;
  }
  .most-popular-publications .main-title {
    font-size: 24px;
  }
  .related-publications-carousel .related-publication {
    padding-left: 0px;
    padding-right: 0px;
  }
  .related-publications-carousel .slick-arrow {
    display: none!important;
  }
  .faq-wrapper,
  .search-results-wrapper {
    margin-bottom: 90px;
  }
  .faq-wrapper .panel-title {
    padding: 10px 15px 10px 0px;
    font-size: 18px;
  }
  .faq-wrapper .panel-title:after {
    right: 0px;
  }
  .content-editor-fifty {
    margin-bottom: 70px;
  }
  .call-to-action .inner .content-wrapper {
    padding: 40px 30px;
  }
  .call-to-action .inner .content-wrapper .main-title {
    font-size: 36px;
  }
  .accordion-wrapper .panel-title {
    padding: 10px 15px;
  }
  .accordion-wrapper .panel-title:after {
    right: 15px;
  }
  .accordion-wrapper .panel-body {
    padding: 20px 15px 15px 15px;
  }
  .accordion-wrapper .panel-body .col-count-2 {
    column-count: 1;
    column-gap: 0;
  }
  .other-information-wrapper #accordion-tabs .tab-pane {
    padding: 0;
    border: none!important;
  }
  .other-information-wrapper #accordion-tabs .tab-pane .card-header {
    background: none;
  }
  .other-information-wrapper .main-title {
    font-size: 32px;
    margin-bottom: 60px;
  }
  .related-publications .main-title {
    font-size: 32px;
    margin-bottom: 60px;
  }
  footer .newsletter-signup .inner {
    padding: 30px;
  }
  footer .newsletter-signup .inner span {
    display: block;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 18px;
  }
  footer .newsletter-signup .inner #gform_wrapper_1 {
    width: 100%;
  }
  footer .four {
    text-align: left;
  }
  footer .four .footer-social {
    text-align: left;
  }
  footer .four img {
    max-width: 100px;
  }
  footer .footer-bottom .left a,
  footer .footer-bottom .left span {
    display: block;
    border-left: none;
    margin-left: 0px;
    padding-left: 0px;
    line-height: 30px;
  }
  footer .footer-bottom .right {
    float: left;
    padding-top: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header .header-top .right .search-wrapper {
    padding-right: 15px;
    margin-right: 15px;
  }
  header .header-bottom .left {
    padding-left: 15px;
    padding-right: 0;
  }
  header .header-bottom .left .header-logo {
    font-size: 13px;
  }
  header .header-bottom .left .header-logo img {
    width: 50px;
    height: 50px;
    margin-bottom: 7px;
  }
  header .header-bottom .middle {
    display: none;
  }
  header .header-bottom .right {
    padding-right: 15px;
  }
  header .header-bottom .right .white-border-button {
    margin-right: 15px;
    top: 6px;
  }
  header .header-bottom .right img {
    max-width: 55px;
  }
  .navToggle.menu {
    display: inline-block;
    color: #ffffff;
    padding: 5px 0px 5px 15px;
    position: relative;
    top: 5px;
    font-size: 30px;
  }
  .navToggle.menu:hover {
    color: #ec6457;
    text-decoration: none;
  }
  .home-banner {
    height: 500px;
    margin-bottom: 260px;
  }
  .home-banner .outer-wrapper {
    height: 500px;
  }
  .home-banner .outer-wrapper .inner .pre-title {
    font-size: 18px;
  }
  .home-banner .outer-wrapper .inner h1 {
    font-size: 40px;
  }
  .home-banner .explore-publication-topics .inner a {
    width: 23%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .page-banner {
    height: 500px;
  }
  .page-banner .outer-wrapper {
    height: 500px;
  }
  .page-banner .outer-wrapper .inner .pre-title {
    font-size: 18px;
  }
  .page-banner .outer-wrapper .inner h1 {
    font-size: 40px;
  }
  .intro-content,
  .call-to-action,
  .single-publication-content-wrapper {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .other-information-wrapper,
  .related-publications {
    margin-top: 45px;
  }
  .faq-wrapper,
  .search-results-wrapper {
    margin-bottom: 90px;
  }
  .content-editor-fifty {
    margin-bottom: 70px;
  }
  .most-popular-publications {
    margin-top: 60px;
    margin-bottom: 90px;
  }
  .most-popular-publications .main-title {
    font-size: 40px;
  }
  .featured-publication-wrapper {
    margin-top: 70px;
    margin-bottom: 80px;
  }
  .intro-content .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .intro-content .inner .main-title {
    font-size: 34px;
  }
  .intro-content .inner .content-wrapper {
    column-count: 1;
    column-gap: 0px;
  }
  .featured-publication-wrapper .featured-publication .content-wrapper {
    top: 90%;
    transform: translateY(-90%);
    max-width: 100%;
    padding: 60px;
  }
  .quicklinks .card {
    flex: 1 0 100%;
  }
  .related-publications-carousel .slick-prev {
    left: -20px;
  }
  .related-publications-carousel .slick-next {
    right: -20px;
  }
  .call-to-action .inner .content-wrapper {
    padding: 40px 30px;
  }
  .call-to-action .inner .content-wrapper .main-title {
    font-size: 40px;
  }
  .search-results-wrapper .search-result {
    max-width: 240px;
  }
  .accordion-wrapper .panel-body .col-count-2 {
    column-count: 1;
    column-gap: 0;
  }
  .other-information-wrapper #accordion-tabs .tab-pane {
    padding: 0;
    border: none!important;
  }
  .other-information-wrapper #accordion-tabs .tab-pane .card-header {
    background: none;
  }
  footer .newsletter-signup .inner {
    padding: 60px;
  }
  footer .newsletter-signup .inner span {
    margin-left: 7px;
    margin-bottom: 15px;
  }
  footer .newsletter-signup .inner #gform_wrapper_1 {
    width: 100%;
  }
  footer .four {
    text-align: left;
  }
  footer .four .footer-social {
    text-align: left;
  }
  footer .four img {
    max-width: 100px;
  }
  footer .footer-bottom .right {
    float: left;
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header-bottom .left .header-logo img {
    height: 44px;
  }
  header .header-bottom .middle {
    display: none;
  }
  header .header-bottom .right {
    padding-top: 5px;
  }
  header .header-bottom .right .white-border-button {
    margin-right: 15px;
    top: 0px;
  }
  header .header-bottom .right img {
    width: 50px;
    top: 0px;
    margin-bottom: 5px;
  }
  .navToggle.menu {
    display: inline-block;
    color: #ffffff;
    padding: 5px 0px 5px 15px;
    position: relative;
    top: 0px;
    font-size: 30px;
  }
  .navToggle.menu:hover {
    color: #ec6457;
    text-decoration: none;
  }
  .home-banner,
  .page-banner {
    height: 600px;
  }
  .home-banner .outer-wrapper,
  .page-banner .outer-wrapper {
    height: 600px;
  }
  .home-banner .outer-wrapper .inner h1,
  .page-banner .outer-wrapper .inner h1 {
    font-size: 56px;
  }
  .home-banner {
    margin-bottom: 190px;
  }
  .home-banner .explore-publication-topics .inner .topic-wrapper {
    padding-bottom: 20px;
  }
  .home-banner .explore-publication-topics .inner a {
    width: 23%;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .intro-content .main-title {
    font-size: 40px;
  }
  .featured-publication-wrapper .featured-publication .content-wrapper {
    top: 90%;
    transform: translateY(-90%);
    max-width: 75%;
  }
  .quicklinks .card {
    flex: 1 0 100%;
  }
  .search-results-wrapper .search-result {
    max-width: 330px;
  }
  .other-information-wrapper #accordion-tabs .tab-pane {
    padding: 0;
    border: none!important;
  }
  .other-information-wrapper #accordion-tabs .tab-pane .card-header {
    background: none;
  }
  footer .newsletter-signup .inner span {
    margin-left: 7px;
  }
  footer .four {
    text-align: left;
  }
  footer .four .footer-social {
    text-align: left;
  }
  footer .four img {
    max-width: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-top .left {
    padding-left: 0px;
  }
  header .header-top .right {
    padding-right: 0px;
  }
  header .header-bottom .left {
    padding-left: 15px;
  }
  header .header-bottom .left .header-logo {
    margin-top: 9px;
  }
  header .header-bottom .middle {
    padding: 0;
  }
  header .header-bottom .middle ul li a {
    margin-left: 11px;
    margin-right: 10px;
  }
  header .header-bottom .right {
    padding-right: 15px;
  }
  header .header-bottom .right .white-border-button {
    top: 15px;
    margin-right: 10px;
  }
  header .header-bottom .right img {
    max-width: 50px;
    top: 12px;
  }
  .related-publications-carousel .slick-prev {
    left: -20px;
  }
  .related-publications-carousel .slick-next {
    right: -20px;
  }
  .search-results-wrapper .search-result {
    max-width: 290px;
  }
  footer .newsletter-signup .inner {
    padding: 30px 0px 22px 27px;
  }
  footer .newsletter-signup .inner .gform_wrapper .button {
    padding: 10px 30px;
  }
}
@media (min-width: 1200px) {
  header .header-bottom .left {
    padding-right: 0;
    padding-left: 21px;
  }
}
@media (min-width: 992px) {
  .other-information-wrapper #accordion-tabs .nav-tabs {
    display: flex;
  }
  .other-information-wrapper #accordion-tabs .card {
    border: none;
  }
  .other-information-wrapper #accordion-tabs .card .card-header {
    display: none;
  }
  .other-information-wrapper #accordion-tabs .card .collapse {
    display: block;
  }
}
@media (max-width: 991px) {
  .other-information-wrapper #accordion-tabs .nav-tabs {
    display: none;
  }
  .other-information-wrapper #accordion-tabs .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .header-bottom .middle {
    display: none;
  }
  .header-bottom .right {
    margin-left: auto;
  }
  .mobile-button-wrapper {
    padding: 20px;
    position: relative;
    top: -70px;
  }
  .mobile-button-wrapper .blue-border-button {
    display: block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .header-bottom .right .white-border-button {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .header-bottom .middle {
    margin: 0 auto;
  }
  .mobile-button-wrapper {
    padding: 20px;
    position: relative;
    top: -70px;
  }
  .mobile-button-wrapper .blue-border-button {
    display: block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
