/* ------------------------ Basic page setup ------------------------ */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
/* --------- Colors --------- */
.prim-bg-color {
  background-color: #003042;
  color: #fff;
}
.prim-bg-color a {
  color: inherit;
}
.sec-bg-color {
  background-color: #333;
}
/* --------- Fonts/Text --------- */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
}
h1 {
  font-size: 20pt;
  font-weight: 700;
  text-align: center;
}
h2 {
  font-size: 18pt;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
h3 {
  font-size: 16pt;
  font-weight: 700;
}
h4 {
  font-size: 15pt;
  font-weight: 700;
}
h5 {
  color: #fff;
  font-size: 14pt;
  font-weight: 600;
}
footer h5 {
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
h6 {
  font-size: 16px;
  font-weight: bold;
}
p {
  font-weight: 400;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
  border-color: inherit;
  color: inherit;
}
p a,
table a,
ul a {
  border-bottom: 1px solid;
  border-color: inherit;
}
p a:hover,
table a:hover,
ul a:hover {
  text-decoration: none;
  border: none;
}
::selection {
  color: #fff;
  background: #ad9c71;
}
.full-width-content {
  width: 100%;
}
.breadcrumbs {
  background-color: #F6F6F5;
  width: 100%;
  padding: 10px 20px;
  font-size: 11pt;
}
.breadcrumbs .icon-arrow::before {
  height: 25px;
  width: 14px;
  margin-left: -15px;
  display: inline-block;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.breadcrumbs a {
  margin-right: 35px;
  display: inline;
}
.breadcrumbs .breadcrumb_last {
  display: none;
}
.page-title {
  width: 100%;
  padding: 20px;
}
.page-title p {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.page-title .subdesc h1,
.page-title .socshare h1 {
  margin-bottom: 20px;
}
.page-title .subdesc-socshare h1,
.page-title .subdesc-socshare p {
  margin-bottom: 20px;
}
.main-content-container {
  margin: 50px auto;
}
/* --------- Navigation --------- */
.no-btn {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border-color: transparent;
}
.no-btn .button-content {
  padding: 0;
}
.button-content {
  background: transparent;
  padding: 9px 25px;
  cursor: pointer;
  display: inline-block;
  width: 100% !important;
  position: relative;
}
.search span:before {
  content: "";
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: absolute;
  cursor: pointer;
  background: url("/theme/imgs/search.svg");
  height: 25px;
  width: 25px;
  top: calc(50% - 12px);
  right: -5px;
}
.search.open span:before {
  background: url("/theme/imgs/menu-close.svg");
  height: 30px;
  width: 30px;
  top: calc(50% - 15px);
  right: -3px;
}
.row {
  width: 100%;
  margin: 0 auto;
}
.mob-close {
  display: none;
}
.disable {
  display: none;
}
/* --------- Header import --------- */
/* ------------------------ Header ------------------------ */
/*
	* Quick links
	* Main navigation
	* Search box
*/
/* --------- Mobile first --------- */
header {
  position: relative;
  z-index: 5;
}
header .search-wrap {
  position: relative;
  z-index: 3;
}
header input,
header .select2,
header textarea {
  border: 0;
  outline: none;
  width: 100%;
  padding: 8px;
  margin: 0;
}
header button {
  border: 3px solid transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 20px auto;
  padding: 9px 25px;
  cursor: pointer;
  outline: none;
  display: table;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.search-wrap {
  text-align: center;
  display: none;
}
.search-wrap .row > div {
  margin: auto;
}
.search-wrap .search-clear {
  display: block;
  height: 30px;
  width: 30px;
  top: 38px;
  right: 60px;
}
.search-wrap .main-search {
  color: #fff;
}
.search-wrap .results-wrap {
  position: absolute;
  width: 100%;
  background: #fff;
  display: none;
}
.search-wrap .results-wrap .results {
  display: none;
}
.search-wrap .results-wrap .quick-links,
.search-wrap .results-wrap .results {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: left;
}
.search-wrap .results-wrap .quick-links a,
.search-wrap .results-wrap .results a {
  border-bottom: 1px solid transparent;
}
.search-wrap .results-wrap .quick-links a:hover,
.search-wrap .results-wrap .results a:hover {
  border-bottom: 1px solid;
}
.search-wrap .results-wrap .quick-links a:active,
.search-wrap .results-wrap .results a:active {
  border-bottom: 1px solid transparent;
}
.search-wrap .results-wrap .quick-links li,
.search-wrap .results-wrap .results li {
  padding-bottom: 10px;
}
.search-wrap input[type=search] {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #fff;
  margin: 30px 0;
  font-size: 20px;
  padding-right: 50px;
}
.search-wrap input[type=search].active {
  border-color: #CDC4A9;
}
.search-wrap input[type=search]::-webkit-input-placeholder {
  color: #fff;
}
.search-wrap input[type=search]:-ms-input-placeholder {
  color: #fff;
}
.search-wrap input[type=search]::-ms-input-placeholder {
  color: #fff;
}
.search-wrap input[type=search]::placeholder {
  color: #fff;
}
.search-wrap input[type=submit] {
  background: url(/theme/imgs/search-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 35px;
  right: 17px;
}
.search-wrap input[type=submit]:hover {
  background: url(/theme/imgs/search-h.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.search-wrap input[type=submit]:active {
  background: url(/theme/imgs/search-a.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.search-wrap input[type=submit]:focus:not(:hover):not(:active) {
  background: url(/theme/imgs/search-white.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.search-wrap .icon-close {
  display: inline !important;
}
.search-wrap .icon-close:before {
  background: url(/theme/imgs/close-gold-blue.svg);
  height: 20px;
  width: 20px;
  top: -12px;
  right: -10px;
}
.search-wrap .icon-close:hover:before {
  background: url(/theme/imgs/close-light-a.svg);
}
.search-wrap .icon-close:active:before {
  background: url(/theme/imgs/close-gold.svg);
}
.topnav {
  color: #fff;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.topnav ul {
  top: 270px;
  display: block;
  border: none;
}
.topnav a {
  padding: 20px 0 0;
  display: block;
  border-color: transparent;
  font-weight: bold;
}
.mob-menu-open {
  overflow: hidden;
}
.mob-menu-open.scroll {
  overflow: auto;
}
.mob-menu-open.scroll .topnav ul {
  display: none;
}
.mob-menu-open .topnav {
  display: block;
  z-index: 2;
}
.header {
  background: #fff;
  position: relative;
  z-index: 4;
}
.header > .container {
  padding: 0;
  max-width: none;
  width: 100%;
}
.header .header-m-wrap {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(183, 183, 183, 0.5);
  height: 70px;
  width: 100%;
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-m-wrap .search,
.header .header-m-wrap .main-menu {
  position: relative;
}
.header .header-m-wrap .container {
  padding: 0;
}
.header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header .logo a {
  border: 0;
}
.header .logo a:focus {
  background: transparent;
}
.header .logo a:focus img {
  border: 2px solid #003042;
  padding: 0;
}
.header .logo a:active {
  background: transparent;
}
.header .logo .logo-initial {
  margin: 10px 0px;
  height: 55px;
  width: auto;
  border: 2px solid transparent;
}
.header .logo .logo-initial:hover {
  border: 1px solid #003042;
  padding: 1px;
}
.header .logo .logo-initial:active {
  border: 2px solid #003042;
  padding: 0;
}
.header .logo-sticky {
  display: none;
  margin: 5px 0;
  height: 50px;
  width: auto;
  border: 2px solid transparent;
}
.header .logo-sticky:hover {
  border: 1px solid #003042;
  padding: 1px;
}
.header .logo-sticky:active {
  border: 2px solid #003042;
  padding: 0;
}
.header .search {
  text-align: right;
}
.header .search.no-btn {
  width: 40px;
  height: 35px;
  top: 18px;
  right: 13px;
}
.header .search span {
  width: 35px;
  height: 35px;
  top: 0;
  right: 3px;
}
.header .search span::before {
  right: 4px;
}
.header .main-menu {
  position: initial;
}
.header .main-menu .mob-open .icon-arrow.arrow-first-level::before {
  right: 0;
  margin-top: -30px;
}
.header .main-menu .mob-open .icon-arrow.arrow-second-level::before {
  right: 0;
  margin-top: -30px;
}
.header .main-menu .mob-open .second-level-a.icon-arrow::before {
  display: none;
}
.header .main-menu .mob-open .icon-arrow:not(.second-level-a) {
  position: absolute;
  right: 20px;
}
.header .main-menu .mob-open .first-level {
  position: absolute;
  left: 0;
  top: 70px;
  background: #fff;
  width: 100%;
  z-index: 5;
}
.header .main-menu .mob-open .first-level-li:before {
  content: "";
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: absolute;
  background: url(/theme/imgs/arrow.svg);
  height: 16px;
  width: 16px;
  right: 0;
  margin-right: 20px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  margin-top: 18px;
}
.header .main-menu .mob-open .first-level-li.open-this:before {
  left: 10px;
  right: unset;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header .main-menu .mob-open .second-level-li.menu-item-has-children:not(.open-this):before {
  content: "";
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: absolute;
  background: url(/theme/imgs/arrow.svg);
  height: 16px;
  width: 16px;
  right: 0;
  margin-right: 20px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  margin-top: 18px;
}
.header .main-menu .mob-open .icon-arrow::before {
  left: -5px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.header .main-menu .mob-open .open-this > .icon-arrow::before {
  left: -15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 10px;
}
.header .main-menu .mob-open li:not(.open-this) {
  border-bottom: 1px solid #D8D8D8;
}
.header .main-menu .mob-open a {
  padding: 15px 15px 10px;
  display: block;
  border: 0;
}
.header .main-menu .mob-open a:active {
  background: #fff;
  color: #000;
}
.header .main-menu .mob-open .second-level,
.header .main-menu .mob-open .third-level {
  display: none;
}
.header .main-menu .mob-open .open-this {
  display: block !important;
}
.header .main-menu .mob-open .open-this .second-level {
  display: block !important;
}
.header .main-menu .mob-open .open-this.first-level-li .first-level-a {
  width: 100%;
  text-align: center;
  background: #F6F6F5;
  font-weight: bold;
}
.header .main-menu .mob-open .open-this.first-level-li .arrow-first-level {
  top: 10px;
  left: 20px;
}
.header .main-menu .mob-open .open-this.second-level-li .second-level-a {
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
}
.header .main-menu .mob-open .open-this.second-level-li .arrow-second-level {
  top: 10px;
  left: 20px;
}
.header .main-menu .mob-open .open-this.third-level li {
  display: block !important;
}
.icon-arrow::before {
  background: url(/theme/imgs/arrow.svg);
  height: 16px;
  width: 16px;
}
.icon-menu::before {
  background: url("/theme/imgs/menu-bars.svg");
  height: 22px;
  width: 30px;
  top: calc(50% - 10px);
  right: 15px;
}
.icon-close::before {
  background: url("/theme/imgs/close.svg");
  content: "";
  height: 12px;
  width: 12px;
  top: calc(50% - 6px);
  right: 15px;
}
.icon-close.menu-btn::before {
  background: url("/theme/imgs/menu-close.svg");
  content: "";
  height: 30px;
  width: 30px;
  top: calc(50% - 15px);
  right: 15px;
}
/* --------- Larger screens --------- */
@media screen and (min-width: 576px) {
  .header .main-menu .mob-open .first-level-li {
    max-width: 510px;
    margin: auto;
    position: relative;
  }
  .header .header-m-wrap .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 20;
  }
  header .main-menu .second-level {
    box-shadow: 0 2px 4px 0 rgba(183, 183, 183, 0.5);
  }
  .header .main-menu .mob-open .first-level-li {
    max-width: 690px;
  }
}
@media screen and (min-width: 992px) {
  .topnav {
    display: block;
    position: relative;
  }
  .topnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    top: 0;
  }
  .topnav ul li:first-child a {
    border-left: 1px solid;
  }
  .topnav a {
    border-bottom: 0;
    padding: 8px 15px;
    border-right: 1px solid;
    font-weight: initial;
  }
  .topnav a:hover {
    background: #6D7389;
    border-bottom: 0;
  }
  .topnav a:active {
    color: #fff;
  }
  .topnav a:focus:not(:hover):not(.active) {
    border: 1px solid #f0aa47;
    padding: 6px 15px;
  }
  .header {
    box-shadow: 0 2px 4px 0 rgba(183, 183, 183, 0.5);
  }
  .header > .container {
    padding: 0 15px;
    max-width: 960px;
    width: 100%;
  }
  .header .header-m-wrap {
    display: none;
  }
  .header .logo a {
    border: 0;
  }
  .header .logo .logo-initial {
    margin: 15px 0;
    max-height: 55px;
  }
  .header .menu-btn {
    display: none;
  }
  .header .main-menu {
    position: relative;
    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;
  }
  .header .main-menu nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .header .main-menu .icon-arrow {
    display: none;
  }
  .header .main-menu .first-level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .header .main-menu .first-level .first-level-a {
    text-align: center;
    color: inherit;
    padding: 10px 5px 5px;
    border-bottom: 3px solid transparent;
    background: transparent;
    outline: none;
  }
  .header .main-menu .first-level .first-level-a:hover {
    border-bottom: 3px solid #ad9c71;
    font-weight: initial;
  }
  .header .main-menu .first-level .first-level-a.active {
    border-bottom: 3px solid #ad9c71;
    font-weight: bold;
  }
  .header .main-menu .first-level .first-level-a.active-nav {
    font-weight: bold;
    border-bottom: 3px solid #ad9c71;
  }
  .header .main-menu .first-level .first-level-a:focus:not(:hover):not(:active) {
    background: #003042;
    color: #fff;
    outline: 2px solid #f0aa47;
  }
  .header .main-menu .first-level-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .main-menu .first-level-li::before {
    display: none;
  }
  .header .main-menu .second-level {
    z-index: 20;
    position: absolute;
    display: none;
    width: 900px;
    padding: 30px;
    background: #fff;
    top: 85px;
    left: -100px;
  }
  .header .main-menu .second-level-li {
    width: 100%;
  }
  .header .main-menu .second-level-li::before {
    display: none;
  }
  .header .main-menu .second-level-li:first-child .second-level-a {
    border-top: 1px solid #D8D8D8;
  }
  .header .main-menu .second-level-li .second-level-a {
    -webkit-transition: padding 0.5s ease-in-out;
    transition: padding 0.5s ease-in-out;
    border-bottom: 1px solid #D8D8D8;
    padding: 10px 40px 10px 10px;
    display: block;
    width: 40%;
    background: #fff;
    text-decoration: none;
  }
  .header .main-menu .second-level-li .second-level-a.icon-arrow:before {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    left: 340px;
    margin-top: 4px;
  }
  .header .main-menu .second-level-li .second-level-a:active {
    color: #000;
  }
  .header .main-menu .second-level-li .second-level-a:focus:hover {
    color: #000;
  }
  .header .main-menu .second-level-li .second-level-a:focus:not(:hover) {
    border: 1px solid #f0aa47;
    background: #003042;
  }
  .header .main-menu .second-level-li .second-level-a.icon-arrow:focus:not(:hover):before {
    background: url(/theme/imgs/arrow-white.svg);
  }
  .header .main-menu .second-level-li .second-level-a.icon-arrow:hover {
    color: #003042;
    background: #EDF2F4;
    font-weight: bold;
  }
  .header .main-menu .second-level-li .second-level-a:hover {
    text-decoration: underline;
  }
  .header .main-menu .second-level-li .second-level-a:active {
    text-decoration: none;
  }
  .header .main-menu .second-level .open-this {
    background: #EDF2F4;
  }
  .header .main-menu .second-level .open-this.second-level-a.icon-arrow {
    font-weight: bold;
    padding-left: 30px;
  }
  .header .main-menu .second-level.open-this {
    display: block !important;
  }
  .header .main-menu .second-level.open-this .second-level-li {
    display: block;
  }
  .header .main-menu .second-level.open {
    top: 90px;
  }
  .header .main-menu .third-level {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 1;
    padding: 8px 35px;
    margin-right: 30px;
    display: none;
    height: auto;
    min-height: calc(100% - 60px);
    width: calc(60% - 30px);
    background: #EDF2F4;
  }
  .header .main-menu .third-level li {
    margin: 10px 0 7px;
  }
  .header .main-menu .third-level a {
    display: inline;
    text-decoration: none;
  }
  .header .main-menu .third-level a:hover {
    text-decoration: none;
  }
  .header .main-menu .third-level.open-this {
    display: block;
  }
  .header .main-menu .open-this {
    z-index: 1;
  }
  .header .main-menu .mob-open .first-level {
    top: 0;
  }
  .header .main-menu .mob-open .first-level li {
    border-bottom: none;
  }
}
@media screen and (min-width: 1200px) {
  .header > .container {
    max-width: 1140px;
  }
}
/* --------- Social media icons import --------- */
/* ------------------------ Social-icons ------------------------ */
/*
	* Social sharing 
	* Social media accounts
*/
/* --------- Mobile first --------- */
.socialshare .share {
  display: flex;
  flex-wrap: wrap;
}
.webshareapi .webshare {
  display: block;
}
.social [class*="icon-"]::before {
  height: 30px;
  width: 30px;
  top: calc(50% - 10px);
}
.social-wrap [class*="icon-"]::before {
  height: 30px;
  width: 30px;
  top: calc(50% - 14px);
}
.social-wrap {
  margin: -25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  z-index: 2;
}
.social-wrap div {
  padding: 14px;
}
.social-wrap span {
  margin: 0 5px;
}
.social-wrap a {
  border-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
}
.social-wrap a:last-child {
  margin-right: 10px;
}
.social-wrap div > span {
  display: none;
}
.webshare {
  background: #DCE7E9;
  color: #000;
}
[class*="icon-"]:not(.button)::before,
[class*="icon-"][class*="acc-"]::before {
  z-index: 1;
  content: "";
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: absolute;
  cursor: pointer;
}
footer .social a {
  width: 30px;
  display: inline-flex;
}
/* ----- Social sharing icons ----- */
.icon-facebook::before {
  background: url("/theme/imgs/social/facebook-blue.svg");
}
.icon-facebook:hover::before {
  background: url("/theme/imgs/social/facebook-white.svg");
}
.icon-facebook:active::before {
  background: url("/theme/imgs/social/facebook-grey.svg");
}
.icon-twitter::before {
  background: url("/theme/imgs/social/twitter-blue.svg");
}
.icon-twitter:hover::before {
  background: url("/theme/imgs/social/twitter-white.svg");
}
.icon-twitter:active::before {
  background: url("/theme/imgs/social/twitter-grey.svg");
}
.icon-pinterest::before {
  background: url("/theme/imgs/social/pinterest-blue.svg");
}
.icon-pinterest:hover::before {
  background: url("/theme/imgs/social/pinterest-white.svg");
}
.icon-pinterest:active::before {
  background: url("/theme/imgs/social/pinterest-grey.svg");
}
.icon-whatsapp::before {
  background: url("/theme/imgs/social/whatsapp-blue.svg");
}
.icon-whatsapp:hover::before {
  background: url("/theme/imgs/social/whatsapp-white.svg");
}
.icon-whatsapp:active::before {
  background: url("/theme/imgs/social/whatsapp-grey.svg");
}
.icon-mail::before {
  background: url("/theme/imgs/social/mail-blue.svg");
}
.icon-mail:hover::before {
  background: url("/theme/imgs/social/mail-white.svg");
}
.icon-mail:active::before {
  background: url("/theme/imgs/social/mail-grey.svg");
}
.icon-link::before {
  background: url("/theme/imgs/social/link-blue.svg");
}
.icon-link:hover::before {
  background: url("/theme/imgs/social/link-white.svg");
}
.icon-link:active::before {
  background: url("/theme/imgs/social/link-grey.svg");
}
/* ----- Foot social media icons ----- */
.icon-social-twitter::before {
  background: url(/theme/imgs/social/social-twitter-white.svg);
}
.icon-social-twitter:hover::before {
  background: url(/theme/imgs/social/social-twitter-blue.svg);
}
.icon-social-facebook::before {
  background: url(/theme/imgs/social/social-facebook-white.svg);
}
.icon-social-facebook:hover::before {
  background: url(/theme/imgs/social/social-facebook-blue.svg);
}
.icon-social-socialvideo::before {
  background: url(/theme/imgs/social/social-video-white.svg);
}
.icon-social-socialvideo:hover::before {
  background: url(/theme/imgs/social/social-video-blue.svg);
}
.icon-social-in::before {
  background: url(/theme/imgs/social/social-in-white.svg);
}
.icon-social-in:hover::before {
  background: url(/theme/imgs/social/social-in-blue.svg);
}
/* --------- Larger screens --------- */
@media screen and (min-width: 576px) {
  .social-wrap span:first-child {
    display: inline-block;
  }
  footer .social {
    text-align: right;
  }
}
/* --------- Accordion import --------- */
/* ------------------------ Accordion ------------------------ */
/*
	* Accordion
*/
/* --------- Mobile first --------- */
.accordion .panel-group:last-child {
  margin-bottom: 15px;
}
.accordion .panel-group .panel {
  border: 0 none;
  margin-bottom: 15px;
}
.accordion .panel-group .panel-heading {
  padding: 0;
  background: #c9bea1;
}
.accordion .panel-group .panel-heading:hover {
  background: #ad9c71;
}
.accordion .panel-group .panel-heading h4 {
  margin: 0;
  font-size: 12pt;
}
.accordion .panel-group .panel-title a {
  display: block;
  line-height: 1.5;
  padding: 10px 20px;
  position: relative;
}
.accordion .panel-group .panel-title a:hover {
  text-decoration: none;
  border: none;
}
.accordion .panel-group .panel-title a.collapsed::after,
.accordion .panel-group .panel-title a::after {
  top: 3px;
  right: 20px;
  font-size: 22px;
  content: "\f078";
  line-height: 40px;
  padding-left: 20px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.accordion .panel-group .panel-title a:after {
  content: "\f077 ";
}
.accordion .panel-body {
  padding: 20px;
  background: #eff5f6;
}
/* --------- Related import --------- */
/* ------------------------ Related content ------------------------ */
/* --------- Mobile first --------- */
.grid-section {
  padding-bottom: 0;
}
.grid-section .grid-wrap {
  padding-top: 5px;
}
.grid-section .grid-wrap > div {
  padding: 0px 15px 30px;
}
.grid-section .grid-wrap .col-6:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.grid-section .grid-wrap .col-6:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.grid-section .grid-wrap .col-6:nth-child(2) .button {
  margin: 0;
  padding: 10px 25px;
}
.grid-section .grid-wrap .col-11 h2 {
  margin-right: 20px;
  display: inline;
  white-space: nowrap;
}
.grid-section .grid-wrap .col-11 span {
  padding-top: 4px;
  white-space: nowrap;
}
.grid-section .load-more hr {
  height: 10px;
  margin: 0;
  border: none;
}
.grid-section .load-more button {
  margin-top: -10px;
  padding: 2px 10px;
  font-weight: initial;
}
.grid-section .col-11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin: 0;
}
.grid-section .row:not(:last-child) .hr {
  border-bottom: 1px solid #0B153A;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin: 0 15px 10px;
}
.grid-section .row:not(:last-child) .col-md-6 + .hr {
  margin: -25px 15px 25px;
}
.grid-section.links-section {
  padding-top: 25px;
}
.grid-section.links-section .grid-wrap.thin-tabs {
  padding: 10px 15px;
}
.grid-section.links-section .grid-wrap.thin-tabs > div {
  padding-bottom: 20px;
}
.grid-section.links-section .grid-wrap.thin-tabs > div a {
  background: #fff;
  color: #000;
  width: 100%;
  padding: 12px 20px;
  display: block;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0;
}
.grid-section.links-section .grid-wrap.thin-tabs > div a.icon-external {
  padding: 12px 20px 12px 50px;
  display: -webkit-inline-box;
  vertical-align: middle;
}
.grid-section.links-section .grid-wrap.thin-tabs > div a.icon-external::before {
  top: calc(50% - 17px);
}
.grid-section.links-section .grid-wrap.thin-tabs > div a span {
  border-bottom: 1px solid;
}
.grid-section.links-section .grid-wrap.thin-tabs > div a:hover span {
  border-bottom: 1px solid transparent;
}
.grid-section.links-section .grid-wrap.thin-tabs > div a:active span {
  background: #0B153A;
  color: #fff;
}
.grid-section .row > .col-12 > .button {
  margin: 0 auto 30px;
}
.grid-section .grid-wrap.thin-tabs > div.more-feeds:not(.load-more):not(.col-11):not(.col-6) {
  padding: 0;
  display: none;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.grid-section .grid-wrap.thin-tabs > div.more-feeds:not(.load-more):not(.col-11):not(.col-6) > div {
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.cards-find-more .info-wrap > a:active,
.cards-find-more .info-wrap > a:focus {
  margin-left: -32px;
  margin-bottom: -2px;
  border-color: #0B153A;
}
.cards-find-more .info-wrap > a:active:before,
.cards-find-more .info-wrap > a:focus:before {
  position: relative;
  display: inline-block;
  left: -7px;
  top: unset;
}
.cards-find-more .info-wrap > a::before {
  content: "";
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background: url("/wp-theme/imgs/arrow-gold.svg");
  height: 13px;
  width: 16px;
  position: absolute;
  top: 6px;
  left: -22px;
}
.cards-find-more .info-wrap > a:active::before,
.cards-find-more .info-wrap > a:focus::before {
  background: url(/wp-theme/imgs/btn-arrow-white.png);
}
.cards-read-more .info-wrap > a:active,
.cards-read-more .info-wrap > a:focus {
  margin-left: -32px;
  margin-bottom: -2px;
}
.cards-read-more .info-wrap > a:active:before,
.cards-read-more .info-wrap > a:focus:before {
  position: relative;
  display: inline-block;
  left: -7px;
  top: unset;
}
.cards-read-more .info-wrap > a::before {
  content: "";
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background: url("/wp-theme/imgs/book-gold.svg");
  height: 13px;
  width: 16px;
  position: absolute;
  top: 6px;
  left: -22px;
}
.cards-read-more .info-wrap > a:active::before,
.cards-read-more .info-wrap > a:focus::before {
  background: url(/wp-theme/imgs/book-white.svg);
}
.cards {
  width: 100%;
  position: relative;
  color: #000;
  background: #fff;
  border-bottom: 6px solid #ad9c71;
}
.cards h2,
.cards h3,
.cards h4,
.cards h5,
.cards h6 {
  color: #0B153A;
  margin-bottom: 0;
}
.cards h2 a,
.cards h3 a,
.cards h4 a,
.cards h5 a,
.cards h6 a {
  border-bottom: 1px solid transparent;
  color: #0B153A;
}
.cards h2 a:hover,
.cards h3 a:hover,
.cards h4 a:hover,
.cards h5 a:hover,
.cards h6 a:hover {
  border-bottom: 1px solid;
}
.cards h2 a:active,
.cards h3 a:active,
.cards h4 a:active,
.cards h5 a:active,
.cards h6 a:active {
  border-bottom: 0;
  color: #fff;
}
.cards .icon-video {
  position: absolute;
}
.cards .icon-video::before {
  background: url(/wp-theme/imgs/video-thumb.svg);
}
.cards .media-wrap {
  z-index: 1;
  border: 0 !important;
  position: relative;
  overflow: hidden;
  display: block;
  border-bottom: 0;
  margin-bottom: 0;
}
.cards .media-wrap img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cards a.media-wrap:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
.cards blockquote {
  padding: 50px 20px 20px;
  margin: 0;
  border: none;
  font-size: 14px;
  background: #EDF2F4;
}
.cards .icon-quote::before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  left: 20px;
}
.cards .info-wrap {
  width: 100%;
}
.cards .info {
  max-width: 900px;
  padding: 20px 20px 8px;
  text-align: left;
  background: #fff;
  position: relative;
}
.cards .info > * {
  margin: 0;
  padding: 0 0 12px;
}
.cards .info div {
  color: #7C6E4B;
  font-size: 14px;
  font-weight: bold;
}
.cards.cards-orizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.cards.cards-orizontal img {
  height: 100%;
}
.cards.cards-orizontal .media-wrap {
  margin-bottom: -6px;
  width: 48%;
}
.cards.cards-orizontal > div:nth-child(2) {
  position: relative;
  width: 52%;
}
.cards.cards-orizontal.cards-read-more,
.cards.cards-orizontal.cards-find-more {
  padding-bottom: 0px;
}
.cards.cards-orizontal.cards-read-more .info-wrap,
.cards.cards-orizontal.cards-find-more .info-wrap {
  padding-bottom: 50px;
}
.cards.cards-orizontal.cards-bordered {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.cards.cards-orizontal.cards-bordered .info-wrap {
  border-top: 2px solid #CCCCCD;
  border-right: 2px solid #CCCCCD;
  border-left: 2px solid #CCCCCD;
}
.cards.cards-orizontal.cards-bordered > div:nth-child(2) {
  border-left: none;
}
.cards.cards-orizontal.cards-bordered img {
  margin: 0;
  width: 100%;
}
.col-lg-4.col-sm-6 .cards.cards-orizontal .media-wrap {
  width: 42%;
}
.col-lg-4.col-sm-6 .cards.cards-orizontal > div:nth-child(2) {
  width: 58%;
}
.cards-read-more,
.cards-find-more {
  padding-bottom: 50px;
}
.cards-read-more .info-wrap > a,
.cards-find-more .info-wrap > a {
  color: #7C6E4B;
  font-weight: bold;
  position: absolute;
  bottom: 30px;
  left: 42px;
}
.cards-read-more .info-wrap > a:active,
.cards-read-more .info-wrap > a:focus,
.cards-find-more .info-wrap > a:active,
.cards-find-more .info-wrap > a:focus {
  color: #fff;
  background: #0B153A;
  padding: 2px 10px 2px 18px;
}
.cards-over-img {
  width: 90%;
  margin: 0 5%;
}
.cards-over-img .media-wrap {
  z-index: 0;
  margin: 0 -5%;
  width: 110%;
  margin-bottom: -30px;
}
.cards-contact {
  border-bottom: none;
  background: #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.cards-contact .media-wrap {
  width: 45%;
}
.cards-contact .media-wrap:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  cursor: default;
}
.cards-contact img {
  height: 100%;
}
.cards-contact .info-wrap {
  position: relative;
  width: 55%;
  padding-bottom: 45px;
}
.cards-contact .info-wrap > a {
  font-weight: bold;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.cards-contact .info {
  padding: 15px 15px 3px;
  background: #F1F1F1;
}
.cards-contact .info > * {
  padding: 0 0 8px;
}
.cards-contact .info > div {
  color: #000;
}
.cards-contact.no-shape {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
}
.cards-contact.no-shape p {
  font-weight: bold;
  color: #7C6E4B;
}
.cards-contact.no-shape div {
  font-weight: initial;
  font-size: 16px;
}
.cards-contact.no-shape .media-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cards-contact.no-shape .info-wrap {
  width: calc(100% - 100px);
  padding-bottom: 10px;
}
.cards-contact.no-shape .info {
  background: transparent;
  padding: 0 0 0 25px;
}
.cards-tweet {
  border: 2px solid #CCCCCD;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #EDF2F4;
  padding-bottom: 35px;
}
.cards-tweet .info {
  padding: 15px 15px 8px;
}
.cards-tweet span {
  font-weight: bold;
  position: absolute;
  bottom: 5px;
  left: 20px;
  padding-right: 20px;
}
.cards.cards-bordered {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left: 2px solid #CCCCCD;
  border-right: 2px solid #CCCCCD;
  border-top: 2px solid #CCCCCD;
}
.cards.cards-bordered img {
  margin: -2px;
  width: calc(100% + 4px);
}
.cards-simple {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cards-simple .info-wrap .info {
  background: transparent;
}
.cards-simple .info-wrap .info h5 + p {
  padding-top: 8px;
}
.cards-simple .info-wrap .info > div > a {
  border-bottom: 1px solid transparent;
}
.cards-simple .info-wrap .info > div > a:hover {
  border-bottom: 1px solid;
}
.cards-simple .info-wrap .info > div > a:active {
  color: #fff;
}
.cards-simple > div.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cards-simple > div.btn-wrap > * {
  display: inline-block;
}
.cards-simple > div.btn-wrap > *:first-child {
  margin-right: 15px;
}
.cards-simple > div.btn-wrap > *:last-child {
  margin-right: 15px;
}
.cards-simple .button,
.cards-simple button {
  display: inline;
}
.cards-simple > div:not(.info-wrap) {
  display: inline-block;
  width: 100%;
}
.cards-simple > div:not(.info-wrap) div {
  margin: 0px 30px 15px 20px;
  font-size: 14px;
}
.cards-simple > div:not(.info-wrap) div:first-child {
  font-weight: bold;
}
.cards-simple button {
  margin: 0 30px 20px 20px;
}
.cards-simple a {
  font-weight: bold;
  margin: 0 30px 20px 20px;
}
.cards-simple h5 a {
  margin: 0 0 5px;
}
.cards-simple span {
  font-weight: bold;
}
.cards-simple.rock-background-e {
  background: #EEEEEC;
}
.cards-simple.rock-background-e .info-wrap .info {
  background: #EEEEEC;
}
.cards-simple.sea-background-e {
  background: #EDF2F4;
}
.cards-simple.sea-background-e .info-wrap .info {
  background: #EDF2F4;
}
.col-md-6 .cards-orizontal-md .media-wrap {
  display: none;
}
.col-md-6 .cards-orizontal-md .info-wrap {
  width: 100%;
}
.event.cards,
.event .hero-info-wrap {
  border-bottom: 6px solid #8DAF52;
}
.event.cards-read-more .info-wrap > a::before,
.event.cards-find-more .info-wrap > a::before {
  background: url(/wp-theme/imgs/calendar-gold.svg);
}
.event.cards-read-more .info-wrap > a:active::before,
.event.cards-read-more .info-wrap > a:focus::before,
.event.cards-find-more .info-wrap > a:active::before,
.event.cards-find-more .info-wrap > a:focus::before {
  background: url(/wp-theme/imgs/btn-calendar-white.png);
}
.press-release.cards,
.press-release .hero-info-wrap {
  border-bottom: 6px solid #F0A844;
}
.research.cards,
.research .hero-info-wrap {
  border-bottom: 6px solid #D48080;
}
.job-vacancy.cards,
.job-vacancy .hero-info-wrap {
  border-bottom: 6px solid #528692;
}
.bgs-blogs.cards,
.bgs-blogs .hero-info-wrap {
  border-bottom: 6px solid #97AF97;
}
.data.cards,
.data .hero-info-wrap {
  border-bottom: 6px solid #7391C0;
}
.video.cards,
.video .hero-info-wrap {
  border-bottom: 6px solid #B77D33;
}
.col-lg-6.multi-cards .cards:not(:last-child) {
  margin-right: 30px;
}
.col-lg-6.multi-cards .cards:not(:last-child) {
  margin-bottom: 20px;
}
.hero-section.hero-section-search .cards:last-child {
  border-bottom: 1px solid #CCCCCD;
}
.hero-section.hero-section-search .cards {
  border-top: 1px solid #CCCCCD;
  padding: 15px 15px 18px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}
.hero-section.hero-section-search .cards a {
  margin: 0;
}
.hero-section.hero-section-search .cards img {
  position: relative;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  margin-bottom: 12px;
}
.hero-section.hero-section-search .cards .media-wrap {
  width: 90px;
  height: 90px;
}
.hero-section.hero-section-search .cards .info {
  padding: 0 0 0 10px;
}
.hero-section.hero-section-search .cards > div:nth-child(2) {
  width: calc(100% - 100px);
}
/* --------- Larger screens --------- */
@media screen and (min-width: 576px) {
  .grid-section .grid-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .grid-section .grid-wrap > div:nth-child(1):not(.col-11),
  .grid-section .grid-wrap > div:nth-child(2) {
    margin: 0 auto;
  }
  .grid-section .grid-wrap > div:not(.load-more):not(.col-11):not(.col-6) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cards-simple > div.btn-wrap .button + a:not(.button) {
    margin-top: 12px;
    display: table;
  }
  .quotes .cards-simple .info {
    padding: 20px 40px;
  }
  .cards.cards-orizontal-sm,
  .cards.cards-orizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .cards.cards-orizontal-sm img,
  .cards.cards-orizontal img {
    height: 100%;
  }
  .cards.cards-orizontal-sm .media-wrap,
  .cards.cards-orizontal .media-wrap {
    margin-bottom: -6px;
    width: 35%;
  }
  .cards.cards-orizontal-sm > div:nth-child(2),
  .cards.cards-orizontal > div:nth-child(2) {
    position: relative;
    width: 65%;
  }
  .cards.cards-orizontal-sm.cards-read-more,
  .cards.cards-orizontal-sm.cards-find-more,
  .cards.cards-orizontal.cards-read-more,
  .cards.cards-orizontal.cards-find-more {
    padding-bottom: 0px;
  }
  .cards.cards-orizontal-sm.cards-read-more .info-wrap,
  .cards.cards-orizontal-sm.cards-find-more .info-wrap,
  .cards.cards-orizontal.cards-read-more .info-wrap,
  .cards.cards-orizontal.cards-find-more .info-wrap {
    padding-bottom: 50px;
  }
  .cards.cards-orizontal-sm.cards-bordered,
  .cards.cards-orizontal.cards-bordered {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
  .cards.cards-orizontal-sm.cards-bordered .info-wrap,
  .cards.cards-orizontal.cards-bordered .info-wrap {
    border-top: 2px solid #CCCCCD;
    border-right: 2px solid #CCCCCD;
    border-left: 2px solid #CCCCCD;
  }
  .cards.cards-orizontal-sm.cards-bordered > div:nth-child(2),
  .cards.cards-orizontal.cards-bordered > div:nth-child(2) {
    border-left: none;
  }
  .cards.cards-orizontal-sm.cards-bordered img,
  .cards.cards-orizontal.cards-bordered img {
    margin: 0;
    width: 100%;
  }
  .cards-simple > div:not(.info-wrap) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
  }
  .cards-simple > div:not(.info-wrap) div {
    margin: 15px 30px 25px 20px;
  }
  .col-lg-6.multi-cards .cards:not(:last-child) {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .grid-section .row:not(:last-child) .col-md-6 + .hr {
    margin: 0 15px 10px;
  }
  .grid-section .row > .col-12 > .button {
    margin: 0px auto 40px;
  }
  .grid-section .grid-wrap {
    padding-top: 20px;
  }
  .grid-section .grid-wrap > div {
    padding: 0px 15px 40px;
  }
  .grid-section .grid-wrap.thin-tabs {
    padding-bottom: 10px;
  }
  .grid-section .grid-wrap.thin-tabs > div {
    padding-bottom: 30px;
  }
  .grid-section .filter + .grid-wrap {
    padding-top: 5px;
    padding-bottom: 0;
  }
  .grid-section.links-section {
    padding-top: 35px;
    padding-bottom: 10px;
  }
  .grid-section.links-section .grid-wrap.thin-tabs {
    padding: 15px;
  }
  .grid-section.links-section .grid-wrap.thin-tabs > div {
    padding-bottom: 20px;
  }
  .quotes .cards-simple .info-wrap {
    padding: 20px 50px;
  }
  .cards-orizontal-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .cards-orizontal-md img {
    height: 100%;
  }
  .cards-orizontal-md .media-wrap {
    margin-bottom: -6px;
    width: 35%;
  }
  .cards-orizontal-md > div:nth-child(2) {
    position: relative;
    width: 65%;
  }
  .cards-orizontal-md.cards-read-more,
  .cards-orizontal-md.cards-find-more {
    padding-bottom: 0px;
  }
  .cards-orizontal-md.cards-read-more .info-wrap,
  .cards-orizontal-md.cards-find-more .info-wrap {
    padding-bottom: 50px;
  }
  .cards-orizontal-md.cards-bordered {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
  .cards-orizontal-md.cards-bordered .info-wrap {
    border-top: 2px solid #CCCCCD;
    border-right: 2px solid #CCCCCD;
    border-left: 2px solid #CCCCCD;
  }
  .cards-orizontal-md.cards-bordered > div:nth-child(2) {
    border-left: none;
  }
  .cards-orizontal-md.cards-bordered img {
    margin: 0;
    width: 100%;
  }
  .col-md-6 .cards-orizontal-md.cards-bordered .info-wrap {
    border-left: 2px solid #CCCCCD;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row > .col-12 > .button {
    margin: 0px auto 60px;
  }
  .grid-section .grid-wrap {
    padding-top: 25px;
  }
  .grid-section .grid-wrap > div {
    padding: 0px 15px 60px;
  }
  .grid-section .grid-wrap .col-lg-6.multi-cards {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .grid-section .grid-wrap.thin-tabs {
    padding-bottom: 30px;
  }
  .grid-section .filter + .grid-wrap {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .cards h2 a:focus,
  .cards h3 a:focus,
  .cards h4 a:focus,
  .cards h5 a:focus,
  .cards h6 a:focus {
    color: #fff;
  }
  .lg-row .cards-simple {
    padding: 5px;
  }
  .cards-simple.rock-background-e {
    padding: 15px;
  }
  .cards-over-img {
    width: 100%;
    margin-left: 5%;
  }
  .cards-orizontal .media-wrap,
  .cards-orizontal-sm .media-wrap,
  .cards-orizontal-md .media-wrap {
    width: 48%;
  }
  .cards-orizontal > div:nth-child(2),
  .cards-orizontal-sm > div:nth-child(2),
  .cards-orizontal-md > div:nth-child(2) {
    position: relative;
    width: 52%;
  }
  .col-lg-6.multi-cards .cards:not(:last-child) {
    margin-bottom: 25px;
  }
  .col-lg-6.multi-cards .cards:not(:last-child) {
    margin-right: 0px;
  }
  .col-12 .cards-orizontal .media-wrap,
  .col-12 .cards-orizontal-sm .media-wrap,
  .col-12 .cards-orizontal-md .media-wrap {
    width: 35%;
  }
  .col-12 .cards-orizontal > div:nth-child(2),
  .col-12 .cards-orizontal-sm > div:nth-child(2),
  .col-12 .cards-orizontal-md > div:nth-child(2) {
    position: relative;
    width: 65%;
  }
  .cards-orizontal-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .cards-orizontal-lg img {
    height: 100%;
  }
  .cards-orizontal-lg .media-wrap {
    margin-bottom: -6px;
    width: 35%;
  }
  .cards-orizontal-lg > div:nth-child(2) {
    position: relative;
    width: 65%;
  }
  .cards-orizontal-lg.cards-read-more,
  .cards-orizontal-lg.cards-find-more {
    padding-bottom: 0px;
  }
  .cards-orizontal-lg.cards-read-more .info-wrap,
  .cards-orizontal-lg.cards-find-more .info-wrap {
    padding-bottom: 50px;
  }
  .cards-orizontal-lg.cards-bordered {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
  .cards-orizontal-lg.cards-bordered .info-wrap {
    border-top: 2px solid #CCCCCD;
    border-right: 2px solid #CCCCCD;
    border-left: 2px solid #CCCCCD;
  }
  .cards-orizontal-lg.cards-bordered > div:nth-child(2) {
    border-left: none;
  }
  .cards-orizontal-lg.cards-bordered img {
    margin: 0;
    width: 100%;
  }
  .col-md-6 .cards-orizontal-md .media-wrap {
    display: block;
    width: 40%;
  }
  .col-md-6 .cards-orizontal-md.cards-bordered > div:nth-child(2) {
    width: 60%;
    border-left: none;
  }
}
/* --------- Footer import --------- */
/* ------------------------ Footer ------------------------ */
/* --------- Mobile first --------- */
.foot-ukri-nerc-logo {
  width: 280px;
  margin: 0 auto;
}
.foot-ukri-nerc-logo a:hover {
  border-bottom: 0;
}
.foot-add-content {
  padding: 20px 0;
}
footer {
  color: #fff;
}
footer .col-lg-6 .links li {
  display: inline-block;
  width: 49%;
}
footer .links {
  padding-bottom: 30px;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer li {
  margin: 0 auto;
  padding: 5px;
}
footer .row:last-child {
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding-top: 20px;
}
/* --------- Larger screens --------- */
@media screen and (min-width: 576px) {
  footer .col-lg-6 .links li {
    width: 32%;
  }
}
@media screen and (min-width: 992px) {
  .foot-ukri-nerc-logo {
    width: 380px;
  }
  .foot-add-content {
    padding: 45px 0;
  }
  footer .row:last-child {
    margin-top: 30px;
  }
}
/* --------- Tables --------- */
tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.table-flip th,
.table-flip td {
  text-align: left;
}
.table-flip th {
  display: none;
  font-weight: 700;
}
.table-flip td {
  display: block;
}
.table-flip td:first-child {
  padding-top: .5em;
}
.table-flip td:last-child {
  padding-bottom: .5em;
}
.table-flip td:before {
  content: attr(data-th) ": ";
  font-weight: 700;
  width: 6.5em;
  display: inline-block;
}
.button {
  min-width: 160px;
  margin: 10px 20px;
  padding: 9px 25px;
  font-weight: 700;
  border: 3px solid #003042;
}
.button:active {
  outline: none;
}
.button-prim {
  background: #003042;
  color: #fff;
}
.button-prim:hover {
  background: #e7e8eb;
  color: #000;
}
.button-prim:active {
  background: #cfd1d8;
}
.button-sec {
  background: #fff;
  color: #000;
}
.button-sec:hover {
  background: #3c4560;
  color: #fff;
}
.button-sec:active {
  background: #232d4c;
}
.hidden {
  opacity: 0;
  position: absolute;
  right: 0;
}
img {
  width: 100%;
  height: auto;
  object-fit: cover;
  -o-object-fit: cover;
}
.grid-section h2 {
  padding-top: 50px;
}
.w-auto {
  width: auto;
}
/* --------- Larger screen edits --------- */
@media screen and (min-width: 576px) {
  .main-content-container {
    max-width: 450px;
  }
  .table-flip th,
  .table-flip td {
    display: table-cell;
    padding: .25em .5em;
  }
  .table-flip th:first-child,
  .table-flip td:first-child {
    padding-left: 0;
  }
  .table-flip th:last-child,
  .table-flip td:last-child {
    padding-right: 0;
  }
  .table-flip td:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .main-content-container {
    max-width: 700px;
  }
  .page-title {
    padding: 25px;
  }
  h1 {
    font-size: 22pt;
  }
}
@media screen and (min-width: 992px) {
  button.search:focus span {
    outline: 2px solid #f0aa47;
    background: #003042;
  }
  button.search:focus span:before {
    background: url("/theme/imgs/search-white.svg");
  }
  button.search.open:focus span:before {
    right: 2px;
    background: url("/theme/imgs/menu-close.svg");
  }
  .mob-close {
    display: block;
  }
  .page-title {
    padding: 35px;
  }
  h1 {
    font-size: 26pt;
  }
}

/*# sourceMappingURL=main.css.map */