.ep-header *,
.ep-header *:before,
.ep-header *:after,
.ep-footer * .ep-footer *:before,
.ep-footer *:after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #232225;
}

main,
[role=main],
#website-body {
  background-color: #fff;
}

a, button {
  outline: none;
}


::-moz-focus-inner {
  border: 0;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.nodisplay {
  display: none !important;
}

.novisible {
  opacity: 0;
}

.no-select-txt {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}









.expand-collapse {
  margin-bottom: 20px;
}
.expand-collapse .title {
  font-family: Georgia, Garamond, serif, Palatino;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  padding-bottom: 30px;
}
.expand-collapse .list {
  border: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.expand-collapse .list.border-grey {
  border: 1px solid #ccc;
}
.expand-collapse .list .list-item {
  
  
}
.expand-collapse .list .list-item:last-of-type .expand-title .expand-trigger {
  border-bottom: none;
}
.expand-collapse .list .list-item.wrapper-expand-collapse {
  background-color: #fff;
}
.expand-collapse .list .list-item.wrapper-expand-collapse:last-of-type .expand-content {
  border-bottom: none;
}
.expand-collapse .list .list-item .expand-title {
  font-family: Georgia, Garamond, serif, Palatino;
  font-size: 2em;
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
}
.expand-collapse .list .list-item .expand-title .expand-trigger, .expand-collapse .list .list-item .expand-title .notrigger {
  background-color: #fff;
  font-size: 1.6rem;
  border: 0;
  justify-content: space-between;
  width: 100%;
  padding: 30px 20px;
  cursor: pointer;
  text-align: left;
  position: relative;
  color: #000;
  border-bottom: 1px solid #ccc;
}
.expand-collapse .list .list-item .expand-title .expand-trigger:focus, .expand-collapse .list .list-item .expand-title .notrigger:focus {
  outline: 3px dotted #939393;
  outline-offset: -3px;
}
.expand-collapse .list .list-item .expand-title .expand-trigger:focus span, .expand-collapse .list .list-item .expand-title .notrigger:focus span {
  display: block;
  transform: translateX(5px);
  color: #3c77bd;
}
.expand-collapse .list .list-item .expand-title .expand-trigger span, .expand-collapse .list .list-item .expand-title .notrigger span {
  transition: all 0.3s ease-in-out;
}
.expand-collapse .list .list-item .expand-title .notrigger {
  color: #000;
  cursor: default;
}
.expand-collapse .list .list-item .expand-title .expand-trigger {
  padding: 30px 20px 30px 60px;
}
.expand-collapse .list .list-item .expand-title .expand-trigger[aria-expanded=true] {
  border-bottom: 1px solid #ccc;
  transition: none;
}
.expand-collapse .list .list-item .expand-title .expand-trigger span {
  display: inline-block;
  color: #3c77bd;
}
.expand-collapse .list .list-item .expand-title .expand-trigger:hover span {
  transform: translateX(5px);
}
.expand-collapse .list .list-item .expand-title .icon-arrow-down:before, .expand-collapse .list .list-item .expand-title .icon-arrow-down:after {
  content: "";
  position: absolute;
  display: block;
  top: 45px;
  left: 18px;
  transform: translateY(-50%);
}
.expand-collapse .list .list-item .expand-title .icon-arrow-down:before {
  width: 30px;
  height: 30px;
  border: 2px solid #3c77bd;
  border-radius: 50%;
}
.expand-collapse .list .list-item .expand-title .icon-arrow-down:after {
  left: 29px;
  width: 10px;
  height: 10px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: #3c77bd;
  opacity: 1;
  background-color: transparent;
  transform: translateY(-60%) rotate(-135deg);
  transition: all 0.3s ease-in-out;
}
.expand-collapse .list .list-item .expand-title .icon-arrow-down[aria-expanded=true]:after {
  transform: translateY(-20%) rotate(46deg);
}
.expand-collapse .list .list-item .expand-title .icon-arrow-down.align-right {
  padding-left: 20px;
}
.expand-collapse .list .list-item .expand-title .icon-arrow-down.align-right:before, .expand-collapse .list .list-item .expand-title .icon-arrow-down.align-right:after {
  right: 20px;
  left: auto;
}
.expand-collapse .list .list-item .expand-title .icon-arrow-down.align-right:after {
  right: 31px;
}
.expand-collapse .list .list-item .expand-subtitle {
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  line-height: 2rem;
  display: block;
}
.expand-collapse .list .list-item .expand-subtitle .sub-expand-trigger {
  padding: 0 10px 0 40px;
  color: #3c77bd;
  font-size: 0.9rem;
}
.expand-collapse .list .list-item .expand-subtitle .sub-expand-trigger.icon-arrow-down {
  position: relative;
}
.expand-collapse .list .list-item .expand-subtitle .sub-expand-trigger.icon-arrow-down:before {
  content: "";
  position: absolute;
  display: block;
  top: 7px;
  left: 0;
  width: 26px;
  height: 26px;
  border: 2px solid #3c77bd;
  border-radius: 50%;
  transform: translateY(-50%);
}
.expand-collapse .list .list-item .expand-subtitle .sub-expand-trigger.icon-arrow-down.align-close span {
  transition: 0.3s all ease-in-out;
}
.expand-collapse .list .list-item .expand-subtitle .sub-expand-trigger.icon-arrow-down.align-close span:before, .expand-collapse .list .list-item .expand-subtitle .sub-expand-trigger.icon-arrow-down.align-close span:after {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  left: 7px;
  width: 12px;
  height: 2px;
  opacity: 1;
  background-color: #3c77bd;
  transition: 0.3s all ease-in-out;
}
.expand-collapse .list .list-item .expand-subtitle .sub-expand-trigger.icon-arrow-down.align-close span:after {
  top: 1px;
  left: 12px;
  width: 2px;
  height: 12px;
  transform: rotate(180deg);
}
.expand-collapse .list .list-item .expand-subtitle .sub-expand-trigger.icon-arrow-down[aria-expanded=true] {
  border-bottom: none;
}
.expand-collapse .list .list-item .expand-subtitle .sub-expand-trigger.icon-arrow-down[aria-expanded=true] span:after {
  transform: rotate(90deg);
}
.expand-collapse .list .list-item .expand-subtitle .sub-expand-trigger:before, .expand-collapse .list .list-item .expand-subtitle .sub-expand-trigger:after {
  top: 10px;
}
.expand-collapse .list .list-item .expand-subtitle .sub-expand-trigger:hover span, .expand-collapse .list .list-item .expand-subtitle .sub-expand-trigger:focus span {
  display: inline-block;
  padding-left: 5px;
}
.expand-collapse .list .list-item .expand-content {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
.expand-collapse .list .list-item .expand-content .content h2.ep-wysiwig_heading-2,
.expand-collapse .list .list-item .expand-content .content h3.ep-wysiwig_heading-3 {
  white-space: normal;
  letter-spacing: normal;
  line-height: 1.2em;
  padding: 0 20px;
  margin-bottom: 10px;
}
.expand-collapse .list .list-item .expand-content .content h2.ep-wysiwig_heading-2 {
  color: #1e1e1f;
  font-family: Georgia, Garamond, serif, Palatino;
  font-size: 2em;
}
.expand-collapse .list .list-item .expand-content .content h3.ep-wysiwig_heading-3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #505154;
}
.expand-collapse .list .list-item .expand-content .content p.ep-wysiwig_paragraph {
  padding: 0 20px;
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.6em;
}
.expand-collapse .list .list-item .expand-content .content p.ep-wysiwig_paragraph a {
  text-decoration: underline;
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
}
.expand-collapse .list .list-item .expand-content .content p.ep-wysiwig_paragraph a:hover {
  color: #153d8c;
}
.expand-collapse .list .list-item .expand-content .content p.ep-wysiwig_paragraph a:focus {
  border: 2px solid #295ec5;
  border-radius: 4px;
  outline: none;
}
.expand-collapse .list .list-item .expand-content .content p.ep-wysiwig_paragraph a:visited {
  color: #993399;
}
.expand-collapse .list .list-item .expand-content .content ul {
  list-style-type: none;
}
.expand-collapse .list .list-item .expand-content .content ul,
.expand-collapse .list .list-item .expand-content .content ol {
  padding: 0 20px;
  margin-bottom: 10px;
}
.expand-collapse .list .list-item .expand-content .content ul li a,
.expand-collapse .list .list-item .expand-content .content ol li a {
  display: inline-block;
  padding: 4px 0;
  font-size: 1.4em;
  line-height: 1.6em;
  transition: transform 0.3s ease-in-out;
}
.expand-collapse .list .list-item .expand-content .content ul li a:hover, .expand-collapse .list .list-item .expand-content .content ul li a:focus,
.expand-collapse .list .list-item .expand-content .content ol li a:hover,
.expand-collapse .list .list-item .expand-content .content ol li a:focus {
  transform: translateX(4px);
}
.expand-collapse .list .list-item .expand-content .content a {
  color: #3c77bd;
  position: relative;
}
.expand-collapse .list .list-item .expand-content .content a .tag-label {
  color: #545454;
  font-size: 0.8rem;
  display: block;
  margin-top: 6px;
}
.expand-collapse .list .list-item .expand-content .content a:focus {
  outline: 3px dotted #939393;
  outline-offset: -3px;
}
.expand-collapse .list .list-item .expand-content .content a[aria-selected=true]:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: auto;
  background-color: #326aab;
  cursor: default;
}
.expand-collapse .list .list-item .expand-content .content .list-links li a {
  position: relative;
  padding: 0 20px;
  display: block;
  font-size: 0.9rem;
}
.expand-collapse .list .list-item .expand-content .content .list-links li a .content-link {
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px dotted #ccc;
  transition: transform 0.3s ease-in-out;
}
.expand-collapse .list .list-item .expand-content .content .list-links li a:hover .content-link, .expand-collapse .list .list-item .expand-content .content .list-links li a:focus .content-link {
  transform: translateX(4px);
}
.expand-collapse .list .list-item .expand-content .content .list-links li a[aria-current=true]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #3c77bd;
}
.expand-collapse .list .list-item .expand-content .content .list-links li:last-of-type a .content-link {
  border-bottom: none;
}
.expand-collapse .list .list-item .expand-content .content figure {
  padding: 0 20px !important;
  margin-bottom: 10px;
}
.expand-collapse .list .list-item .expand-content .wrapper-copyurl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 10px;
}
.expand-collapse .list .list-item .expand-content .wrapper-copyurl .sharing {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.expand-collapse .list .list-item .expand-content .wrapper-copyurl .sharing svg {
  width: 20px;
}
.expand-collapse .list .list-item .expand-content .wrapper-copyurl .sharing:after {
  content: "";
  clear: both;
}
.expand-collapse .list .list-item .expand-content .wrapper-copyurl .sharing:hover {
  transform: translate(0, -3px);
}
.expand-collapse .list .list-item .expand-content .wrapper-copyurl .sharing:focus {
  outline: 3px dotted #929394;
  outline-offset: 1px;
}
.expand-collapse .list .list-item .expand-content .wrapper-copyurl .link-embed {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.expand-collapse .list .list-item .expand-content .wrapper-copyurl .link-embed button:focus, .expand-collapse .list .list-item .expand-content .wrapper-copyurl .link-embed textarea:focus {
  outline: 3px dotted #929394;
  outline-offset: 1px;
}
.expand-collapse .list .list-item .expand-content .wrapper-copyurl .link-embed .copyurl {
  width: 30%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  background-color: #3c77bd;
  color: #fff;
  transition: transform 0.3s ease-in-out;
}
.expand-collapse .list .list-item .expand-content .wrapper-copyurl .link-embed .copyurl svg {
  fill: #fff;
  width: 30px;
}
.expand-collapse .list .list-item .expand-content .wrapper-copyurl .link-embed .copyurl:hover {
  transform: translate(0, -3px);
}
.expand-collapse .list .list-item .expand-content .wrapper-copyurl .link-embed .copyurl:focus {
  outline: 3px dotted #fff;
  outline-offset: -3px;
}
@media screen and (max-width: 600px) {
  .expand-collapse .list .list-item .expand-content .wrapper-copyurl .link-embed .copyurl {
    width: 100%;
    padding: 10px 0;
  }
}
.expand-collapse .list .list-item .expand-content .wrapper-copyurl .link-embed textarea {
  width: 70%;
  padding: 14px 10px 0;
  height: 46px;
  resize: none;
  border: 1px solid #bbbbb9;
  margin-right: 8px;
  font-size: 0.9rem;
  box-sizing: border-box;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .expand-collapse .list .list-item .expand-content .wrapper-copyurl .link-embed textarea {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .expand-collapse .list .list-item .expand-content .wrapper-copyurl .link-embed {
    flex-direction: column;
  }
}
.expand-collapse .list .list-item .expand-content .wrapper-copyurl .tooltip {
  position: absolute;
  top: 30px;
  right: 45px;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  padding: 3px 6px;
  border-radius: 4px;
  border: 1px solid #bbbbb9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: auto;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #505154;
}
.expand-collapse .list .list-item .expand-content .wrapper-copyurl .tooltip:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #fff;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-bottom: 1px solid #bbbbb9;
  border-right: 1px solid #bbbbb9;
}
.expand-collapse .list .list-item .expand-content .wrapper-copyurl .tooltip svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  fill: green;
}
.expand-collapse .list .list-item .expand-content .wrapper-copyurl .hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
}
.expand-collapse .list .list-item .expand-content .wrapper-copyurl .slideUp {
  transform: translateY(20px);
}
.expand-collapse.expand-collapse-accordion .list .list-item:last-of-type .expand-title .expand-trigger {
  border-bottom: none;
}
.expand-collapse.expand-collapse-accordion .list .list-item.wrapper-expand-collapse {
  overflow: hidden;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-title {
  font-size: 2em;
  padding: 0;
  margin: 0;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-title .expand-trigger, .expand-collapse.expand-collapse-accordion .list .list-item .expand-title .notrigger {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #f3f4f4;
  font-size: 1rem;
  font-weight: 700;
  border: 0;
  justify-content: space-between;
  width: 100%;
  padding: 20px 60px 20px 20px;
  cursor: pointer;
  text-align: left;
  position: relative;
  color: #000;
  border-bottom: 1px solid #ccc;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-title .expand-trigger:focus, .expand-collapse.expand-collapse-accordion .list .list-item .expand-title .notrigger:focus {
  outline: 3px dotted #939393;
  outline-offset: -3px;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-title .expand-trigger:focus span, .expand-collapse.expand-collapse-accordion .list .list-item .expand-title .notrigger:focus span {
  display: block;
  transform: translateX(5px);
  color: #3c77bd;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-title .expand-trigger span, .expand-collapse.expand-collapse-accordion .list .list-item .expand-title .notrigger span {
  transition: all 0.3s ease-in-out;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-title .notrigger {
  color: #000;
  cursor: default;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-title .expand-trigger {
  padding-left: 60px;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-title .expand-trigger[aria-expanded=true] {
  background-color: #fff;
  border-bottom: none;
  transition: none;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-title .expand-trigger[aria-expanded=true] span {
  color: #3c77bd;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-title .expand-trigger span {
  display: inline-block;
  color: #000;
  font-family: Georgia, Garamond, serif, Palatino;
  font-weight: 400;
  font-size: 1.2rem;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-title .expand-trigger:hover span {
  transform: translateX(5px);
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-title .icon-arrow-down:before, .expand-collapse.expand-collapse-accordion .list .list-item .expand-title .icon-arrow-down:after {
  content: "";
  position: absolute;
  display: block;
  top: 30px;
  left: 22px;
  transform: translateY(-50%);
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-title .icon-arrow-down:before {
  width: 22px;
  height: 22px;
  border: 1px solid #3c77bd;
  border-radius: 50%;
  background-color: #fff;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-title .icon-arrow-down:after {
  left: 29px;
  width: 9px;
  height: 9px;
  background-image: url(../img/icons.svg);
  background-position: -82px -96px;
  transition: none;
  border-width: 0;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-title .icon-arrow-down[aria-expanded=true]:after {
  background-position: -91px -96px;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-title .icon-arrow-down.align-right {
  padding-left: 20px;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-title .icon-arrow-down.align-right:before, .expand-collapse.expand-collapse-accordion .list .list-item .expand-title .icon-arrow-down.align-right:after {
  right: 20px;
  left: auto;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-title .icon-arrow-down.align-right:after {
  right: 28px;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-content {
  display: block;
  padding: 0;
  position: relative;
  height: auto;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  transition: height 0.2s ease-in-out;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-content:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #ccc;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-content .content {
  padding: 10px 0;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-content[hidden] {
  padding: 0 20px;
  border-bottom: none;
}
.expand-collapse.expand-collapse-accordion .list .list-item .expand-content[hidden] .content {
  display: none;
}



.fx--fadeInSlideUp {
  animation-name: fadeInSlideUp;
  animation-duration: 0.5s;
}

@keyframes fadeInSlideUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}




.ep-a_dropdown {
  
  
}
.ep-a_dropdown .custom-select {
  position: relative;
  height: 100%;
  display: flex;
}
.ep-a_dropdown .custom-select .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #d1d3d4;
  padding: 11px 36px 11px 10px;
  text-decoration: none;
  text-align: left;
  color: #505154;
  font-size: 0.82rem;
  position: relative;
  width: 100%;
  cursor: pointer;
  word-break: break-word;
  transition: background-color 0.3s ease-in-out;
}
.ep-a_dropdown .custom-select .btn:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  overflow: hidden;
  width: 11px;
  height: 8px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: url(../img/icons.svg);
  background-position: -97px -50px;
  background-repeat: no-repeat;
  border: none;
  outline: 0;
  cursor: pointer;
  pointer-events: none;
  transition: 0.3s all ease-in-out;
}
.ep-a_dropdown .custom-select .btn:hover, .ep-a_dropdown .custom-select .btn:focus {
  background-color: #eeefef;
  border-color: #326aab;
  color: #326aab;
}
.ep-a_dropdown .custom-select .btn:hover:after, .ep-a_dropdown .custom-select .btn:focus:after {
  border-color: transparent #326aab #326aab transparent;
}
.ep-a_dropdown .custom-select .btn:focus {
  outline: 3px dotted #919191;
  outline-offset: -3px;
}
@media (max-width: 480px) {
  .ep-a_dropdown .custom-select .btn {
    max-width: 100%;
    width: 100%;
  }
}
.ep-a_dropdown .custom-select .btn[aria-expanded=true].lang_select {
  background-color: #eeefef;
  border-color: #eeefef;
  color: #326aab;
}
.ep-a_dropdown .custom-select .btn[class*=ico]:after {
  border: none;
  background-image: url("../img/icons.svg");
  background-repeat: no-repeat;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}
.ep-a_dropdown .custom-select .btn.ico-calendar:after {
  background-position: 0 -233px;
  width: 22px;
  height: 24px;
}
@media (max-width: 480px) {
  .ep-a_dropdown .custom-select {
    margin-right: 0;
  }
}
.ep-a_dropdown .menu-content {
  position: absolute;
  background-color: #eeefef;
  border-top: 1px solid #d1d3d4;
  top: 38px;
  left: 0;
  right: 0;
  z-index: 105;
  margin: 0;
  list-style-type: none;
  display: block;
  max-height: 300px;
  padding: 0;
  overflow-y: auto;
  transition: 0.3s all ease-in-out;
}
.ep-a_dropdown .menu-content li {
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.ep-a_dropdown .menu-content li a {
  text-decoration: none;
  display: block;
  padding: 0 10px;
  margin-right: 0;
  color: #505154;
  position: relative;
  font-size: 1.2em;
}
.ep-a_dropdown .menu-content li a .wrapper-label {
  position: relative;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #c7c9cb;
}
.ep-a_dropdown .menu-content li a .wrapper-label .label {
  display: block;
  font-size: 0.76rem;
  transition: 0.3s all ease-in-out;
}
.ep-a_dropdown .menu-content li a:hover .wrapper-label .label, .ep-a_dropdown .menu-content li a:focus .wrapper-label .label {
  transform: translate(5px, 0);
}
.ep-a_dropdown .menu-content li a:focus {
  outline: 3px dotted #919191;
  outline-offset: -3px;
}
.ep-a_dropdown .menu-content li.current {
  background-color: #fff;
}
.ep-a_dropdown .menu-content li.current a {
  color: #326aab;
}
.ep-a_dropdown .menu-content li.current a .wrapper-label {
  border-bottom: 1px solid #326aab;
}
.ep-a_dropdown .menu-content li.current a .wrapper-label:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #326aab;
}
.ep-a_dropdown .menu-content li:last-of-type a .wrapper-label {
  border-bottom: none;
}
.ep-a_dropdown .menu-content.no-display {
  display: none;
}
@media (max-width: 480px) {
  .ep-a_dropdown {
    width: 80%;
  }
}

.ep_pagination {
  margin-bottom: 20px;
}
.ep_pagination ul {
  display: flex;
  flex-wrap: wrap;
}
.ep_pagination ul li {
  display: inline-block;
  margin-bottom: 6px;
}
.ep_pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-right: 10px;
  background: transparent;
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  border: 1px solid #d1d3d4;
  transition: background 0.3s ease-out;
}
.ep_pagination ul li a:hover, .ep_pagination ul li a:focus {
  background-color: #d1d3d4;
  color: #1e1e1f;
}
.ep_pagination ul li a:focus {
  outline: 3px dotted #929394;
}
.ep_pagination ul li a[aria-current=true] {
  background: #000;
  color: #fff;
}
.ep_pagination ul li a.current {
  background: #3c77bd;
  color: #fff;
}
.ep_pagination ul li a.ep_previous, .ep_pagination ul li a.ep_next {
  position: relative;
}
.ep_pagination ul li a.ep_previous:before, .ep_pagination ul li a.ep_next:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  border-top: 2px solid #3c77bd;
  border-right: 2px solid #3c77bd;
}
.ep_pagination ul li a.ep_previous:hover:before, .ep_pagination ul li a.ep_next:hover:before {
  border-color: #000;
}
.ep_pagination ul li a.ep_previous:before {
  left: 58%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.ep_pagination ul li a.ep_next:before {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}


.media-img-default .figure img {
  opacity: 1;
  position: relative;
  display: block;
  width: 100%;
}
.media-img-default .figure .figcaption {
  padding: 8px;
}
.media-img-default .figure .figcaption.text-center {
  text-align: center;
}
.media-img-default .figure .figcaption span {
  font-size: 0.7rem;
}

.info-box {
  margin-bottom: 3rem;
}
.info-box .wrapper {
  display: flex;
  background-color: rgb(247, 247, 247);
  padding: 0.5rem 1.25rem;
  border-left: 6px solid rgb(30, 108, 255);
}
.info-box .wrapper .icon {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.info-box .wrapper .icon > div {
  border: 2px solid rgb(30, 108, 255);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  flex: none;
  width: 26px;
}
.info-box .wrapper .icon > div img {
  width: 30px;
  max-width: 100%;
  display: block;
  height: auto;
}
.info-box .wrapper p {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #1E1E1E;
  align-items: center;
}
.info-box .wrapper p a {
  display: inline-block;
  text-decoration: underline;
  color: #0C4DA2;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: transform 0.3s ease-in-out;
}
.info-box .wrapper p a:hover {
  transform: translate(0, -3px);
}
.info-box .wrapper p a:focus {
  outline: 2px solid #1E6CFF;
  outline-offset: 5px;
  text-decoration-thickness: 2px;
}
.info-box .wrapper .button-wrap {
  display: flex;
  align-items: center;
}
.info-box .wrapper .button-wrap button {
  cursor: pointer;
  background-color: #f7f7f7;
}
.info-box .wrapper .button-wrap button img {
  transition: transform 0.3s ease-in-out;
}
.info-box .wrapper .button-wrap button:hover img {
  transform: rotate(180deg);
}
.info-box .wrapper .button-wrap button:focus {
  outline: 3px dotted #929394;
  outline-offset: 1px;
}
