@charset "UTF-8";
/* CSS Document */

/* -- Header -- */
header {
  background: rgb(79, 10, 75);
  background: linear-gradient(180deg, rgba(79, 10, 75, 1) 44%, rgba(27, 6, 28, 1) 150%);
  border-bottom: 1px solid #EACA30;
  margin-bottom: 0px;
}
header nav {
  height: auto;
  max-width: 1220px;
}
header nav div#menuBanner {
  background: transparent;
  padding: 0rem 0.5rem;
}

div#menuBanner ul li {
  border: none;
}
div#menuBanner ul#navMain li.menu,
div#menuBanner ul#navMain li.menu-nodd {
  cursor: pointer;
}
#navUtility li img {
  margin: -1px 4px 2px 0px;
  vertical-align: middle;
}
div#menuBanner ul#navUtility li, div#menuBanner ul#navUtility li a {
  font: 16px/1.4em "gibson-medium";
  letter-spacing: -0.015em;
}
div#menuBanner ul#navLanguages li, div#menuBanner ul#navLanguages li a {
  font: 16px/1.4em "gibson-book";
  letter-spacing: -0.015em;
}
.mobile-search {
  padding: 95px 20px 20px;
}
.mobile-search form.search {
  background: #fff;
  margin-left: auto;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  border: 0px solid #737373;
}
div#menuBanner form.search, .mobile-search form.search {
  border-radius: 50px;
  padding: 6px 0px 6px 24px;
}
div#menuBanner form.search input.keyword, .mobile-search form.search input.keyword {
  background: transparent;
  color: #696F77;
  font: 16px/16px "gibson-book";
  width: 90%;
}
.mobile-search form.search input.keyword {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  border: 0;
}
.mobile-nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
div#menuBanner form.search input.keyword:placeholder-shown, .mobile-search form.search input.keyword:placeholder-shown {
  font-style: italic;
}
div#menuBanner form.search .submitBtn, .mobile-search form.search .submitBtn {
  border: none;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background: url("../img/dbp-2024/icon-search.svg") #F7D636 no-repeat center center;
  background-size: 20px 20px;
  margin: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}
div#menuBanner #navMain li a {
  border: 0;
  font: 18px/20px "gibson-medium";
  letter-spacing: 0.02em;
}
div#menuBanner #navMain .menu:hover a {
  text-decoration: underline;
}
div#menuBanner #navMain .menu:hover li a {
  text-decoration: none;
}
header a#navToggle {
  background-size: 26px 33px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 26px;
  height: 33px;
}
header a#navToggle[status="active"] {
  background-size: 26px 33px;
}
header a#navSearch {
  background: url("../img/global/search_mobile.svg") no-repeat center center;
  background-size: 34px 34px;
  position: absolute;
  right: 65px;
  top: 10px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
header a#navSearch.active {
  background: url("../img/global/search_mobile_close.svg") no-repeat center center;
  background-size: 34px 33px;
  height: 33px;
  top: 11px;
}

/* -- Alert Bar -- */
.dbp-alert-bar {
  background: #F7D636;
  width: 100%;
  padding: 20px 10px;
}
.dbp-alert-bar section {
  margin-bottom: 0px;
  max-width: 1220px;
  padding: 0px;
  position: relative;
}
.dbp-alert {
  color: #1B061C;
  display: flex;
  align-items: center;
  font-family: "gibson-medium";
  font-size: 16px;
  padding: 0px 0.5em;
  position: relative;
}
.dbp-alert a {
  color: #1B061C;
  text-decoration: underline;
}
.dbp-alert:before {
  content: "";
  background: url(../img/dbp-2024/icon-important.svg);
  background-size: cover;
  display: inline-block;
  margin-right: 20px;
  height: 20px;
  width: 20px;
  vertical-align: text-bottom;
}
.dbp-alert-text {
  line-height: 20px;
  width: calc(100% - 73px);
}
.dbp-alert-close {
  margin-left: 20px;
  height: 13px;
  width: 13px;
}
.dbp-alert-close img {
  display: block;
  width: 15px;
  height: auto;
}

/* -- Home -- */
.home main[role="main"] {
  max-width: 100%;
  padding: 0px;
}

/* -- Featured Banner -- */
.dbp-featured-banner {
  background: url(../img/dbp-2024/featured-background.jpg) #40073C center center no-repeat;
  background-size: 1920px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 420px !important;
  width: 100%;
}
.dbp-featured-content-wrapper {
  margin: 0px auto;
  width: 1240px;
  max-width: 1240px;
  padding: 0rem 20px;
}
.dbp-featured-content {
  width: 100%;
  max-width: 450px;
}
.dbp-featured-content h1 {
  color: #fff;
  font-size: 60px;
  line-height: 62px;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.dbp-featured-content h1 span {
  display: block;
}
.dbp-featured-content p {
  color: #fff;
  font-size: 20px;
  font-family: "gibson-medium";
  line-height: 28px;
}
.dbp-button {
  background: #F7D636;
  border: 0px;
  border-radius: 2px;
  color: #4F0A4B;
  cursor: pointer;
  font-family: "gibson-semibold";
  font-size: 19px;
  letter-spacing: 0.03em;
  margin-top: 35px;
  padding: 18px 20px;
  min-width: 148px;
  transition: all .2s;
}
.dbp-button img {
  margin-left: 10px;
  height: 13px;
}
.dbp-button:hover {
  background: #F7D636;
}
.dbp-button:hover img {
  margin-left: 12px;
  margin-right: -2px;
}

/* -- Plans & Info -- */
.dbp-plans-info {
  background: rgb(245, 247, 250);
  background: linear-gradient(180deg, rgba(245, 247, 250, 1) 0%, rgba(220, 227, 237, 1) 100%);
  padding: 50px 0px 40px;
  position: relative;
}
.dbp-top-stars {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 0;
}
.dbp-bottom-stars {
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 0;
}
.dbp-plans-info-wrapper {
  display: flex;
  justify-content: space-between;
}
.dbp-plans-info-wrapper:after {
  display: none;
}
.dbp-plans {
  flex-wrap: wrap;
  width: 49%;
  display: flex;
}
.dbp-plan-box, .dbp-plan-info {
  background: #fff;
  border-radius: 0px 0px 4px 4px;
  border-top: 7px solid #73146B;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 40px 46px;
  width: 100%;
}
.dbp-plans .dbp-left-box:not(:first-child) {
  margin-top: 30px;
}
.dbp-plan-box h2, .dbp-plan-info h2 {
  border-bottom: 1px solid #BEBEC1;
  color: #4F0A4B;
  font-size: 28px;
  margin-bottom: 30px;
  padding-bottom: 8px;
}
.dbp-plan-row {
  display: flex;
  margin-bottom: 22px;
}
.dbp-plan-row:last-of-type {
  margin-bottom: 0px;
}
.dbp-plan-icon {
  margin-right: 15px;
  width: 50px;
}
.dbp-plan-content h3 {
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 28px;
}
.dbp-plan-content p, .dbp-plan-info p {
  font-size: 20px;
  line-height: 25px;
}
.dbp-plan-content p {
  padding-bottom: 6px;
}
.dbp-plan-link {
  color: #3B66AB;
  display: block;
  transition: all .2s;
}
.link {
  color: #3B66AB;
  transition: all .2s;
}
.dbp-plan-link:hover, .link:hover {
  color: #3B66AB;
  text-decoration: underline;
}
.dbp-plan-link:after, .link:after {
  content: "";
  background: url(../img/dbp-2024/arrow-blue.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: 10px;
  width: 14px;
  height: 12px;
  transition: all .2s;
}
.dbp-plan-link:hover:after, .link:hover:after {
  content: "";
  margin-left: 12px;
}
.dbp-sign-in-box {
  background: #4F0A4B;
  border-radius: 4px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 46px 35px 35px;
  max-width: 100%;
  display: block;
}
.dbp-sign-in-box h2 {
  color: #fff;
  font-size: 36px;
  font-family: "gibson-medium";
  line-height: 46px;
  margin-bottom: 0px;
}
.dbp-sign-in-box h4 {
  color: #fff;
  font-size: 20px;
  font-family: "gibson-medium";
  line-height: 28px;
  margin-bottom: 20px;
}
.dbp-info {
  background: url(../img/dbp-2024/home-aside-background.jpg) #350031 center bottom no-repeat;
  background-size: 100%;
  border-radius: 4px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 46px 35px 35px;
  width: 49%;
  max-width: 100%;
  display: block;
}
.dbp-info.aside-small {
  background: url(../img/dbp-2024/home-aside-background.jpg) #350031 center 20% no-repeat;
  background-size: 100%;
}
.dbp-info h2 {
  color: #fff;
  font-size: 45px;
  letter-spacing: 0.02em;
  line-height: 1.15em;
  margin-bottom: 30px;
}
.dbp-info p {
  color: #fff;
  font-size: 20px;
  padding-bottom: 0px;
}
.dbp-info p strong {
  color: #F7D636;
}
.dbp-home-buttons {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.dbp-home-buttons:after {
  display: none;
}
.dbp-home-button {
  background: #fff;
  border: none;
  border-radius: 0px 0px 4px 4px;
  border-top: 7px solid #73146B;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin-right: 20px;
  padding: 25px;
  text-align: right;
  width: 33%;
}
.dbp-home-buttons .dbp-home-button:last-of-type {
  margin-right: 0px;
}
.dbp-home-button.contacts {
  background: url(../img/dbp-2024/icon-phone.svg) #fff 20px center no-repeat;
}
.dbp-home-button.events {
  background: url(../img/dbp-2024/icon-calendar.svg) #fff 20px center no-repeat;
}
.dbp-home-button.glance {
  background: url(../img/dbp-2024/icon-id-card.svg) #fff 20px center no-repeat;
}
.dbp-home-button h2 {
  color: #4F0A4B;
  font-size: 26px;
  letter-spacing: 0.03em;
  margin-bottom: 0px;
}
.dbp-button-arrow {
  margin: 10px 0px 5px;
  transition: all .2s;
}
.dbp-button-arrow img {
  width: 33px;
  height: auto;
}
.dbp-home-button:hover .dbp-button-arrow {
  margin: 10px -2px 5px 0px;
}

/* -- News -- */
#section_news {
  margin-bottom: 0;
  padding: 84px 0px 75px;
}
div.cards div.card-new:nth-of-type(n) {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: inherit;
  margin-bottom: 0px;
  min-height: 315px;
  overflow: hidden;
  width: 33%;
}
div.cards div.card-new div.container {
  padding: 20px 26px 18px;
}
div.card-new div.container h3 {
  color: #4F0A4B;
  font: 28px/34px "gibson-medium";
  letter-spacing: 0.04em;
  /*margin-bottom: 15px;*/
}
div.card-new div.container h3 a {
  color: #4F0A4B;
  font-size: 28px;
  font-family: 'gibson-medium';
}
div.card-new div.container p {
  color: #333;
  font: 20px/25px "gibson-book";
}
div.card-new div.container p a {
  color: #333;
}
div.card-new div.container a.link {
  bottom: 24px;
  font: 18px/19px "gibson-regular";
  text-transform: none;
}
/* -- Footer -- */
footer {
  font: 16px/28px "gibson-medium";
  padding: 45px 20px;
}
footer nav, footer .dbp-copyright {
  margin: auto;
  text-align: left !important;
  width: 100%;
  max-width: 1000px;
}
footer .dbp-copyright {
  font: 16px/28px "gibson-book";
  font-style: italic;
}

/* -- Responsive -- */
@media (max-width: 1200px) {
  .dbp-top-stars, .dbp-bottom-stars {
    display: none;
  }
}
@media (min-width: 980px) {
  header {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  header #logo {
    background-size: cover;
    height: 86px;
    width: 166px;
    position: absolute;
    left: 0.5em;
    top: 0.25em;
    z-index: 20
  }
  header nav {
    height: auto;
  }
  a#navSearch {
    display: none;
  }
  div#menuBanner #navMain .menu:hover li a:hover {
    text-decoration: underline;
  }
  header nav div#menuBanner {
    position: relative;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
  }
  div#menuBanner ul#navUtility {
    order: 1;
    position: static;
    text-align: right;
    width: calc(100% - 200px);
  }
  div#menuBanner ul#navLanguages {
    margin: 4px 0px 0px;
    order: 2;
    text-align: right;
    width: calc(100% - 200px);
  }
  div#menuBanner ul#navUtility li, div#menuBanner ul#navLanguages li {
    float: none;
  }
  div#menuBanner ul#navUtility li, div#menuBanner ul#navLanguages li {
    border: none;
    padding: 0px 0px 0px 14px;
  }
  div#menuBanner ul#navUtility li.header-member:before {
    content: "";
    background: url(../img/dbp-2024/icon-member.svg) no-repeat;
    display: inline-block;
    margin-right: 4px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
  }
  div#menuBanner ul#navUtility li:after, div#menuBanner ul#navLanguages li:after {
    content: "|";
    display: inline-block;
    font-family: "gibson-medium";
    padding-left: 14px;
  }
  div#menuBanner ul#navUtility li:last-of-type:after, div#menuBanner ul#navLanguages li:last-of-type:after {
    content: "";
    padding-left: 0px;
  }
  div#menuBanner ul#navLanguages li:last-of-type {
    padding-right: 0px;
  }
  .header-search {
    display: block !important;
    order: 3;
    padding: 16px 0px 24px;
    width: calc(100% - 200px);
  }
  .mobile-search {
    display: none !important;
  }
  div#menuBanner form.search {
    background: #fff;
    margin-left: auto;
    position: relative;
    width: 486px;
  }
  div#menuBanner ul#navMain {
    display: flex;
    justify-content: space-between;
    order: 3;
    margin: 0.35em 0em 0.2em;
    position: static;
    width: 100%;
  }
  div#menuBanner ul#navMain li.menu {
    position: relative;
    background: url("../img/global/icon_arrow_down.svg") no-repeat right 3px;
    background-size: auto;
    background-size: 15px 15px;
    padding: 0 1.25rem 16px 0;
  }
  div#menuBanner ul#navMain li.menu-nodd {
    position: relative;
    /*background: url("../img/global/icon_arrow_down.svg") no-repeat right 3px;
    background-size: auto;
    background-size: 15px 15px;*/
    padding: 0 1.25rem 16px 0;
  }
  div#menuBanner ul#navMain li.menu ul,
  div#menuBanner ul#navMain li.menu-nodd ul  {
    display: block !important;
    padding: 5px 0px 0px 0px;
    margin-top: 15px;
    min-width: 240px;
    left: -10px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
  }
  div#menuBanner ul li.menu ul {
    display: inherit;
  }
  div#menuBanner ul#navMain li.menu:hover ul,
  div#menuBanner ul#navMain li.menu-nodd:hover ul  {
    visibility: visible;
    opacity: 1;
    transition: all .4s;
  }
  div#menuBanner ul#navMain li.menu ul::before,
  div#menuBanner ul#navMain li.menu-nodd ul::before  {
    content: "";
    background: #F7D636;
    border: none !important;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 5px;
    width: 100%;
  }
  div#menuBanner ul#navMain li.menu ul > li,
  div#menuBanner ul#navMain li.menu-nodd ul > li  {
    padding: 0;
  }
  div#menuBanner ul#navMain li.menu ul > li > a,
  div#menuBanner ul#navMain li.menu-nodd ul > li > a  {
    font: 15px/16px "gibson-medium";
    color: #73146B;
    line-height: 1.25em;
    padding: 10px 16px;
  }
  div#menuBanner ul#navMain li.menu[status="active"] ul,
  div#menuBanner ul#navMain li.menu-nodd[status="active"] ul  {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 979px) {
  a#navSearch {
    display: block;
  }
  .header-search, .mobile-search {
    display: none;
  }
  header nav div#menuBanner {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    padding: 0;
    position: absolute;
    top: 64px;
  }
  div#menuBanner #navMain {
    background: #fff;
    order: 1;
    padding: 10px 0px;
    width: 100%;
  }
  div#menuBanner ul li.menu {
    background: none;
    padding: 15px 20px 15px;
  }
  div#menuBanner #navMain li a {
    color: #4F0A4B;
  }
  div#menuBanner ul li.menu a:after {
    content: "";
    background: url("../img/dbp-2024/mobile-nav-arrow.svg") no-repeat center center;
    display: inline-block;
    width: 9px;
    height: 14px;
    margin: 0px 0px 0px 8px;
    translate: all .2s;
    vertical-align: middle;
  }
  div#menuBanner ul li.menu[status="active"] a:after {
    content: "";
    transform: rotate(90deg);
  }
  div#menuBanner ul li.menu ul {
    padding: 8px 0px 0px 0px;
  }
  div#menuBanner #navMain li.menu ul li {
    padding: 8px 15px;
  }
  div#menuBanner #navMain li.menu ul li:last-of-type {
    padding-bottom: 0px;
  }
  div#menuBanner #navMain li.menu ul li a {
    font-size: 16px;
    color: #333;
  }
  div#menuBanner #navMain li.menu ul li a:after {
    background: none;
  }
  div#menuBanner #navUtility {
    background: #EFF2F7;
    order: 2;
    padding-top: 15px;
    width: 100%;
  }
  div#menuBanner #navLanguages {
    background: #EFF2F7;
    order: 3;
    padding-bottom: 15px;
    width: 100%;
  }
  div#menuBanner #navUtility li, div#menuBanner #navLanguages li {
    padding: 9px 20px;
  }
  div#menuBanner ul#navUtility li.header-member:before {
    content: "";
    background: url(../img/dbp-2024/icon-member-mobile.svg) no-repeat;
    display: inline-block;
    margin-right: 4px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
  }
  #navUtility li.header-member {
    color: #696F77;
    font: 16px/19px "gibson-medium" !important;
    font-style: italic !important;
  }
  #navUtility li a, #navLanguages li a {
    color: #3B66AB;
    font: 16px/19px "gibson-book" !important;
  }
  .dbp-alert-close, .dbp-alert:before {
    margin-top: 3px;
  }
  .dbp-featured-content {
    max-width: 420px;
  }
  .dbp-featured-content h1 {
    font-size: 54px;
    line-height: 56px;
  }
  .dbp-alert {
    align-items: flex-start;
  }
  .dbp-plans-info-wrapper {
    display: block;
    padding: 0px 20px;
  }
  .dbp-top-stars, .dbp-bottom-stars {
    display: none;
  }
  .dbp-sign-in-box, .dbp-info, .dbp-plans {
    margin-bottom: 30px;
    width: 100%;
  }
  .dbp-home-buttons {
    padding: 0px 20px;
  }
  #section_news {
    padding: 50px 20px 50px;
  }
  footer {
    padding: 40px 20px;
  }
  footer ul li {
    line-height: 2.5em;
  }
	.dbp-info {
	  width: 100%;
	}
}
@media (max-width: 768px) {
  header {
    border-bottom: 5px solid #F7D636;
  }
  header nav div#menuBanner {
    top: 68px;
  }
  #main {
  padding: 20px;
  }
  .home #main {
  padding: 0px;
  }
  .dbp-featured-content {
    max-width: 100%;
  }
  .dbp-featured-banner {
    background: url(../img/dbp-2024/featured-background.jpg) #40073C center left no-repeat;
    background-size: 1920px;
    height: auto;
    padding: 50px 0px;
  }
  .dbp-plans-info-wrapper {
    display: block;
    padding: 0px;
  }
  .dbp-home-buttons {
    display: block;
    margin: 0px;
    padding: 0px;
  }
  .dbp-home-button {
    margin-bottom: 30px;
    width: 100%;
  }
  #section_news {
    padding: 50px 0px 24px;
  }
  #section_news .cards {
    display: block;
  }
  #section_news .card-new {
    margin: 0px 0px 30px 0px;
    width: 100%;
  }
  .home #section_news .card-new img {
    display: block;
  }
  .home #section_news .card-new .container {
    padding: 35px 26px 18px 26px;
  }
  .home #section_news .card-new .container h3 {
    padding-top: 0px;
  }
  .dbp-copyright {
    display: block;
    line-height: 2.125em !important;
  }
  .dbp-copyright span {
    display: block;
  }
	.dbp-info {
	  width: 100%;
	}
  table.color_table {
    min-width: 150%;
  }
}

/* ---- Accessibility ---- */
body.using-kb a:focus, body.using-kb link[href]:focus, body.using-kb button:focus, body.using-kb input:not([type="hidden"]):focus, body.using-kb select:focus, textarea:focus {
  outline: 3px solid #e8654a;
  outline-offset: 3px;
  border-radius: 1px;
}