@charset "UTF-8";
/*
Theme Name: BPNO
Author: Symbiotisk ApS
Author URI: https://symbiotisk.dk/
Version: 1.0
Text Domain: bpno
Tags: one-column, two-columns
*/
/* ---------------------------------------------------------
   1. Icomoon Configuration
   2. Bootstrap 4 settings
   3. Custom form styles
   4. Wordpress reset
   5. General site styles
   6. Header styles
   7. Modules styles
   8. Footer styles
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
   1. Icomoon Configuration
   ---------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?eii12g") format("truetype"), url("fonts/icomoon.woff?eii12g") format("woff"), url("fonts/icomoon.svg?eii12g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"], .registration-block .features-list li:before, #eventSignupModal .features-list li:before, .step .btn-holder .btn-back:before, .step .btn-holder .gform_previous_button:before, .step .gform_page_footer .btn-back:before, .step .gform_page_footer .gform_previous_button:before, .gform_body .btn-holder .btn-back:before, .gform_body .btn-holder .gform_previous_button:before, .gform_body .gform_page_footer .btn-back:before, .gform_body .gform_page_footer .gform_previous_button:before, .gform_footer .btn-holder .btn-back:before, .gform_footer .btn-holder .gform_previous_button:before, .gform_footer .gform_page_footer .btn-back:before, .gform_footer .gform_page_footer .gform_previous_button:before, .overview:before, .post-single .img-holder.video:before, .post-single .img-holder.audio:before, .event-single .text-block .event-time:before, .content .sub-title:before, .meta-block .events:before, .meta-block .play-block:before, .accordion .opener:before, .selected:before, .link-more:before, .jcf-select-drop .jcf-hover:before,
.jcf-list-box .jcf-selected:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-audio:before {
  content: url("./icons/medcast.svg");
}

.icon-play:before {
  content: "\e904";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-calendar:before {
  content: "\e903";
}

.icon-li:before {
  content: "\e905";
}

.icon-mic:before {
  content: "\e906";
}

.icon-right-arrow:before {
  content: "\e908";
}

.icon-search:before {
  content: "\e909";
}

.icon-tw:before {
  content: "\e90a";
}

.icon-yt:before {
  content: "\e90b";
}

.icon-selected:before {
  content: "\e907";
}

/* ---------------------------------------------------------
   2. Bootstrap 4 settings
   ---------------------------------------------------------*/
.text-blue {
  color: #007bff !important;
}

.text-indigo {
  color: #6610f2 !important;
}

.text-purple {
  color: #6f42c1 !important;
}

.text-pink {
  color: #e83e8c !important;
}

.text-red {
  color: #dc3545 !important;
}

.text-orange {
  color: #fd7e14 !important;
}

.text-yellow {
  color: #ffc107 !important;
}

.text-green {
  color: #28a745 !important;
}

.text-teal {
  color: #20c997 !important;
}

.text-cyan {
  color: #17a2b8 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-gray {
  color: #6c757d !important;
}

.text-gray-dark {
  color: #343a40 !important;
}

.text-primary-s1 {
  color: #21274d !important;
}

.text-primary-s2 {
  color: #8b8da0 !important;
}

.text-primary-s3 {
  color: #3e4364 !important;
}

.text-primary-s4 {
  color: #3a827b !important;
}

.text-primary-s5 {
  color: #8ccac1 !important;
}

.text-primary-s6 {
  color: #5cb5a9 !important;
}

.text-primary-s7 {
  color: #81741c !important;
}

.text-primary-s8 {
  color: #b9b28c !important;
}

.text-primary-s9 {
  color: #988e56 !important;
}

.text-secondary-s1 {
  color: #d12032 !important;
}

.text-secondary-s2 {
  color: #e15565 !important;
}

.text-secondary-s3 {
  color: #e19bae !important;
}

.text-secondary-s4 {
  color: #cdb62d !important;
}

.text-secondary-s5 {
  color: #ede6c0 !important;
}

.text-secondary-s6 {
  color: #e1d381 !important;
}

.text-hover-blue:hover {
  text-decoration: none !important;
  color: #007bff !important;
}

.text-hover-indigo:hover {
  text-decoration: none !important;
  color: #6610f2 !important;
}

.text-hover-purple:hover {
  text-decoration: none !important;
  color: #6f42c1 !important;
}

.text-hover-pink:hover {
  text-decoration: none !important;
  color: #e83e8c !important;
}

.text-hover-red:hover {
  text-decoration: none !important;
  color: #dc3545 !important;
}

.text-hover-orange:hover {
  text-decoration: none !important;
  color: #fd7e14 !important;
}

.text-hover-yellow:hover {
  text-decoration: none !important;
  color: #ffc107 !important;
}

.text-hover-green:hover {
  text-decoration: none !important;
  color: #28a745 !important;
}

.text-hover-teal:hover {
  text-decoration: none !important;
  color: #20c997 !important;
}

.text-hover-cyan:hover {
  text-decoration: none !important;
  color: #17a2b8 !important;
}

.text-hover-white:hover {
  text-decoration: none !important;
  color: #ffffff !important;
}

.text-hover-gray:hover {
  text-decoration: none !important;
  color: #6c757d !important;
}

.text-hover-gray-dark:hover {
  text-decoration: none !important;
  color: #343a40 !important;
}

.text-hover-primary-s1:hover {
  text-decoration: none !important;
  color: #21274d !important;
}

.text-hover-primary-s2:hover {
  text-decoration: none !important;
  color: #8b8da0 !important;
}

.text-hover-primary-s3:hover {
  text-decoration: none !important;
  color: #3e4364 !important;
}

.text-hover-primary-s4:hover {
  text-decoration: none !important;
  color: #3a827b !important;
}

.text-hover-primary-s5:hover {
  text-decoration: none !important;
  color: #8ccac1 !important;
}

.text-hover-primary-s6:hover {
  text-decoration: none !important;
  color: #5cb5a9 !important;
}

.text-hover-primary-s7:hover {
  text-decoration: none !important;
  color: #81741c !important;
}

.text-hover-primary-s8:hover {
  text-decoration: none !important;
  color: #b9b28c !important;
}

.text-hover-primary-s9:hover {
  text-decoration: none !important;
  color: #988e56 !important;
}

.text-hover-secondary-s1:hover {
  text-decoration: none !important;
  color: #d12032 !important;
}

.text-hover-secondary-s2:hover {
  text-decoration: none !important;
  color: #e15565 !important;
}

.text-hover-secondary-s3:hover {
  text-decoration: none !important;
  color: #e19bae !important;
}

.text-hover-secondary-s4:hover {
  text-decoration: none !important;
  color: #cdb62d !important;
}

.text-hover-secondary-s5:hover {
  text-decoration: none !important;
  color: #ede6c0 !important;
}

.text-hover-secondary-s6:hover {
  text-decoration: none !important;
  color: #e1d381 !important;
}

.bg-blue {
  background: #007bff !important;
}

.bg-indigo {
  background: #6610f2 !important;
}

.bg-purple {
  background: #6f42c1 !important;
}

.bg-pink {
  background: #e83e8c !important;
}

.bg-red {
  background: #dc3545 !important;
}

.bg-orange {
  background: #fd7e14 !important;
}

.bg-yellow {
  background: #ffc107 !important;
}

.bg-green {
  background: #28a745 !important;
}

.bg-teal {
  background: #20c997 !important;
}

.bg-cyan {
  background: #17a2b8 !important;
}

.bg-white {
  background: #ffffff !important;
}

.bg-gray {
  background: #6c757d !important;
}

.bg-gray-dark {
  background: #343a40 !important;
}

.bg-primary-s1 {
  background: #21274d !important;
}

.bg-primary-s2 {
  background: #8b8da0 !important;
}

.bg-primary-s3 {
  background: #3e4364 !important;
}

.bg-primary-s4 {
  background: #3a827b !important;
}

.bg-primary-s5 {
  background: #8ccac1 !important;
}

.bg-primary-s6 {
  background: #5cb5a9 !important;
}

.bg-primary-s7 {
  background: #81741c !important;
}

.bg-primary-s8 {
  background: #b9b28c !important;
}

.bg-primary-s9 {
  background: #988e56 !important;
}

.bg-secondary-s1 {
  background: #d12032 !important;
}

.bg-secondary-s2 {
  background: #e15565 !important;
}

.bg-secondary-s3 {
  background: #e19bae !important;
}

.bg-secondary-s4 {
  background: #cdb62d !important;
}

.bg-secondary-s5 {
  background: #ede6c0 !important;
}

.bg-secondary-s6 {
  background: #e1d381 !important;
}

.font-base {
  font-family: "Poppins", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-serif {
  font-family: "Merriweather", Georgia, "Times New Roman", serif !important;
}

.font-alt {
  font-family: "Work Sans", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

/* ---------------------------------------------------------
   3. Custom form styles
   ---------------------------------------------------------*/
/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #8b8da0;
  background: #fff;
  width: 100%;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .jcf-select {
    width: 150px;
  }
}
@media screen and (min-width: 992px) {
  .jcf-select {
    width: 170px;
  }
}
@media screen and (min-width: 1400px) {
  .jcf-select {
    width: 229px;
  }
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 14px 50px 14px 23px;
  color: #3e4364;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 50px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-select .jcf-select-opener:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #3e4364 transparent transparent transparent;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #8b8da0;
  border-radius: 4px;
  overflow: hidden;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 24px;
  font-size: 16px;
  width: 100%;
  padding: 2px 0 1px;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}
.jcf-list ul li + li .jcf-option {
  border-top: 1px solid #8b8da0;
}
.jcf-list ul li + li .jcf-option.jcf-option-no-border {
  border-top: 0 !important;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 10px 23px;
  color: #21274d;
  height: 1%;
  cursor: pointer;
}
.jcf-list .jcf-option.jcf-option-hide {
  display: none;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: rgba(139, 141, 160, 0.2);
  color: #21274d;
  position: relative;
}
.jcf-select-drop .jcf-hover:before,
.jcf-list-box .jcf-selected:before {
  content: "\e907";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  font-size: 18px;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

ol, .content ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-single:after, .navigation-single:after, .post-password-form p:after, .search-form:after, .widget:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

/* ---------------------------------------------------------
   4. Wordpress reset
   ---------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

.comment-form input[type=text], .search-form input[type=text], .post-password-form input[type=text],
.comment-form input[type=tel],
.search-form input[type=tel],
.post-password-form input[type=tel],
.comment-form input[type=email],
.search-form input[type=email],
.post-password-form input[type=email],
.comment-form input[type=search],
.search-form input[type=search],
.post-password-form input[type=search],
.comment-form input[type=password],
.search-form input[type=password],
.post-password-form input[type=password],
.comment-form input[type=url],
.search-form input[type=url],
.post-password-form input[type=url],
.comment-form input[type=date],
.search-form input[type=date],
.post-password-form input[type=date],
.comment-form textarea,
.search-form textarea,
.post-password-form textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: 0.5em 0.7em;
}
.comment-form input[type=text]:focus, .search-form input[type=text]:focus, .post-password-form input[type=text]:focus,
.comment-form input[type=tel]:focus,
.search-form input[type=tel]:focus,
.post-password-form input[type=tel]:focus,
.comment-form input[type=email]:focus,
.search-form input[type=email]:focus,
.post-password-form input[type=email]:focus,
.comment-form input[type=search]:focus,
.search-form input[type=search]:focus,
.post-password-form input[type=search]:focus,
.comment-form input[type=password]:focus,
.search-form input[type=password]:focus,
.post-password-form input[type=password]:focus,
.comment-form input[type=url]:focus,
.search-form input[type=url]:focus,
.post-password-form input[type=url]:focus,
.comment-form input[type=date]:focus,
.search-form input[type=date]:focus,
.post-password-form input[type=date]:focus,
.comment-form textarea:focus,
.search-form textarea:focus,
.post-password-form textarea:focus {
  border-color: #333;
}
.comment-form input[type=text]::-webkit-input-placeholder, .search-form input[type=text]::-webkit-input-placeholder, .post-password-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=tel]::-webkit-input-placeholder,
.search-form input[type=tel]::-webkit-input-placeholder,
.post-password-form input[type=tel]::-webkit-input-placeholder,
.comment-form input[type=email]::-webkit-input-placeholder,
.search-form input[type=email]::-webkit-input-placeholder,
.post-password-form input[type=email]::-webkit-input-placeholder,
.comment-form input[type=search]::-webkit-input-placeholder,
.search-form input[type=search]::-webkit-input-placeholder,
.post-password-form input[type=search]::-webkit-input-placeholder,
.comment-form input[type=password]::-webkit-input-placeholder,
.search-form input[type=password]::-webkit-input-placeholder,
.post-password-form input[type=password]::-webkit-input-placeholder,
.comment-form input[type=url]::-webkit-input-placeholder,
.search-form input[type=url]::-webkit-input-placeholder,
.post-password-form input[type=url]::-webkit-input-placeholder,
.comment-form input[type=date]::-webkit-input-placeholder,
.search-form input[type=date]::-webkit-input-placeholder,
.post-password-form input[type=date]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.search-form textarea::-webkit-input-placeholder,
.post-password-form textarea::-webkit-input-placeholder {
  color: #ccc;
}
.comment-form input[type=text]::-moz-placeholder, .search-form input[type=text]::-moz-placeholder, .post-password-form input[type=text]::-moz-placeholder,
.comment-form input[type=tel]::-moz-placeholder,
.search-form input[type=tel]::-moz-placeholder,
.post-password-form input[type=tel]::-moz-placeholder,
.comment-form input[type=email]::-moz-placeholder,
.search-form input[type=email]::-moz-placeholder,
.post-password-form input[type=email]::-moz-placeholder,
.comment-form input[type=search]::-moz-placeholder,
.search-form input[type=search]::-moz-placeholder,
.post-password-form input[type=search]::-moz-placeholder,
.comment-form input[type=password]::-moz-placeholder,
.search-form input[type=password]::-moz-placeholder,
.post-password-form input[type=password]::-moz-placeholder,
.comment-form input[type=url]::-moz-placeholder,
.search-form input[type=url]::-moz-placeholder,
.post-password-form input[type=url]::-moz-placeholder,
.comment-form input[type=date]::-moz-placeholder,
.search-form input[type=date]::-moz-placeholder,
.post-password-form input[type=date]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.search-form textarea::-moz-placeholder,
.post-password-form textarea::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.comment-form input[type=text]:-moz-placeholder, .search-form input[type=text]:-moz-placeholder, .post-password-form input[type=text]:-moz-placeholder,
.comment-form input[type=tel]:-moz-placeholder,
.search-form input[type=tel]:-moz-placeholder,
.post-password-form input[type=tel]:-moz-placeholder,
.comment-form input[type=email]:-moz-placeholder,
.search-form input[type=email]:-moz-placeholder,
.post-password-form input[type=email]:-moz-placeholder,
.comment-form input[type=search]:-moz-placeholder,
.search-form input[type=search]:-moz-placeholder,
.post-password-form input[type=search]:-moz-placeholder,
.comment-form input[type=password]:-moz-placeholder,
.search-form input[type=password]:-moz-placeholder,
.post-password-form input[type=password]:-moz-placeholder,
.comment-form input[type=url]:-moz-placeholder,
.search-form input[type=url]:-moz-placeholder,
.post-password-form input[type=url]:-moz-placeholder,
.comment-form input[type=date]:-moz-placeholder,
.search-form input[type=date]:-moz-placeholder,
.post-password-form input[type=date]:-moz-placeholder,
.comment-form textarea:-moz-placeholder,
.search-form textarea:-moz-placeholder,
.post-password-form textarea:-moz-placeholder {
  color: #ccc;
}
.comment-form input[type=text]:-ms-input-placeholder, .search-form input[type=text]:-ms-input-placeholder, .post-password-form input[type=text]:-ms-input-placeholder,
.comment-form input[type=tel]:-ms-input-placeholder,
.search-form input[type=tel]:-ms-input-placeholder,
.post-password-form input[type=tel]:-ms-input-placeholder,
.comment-form input[type=email]:-ms-input-placeholder,
.search-form input[type=email]:-ms-input-placeholder,
.post-password-form input[type=email]:-ms-input-placeholder,
.comment-form input[type=search]:-ms-input-placeholder,
.search-form input[type=search]:-ms-input-placeholder,
.post-password-form input[type=search]:-ms-input-placeholder,
.comment-form input[type=password]:-ms-input-placeholder,
.search-form input[type=password]:-ms-input-placeholder,
.post-password-form input[type=password]:-ms-input-placeholder,
.comment-form input[type=url]:-ms-input-placeholder,
.search-form input[type=url]:-ms-input-placeholder,
.post-password-form input[type=url]:-ms-input-placeholder,
.comment-form input[type=date]:-ms-input-placeholder,
.search-form input[type=date]:-ms-input-placeholder,
.post-password-form input[type=date]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.search-form textarea:-ms-input-placeholder,
.post-password-form textarea:-ms-input-placeholder {
  color: #ccc;
}
.comment-form input[type=text].placeholder, .search-form input[type=text].placeholder, .post-password-form input[type=text].placeholder,
.comment-form input[type=tel].placeholder,
.search-form input[type=tel].placeholder,
.post-password-form input[type=tel].placeholder,
.comment-form input[type=email].placeholder,
.search-form input[type=email].placeholder,
.post-password-form input[type=email].placeholder,
.comment-form input[type=search].placeholder,
.search-form input[type=search].placeholder,
.post-password-form input[type=search].placeholder,
.comment-form input[type=password].placeholder,
.search-form input[type=password].placeholder,
.post-password-form input[type=password].placeholder,
.comment-form input[type=url].placeholder,
.search-form input[type=url].placeholder,
.post-password-form input[type=url].placeholder,
.comment-form input[type=date].placeholder,
.search-form input[type=date].placeholder,
.post-password-form input[type=date].placeholder,
.comment-form textarea.placeholder,
.search-form textarea.placeholder,
.post-password-form textarea.placeholder {
  color: #ccc;
}

.widget {
  margin-bottom: 1.2em;
}
.widget ul {
  padding-left: 2em;
}
.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}
.comment-form textarea,
.comment-form input[type=text] {
  margin: 0 4px 0 0;
  width: 300px;
}
.comment-form input[type=submit] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
}
.post-password-form input[type=password] {
  margin: 0 4px 0 0;
  width: 300px;
}

.search-form input {
  float: left;
  height: 2em;
}
.search-form input[type=search] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}
.post-password-form input[type=password] {
  width: 150px;
}

.comment-form input[type=submit],
.post-password-form input[type=submit],
.search-form input[type=submit] {
  background: #333;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 0.5em;
}
.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.search-form input[type=submit]:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 1.2em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}
@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0;
  }
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  padding: 0.4em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 0.2em;
  }
}

.navigation-single {
  margin-bottom: 1.2em;
}
.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  text-decoration: none;
}
.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  display: block;
}
@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 0.2em;
  }
}
.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: 0.4em;
  margin-bottom: 1.2em;
}
.wp-caption img {
  margin: 0;
  vertical-align: top;
}
.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.2em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

/* ---------------------------------------------------------
   5. General site styles
   ---------------------------------------------------------*/
/* general site styles */
html {
  font-size: 10px;
}

body {
  min-width: 320px;
}

a {
  transition: color 0.3s linear, background 0.3s linear, opacity 0.3s linear;
}

/* link more styles */
.link-more {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #21274d;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.714286;
  position: relative;
  padding-right: 2.2rem;
}
.link-more:hover {
  text-decoration: none;
  color: #3a827b;
}
.link-more:before {
  content: "\e908";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 0.9rem;
}
@media print {
  .link-more {
    display: none !important;
  }
}

/* tag styles */
a.tag {
  border-radius: 1.5rem;
  border: 1px solid #21274d;
  text-decoration: none;
  background: transparent;
  color: #21274d;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0.4rem 1.4rem 0.5rem;
}
@media print {
  a.tag {
    display: none;
  }
}
a.tag:hover {
  text-decoration: none;
  background: #21274d;
  color: #ffffff;
}
.dark-bg a.tag {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}
.dark-bg a.tag:hover {
  color: #21274d;
  background: #ffffff;
}

@media print {
  .btn {
    display: none;
  }
}

/* btn styles */
.btn-primary {
  padding: 1rem 1.2rem;
}
.dark-bg .btn-primary {
  border-color: #ffffff;
  background: #ffffff;
  color: #21274d;
}
.dark-bg .btn-primary:hover {
  background: #21274d;
  color: #ffffff;
}

.btn-secondary {
  border: 1px solid #21274d;
  background: transparent;
  color: #21274d;
}
.dark-bg .btn-secondary {
  border-color: #ffffff;
  color: #ffffff;
}
.dark-bg .btn-secondary:hover {
  background: #ffffff;
  color: #21274d;
}
.btn-secondary:hover {
  background: #21274d;
  color: #ffffff;
}
.btn-secondary.btn-more {
  padding: 1rem 3.4rem 1rem 1.6rem;
  position: relative;
}
.btn-secondary.btn-more i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 0.9rem;
  right: 1.2rem;
}

.circle-btn {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50% !important;
  padding: 0.6rem 0.5rem 0.5rem 0.5rem;
  text-align: right;
}
.circle-btn .icon-play {
  margin-right: 0.2rem;
}
.col-md-6 .circle-btn .icon-play {
  margin-right: 0;
}
.circle-btn .icon-mic {
  margin-right: 0.5rem;
}
.col-md-6 .circle-btn .icon-mic {
  margin-right: 0;
}

/* typography */
h1,
.h1 {
  font-size: 2.6rem;
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 4.2rem;
  }
}

h2,
.h2 {
  font-size: 2.2rem;
}
@media screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: 3.6rem;
  }
}

h3,
.h3 {
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  h3,
  .h3 {
    font-size: 3rem;
  }
}

h4,
.h4 {
  font-size: 1.8rem;
}
@media screen and (min-width: 992px) {
  h4,
  .h4 {
    font-size: 2.8rem;
  }
}

h5,
.h5 {
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  h5,
  .h5 {
    font-size: 2rem;
  }
}

h6,
.h6 {
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  h6,
  .h6 {
    font-size: 1.6rem;
  }
}

.dark-bg h1,
.dark-bg .h1,
.dark-bg h2,
.dark-bg .h2,
.dark-bg h3,
.dark-bg .h3,
.dark-bg h3,
.dark-bg .h4,
.dark-bg h5,
.dark-bg .h5,
.dark-bg h6,
.dark-bg .h6 {
  color: #ffffff;
}

ol, .content ol {
  counter-reset: item;
}
ol li, .content ol li {
  padding-left: 3.3rem;
  position: relative;
  counter-increment: item;
  margin-bottom: 2.1rem;
}
ol li:before, .content ol li:before {
  content: counter(item) ". ";
  position: absolute;
  font-weight: 700;
  top: 0;
  left: 0;
}

ul {
  padding: 0;
  list-style: none;
}
@media print {
  ul {
    list-style-type: disc;
  }
}
ul li {
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 2.1rem;
}
ul li:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0.4rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #21274d;
  border-radius: 50%;
}
@media (min-width: 992px) {
  ul li:before {
    top: 1.3rem;
  }
}

.list-unstyled li, .jcf-list li {
  position: static;
  padding-left: 0;
  margin-bottom: 0;
}
.list-unstyled li:before, .jcf-list li:before {
  content: none;
  border-radius: 0;
  width: auto;
  height: auto;
  background: transparent;
}

blockquote {
  padding: 4.7rem 0px;
}
@media screen and (min-width: 768px) {
  blockquote {
    padding: 3rem 4rem;
  }
}
@media screen and (min-width: 1200px) {
  blockquote {
    padding: 3.9rem 7rem 3.9rem 11rem;
  }
  blockquote.has-text-align-center {
    margin-left: -4rem;
  }
}
@media print {
  blockquote {
    padding: 0 0 5rem !important;
    border: 0;
    margin-bottom: 0 !important;
  }
}
blockquote q, blockquote p {
  display: block;
  quotes: none;
  font-size: 2rem;
  line-height: 1.75;
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-weight: 300;
  font-style: italic;
  text-indent: 3.3rem;
  letter-spacing: 0;
  margin-bottom: 1.9rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  blockquote q, blockquote p {
    font-size: 2.4rem;
    line-height: 1.708333;
  }
}
blockquote q:first-child:before, blockquote p:first-child:before {
  content: "";
  position: absolute;
  background: url(images/quote.svg);
  top: 0.8rem;
  left: 0.2rem;
  width: 2.6rem;
  height: 2.4rem;
}
blockquote.has-text-align-center q:first-child:before, blockquote.has-text-align-center p:first-child:before {
  display: inline-block;
  position: relative;
  top: 0.2rem;
  left: -0.4rem;
}
blockquote cite {
  font-style: normal;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  blockquote cite {
    font-size: 1.7rem;
  }
}
blockquote cite a {
  text-decoration: underline;
  color: #3a827b;
}
blockquote cite a:hover {
  text-decoration: none;
}

.gradient01 {
  background: linear-gradient(180deg, #21274d 0%, #5cb5a9 100%);
}

.gradient02 {
  background: linear-gradient(180deg, #5cb5a9 0%, #cdb62d 100%);
}

.gradient03 {
  background: linear-gradient(180deg, #21274d 0%, #d12032 100%);
}

.gradient04 {
  background: linear-gradient(180deg, #090d18 0%, #21274d 100%);
}

.container {
  padding: 0 1.5rem;
}
.container > .featured-section .container {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .container {
    padding: 0 1rem;
  }
}

#wrapper {
  min-height: 100vh;
}

/*
:focus {
    outline: 2px dashed $black;
}
*/
.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 0;
  height: 0;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 0;
  height: 0;
  overflow: hidden;
}

@media print {
  * {
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    page-break-inside: auto !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: skewY(0deg) !important;
    transform: translateY(0) !important;
    min-width: 0 !important;
    border-radius: 0 !important;
    color: #000000 !important;
    background: transparent !important;
  }
  body {
    min-width: 0 !important;
    font-size: 1.4rem !important;
  }
  .container,
  .container-fluid {
    width: 100% !important;
    padding: 0 !important;
    min-width: 0 !important;
    max-width: none !important;
  }
  .container:before, .container:after,
  .container-fluid:before,
  .container-fluid:after {
    display: none !important;
  }
  .row {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row .col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  [class^=col-] {
    padding: 0 !important;
    margin: 0 !important;
    position: static;
    max-width: 100%;
    flex: 0 0 100%;
    display: block;
  }
  .announce-block,
  .ad-block,
  .medtalk-highlight {
    display: none !important;
  }
}
.meta time, .meta-block time {
  text-transform: capitalize;
}

#main > section:first-of-type .archive {
  margin-top: 4rem;
}

.icon-fb {
  background: #21274d;
  border-radius: 50%;
  width: 3.1rem;
  height: 3.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: color 0.3s linear, background 0.3s linear, opacity 0.3s linear;
}
.icon-fb:before {
  content: url("/wp-content/themes/bpno/images/401-facebook.svg");
}
.social-block .icon-fb:before {
  content: "";
}
.footer-contacts .icon-fb {
  background: #fff;
}
.footer-contacts .icon-fb:before {
  margin-top: -11px;
}
.icon-fb:hover {
  background: #3a827b;
}
.icon-fb svg path {
  fill: #ffffff;
}

.overview .img-block svg,
.duplicate .icon-holder svg,
.header-bar .icon-holder svg {
  max-height: 28px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #main section:first-of-type.highlight-section {
    margin-bottom: 8rem !important;
  }
}

.announce-block .text-link {
  text-decoration: underline;
  font-size: 1.3rem;
}
.announce-block .text-link:hover {
  text-decoration: none;
}

.ad-block {
  margin: 0 auto;
}

a.btn .icon-audio:before {
  transition: filter 0.3s linear;
  position: relative;
  top: -1px;
}
a.btn:hover .icon-audio:before {
  filter: brightness(0) invert(1);
}

.nav-links {
  margin: 0 auto;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.nav-links .next, .nav-links .prev {
  background: none;
  color: inherit;
  max-width: 100%;
}
.nav-links .current {
  opacity: 0.35;
}

.meta a.btn .icon-audio::before {
  filter: brightness(0) invert(1);
}
.meta a.btn:hover .icon-audio:before {
  filter: none;
}

.html-block {
  background: #fff;
}
.html-block > h3:first-child {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  color: #21274d;
  margin-bottom: 2rem;
}

.logged-in .login-hide {
  display: none;
}

.caption, figure figcaption {
  display: block;
  padding-left: 0;
  padding-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.466667;
  color: #3e4364;
  letter-spacing: 0.3px;
  max-width: calc(100% - 30px);
  margin-bottom: 1.8rem;
  font-style: italic;
  color: #888;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .caption, figure figcaption {
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 1.6875;
    margin-bottom: 4.7rem;
    max-width: 85rem;
    margin-left: 0;
  }
}

.wp-block-group.is-style-has-ads > * {
  margin: auto;
}
.wp-block-group.is-style-has-ads .ads.logos > .wp-block-group__inner-container {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  height: 100%;
  max-width: 1264px;
  margin: 10px auto;
}
.wp-block-group.is-style-has-ads .ads.logos > .wp-block-group__inner-container > * {
  aspect-ratio: 1/1;
  min-width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1440px) {
  .wp-block-group.is-style-has-ads .ads.logos + section {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .wp-block-group.is-style-has-ads {
    display: flex;
  }
  .wp-block-group.is-style-has-ads > * {
    display: flex;
  }
  .wp-block-group.is-style-has-ads > * aside + aside {
    order: 3;
  }
  .wp-block-group.is-style-has-ads > * .ads.logos {
    min-width: 150px;
    max-width: 240px;
    width: 100%;
  }
  .wp-block-group.is-style-has-ads > * .ads.logos > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .wp-block-group.is-style-has-ads > * .content {
    min-width: 1264px;
    max-width: 1264px;
  }
}

/* ---------------------------------------------------------
   6. Header styles
   ---------------------------------------------------------*/
/* header styles */
#header {
  position: relative;
  z-index: 9;
}
#header .logo {
  flex-grow: 1;
}
@media screen and (min-width: 992px) {
  #header .logo {
    width: 15.9rem;
    position: absolute;
    top: 0.7rem;
    left: 0.2rem;
    z-index: 9;
  }
  #header .logo img {
    width: 100%;
  }
}
#header .logo a {
  width: 111px;
  display: block;
}
@media screen and (min-width: 992px) {
  #header .logo a {
    width: auto;
  }
}
#header .container {
  padding: 0 1rem;
}

/* search opener styles */
.search-opener {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-size: 2.4rem;
}
@media screen and (min-width: 992px) {
  .search-opener {
    position: absolute;
    right: 1.5rem;
    bottom: 2.2rem;
    font-size: 2rem;
  }
}
@media print {
  .search-opener {
    display: none;
  }
}
.search-opener:hover {
  text-decoration: none;
  color: #3a827b;
}
.search-opener[aria-expanded=true]:before, .search-opener[aria-expanded=true]:after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  margin-top: 0;
  top: 50%;
  left: -2px;
  right: -2px;
  background: #ffffff;
  height: 2px;
}
.search-opener[aria-expanded=true]:after {
  transform: rotate(-45deg);
}
.search-opener[aria-expanded=true] i {
  opacity: 0;
}

/* navigation opener styles */
.nav-opener {
  display: block;
  width: 2.4rem;
  height: 2.5rem;
  position: relative;
  right: 0;
  top: 0;
  transition: opacity 0.3s linear;
}
.nav-opener:hover {
  opacity: 0.6;
}
.nav-opener:before, .nav-opener:after,
.nav-opener span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background: #ffffff;
  transform: translateY(-50%);
}
.nav-opener:before, .nav-opener:after {
  content: "";
}
.nav-opener:before {
  margin-top: -1.1rem;
}
.nav-opener:after {
  margin-top: 1.1rem;
}
@media print {
  .nav-opener {
    display: none;
  }
}

/* main navigation styles */
#navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  height: 100vh !important;
  width: calc(100% - 3rem);
  max-width: 34.6rem;
  box-shadow: 0 2px 2.4rem rgba(0, 0, 0, 0.5);
  transition: right 0.3s linear;
  z-index: 9;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  #navigation {
    max-width: 54rem;
  }
}
@media screen and (min-width: 992px) {
  #navigation {
    position: relative;
    top: auto;
    bottom: auto;
    right: 0;
    height: auto !important;
    width: auto !important;
    box-shadow: none;
    max-width: none;
    z-index: auto;
    overflow-y: visible;
  }
}
#navigation.show {
  right: 0;
}
@media print {
  #navigation {
    display: none;
  }
}
#navigation .nav-opener {
  position: absolute;
  right: 1.4rem;
  top: 2rem;
  z-index: 9;
}
#navigation .nav-opener[aria-expanded=true]:before, #navigation .nav-opener[aria-expanded=true]:after {
  transform: rotate(45deg);
  margin-top: 0;
  top: 50%;
  left: -2px;
  right: -2px;
}
#navigation .nav-opener[aria-expanded=true]:after {
  transform: rotate(-45deg);
}
#navigation .nav-opener[aria-expanded=true] span {
  opacity: 0;
  left: 50%;
  right: 50%;
}
#navigation a {
  color: #ffffff;
}
#navigation a:hover {
  text-decoration: none;
  color: #3a827b;
}

@media screen and (min-width: 992px) {
  .nav-wrapper {
    width: 100%;
  }
}

/* top navigation styles */
.top-nav {
  font-size: 1.9rem;
  line-height: 2.210526;
}
@media screen and (min-width: 992px) {
  .top-nav {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.428571;
    padding-top: 2.5rem;
    padding-left: 20rem;
    padding-bottom: 2.9rem;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .top-nav:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 101vw;
    height: 1px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.15);
  }
}
.top-nav .btn-signup {
  font-size: 1.6rem;
  line-height: 1.3125;
  text-align: center;
  padding: 1.8rem 1.5rem;
  display: block;
  color: #ffffff;
  background: #3a827b linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  margin-bottom: 1.8rem;
}
.top-nav .btn-signup:hover {
  text-decoration: none;
  color: #3a827b;
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .top-nav > ul > li {
    position: relative;
    z-index: 9;
  }
}
@media screen and (min-width: 992px) {
  .top-nav > ul > li + li {
    margin-left: 3.5rem;
  }
  .top-nav > ul > li + li.language-block {
    margin-left: 0;
  }
  .top-nav > ul > li + li.language-block .act-as-select img {
    border-radius: 50%;
  }
  .top-nav > ul > li + li.language-block:before {
    content: none;
  }
  .top-nav > ul > li + li:before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: -1.8rem;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
  }
}

.selected {
  transition: opacity 0.3s linear;
}
@media screen and (min-width: 992px) {
  .selected {
    width: 2.3rem;
    height: 2.3rem;
    box-shadow: 0 0 0 1px #ffffff;
    border-radius: 50%;
    margin-right: 2.3rem;
    margin-left: 2.2rem;
    position: relative;
  }
  .selected:before {
    content: "\e900";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1.7rem;
    font-size: 0.5rem;
  }
}
.selected:hover {
  text-decoration: none;
  opacity: 0.6;
}

/* language drop styles */
.language-drop {
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  padding: 2.5rem 0;
}
@media screen and (min-width: 992px) {
  .language-drop {
    display: none;
    border-top: 0;
    min-width: 0;
    padding: 0.5rem 0;
    margin-top: 1rem;
    z-index: 9;
  }
}
.language-drop li {
  margin: 0 1.3rem;
}
@media screen and (min-width: 992px) {
  .language-drop li {
    margin: 0 0 1rem;
  }
}
.language-drop a {
  width: 3.9rem;
  height: 3.9rem;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #ffffff;
  transition: opacity 0.3s linear;
}
@media screen and (min-width: 992px) {
  .language-drop a {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.language-drop a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.language-drop img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 50%;
}
.language-drop.dropdown-menu {
  position: static !important;
  background: transparent;
  width: 100%;
  box-shadow: none !important;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 992px) {
  .language-drop.dropdown-menu {
    position: absolute !important;
    min-width: 0;
    width: auto;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0.5rem 1rem;
    z-index: 12;
    background: #21274d;
    text-align: center;
  }
}

/* bottom navigations styles */
.bottom-nav {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 992px) {
  .bottom-nav {
    font-size: 1.8rem;
    font-weight: 400;
    padding: 2.5rem 0;
    width: 100%;
    display: flex;
  }
}
.bottom-nav ul {
  flex-grow: 1;
}
.bottom-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 992px) {
  .bottom-nav li {
    border-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .bottom-nav li + li {
    margin-left: 3.6rem;
  }
}
.bottom-nav li:last-child {
  border-bottom: 0;
}
.bottom-nav li.active a {
  display: inline-block;
  position: relative;
  color: #3a827b;
}
@media screen and (min-width: 992px) {
  .bottom-nav li.active a {
    color: #ffffff;
  }
}
.bottom-nav li.active a:before {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .bottom-nav li.active a:before {
    bottom: -0.7rem;
  }
}
.bottom-nav > ul > li > a {
  display: block;
  padding: 1.9rem 0 2.1rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .bottom-nav > ul > li > a {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .bottom-nav > ul > li > a:hover {
    color: #ffffff !important;
  }
  .bottom-nav > ul > li > a:hover:before {
    content: "";
    position: absolute;
    bottom: -0.7rem;
    left: 0;
    right: 0;
    height: 0.2rem;
    background: #ffffff;
  }
}
.bottom-nav > ul > li > a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.4rem 1.8rem 1.4rem;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 3.8rem;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transform-origin: center bottom;
  transition: transform 0.3s linear, opacity 0.3s linear;
  opacity: 0;
}
@media print {
  .bottom-nav > ul > li > a:after {
    content: none !important;
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .bottom-nav > ul > li > a[aria-expanded=true]:before {
    content: "";
    position: absolute;
    bottom: -0.7rem;
    left: 0;
    right: 0;
    height: 0.2rem;
    background: #ffffff;
  }
  .bottom-nav > ul > li > a[aria-expanded=true]:after {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}

/* header bar styles */
.header-bar,
.duplicate {
  position: relative;
  margin-top: 1.3rem;
  padding: 1.8rem 0 0.8rem 5.7rem;
}
@media screen and (min-width: 992px) {
  .header-bar,
  .duplicate {
    padding: 0;
    padding-left: 7.1rem;
    flex-shrink: 0;
    width: auto;
    margin-top: 0;
    margin-right: 3.5rem;
  }
}
.header-bar:empty,
.duplicate:empty {
  display: none !important;
}
.header-bar:before,
.duplicate:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 101vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 992px) {
  .header-bar:before,
  .duplicate:before {
    width: 1px;
    top: -3px;
    bottom: -3px;
    right: -2.1rem;
    left: auto;
    height: auto;
    transform: none;
    background: rgba(255, 255, 255, 0.3);
  }
}
.header-bar:hover,
.duplicate:hover {
  text-decoration: none;
}
.header-bar:hover span,
.duplicate:hover span {
  display: inline-block;
  position: relative;
  color: #ffffff;
}
.header-bar:hover span:before,
.duplicate:hover span:before {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
}
@media print {
  .header-bar,
  .duplicate {
    display: none;
  }
}
.header-bar.active span,
.duplicate.active span {
  display: inline-block;
  position: relative;
  color: #3a827b;
}
@media screen and (min-width: 992px) {
  .header-bar.active span,
  .duplicate.active span {
    color: #ffffff;
  }
}
.header-bar.active span:before,
.duplicate.active span:before {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .header-bar.active span:before,
  .duplicate.active span:before {
    bottom: -0.7rem;
  }
}
.header-bar > a,
.duplicate > a {
  position: static;
  color: #ffffff !important;
}
.header-bar > a:before,
.duplicate > a:before {
  content: none !important;
}
.header-bar > a:hover,
.duplicate > a:hover {
  text-decoration: none;
}
.header-bar .icon-holder,
.duplicate .icon-holder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  margin-top: 0.7rem;
}
@media screen and (min-width: 992px) {
  .header-bar .icon-holder,
  .duplicate .icon-holder {
    left: 0.5rem;
    margin-top: 0;
  }
}
.header-bar .text,
.duplicate .text {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .header-bar .text,
  .duplicate .text {
    font-size: 1.8rem;
  }
}

/* Search bar styles */
.search-bar {
  position: absolute;
  top: 5.5rem;
  left: -1rem;
  right: -1rem;
  background: #21274d;
  z-index: 7;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
@media screen and (min-width: 992px) {
  .search-bar {
    top: 100%;
  }
}
.search-bar.show {
  opacity: 1;
  visibility: visible;
}
.search-bar:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 101vw;
  transform: translateX(-50%);
  background: #21274d;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .search-bar:before {
    content: none;
  }
}
@media print {
  .search-bar {
    display: none !important;
  }
}
.search-bar .search-form {
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .search-bar .search-form {
    padding: 3rem;
  }
}
@media print {
  .search-bar .search-form {
    display: none !important;
  }
}
.search-bar .input-wrap {
  overflow: hidden;
  position: relative;
  padding-right: 5rem;
  border-bottom: 2px solid #ffffff;
}
.search-bar input[type=search] {
  width: 100%;
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 0 1rem 0 0;
  display: block;
}
.search-bar input[type=search]::-webkit-input-placeholder {
  color: #ffffff;
}
.search-bar input[type=search]::-moz-placeholder {
  opacity: 1;
  color: #ffffff;
}
.search-bar input[type=search]:-moz-placeholder {
  color: #ffffff;
}
.search-bar input[type=search]:-ms-input-placeholder {
  color: #ffffff;
}
.search-bar input[type=search].placeholder {
  color: #ffffff;
}
.search-bar button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  background: transparent;
  color: #ffffff;
  border: 0;
  padding: 0.5rem 0;
}

.drop-down {
  display: none !important;
  background: #ffffff;
  position: static;
  top: 6.5rem;
  left: 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.444444;
  font-family: "Work Sans", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 3.1rem 0 0.2rem;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
@media screen and (min-width: 768px) {
  .drop-down {
    left: -2px;
    font-size: 1.8rem;
    line-height: 1.444444;
  }
}
@media screen and (min-width: 992px) {
  .drop-down {
    display: block !important;
    position: absolute;
    top: 8rem;
    left: 0;
    width: 100%;
    width: 96rem;
  }
}
@media screen and (min-width: 1200px) {
  .drop-down {
    width: 114rem;
  }
}
@media screen and (min-width: 1400px) {
  .drop-down {
    width: 128.4rem;
  }
}
.drop-down.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.drop-down:not(.show) {
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .drop-down.show:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -999rem;
    right: -999rem;
    background: #ffffff;
    z-index: -1;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  }
}
.drop-down a {
  color: #21274d !important;
}
.drop-down a:hover {
  text-decoration: none;
  color: #3a827b !important;
}
.drop-down a:hover .title {
  color: #3a827b;
}
.drop-down .block {
  margin-bottom: 3.2rem;
}
.drop-down .title {
  display: block;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .drop-down .title {
    font-size: 2.2rem;
  }
}

.bottom-nav .icon-holder, .header-bar .icon-holder {
  border: 1px solid;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.bottom-nav .icon-holder svg path, .header-bar .icon-holder svg path {
  fill: #fff;
}
.bottom-nav .icon-holder svg path[fill=none], .header-bar .icon-holder svg path[fill=none] {
  fill: none;
  stroke: #fff;
}
.bottom-nav .icon-holder svg path[stroke=none], .header-bar .icon-holder svg path[stroke=none] {
  stroke: none;
}
.bottom-nav .icon-holder svg path[stroke="#21274D"], .header-bar .icon-holder svg path[stroke="#21274D"] {
  stroke: #fff;
}

/* ---------------------------------------------------------
   7. Module styles
   ---------------------------------------------------------*/
/* filter block styles */
@media print {
  .filter-block {
    display: none;
  }
}
.filter-block h1 {
  font-size: 3.6rem;
  line-height: 1.055556;
  font-weight: 700;
  letter-spacing: 0.55px;
  color: #21274d;
  padding-right: 2.4rem;
  border-bottom: 1px solid #21274d;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
  .filter-block h1 {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.filter-block .left {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .filter-block .left {
    max-width: 30rem;
  }
}
.filter-block .left:before {
  position: absolute;
  top: 0.4rem;
  bottom: 1rem;
  right: 0;
  width: 1px;
  background: #21274d;
}
@media screen and (min-width: 1200px) {
  .filter-block .left:before {
    content: "";
  }
}
@media screen and (min-width: 1200px) {
  .filter-block .right {
    width: calc(100% - 40rem);
  }
}
.filter-block .label {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.866667;
  font-weight: 600;
  color: #21274d;
  padding-right: 1.6rem;
  padding-bottom: 0.4rem;
  min-width: 10rem;
}
@media screen and (min-width: 768px) {
  .filter-block .label {
    min-width: 0;
  }
}
.filter-block .jcf-select {
  margin-top: -0.4rem;
}
.filter-block .column {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .filter-block .column {
    width: auto;
  }
}

/* search the content styles */
@media screen and (min-width: 1200px) {
  .content-search {
    padding-left: 0.7rem;
    padding-right: 0.2rem;
  }
}
.content-search .form-wrapper {
  position: relative;
  padding-right: 5rem;
  border-radius: 0.4rem;
  border: 1px solid #8b8da0;
  overflow: hidden;
  margin-top: -0.4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content-search .form-wrapper {
    width: 15rem;
  }
}
@media screen and (min-width: 992px) {
  .content-search .form-wrapper {
    width: 17rem;
  }
}
@media screen and (min-width: 1400px) {
  .content-search .form-wrapper {
    width: 22.9rem;
  }
}
.content-search input[type=search] {
  width: 100%;
  position: relative;
  border: 0;
  padding: 1.4rem 0 1.4rem 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  outline: none;
  box-shadow: none;
  color: #21274d;
}
.content-search input[type=search]::-webkit-input-placeholder {
  color: #21274d;
}
.content-search input[type=search]::-moz-placeholder {
  opacity: 1;
  color: #21274d;
}
.content-search input[type=search]:-moz-placeholder {
  color: #21274d;
}
.content-search input[type=search]:-ms-input-placeholder {
  color: #21274d;
}
.content-search input[type=search].placeholder {
  color: #21274d;
}
.content-search button[type=submit] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.1rem;
  border: 0;
  width: auto;
  background: transparent;
  font-size: 2rem;
  padding: 0.2rem 0 0;
  transition: opacity 0.3s linear;
}
.content-search button[type=submit]:hover {
  text-decoration: none;
  opacity: 0.6;
}

/* feature section styles */
.feature-section {
  padding: 5rem 3rem;
  margin: 0 -1.5rem;
}
@media screen and (min-width: 768px) {
  .feature-section {
    padding: 3rem 4rem 3rem;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .feature-section {
    padding: 5rem 9.3rem 5rem 5rem;
  }
}
@media print {
  .feature-section {
    padding: 2rem 0;
    margin: 0;
  }
}
.feature-section.gradient01 {
  background: linear-gradient(180deg, #090d18 0%, #21274d 100%);
  color: #ffffff;
}
.feature-section.gradient02 {
  background: linear-gradient(180deg, #21274d 0%, #5cb5a9 100%);
}
.feature-section.has-decor .text-holder .top-wrap:before {
  content: "";
  position: absolute;
  right: calc(100% + 2rem);
  top: 1rem;
  background: url(images/lines-pattern.svg);
  background-size: 100% 100%;
  width: 21rem;
  height: 21rem;
  z-index: -1;
}
.feature-section .img-holder {
  position: relative;
  z-index: 1;
  max-width: 25.5rem;
  box-shadow: 2px 2px 2rem rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .feature-section .img-holder {
    width: 23rem;
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  .feature-section .img-holder {
    width: 25.5rem;
  }
}
@media print {
  .feature-section .img-holder {
    max-width: 150px;
  }
}
.feature-section .img-holder:before {
  content: "";
  position: absolute;
  right: -1.2rem;
  top: -1.1rem;
  background: url(images/lines-pattern.svg);
  background-size: 100% 100%;
  width: 21rem;
  height: 21rem;
  z-index: -1;
}
.feature-section .text-holder {
  color: #ffffff;
  padding-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .feature-section .text-holder {
    max-width: 28rem;
    width: calc(100% - 23rem);
  }
}
@media screen and (min-width: 1200px) {
  .feature-section .text-holder {
    max-width: 30rem;
    width: calc(100% - 255px);
  }
}
.feature-section .text-holder:only-child {
  width: 100% !important;
  max-width: none !important;
}
.feature-section .text-holder .top-wrap {
  position: relative;
  z-index: 1;
  min-height: 23.6rem;
}
.feature-section .text-holder h2 {
  font-size: 3.6rem;
  line-height: 1.055556;
  margin-bottom: 1.6rem;
  font-weight: 700;
  color: #ffffff;
}
.feature-section .text-holder li:before {
  background: #ffffff;
}
.feature-section .text-holder p {
  margin-bottom: 2rem;
}

/* single magasine */
.magasine-single {
  width: 100%;
}
.magasine-single.thumbnail-square img {
  max-width: 199px;
}
.magasine-single .img-holder {
  height: 23rem;
  position: relative;
  z-index: 1;
  background: #8b8da0;
}
@media print {
  .magasine-single .img-holder {
    height: auto !important;
    text-align: left !important;
    display: inline-block !important;
    page-break-after: avoid !important;
  }
}
.magasine-single .img-holder:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(images/decor01.svg);
  width: 24.7rem;
  height: 28.9rem;
  z-index: -1;
  background-size: 100% 100%;
  opacity: 0.15;
}
.magasine-single .img-holder img {
  box-shadow: 2px 2px 2rem rgba(0, 0, 0, 0.5);
}
.magasine-single h3 {
  color: #21274d;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  font-size: 1.4;
  margin-bottom: 1.5rem;
}
.magasine-single ul {
  font-size: 1.4rem;
  line-height: 2;
  color: #3e4364;
  margin-bottom: 0;
}
.magasine-single ul li {
  position: relative;
}
.magasine-single ul li + li {
  margin-left: 1.2rem;
}
.magasine-single ul li + li:before {
  content: "•";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1rem;
}
.magasine-single .left {
  width: calc(100% - 15.8rem);
}
.magasine-single .right {
  width: 15.8rem;
}
.magasine-single .right .btn {
  float: right;
}

/* become a editor block */
@media print {
  .become-a-editor {
    padding: 2rem 0 !important;
  }
}
.become-a-editor.has-decor .container:after {
  content: "";
  position: absolute;
  left: 1.8rem;
  top: -23.9rem;
  background: url(images/lines-pattern.svg);
  background-size: 100% 100%;
  width: 21rem;
  height: 21rem;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .become-a-editor.has-decor .container:after {
    left: 1rem;
    top: -25.4rem;
  }
}
.become-a-editor .container {
  position: relative;
  z-index: 1;
  padding: 0 2rem;
}
@media screen and (min-width: 992px) {
  .become-a-editor .container {
    padding: 0 1.5rem;
  }
}
.become-a-editor .container:before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: -6.3rem;
  background: url(images/decor01.svg);
  width: 32.1rem;
  height: 37.7rem;
  z-index: -1;
  background-size: 100% 100%;
  opacity: 0.15;
}
@media screen and (min-width: 992px) {
  .become-a-editor .container:before {
    left: 0.8rem;
    top: -8rem;
  }
}
.become-a-editor .display-1 {
  font-size: 3.6rem;
  line-height: 1.183333;
  font-family: "Poppins", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .become-a-editor .display-1 {
    font-size: 5rem;
    font-family: "Work Sans", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
@media screen and (min-width: 992px) {
  .become-a-editor .display-1 {
    font-size: 6rem;
  }
}
@media print {
  .become-a-editor .display-1 {
    font-size: 3rem;
  }
}
.become-a-editor .right {
  font-size: 2rem;
  line-height: 1.45;
  font-family: "Work Sans", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media screen and (min-width: 992px) {
  .become-a-editor .right {
    font-size: 2.2rem;
    line-height: 1.590909;
    font-family: "Poppins", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
.become-a-editor .right p {
  margin-bottom: 1.7rem;
}
@media screen and (min-width: 992px) {
  .become-a-editor .right p {
    margin-bottom: 3rem;
  }
}
.become-a-editor .right .btn {
  padding: 1rem 2.3rem;
}

/* intro block styles */
.intro-block {
  padding: 3.8rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 5vh;
}
.intro-block.small, .intro-block.medium {
  padding: 5vh 0;
}
@media screen and (min-width: 768px) {
  .intro-block.small {
    min-height: 25vh;
  }
  .intro-block.medium {
    min-height: 40vh;
  }
}
@media screen and (min-width: 992px) {
  .intro-block {
    padding: 6.8rem 0;
    position: relative;
    z-index: 0;
  }
}
.intro-block + .medtalk-content, .intro-block + section {
  margin-top: -17.3rem;
  padding-top: 4.5rem;
}
@media screen and (min-width: 992px) {
  .intro-block + .medtalk-content, .intro-block + section {
    margin-top: -22.5rem;
  }
}
.intro-block .btn-sticky {
  position: fixed;
  z-index: 8;
  right: 0;
  top: 32.4rem;
  width: 1px;
  height: 1px;
}
@media print {
  .intro-block .btn-sticky {
    display: none;
  }
}
.intro-block .btn-sticky .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  border-radius: 0;
  font-size: 1.6rem;
  min-width: 13.6rem;
  margin-left: -2.9rem;
  padding: 1.7rem 1rem;
}
.intro-block .container {
  position: relative;
  z-index: 1;
}
.intro-block .container:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3rem;
  background: url(images/decor01.svg);
  width: 21.5rem;
  height: 25.2rem;
  z-index: -1;
  background-size: 100% 100%;
  opacity: 0.05;
}
@media screen and (min-width: 992px) {
  .intro-block .container:before {
    left: 0.8rem;
    top: -7rem;
    width: 47rem;
    height: 55.2rem;
  }
}
.intro-block .display-1 {
  font-size: 3rem;
  line-height: 1.3;
  font-family: "Work Sans", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .intro-block .display-1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .intro-block .display-1 {
    font-size: 4.6rem;
    line-height: 1.26;
  }
}
@media screen and (min-width: 992px) {
  .intro-block .left {
    padding-right: 5rem;
    padding-left: 2rem;
  }
}
.intro-block .right {
  font-size: 1.8rem;
  line-height: 1.590909;
}
@media screen and (min-width: 992px) {
  .intro-block .right {
    font-size: 2.2rem;
    padding-left: 2.2rem;
    padding-right: 5rem;
  }
}
.intro-block .right p {
  margin-bottom: 3rem;
}
.intro-block .right .btn {
  padding: 1rem 2.3rem;
}

/* single medtalk styles */
.medtalk-single:not(.magasine-single) .img-holder img, .magasine-single:not(.magasine-single) .img-holder img {
  width: 100%;
}
@media print {
  .medtalk-single:not(.magasine-single) .img-holder, .magasine-single:not(.magasine-single) .img-holder {
    max-width: 30rem;
  }
}
.medtalk-single h2, .magasine-single h2 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #21274d;
  margin-bottom: 1.3rem;
}
.medtalk-single h2 a, .magasine-single h2 a {
  color: #21274d;
}
.medtalk-single h2 a:hover, .magasine-single h2 a:hover {
  text-decoration: none;
  color: #3a827b;
}
.medtalk-single .meta, .magasine-single .meta {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #3e4364;
  margin-bottom: 1.9rem;
}
.medtalk-single .meta.excerpt, .magasine-single .meta.excerpt {
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .medtalk-single .meta, .magasine-single .meta {
    margin-bottom: 3.4rem;
  }
}
.medtalk-single .meta a, .magasine-single .meta a {
  color: #3e4364;
}
.medtalk-single .meta a:hover, .magasine-single .meta a:hover {
  text-decoration: none;
  color: #3a827b;
}
.medtalk-single .duration, .magasine-single .duration {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 0.8rem 0.2rem;
}
@media print {
  .medtalk-single .duration, .magasine-single .duration {
    display: inline-block;
    vertical-align: middle;
  }
}
.medtalk-single .tag, .magasine-single .tag {
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
}
.medtalk-single .tag + .btn, .magasine-single .tag + .btn {
  margin-bottom: 0.6rem;
}
.medtalk-single .btn-secondary, .magasine-single .btn-secondary {
  text-align: center;
}

/* focus block styles */
.focus-block {
  background: #3a827b;
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 -1.5rem 2.5rem !important;
  float: none;
}
@media screen and (min-width: 768px) {
  .focus-block {
    line-height: 1.555556;
    width: 30rem;
    margin: 0 0 2rem 1.2em !important;
  }
}
@media screen and (min-width: 992px) {
  .focus-block {
    font-size: 1.8rem;
    width: 40.5rem;
    float: right;
  }
}
@media print {
  .focus-block {
    padding: 0 !important;
    margin: 0 0 2.5rem !important;
  }
}
.focus-block.has-decor:before {
  content: "";
  position: absolute;
  right: calc(100% - 3.1rem);
  top: 5.2rem;
  background: url(images/lines-pattern.svg);
  width: 21rem;
  height: 21rem;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .focus-block.has-decor:before {
    top: 8.4rem;
    width: 14.8rem;
    height: 14.8rem;
  }
}
.focus-block h2 {
  font-size: 2.6rem;
  line-height: 1.190476;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 992px) {
  .focus-block h2 {
    font-size: 4.2rem;
    margin-bottom: 2rem;
  }
}

/* featured section styles */
.featured-section {
  background-size: cover;
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 -1.5rem;
}
.featured-section .expanded-text a {
  color: currentcolor;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .featured-section {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.555556;
  }
}
@media print {
  .featured-section {
    padding: 0 !important;
    margin: 0;
  }
}
.featured-section.has-decor:before {
  content: "";
  position: absolute;
  right: calc(100% - 2.5rem);
  top: 4.8rem;
  background: url(images/lines-pattern.svg);
  width: 21rem;
  height: 21rem;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .featured-section.has-decor:before {
    top: 9.2rem;
    width: 14.8rem;
    height: 14.8rem;
  }
}
.featured-section.has-decor.alt {
  background: linear-gradient(180deg, #21274d 0%, #5cb5a9 100%);
}
@media screen and (min-width: 992px) {
  .featured-section.has-decor.alt:before {
    top: 8.6rem;
  }
}
@media screen and (min-width: 992px) {
  .featured-section.has-decor.alt .wrap {
    width: 83%;
  }
}
.featured-section.has-decor.alt p {
  margin-bottom: 2.2rem;
}
.featured-section + .tags {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .featured-section .wrap {
    width: 65%;
  }
}
.featured-section h2 {
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: -0.3rem;
}
@media screen and (min-width: 992px) {
  .featured-section h2 {
    font-size: 6.2rem;
    margin-bottom: -0.7rem;
  }
}
.featured-section h3 {
  font-size: 4.2rem;
  line-height: 1.214286;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2rem;
}
.featured-section ul li:before {
  background: #ffffff;
}

/* accordion styles */
.accordion {
  width: 100%;
}
.content .accordion {
  font-size: 1.6rem;
  line-height: 1.375;
}
.accordion ul {
  list-style: disc;
  margin-left: 1.8rem;
}
.accordion ul li {
  margin-bottom: 0.75rem;
}
.accordion > li {
  box-shadow: 0 2px 1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 3.5rem;
}
.accordion .opener {
  display: block;
  position: relative;
  font-size: 1.9rem;
  line-height: 1.473684;
  color: #21274d;
  text-decoration: none;
  padding: 2.5rem 4.5rem 2.8rem 2.4rem;
}
@media screen and (min-width: 992px) {
  .accordion .opener {
    padding: 2.5rem 5rem 2.8rem 3.2rem;
  }
}
@media print {
  .accordion .opener {
    padding: 1rem 3.2rem;
  }
}
.accordion .opener[aria-expanded=true]:before {
  transform: translateY(-50%) rotate(90deg);
  margin-top: -0.5rem;
}
.accordion .opener:before {
  content: "\e901";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
  right: 3rem;
  font-size: 1.4rem;
  transition: transform 0.3s linear, margin 0.3s linear;
}
@media print {
  .accordion .opener:before {
    display: none !important;
  }
}
.accordion .wrap {
  margin-top: -0.5rem;
  padding: 0 2.2rem 2rem;
  word-break: break-word;
}
@media screen and (min-width: 992px) {
  .accordion .wrap {
    margin-top: -0.3rem;
    padding: 0 10rem 2.4rem 3.2rem;
  }
}
@media print {
  .accordion .collapse {
    display: block !important;
  }
}

/* locked content styles */
.locked {
  height: 52rem;
  overflow: hidden;
  position: relative;
}
.locked:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  height: 25rem;
  z-index: 1;
}

/* paywall section */
@media screen and (min-width: 992px) {
  .paywall-section {
    padding-right: 0.5rem;
  }
}

/* locked content */
.locked-content {
  background: linear-gradient(180deg, #090d18 0%, #21274d 100%);
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  line-height: 1.555556;
  font-family: "Work Sans", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 0 auto;
  top: -12.1rem;
  padding: 4rem 2rem 4rem 5rem;
  margin-bottom: -8.4rem;
}
@media screen and (min-width: 768px) {
  .locked-content {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .locked-content {
    font-size: 2rem;
    line-height: 1.45;
    max-width: 62rem;
    padding: 7.6rem 10rem 6.8rem 6rem;
  }
}
@media print {
  .locked-content {
    top: 0;
    margin-bottom: 0;
    padding: 2rem 0 5rem !important;
  }
}
.locked-content.has-decor:before {
  content: "";
  position: absolute;
  right: calc(100% - 3.1rem);
  top: 4.6rem;
  background: url(images/lines-pattern.svg);
  width: 14.8rem;
  height: 21rem;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .locked-content.has-decor:before {
    top: 8.6rem;
  }
}
.locked-content h2 {
  font-family: "Poppins", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 3.2rem;
  line-height: 1.190476;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2.2rem;
}
@media screen and (min-width: 992px) {
  .locked-content h2 {
    font-size: 3.6rem;
  }
}
.locked-content p {
  margin-bottom: 3.6rem;
}
.locked-content p a {
  text-decoration: underline;
}
.locked-content .links-list {
  font-size: 1.4rem;
  line-height: 1.714286;
  margin: 0 -1rem;
}
.locked-content .links-list li {
  margin: 0 1rem 2rem;
}
.locked-content .links-list .btn {
  font-weight: 500;
  font-family: "Poppins", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 1rem 2.1rem;
}
.locked-content .links-list a:not(.btn) {
  color: #ffffff;
  text-decoration: underline;
}
.locked-content .links-list a:not(.btn):hover {
  text-decoration: none;
}

.content .gform_wrapper {
  margin: 2rem 0;
}
.content .gquiz-container {
  margin-top: 2rem;
}
.content .gform_body {
  padding: 0;
}
.content .gform_body .gquiz-field .gfield_label {
  font-size: 1.7rem;
  text-transform: none;
}
.content .gform_body .gform_page_footer {
  padding-top: 2rem;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .content .gform_body .gform_page_footer {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
  }
  .content .gform_body .gform_page_footer .gform_next_button, .content .gform_body .gform_page_footer input[type=submit] {
    grid-column: 3/3;
  }
}
.content .gform_body .gform_previous_button:hover {
  color: #fff !important;
}
.content ul.gform_fields li {
  padding-left: 0;
}
.content ul.gform_fields li:before {
  display: none;
}
.content h2.gsection_title {
  margin-bottom: -2rem;
}
.content > p a,
.content > ul li a > ol li a {
  text-decoration: underline;
}

#context-accordion .wrap strong {
  clear: both;
}
#context-accordion .wrap strong:before {
  content: "";
  width: 100%;
  height: 0.000001rem;
  display: flex;
  clear: both;
}

/* meta block styles */
.meta-block {
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: 400;
  color: #3e4364;
}
@media screen and (min-width: 992px) {
  .meta-block {
    font-size: 1.6rem;
  }
}
.meta-block .play-block {
  display: inline-block;
  padding-left: 4.3rem;
  position: relative;
  color: #3e4364;
  margin-right: 0.4rem;
}
.meta-block .play-block:before {
  content: "\e904";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  border: 1px solid #3e4364;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.meta-block .events {
  display: inline-block;
  padding-left: 4.3rem;
  position: relative;
  color: #3e4364;
  margin-right: 0.4rem;
}
.meta-block .events:before {
  content: "\e903";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  border: 1px solid #3e4364;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.meta-block time {
  display: inline-block;
}

/* main content styles */
.content {
  font-size: 1.7rem;
  line-height: 1.647059;
  letter-spacing: 0.4px;
  color: #21274d;
}
@media screen and (min-width: 992px) {
  .content {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.content h1:not(.display-1) {
  letter-spacing: 0.64px;
  border-bottom: 1px solid #3e4364;
  padding-bottom: 2.7rem;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  line-height: 1.65;
}
@media screen and (min-width: 992px) {
  .content h1:not(.display-1) {
    font-size: 4.2rem;
    line-height: 1.333333;
    padding-bottom: 4.5rem;
    margin-bottom: 3rem;
  }
}
.content p {
  margin-bottom: 2.7rem;
}
@media screen and (min-width: 992px) {
  .content p {
    margin-bottom: 3rem;
  }
}
@media print {
  .content p {
    margin-bottom: 2rem;
  }
}
.content p + .btn {
  margin-top: 0.6rem;
}
.content .btn + .tags {
  margin-top: 3.2rem;
}
.content .sub-title {
  display: block;
  position: relative;
  padding-left: 4.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #21274d;
  letter-spacing: 0.3px;
  max-width: 75rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .content .sub-title {
    font-size: 2rem;
    padding-left: 4.2rem;
    line-height: 1.35;
  }
}
.content .sub-title:before {
  content: "\e908";
  position: absolute;
  top: 0.7rem;
  left: 0.4rem;
  font-size: 0.9rem;
}
@media screen and (min-width: 992px) {
  .content .sub-title:before {
    top: 1.2rem;
  }
}
.content ol:not(.list-unstyled):not(.jcf-list),
.content ul:not(.list-unstyled):not(.jcf-list) {
  font-size: 1.6rem;
  line-height: 1.666667;
}
@media screen and (min-width: 992px) {
  .content ol:not(.list-unstyled):not(.jcf-list),
  .content ul:not(.list-unstyled):not(.jcf-list) {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .content ol:not(.list-unstyled):not(.jcf-list).width-limiter,
  .content ul:not(.list-unstyled):not(.jcf-list).width-limiter {
    max-width: 58%;
  }
}

/* embed block styles */
.embed-block {
  border-bottom: 1px solid #3e4364;
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 992px) {
  .embed-block {
    margin-bottom: 3.8rem;
  }
}
.embed-block .video-holder {
  padding-top: 61.164%;
  position: relative;
  margin: 0 -1.5rem 2.1rem;
}
@media screen and (min-width: 768px) {
  .embed-block .video-holder {
    margin: 0 0 1.3rem;
  }
}
.embed-block .video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border: 0;
  height: 100%;
}

/* tags styles */
.tags {
  margin-top: 7rem;
  border: solid #3e4364;
  border-width: 1px 0;
}
@media print {
  .tags {
    display: none;
  }
}
.tags ul {
  margin: 0 -0.5rem;
}
.tags li {
  margin: 0 0.5rem 1rem;
}
.tags .tag {
  padding: 0.4rem 1.2rem 0.5rem;
}

/* related block / other events styles */
@media print {
  .related-block,
  .other-events {
    display: none !important;
  }
}
.related-block > h2,
.other-events > h2 {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 700;
  color: #21274d;
  font-family: "Poppins", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-bottom: 1px solid #3e4364;
  margin-bottom: 2.3rem;
  padding-bottom: 0.8rem;
  text-align: center;
}
.related-block > h2.no-border,
.other-events > h2.no-border {
  border: none;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .related-block > h2,
  .other-events > h2 {
    font-size: 3rem;
    text-align: left;
    margin-bottom: 3.8rem;
  }
}

.other-events > h2 {
  margin-bottom: 2rem;
}

/* single event styles */
.event-single {
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .event-single {
    display: flex;
    flex-wrap: wrap;
  }
}
.event-single .img-holder {
  width: 8.7rem;
  float: left;
  margin-right: 1rem;
}
@media screen and (min-width: 992px) {
  .event-single .img-holder {
    float: none;
    width: 15.5rem;
    margin-right: 2.9rem;
  }
}
@media print {
  .event-single .img-holder {
    float: none;
  }
}
@media screen and (min-width: 992px) {
  .event-single .img-holder a {
    display: block;
    height: 100%;
    /*img {
        height: 100%;
        object-fit: cover;
    }*/
  }
}
.event-single .img-holder.square {
  display: flex;
  flex-direction: column;
}
.event-single .img-holder.square a {
  display: flex;
  background: #21274d;
  min-height: 8.7rem;
  max-height: 8.7rem;
}
@media screen and (min-width: 992px) {
  .event-single .img-holder.square a {
    display: flex;
    min-height: 15.5rem;
    max-height: 15.5rem;
  }
}
@media screen and (min-width: 992px) {
  .event-single .wrap {
    width: calc(100% - 18.4rem);
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .event-single .wrap {
    padding-right: 5rem;
  }
}
.event-single h3 {
  width: calc(100% - 9.7rem);
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 700;
  float: right;
  min-height: 8.7rem;
  margin-bottom: 2.2rem;
}
@media screen and (min-width: 992px) {
  .event-single h3 {
    margin-bottom: 0.8rem;
    width: 100%;
    min-height: auto;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1200px) {
  .event-single h3 {
    font-size: 2rem;
  }
}
@media print {
  .event-single h3 {
    float: none;
    min-height: 0;
    margin-bottom: 0;
  }
}
.event-single h3 a {
  color: #21274d;
}
.event-single h3 a:hover {
  text-decoration: none;
  color: #3a827b;
}
.event-single .text-block {
  width: 100%;
  overflow: hidden;
  color: #21274d;
}
@media screen and (min-width: 992px) {
  .event-single .text-block {
    flex-grow: 1;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.event-single .text-block .event-time {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  padding-left: 2.7rem;
  margin-bottom: 3px;
}
.event-single .text-block .event-time:before {
  content: "\e903";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 1.8rem;
}
.event-single .text-block .sub-date {
  font-size: 1.3rem;
  line-height: 1.4;
  padding-left: 2.7rem;
  margin-bottom: 1.8rem;
  color: #3e4364;
}
.event-single .text-block .btn-list {
  margin: 0 -0.7rem;
}
.event-single .text-block .btn-list li {
  margin: 0 0.7rem;
}
.event-single .text-block .btn-list .btn {
  padding: 1rem 1.5rem;
}
.event-single .text-block .meta {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #3e4364;
  margin-top: 0;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 992px) {
  .event-single .text-block .meta {
    margin-bottom: 2.2rem;
  }
}
.event-single .text-block .meta a {
  color: #3e4364;
}
.event-single .text-block .meta a:hover {
  color: #000000;
}
.event-single .text-block .duration {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 0.8rem 0.2rem;
}
.event-single .text-block .tag {
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
}

/* contact info styles */
.contact-info {
  padding-top: 0;
}
.contact-info:before {
  content: none;
}
@media screen and (min-width: 768px) {
  .contact-info {
    padding-top: 4.1rem;
  }
}
@media screen and (min-width: 768px) {
  .contact-info:before {
    content: "";
  }
}
.contact-info:hover * {
  text-decoration: none;
}

.contact-info,
.sidebar-duplication {
  position: relative;
  padding-top: 4.1rem;
}
@media screen and (min-width: 992px) {
  .contact-info,
  .sidebar-duplication {
    padding-top: 5.8rem;
  }
}
.contact-info:before,
.sidebar-duplication:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.1rem;
  background: url(images/lines-decor-blue.svg);
  background-size: 100% auto;
}
@media screen and (min-width: 1200px) {
  .contact-info:before,
  .sidebar-duplication:before {
    top: -0.7rem;
    height: 3.1rem;
    background-size: 100% 100%;
  }
}
.contact-info .side-wrap,
.sidebar-duplication .side-wrap {
  display: flex;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .contact-info .side-wrap,
  .sidebar-duplication .side-wrap {
    display: block;
    text-align: center;
  }
}
.contact-info .side-wrap .img-holder,
.sidebar-duplication .side-wrap .img-holder {
  width: 9.1rem;
}
@media screen and (min-width: 992px) {
  .contact-info .side-wrap .img-holder,
  .sidebar-duplication .side-wrap .img-holder {
    width: auto;
  }
}
.contact-info .side-wrap .text-holder,
.sidebar-duplication .side-wrap .text-holder {
  width: calc(100% - 9.1rem);
  padding-left: 1.3rem;
  display: flex;
  flex-direction: column;
}
.contact-info .side-wrap .text-holder .edit-author-link,
.sidebar-duplication .side-wrap .text-holder .edit-author-link {
  order: 2;
  position: relative;
  top: -40px;
  text-decoration: underline;
  font-size: 13px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .contact-info .side-wrap .text-holder,
  .sidebar-duplication .side-wrap .text-holder {
    width: auto;
    padding-left: 0;
  }
}
.contact-info .title,
.sidebar-duplication .title {
  color: #8b8da0;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.contact-info address,
.sidebar-duplication address {
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 400;
  color: #3e4364;
  padding-bottom: 3.1rem;
}
.contact-info address .name,
.sidebar-duplication address .name {
  font-weight: 700;
  display: block;
}
.contact-info .tag-wrap,
.sidebar-duplication .tag-wrap {
  margin-top: -2.1rem;
  margin-bottom: 2.9rem;
}
@media screen and (min-width: 992px) {
  .contact-info .tag-wrap,
  .sidebar-duplication .tag-wrap {
    margin-bottom: 4.4rem;
  }
}
.contact-info .website,
.sidebar-duplication .website {
  margin-top: 1rem;
  display: inline-block;
  text-decoration: underline;
  color: #3a827b;
}
.contact-info .website:hover,
.sidebar-duplication .website:hover {
  text-decoration: none;
  color: #21274d;
}
.contact-info .social-block,
.sidebar-duplication .social-block {
  border-top: 1px solid #3e4364;
  padding: 1.7rem 0;
}
@media print {
  .contact-info .social-block,
  .sidebar-duplication .social-block {
    display: none;
  }
}
.contact-info .social-block .title,
.sidebar-duplication .social-block .title {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 992px) {
  .contact-info .social-block .title,
  .sidebar-duplication .social-block .title {
    margin-bottom: 0.9rem;
  }
}
.contact-info .social-block li,
.sidebar-duplication .social-block li {
  margin: 0 0.4rem;
}
.contact-info .social-block a,
.sidebar-duplication .social-block a {
  font-size: 3.1rem;
}
.contact-info .social-block a:hover,
.sidebar-duplication .social-block a:hover {
  text-decoration: none;
  color: #3a827b;
}

.author-image img {
  border-radius: 50%;
}

/* magasine sidebar */
.magasine-sidebar {
  padding: 1rem 0;
}
.magasine-sidebar > h2,
.magasine-sidebar > h3 {
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #21274d;
  padding-bottom: 0.7rem;
  margin-bottom: 1.7rem;
  border-bottom: 1px solid #3e4364;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .magasine-sidebar > h2,
  .magasine-sidebar > h3 {
    text-align: left;
    font-size: 2rem;
    line-height: 1.3;
    padding-bottom: 1.1rem;
    margin-bottom: 2.1rem;
  }
}
.magasine-sidebar .edit-block {
  display: none;
}
.magasine-sidebar:last-of-type .edit-block {
  display: block;
}

/* timetable styles */
.timetable .btn {
  width: 100%;
  margin-bottom: 2.4rem;
  font-weight: 500;
  margin-top: -0.5rem;
  padding: 0.9rem 1.5rem;
}
.timetable .time-section {
  margin-bottom: 2.8rem;
}
.timetable .title {
  font-size: 1.3rem;
  line-height: 1.4;
}
.timetable time {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #21274d;
}
.timetable .address-section {
  padding-top: 0.2rem;
  color: #21274d;
}
.timetable .address-section .title {
  margin-bottom: 0.8rem;
}

.authors .contact-info {
  border-top: 1px solid;
  padding: 1rem;
}
.authors .contact-info * {
  transition: color 0.3s linear, background 0.3s linear, opacity 0.3s linear;
}
.authors .contact-info:hover {
  text-decoration: none;
}
.authors .contact-info:hover .name {
  color: #3a827b;
}
.authors .contact-info:last-of-type {
  border-bottom: 1px solid;
}
.authors .contact-info .img-holder, .authors .contact-info address {
  margin-bottom: 0;
}
.authors .contact-info:before {
  display: none;
}
.authors .contact-info .img-holder {
  width: 8.7rem;
  height: auto;
}
.authors .contact-info address {
  width: calc(100% - 8.7rem);
  padding: 0 0 0 2rem;
}
.authors .contact-info address p {
  font-size: 12px;
  color: grey;
  margin-bottom: 0;
}
.authors .contact-info address p:first-letter {
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .col-lg-8 .authors {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .col-lg-8 .authors h3 {
    min-width: 100%;
  }
  .col-lg-8 .authors .person {
    border-top: 1px solid;
    padding: 1rem;
    margin: 0 10px;
    flex: 1;
    max-width: calc(50% - 20px);
    min-width: calc(50% - 20px);
  }
  .col-lg-8 .authors .person:nth-last-child(1), .col-lg-8 .authors .person:nth-last-child(2) {
    border-bottom: 1px solid;
  }
}

@media screen and (min-width: 768px) {
  #main > .authors {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #main > .authors h2 {
    min-width: 100%;
  }
  #main > .authors .person {
    border: none;
    position: relative;
  }
  #main > .authors .person:before, #main > .authors .person:after {
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    background: #21274d;
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
  }
  #main > .authors .person:after {
    top: inherit;
    bottom: -1px;
  }
}

/* hero section styles */
.hero-section {
  background: linear-gradient(180deg, #21274d 0%, #d12032 100%);
  padding: 6rem 3rem;
  position: relative;
  z-index: 1;
  margin: 0 -1.5rem 8.8rem;
}
.hero-section.bg-warning {
  background: #e15565;
}
@media screen and (min-width: 768px) {
  .hero-section {
    padding: 6rem 6.2rem 3rem 6.2rem;
  }
}
@media screen and (min-width: 992px) {
  .hero-section {
    padding-bottom: 0;
    margin: 0 0 8.8rem;
  }
}
.hero-section .has-decor:before {
  content: "";
  position: absolute;
  right: calc(100% - 2.1rem);
  top: 8.6rem;
  background: url(images/lines-pattern.svg);
  width: 14.8rem;
  height: 21rem;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .hero-section .has-decor:before {
    right: calc(100% - 3.1rem);
  }
}
.hero-section .img-block {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .hero-section .img-block {
    width: 40rem;
    margin-bottom: -6rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-section .img-block {
    width: 46.9rem;
    margin-bottom: -6rem;
  }
}
.hero-section .text-block {
  width: 100%;
  margin-top: 1.5rem;
  font-size: 2rem;
  line-height: 1.45;
  font-family: "Work Sans", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media screen and (min-width: 992px) {
  .hero-section .text-block {
    max-width: calc(100% - 40rem);
    width: 57.8rem;
    padding-right: 5rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-section .text-block {
    max-width: calc(100% - 46.9rem);
    width: 57.8rem;
    padding-right: 10rem;
    padding-bottom: 10.2rem;
  }
}
.hero-section h1 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  font-family: "Poppins", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.hero-section time {
  display: block;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 2.3rem;
  font-family: "Poppins", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.hero-section p {
  margin-bottom: 3.2rem;
}
.hero-section .btn-list {
  margin: 0 -0.8rem;
}
.hero-section .btn-list li {
  margin: 0 0.8rem;
}
.hero-section .btn {
  font-weight: 500;
  font-size: 1.4rem;
  font-family: "Poppins", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 1rem 1.8rem;
}

/* events block styles */
.events-block h2 {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 2.8rem;
}

/* more content styles */
.more-content {
  border-top: 1px solid #3e4364;
  padding: 3rem 0;
}
.more-content .btn {
  padding: 1rem 2.4rem;
}

/* annonce block styles */
.annonce-block {
  height: 100%;
  border: solid #3e4364;
  border-width: 1px 0;
  padding: 2rem 0;
}

/* magasin section styles */
.magasin-section h3, .authors h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  color: #21274d;
  margin-bottom: 2rem;
}

/* event holder styles */
.event-holder > h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  color: #21274d;
  margin-bottom: 1.8rem;
}

/* events list */
.events-list {
  margin-bottom: -2.8rem;
}

/* featured info styles */
.featured-info {
  padding: 5rem 3.8rem;
  height: 100%;
  position: relative;
  z-index: 1;
  font-size: 2rem;
  line-height: 1.45;
  margin: 0 -1.5rem;
}
@media screen and (min-width: 992px) {
  .featured-info {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .featured-info {
    padding: 8rem 11rem 8rem 5.8rem;
  }
}
@media print {
  .featured-info {
    padding: 2rem 0;
    margin: 0;
  }
}
.featured-info.has-decor:before {
  content: "";
  position: absolute;
  right: calc(100% - 2.1rem);
  top: 4.6rem;
  background: url(images/lines-pattern.svg);
  width: 14.8rem;
  height: 21rem;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .featured-info.has-decor:before {
    top: 8.6rem;
    right: calc(100% - 3.1rem);
  }
}
.featured-info h2 {
  font-size: 2.6rem;
  line-height: 1.055556;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .featured-info h2 {
    font-size: 3.6rem;
  }
}
.featured-info p {
  margin-bottom: 2.8rem;
}

/* posts block styles */
@media print {
  .posts-block {
    display: none;
  }
}
.posts-block h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  color: #21274d;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 992px) {
  .posts-block h3 {
    margin-bottom: 2.1rem;
  }
}

/* posts list styles */
.post-list {
  margin-bottom: 1.9rem;
}
@media screen and (min-width: 992px) {
  .post-list {
    margin-bottom: 1rem;
  }
}

/* post single */
.post-single {
  border-top: 1px solid #3e4364;
}
.post-single:last-child, .post-single:only-child {
  border-bottom: 1px solid #3e4364;
}
.post-single a {
  text-decoration: none;
}
.post-single a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.post-single a:hover .img-holder.audio:before, .post-single a:hover .img-holder.video:before {
  background: #ffffff;
  color: #21274d;
}
.post-single a:hover .img-holder.audio:before {
  filter: brightness(1) invert(0);
}
.post-single .img-holder {
  width: 8.7rem;
  height: auto;
}
.post-single .img-holder.audio {
  position: relative;
}
.post-single .img-holder.audio:before {
  content: url("./icons/medcast.svg");
  filter: brightness(0) invert(1);
  padding: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: inline-block;
  font-size: 1.4rem;
  color: #ffffff;
  transition: filter 0.3s linear, color 0.3s linear, background 0.3s linear, opacity 0.3s linear;
}
.post-single .img-holder.video {
  position: relative;
}
.post-single .img-holder.video:before {
  content: "\e904";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #ffffff;
  transition: filter 0.3s linear, color 0.3s linear, background 0.3s linear, opacity 0.3s linear;
}
.post-single .text-holder {
  width: calc(100% - 8.7rem);
  padding: 1rem 0 1rem 2rem;
}
.post-single .title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
  font-size: 1.4rem;
  line-height: 1.428571;
  font-weight: 500;
  color: #21274d;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 992px) {
  .post-single .title {
    font-size: 1.5rem;
    line-height: 1.3333;
  }
}
.post-single .category {
  display: block;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #8b8da0;
}
.post-single .meta {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #8b8da0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-single .meta .category {
  display: inline;
}

/* featured card styles */
.featured-card {
  padding: 5.3rem 5.2rem 4.8rem;
  height: 100%;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  line-height: 1.388889;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  margin: 0 -1.5rem;
  min-height: 31.3rem;
}
@media screen and (min-width: 768px) {
  .featured-card {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .featured-card {
    min-height: 46.9rem;
    margin: 0;
    font-size: 2rem;
    line-height: 1.45;
    padding: 8rem 5.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .featured-card {
    padding: 12rem 4rem 7.4rem 5rem;
  }
}
@media print {
  .featured-card {
    margin: 0;
    padding: 2rem 0;
  }
}
.featured-card.has-decor:before {
  content: "";
  position: absolute;
  right: calc(100% - 2.8rem);
  top: 5.2rem;
  background: url(images/lines-pattern.svg);
  width: 14.8rem;
  height: 21rem;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .featured-card.has-decor:before {
    top: 12.8rem;
  }
}
.featured-card h2 {
  font-size: 2.6rem;
  line-height: 1.055556;
  font-weight: 700;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .featured-card h2 {
    font-size: 3.6rem;
    line-height: 1.055556;
  }
}
.featured-card p {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 992px) {
  .featured-card p {
    margin-bottom: 2.8rem;
  }
}
.featured-card .btn {
  min-width: 12.5rem;
}

/* special banner */
.special-banner {
  background-size: cover;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding: 12.8rem 0;
}
.special-banner.small, .special-banner.medium {
  padding: 5vh 0;
}
@media screen and (min-width: 768px) {
  .special-banner {
    background-position: 20% 50%;
  }
  .special-banner.small {
    min-height: 25vh;
  }
  .special-banner.medium {
    min-height: 40vh;
  }
}
@media screen and (min-width: 992px) {
  .special-banner {
    background-position: 30% 50%;
    min-height: 60.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .special-banner {
    background-position: 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .special-banner {
    background-position: 50% 50%;
  }
}
@media print {
  .special-banner {
    min-height: 0;
    padding: 5rem 0;
  }
}
.special-banner.has-decor .text-block:before {
  content: "";
  position: absolute;
  right: calc(100% + 3.6rem);
  top: 0;
  background: url(images/lines-pattern.svg);
  width: 3.1rem;
  height: 21rem;
  z-index: -1;
}
.special-banner .text-block {
  position: relative;
  z-index: 1;
  padding: 0 0.8rem;
}
.special-banner .category {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 2px;
}
.special-banner h1 {
  color: #ede6c0;
  font-weight: 700;
  line-height: 1.142857;
  margin-bottom: 3.3rem;
}
.special-banner .btn {
  padding: 1rem 1.4rem;
}

/* highlight section */
.highlight-section .container {
  padding-bottom: 10rem;
}
@media print {
  .highlight-section .container {
    padding-bottom: 2rem !important;
  }
}
.highlight-section .container .bg-image {
  position: absolute;
  right: -10rem;
  left: 15rem;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (min-width: 992px) {
  .highlight-section .container .bg-image {
    left: 33.1rem;
    right: 1.3rem;
  }
}
@media print {
  .highlight-section .container .bg-image {
    display: none !important;
  }
}
.highlight-section .section-title {
  font-size: 1.4rem;
  line-height: 1.714286;
  padding: 0 0.4rem 2.5rem;
}
@media print {
  .highlight-section .section-title {
    display: none;
  }
}
.highlight-section .section-title .icon-holder {
  margin-right: 1rem;
}
.highlight-section .section-title .text {
  font-weight: 600;
}
.highlight-section .featured-info {
  padding-bottom: 11.3rem;
}
@media print {
  .highlight-section .featured-info {
    height: auto !important;
  }
}

/* highlight feature */
.highlight-feature {
  position: relative;
  margin: 0 -1.5rem;
}
@media screen and (min-width: 768px) {
  .highlight-feature {
    margin: 0;
  }
}
.highlight-feature .bg {
  background-size: cover;
  background-position: 50% 50%;
  height: 36.5rem;
}
@media screen and (min-width: 992px) {
  .highlight-feature .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
  }
}
.highlight-feature .text-block {
  background: #21274d;
  padding: 2rem 1rem 1.7rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1.666667;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .highlight-feature .text-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    padding: 2rem 2.9rem 1.7rem 3.1rem;
    font-size: 1.2rem;
    line-height: 1.666667;
    background: rgba(33, 39, 77, 0.9);
  }
}
.highlight-feature h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.33px;
  margin-bottom: 1.7rem;
}
.highlight-feature .list-block {
  margin: 0 -0.6rem 3rem;
}
@media screen and (min-width: 992px) {
  .highlight-feature .list-block {
    margin: 0 -0.6rem 0;
  }
}
.highlight-feature .list-block li {
  margin: 0 0.6rem;
}
.highlight-feature a {
  color: #ffffff;
}
.highlight-feature a:hover {
  text-decoration: none;
  color: #3a827b;
}
.highlight-feature .meta {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .highlight-feature .meta {
    margin-bottom: 0.5rem;
  }
}
.highlight-feature .meta a {
  color: #ffffff;
}
.highlight-feature .meta a:hover {
  color: #000000;
}
.highlight-feature .duration {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 0.8rem 0.2rem;
}
.highlight-feature .tag {
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
}
.highlight-feature .align-items-center .tag {
  margin-bottom: 0;
}
.highlight-feature .text-block.dark-bg {
  background: linear-gradient(rgba(33, 39, 77, 0.25) 30%, rgba(33, 39, 77, 0.6) 65%, rgba(33, 39, 77, 0.9) 95%);
}

/* special overview block styles */
.special-overview {
  position: relative;
  z-index: 1;
  background: #f5f5f6;
}
.special-overview:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -999rem;
  right: -999rem;
  background: rgba(139, 141, 160, 0.1);
  z-index: -1;
}
.special-overview h2 {
  font-size: 2.6rem;
  line-height: 1.333333;
  font-weight: 700;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 992px) {
  .special-overview h2 {
    font-size: 3rem;
    margin-bottom: 3.8rem;
  }
}
.special-overview .collapse-special {
  display: block !important;
  max-height: 41.8rem;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
@media screen and (min-width: 768px) {
  .special-overview .collapse-special {
    max-height: 999rem;
  }
}
@media print {
  .special-overview .collapse-special {
    max-height: none;
  }
}
.special-overview .collapse-special.show {
  max-height: 400rem;
  transition: max-height 1s ease-in-out;
}

/* single overview styles */
.overview {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 1.3rem 4rem 1.3rem 1.7rem !important;
  position: relative;
  color: #21274d;
}
@media screen and (min-width: 992px) {
  .overview {
    padding: 1.5rem 4.5rem 1.5rem 1.9rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}
.overview:hover {
  text-decoration: none;
  background: rgba(58, 130, 123, 0.05);
}
.overview:before {
  content: "\e901" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8rem !important;
  font-size: 1.4rem;
  height: auto !important;
  background: transparent !important;
  left: auto !important;
  bottom: auto !important;
}
@media screen and (min-width: 768px) {
  .overview:before {
    right: 2.5rem;
  }
}
@media print {
  .overview:before {
    display: none;
  }
}
.overview .img-block {
  border: 1px solid #21274d;
  border-radius: 50%;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}
.overview .img-block svg {
  max-height: 2.2rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .overview .img-block {
    width: 5.2rem;
    height: 5.2rem;
  }
  .overview .img-block svg {
    max-height: 2.8rem;
    width: 100%;
  }
}
@media print {
  .overview .img-block {
    width: 5.2rem;
    height: 5.2rem !important;
    border-radius: 50% !important;
    display: block;
    position: relative;
  }
  .overview .img-block svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
}
.overview .text-block {
  width: calc(100% - 3.6rem);
  padding-left: 1.7rem;
  padding-bottom: 0.5rem;
  letter-spacing: 0.4px;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .overview .text-block {
    width: calc(100% - 5.2rem);
    font-size: 1.9rem;
  }
}
@media print {
  .overview .text-block {
    width: calc(100% - 5.2rem);
  }
}

.sponsors {
  max-width: 800px;
  margin: 6px auto 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
}
.sponsors h3 {
  display: inline-block;
  padding: 10px;
  background: #fff;
  position: relative;
  top: -21px;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
}
.sponsors img {
  max-height: 60px;
  max-width: 120px;
  width: auto;
}

@media screen and (min-width: 768px) {
  .grid-2-1 .col-lg-8, .grid-1-2 .col-lg-8 {
    min-height: 400px;
  }
}
/* modal dialog */
.modal-dialog {
  width: 100vw;
  max-width: none;
  padding: 1.3rem 0;
  background: rgba(255, 255, 255, 0.89);
  min-height: 100vh;
}
@media screen and (min-width: 992px) {
  .modal-dialog {
    padding: 5rem 0;
  }
}

/* modal content */
.modal-content {
  width: calc(100vw - 2.4rem);
  max-width: 102.6rem;
  background: #ffffff;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  position: relative;
  border: 0;
  padding: 4.9rem 1.5rem 4.7rem;
}
@media screen and (min-width: 992px) {
  .modal-content {
    padding: 6.8rem 3.5rem 4.7rem;
  }
}
.modal-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2.1rem;
  background: url(images/lines-decor-blue.svg);
  background-size: 180% 190%;
  width: 14.9rem;
  height: 2.1rem;
}
@media screen and (min-width: 375px) {
  .modal-content:before {
    width: 16.9rem;
  }
}
.modal-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2.1rem;
  background: url(images/lines-decor-blue.svg);
  background-size: 180% 190%;
  width: 14.9rem;
  height: 2.1rem;
}
@media screen and (min-width: 375px) {
  .modal-content:after {
    width: 16.9rem;
  }
}
.modal-content .btn-close {
  position: absolute;
  top: 0.5rem;
  right: 0.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: underline;
  color: #8b8da0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .modal-content .btn-close {
    font-size: 1.6rem;
    top: 1.6rem;
    right: 2.6rem;
  }
}
.modal-content .btn-close:hover {
  text-decoration: none;
  color: #21274d;
}
.modal-content .logo-popup {
  margin-bottom: 4.5rem;
}

/* modal navigation */
.modal-navigation {
  font-size: 1.1rem;
  line-height: 1.384615;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .modal-navigation {
    font-size: 1.3rem;
  }
}
.modal-navigation ul {
  position: relative;
  z-index: 1;
}
.modal-navigation ul:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #8b8da0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.modal-navigation ul li {
  width: 100%;
  margin-bottom: 2.2rem;
  display: none;
}
@media screen and (min-width: 992px) {
  .modal-navigation ul li {
    display: block;
    width: 25%;
    margin-bottom: 3.2rem;
  }
}
.modal-navigation ul li.active {
  display: block;
}
.modal-navigation ul li.active a {
  color: #21274d;
}
.modal-navigation ul li.active a:before {
  opacity: 1;
}
.modal-navigation a {
  display: block;
  color: #8b8da0;
  position: relative;
  z-index: 1;
}
.modal-navigation a:hover {
  text-decoration: none;
  color: #21274d;
}
.modal-navigation a:hover:before {
  opacity: 1;
}
.modal-navigation a:before {
  content: "";
  position: absolute;
  bottom: -2.2rem;
  left: 0;
  right: 0;
  height: 1px;
  background: #21274d;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media screen and (min-width: 992px) {
  .modal-navigation a:before {
    bottom: -3.2rem;
  }
}

/* Step styles */
.step, .gform_body, .gform_footer {
  font-size: 1.4rem;
  line-height: 1.25;
  color: #3e4364;
  padding: 3.7rem 0;
}
.step.gform_footer, .gform_body.gform_footer, .gform_footer.gform_footer {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .step, .gform_body, .gform_footer {
    padding: 3.7rem 6.1rem;
    font-size: 1.6rem;
  }
  .step.gform_footer, .gform_body.gform_footer, .gform_footer.gform_footer {
    padding-top: 0;
  }
}
.step .text-block, .gform_body .text-block, .gform_footer .text-block {
  max-width: 700px;
}
.step h2, .gform_body h2, .gform_footer h2 {
  font-size: 2rem;
  line-height: 1.25;
  color: #21274d;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 992px) {
  .step h2, .gform_body h2, .gform_footer h2 {
    font-size: 2.4rem;
  }
}
.step p, .gform_body p, .gform_footer p {
  margin-bottom: 2.6rem;
}
.step p a:not(.btn-success), .gform_body p a:not(.btn-success), .gform_footer p a:not(.btn-success) {
  color: #3a827b;
  font-weight: 700;
  text-decoration: underline;
}
.step p a:not(.btn-success):hover, .gform_body p a:not(.btn-success):hover, .gform_footer p a:not(.btn-success):hover {
  text-decoration: none;
}
.step .label, .step .gfield_label, .step .ginput_complex label, .gform_body .label, .gform_body .gfield_label, .gform_body .ginput_complex label, .gform_footer .label, .gform_footer .gfield_label, .gform_footer .ginput_complex label {
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.538462;
  font-weight: 500;
  color: #3e4364;
}
.step .row, .gform_body .row, .gform_footer .row {
  margin: 0 -4rem;
}
.step [class^=col-],
.step [class*=col-], .gform_body [class^=col-],
.gform_body [class*=col-], .gform_footer [class^=col-],
.gform_footer [class*=col-] {
  padding: 0 4rem;
}
.step .jcf-select, .gform_body .jcf-select, .gform_footer .jcf-select {
  width: 100%;
}
.step .btn-holder, .step .gform_page_footer, .gform_body .btn-holder, .gform_body .gform_page_footer, .gform_footer .btn-holder, .gform_footer .gform_page_footer {
  text-align: center;
  padding-top: 5rem;
}
@media screen and (min-width: 992px) {
  .step .btn-holder, .step .gform_page_footer, .gform_body .btn-holder, .gform_body .gform_page_footer, .gform_footer .btn-holder, .gform_footer .gform_page_footer {
    text-align: right;
  }
}
.step .btn-holder .btn-back, .step .btn-holder .gform_previous_button, .step .gform_page_footer .btn-back, .step .gform_page_footer .gform_previous_button, .gform_body .btn-holder .btn-back, .gform_body .btn-holder .gform_previous_button, .gform_body .gform_page_footer .btn-back, .gform_body .gform_page_footer .gform_previous_button, .gform_footer .btn-holder .btn-back, .gform_footer .btn-holder .gform_previous_button, .gform_footer .gform_page_footer .btn-back, .gform_footer .gform_page_footer .gform_previous_button {
  color: #8b8da0;
  font-size: 1.4rem;
  line-height: 1.5;
  display: inline-block;
  padding-left: 2rem;
  position: relative;
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .step .btn-holder .btn-back, .step .btn-holder .gform_previous_button, .step .gform_page_footer .btn-back, .step .gform_page_footer .gform_previous_button, .gform_body .btn-holder .btn-back, .gform_body .btn-holder .gform_previous_button, .gform_body .gform_page_footer .btn-back, .gform_body .gform_page_footer .gform_previous_button, .gform_footer .btn-holder .btn-back, .gform_footer .btn-holder .gform_previous_button, .gform_footer .gform_page_footer .btn-back, .gform_footer .gform_page_footer .gform_previous_button {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.step .btn-holder .btn-back:hover, .step .btn-holder .gform_previous_button:hover, .step .gform_page_footer .btn-back:hover, .step .gform_page_footer .gform_previous_button:hover, .gform_body .btn-holder .btn-back:hover, .gform_body .btn-holder .gform_previous_button:hover, .gform_body .gform_page_footer .btn-back:hover, .gform_body .gform_page_footer .gform_previous_button:hover, .gform_footer .btn-holder .btn-back:hover, .gform_footer .btn-holder .gform_previous_button:hover, .gform_footer .gform_page_footer .btn-back:hover, .gform_footer .gform_page_footer .gform_previous_button:hover {
  color: #21274d;
  text-decoration: none;
}
.step .btn-holder .btn-back:before, .step .btn-holder .gform_previous_button:before, .step .gform_page_footer .btn-back:before, .step .gform_page_footer .gform_previous_button:before, .gform_body .btn-holder .btn-back:before, .gform_body .btn-holder .gform_previous_button:before, .gform_body .gform_page_footer .btn-back:before, .gform_body .gform_page_footer .gform_previous_button:before, .gform_footer .btn-holder .btn-back:before, .gform_footer .btn-holder .gform_previous_button:before, .gform_footer .gform_page_footer .btn-back:before, .gform_footer .gform_page_footer .gform_previous_button:before {
  content: "\e908";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: 0;
  font-size: 1rem;
  color: #21274d;
}
.step .btn-holder .btn, .step .btn-holder .gform_button, .step .gform_page_footer .btn, .step .gform_page_footer .gform_button, .gform_body .btn-holder .btn, .gform_body .btn-holder .gform_button, .gform_body .gform_page_footer .btn, .gform_body .gform_page_footer .gform_button, .gform_footer .btn-holder .btn, .gform_footer .btn-holder .gform_button, .gform_footer .gform_page_footer .btn, .gform_footer .gform_page_footer .gform_button {
  padding: 1.5rem 2rem;
  min-width: 25rem;
  font-size: 1.6rem;
}
.step .form-block, .gform_body .form-block, .gform_footer .form-block {
  font-size: 1.3rem;
  line-height: 1.538462;
}
.step .title, .gform_body .title, .gform_footer .title {
  display: block;
  font-size: 1.8rem;
  line-height: 1.333333;
  font-weight: 400;
  color: #21274d;
  margin-bottom: 0.5rem;
}
.step .title .req, .gform_body .title .req, .gform_footer .title .req {
  color: #d12032;
}
.step .radio-list, .step .gfield_radio, .step .gfield_checkbox, .gform_body .radio-list, .gform_body .gfield_radio, .gform_body .gfield_checkbox, .gform_footer .radio-list, .gform_footer .gfield_radio, .gform_footer .gfield_checkbox {
  color: #3e4364;
}
.grid .step .radio-list, .grid .step .gfield_radio, .grid .step .gfield_checkbox, .grid .gform_body .radio-list, .grid .gform_body .gfield_radio, .grid .gform_body .gfield_checkbox, .grid .gform_footer .radio-list, .grid .gform_footer .gfield_radio, .grid .gform_footer .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}
.step .radio-list li, .step .radio-list > *, .step .gfield_radio li, .step .gfield_radio > *, .step .gfield_checkbox li, .step .gfield_checkbox > *, .gform_body .radio-list li, .gform_body .radio-list > *, .gform_body .gfield_radio li, .gform_body .gfield_radio > *, .gform_body .gfield_checkbox li, .gform_body .gfield_checkbox > *, .gform_footer .radio-list li, .gform_footer .radio-list > *, .gform_footer .gfield_radio li, .gform_footer .gfield_radio > *, .gform_footer .gfield_checkbox li, .gform_footer .gfield_checkbox > * {
  margin-bottom: 0.7rem;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .step .radio-list li, .step .radio-list > *, .step .gfield_radio li, .step .gfield_radio > *, .step .gfield_checkbox li, .step .gfield_checkbox > *, .gform_body .radio-list li, .gform_body .radio-list > *, .gform_body .gfield_radio li, .gform_body .gfield_radio > *, .gform_body .gfield_checkbox li, .gform_body .gfield_checkbox > *, .gform_footer .radio-list li, .gform_footer .radio-list > *, .gform_footer .gfield_radio li, .gform_footer .gfield_radio > *, .gform_footer .gfield_checkbox li, .gform_footer .gfield_checkbox > * {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .step .radio-list li, .step .radio-list > *, .step .gfield_radio li, .step .gfield_radio > *, .step .gfield_checkbox li, .step .gfield_checkbox > *, .gform_body .radio-list li, .gform_body .radio-list > *, .gform_body .gfield_radio li, .gform_body .gfield_radio > *, .gform_body .gfield_checkbox li, .gform_body .gfield_checkbox > *, .gform_footer .radio-list li, .gform_footer .radio-list > *, .gform_footer .gfield_radio li, .gform_footer .gfield_radio > *, .gform_footer .gfield_checkbox li, .gform_footer .gfield_checkbox > * {
    width: 100%;
  }
}
.step .radio-list label, .step .gfield_radio label, .step .gfield_checkbox label, .gform_body .radio-list label, .gform_body .gfield_radio label, .gform_body .gfield_checkbox label, .gform_footer .radio-list label, .gform_footer .gfield_radio label, .gform_footer .gfield_checkbox label {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 2.8rem;
  position: relative;
}
.step .radio-list input, .step .gfield_radio input, .step .gfield_checkbox input, .gform_body .radio-list input, .gform_body .gfield_radio input, .gform_body .gfield_checkbox input, .gform_footer .radio-list input, .gform_footer .gfield_radio input, .gform_footer .gfield_checkbox input {
  position: fixed;
  top: -999rem;
  left: -999rem;
  opacity: 0;
  visibility: hidden;
}
.step .radio-list input:checked + .fake-input, .step .gfield_radio input:checked + .fake-input, .step .gfield_checkbox input:checked + .fake-input, .gform_body .radio-list input:checked + .fake-input, .gform_body .gfield_radio input:checked + .fake-input, .gform_body .gfield_checkbox input:checked + .fake-input, .gform_footer .radio-list input:checked + .fake-input, .gform_footer .gfield_radio input:checked + .fake-input, .gform_footer .gfield_checkbox input:checked + .fake-input {
  border: 2px solid #3a827b;
}
.step .radio-list input:checked + .fake-input:before, .step .gfield_radio input:checked + .fake-input:before, .step .gfield_checkbox input:checked + .fake-input:before, .gform_body .radio-list input:checked + .fake-input:before, .gform_body .gfield_radio input:checked + .fake-input:before, .gform_body .gfield_checkbox input:checked + .fake-input:before, .gform_footer .radio-list input:checked + .fake-input:before, .gform_footer .gfield_radio input:checked + .fake-input:before, .gform_footer .gfield_checkbox input:checked + .fake-input:before {
  opacity: 1;
}
.step .radio-list label, .step .gfield_radio label, .step .gfield_checkbox label, .gform_body .radio-list label, .gform_body .gfield_radio label, .gform_body .gfield_checkbox label, .gform_footer .radio-list label, .gform_footer .gfield_radio label, .gform_footer .gfield_checkbox label {
  position: relative;
  transition: all 0.3s linear;
}
.step .radio-list label:before, .step .radio-list label:after, .step .gfield_radio label:before, .step .gfield_radio label:after, .step .gfield_checkbox label:before, .step .gfield_checkbox label:after, .gform_body .radio-list label:before, .gform_body .radio-list label:after, .gform_body .gfield_radio label:before, .gform_body .gfield_radio label:after, .gform_body .gfield_checkbox label:before, .gform_body .gfield_checkbox label:after, .gform_footer .radio-list label:before, .gform_footer .radio-list label:after, .gform_footer .gfield_radio label:before, .gform_footer .gfield_radio label:after, .gform_footer .gfield_checkbox label:before, .gform_footer .gfield_checkbox label:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #3a827b;
  border-radius: 100%;
  opacity: 1;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid rgba(139, 141, 160, 0.6);
  background: transparent;
  position: absolute;
  left: 0;
  top: 11px;
  transform: translateY(-50%);
  border-radius: 100%;
  transition: all 0.3s linear;
}
.step .radio-list input:checked + label, .step .gfield_radio input:checked + label, .step .gfield_checkbox input:checked + label, .gform_body .radio-list input:checked + label, .gform_body .gfield_radio input:checked + label, .gform_body .gfield_checkbox input:checked + label, .gform_footer .radio-list input:checked + label, .gform_footer .gfield_radio input:checked + label, .gform_footer .gfield_checkbox input:checked + label {
  font-weight: 400;
}
.step .radio-list input:checked + label:before, .step .gfield_radio input:checked + label:before, .step .gfield_checkbox input:checked + label:before, .gform_body .radio-list input:checked + label:before, .gform_body .gfield_radio input:checked + label:before, .gform_body .gfield_checkbox input:checked + label:before, .gform_footer .radio-list input:checked + label:before, .gform_footer .gfield_radio input:checked + label:before, .gform_footer .gfield_checkbox input:checked + label:before {
  border: 2px solid #3a827b;
}
.step .radio-list input:checked + label:after, .step .gfield_radio input:checked + label:after, .step .gfield_checkbox input:checked + label:after, .gform_body .radio-list input:checked + label:after, .gform_body .gfield_radio input:checked + label:after, .gform_body .gfield_checkbox input:checked + label:after, .gform_footer .radio-list input:checked + label:after, .gform_footer .gfield_radio input:checked + label:after, .gform_footer .gfield_checkbox input:checked + label:after {
  background: #3a827b;
  width: 1rem;
  height: 1rem;
  border: none;
  left: 0.4rem;
}
.step .radio-list .fake-input, .step .gfield_radio .fake-input, .step .gfield_checkbox .fake-input, .gform_body .radio-list .fake-input, .gform_body .gfield_radio .fake-input, .gform_body .gfield_checkbox .fake-input, .gform_footer .radio-list .fake-input, .gform_footer .gfield_radio .fake-input, .gform_footer .gfield_checkbox .fake-input {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid rgba(139, 141, 160, 0.6);
  background: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  transition: all 0.3s linear;
}
.step .radio-list .fake-input:before, .step .gfield_radio .fake-input:before, .step .gfield_checkbox .fake-input:before, .gform_body .radio-list .fake-input:before, .gform_body .gfield_radio .fake-input:before, .gform_body .gfield_checkbox .fake-input:before, .gform_footer .radio-list .fake-input:before, .gform_footer .gfield_radio .fake-input:before, .gform_footer .gfield_checkbox .fake-input:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #3a827b;
  border-radius: 100%;
  opacity: 0;
}
.step .gfield_checkbox label, .gform_body .gfield_checkbox label, .gform_footer .gfield_checkbox label {
  position: relative;
  transition: opacity 0.3s linear;
}
.step .gfield_checkbox label:before, .step .gfield_checkbox label:after, .gform_body .gfield_checkbox label:before, .gform_body .gfield_checkbox label:after, .gform_footer .gfield_checkbox label:before, .gform_footer .gfield_checkbox label:after {
  border-radius: 0;
}
.step .gfield_checkbox label:after, .gform_body .gfield_checkbox label:after, .gform_footer .gfield_checkbox label:after {
  opacity: 0;
  border: none;
  display: block;
  transform: translateY(-50%) rotate(-45deg);
}
.step .gfield_checkbox input:checked + label:after, .gform_body .gfield_checkbox input:checked + label:after, .gform_footer .gfield_checkbox input:checked + label:after {
  content: "";
  width: 1.3rem;
  height: 0.7rem;
  position: absolute;
  top: 0.6rem;
  left: 0.25rem;
  border: 2px solid #3a827b;
  border-width: 0 0 2px 2px;
  opacity: 1;
  transform: rotate(-45deg);
  margin: 0;
  background: transparent;
}
.step .checkbox-list, .gform_body .checkbox-list, .gform_footer .checkbox-list {
  color: #3e4364;
  display: flex;
  flex-wrap: wrap;
}
.step .checkbox-list.full-width li, .gform_body .checkbox-list.full-width li, .gform_footer .checkbox-list.full-width li {
  width: 100% !important;
}
.step .checkbox-list li, .gform_body .checkbox-list li, .gform_footer .checkbox-list li {
  margin-bottom: 0.7rem;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .step .checkbox-list li, .gform_body .checkbox-list li, .gform_footer .checkbox-list li {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .step .checkbox-list li, .gform_body .checkbox-list li, .gform_footer .checkbox-list li {
    width: 100%;
  }
}
.step .checkbox-list label, .gform_body .checkbox-list label, .gform_footer .checkbox-list label {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 2.8rem;
  position: relative;
}
.step .checkbox-list input[type=checkbox], .gform_body .checkbox-list input[type=checkbox], .gform_footer .checkbox-list input[type=checkbox] {
  position: fixed;
  top: -999rem;
  left: -999rem;
  opacity: 0;
  visibility: hidden;
}
.step .checkbox-list input[type=checkbox]:checked + label, .gform_body .checkbox-list input[type=checkbox]:checked + label, .gform_footer .checkbox-list input[type=checkbox]:checked + label {
  border: 2px solid #3a827b;
}
.step .checkbox-list input[type=checkbox]:checked + label:before, .gform_body .checkbox-list input[type=checkbox]:checked + label:before, .gform_footer .checkbox-list input[type=checkbox]:checked + label:before {
  opacity: 1;
}
.step .checkbox-list .fake-input, .gform_body .checkbox-list .fake-input, .gform_footer .checkbox-list .fake-input {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(139, 141, 160, 0.6);
  background: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.step .checkbox-list .fake-input:before, .gform_body .checkbox-list .fake-input:before, .gform_footer .checkbox-list .fake-input:before {
  content: "";
  width: 1.3rem;
  height: 0.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #3a827b;
  border-width: 0 0 2px 2px;
  opacity: 0;
  transform: rotate(-45deg);
  margin: -0.5rem 0 0 -0.6rem;
}

/* success modal */
.success-block {
  font-size: 1.4rem;
  line-height: 1.25;
  color: #3e4364;
  width: 100%;
  max-width: 70rem;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 992px) {
  .success-block {
    font-size: 1.6rem;
  }
}
.success-block .icon-block {
  font-size: 6rem;
  margin-bottom: 3rem;
}
.success-block h2 {
  font-size: 2.4rem;
  line-height: 1.25;
  color: #21274d;
  margin-bottom: 1.6rem;
}

/* Registration block modal */
.registration-block, #eventSignupModal {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #21274d;
}
@media screen and (min-width: 992px) {
  .registration-block, #eventSignupModal {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.registration-block h1, .registration-block h2, #eventSignupModal h1, #eventSignupModal h2 {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 700;
  margin-bottom: 2.1rem;
}
@media screen and (min-width: 992px) {
  .registration-block h1, .registration-block h2, #eventSignupModal h1, #eventSignupModal h2 {
    font-size: 3.6rem;
    margin-bottom: 2.6rem;
  }
}
.registration-block .features-list, #eventSignupModal .features-list {
  text-align: center;
}
.registration-block .features-list li, #eventSignupModal .features-list li {
  display: inline;
  vertical-align: top;
  position: relative;
  padding: 0 2.2rem;
  text-align: center;
}
.registration-block .features-list li:before, #eventSignupModal .features-list li:before {
  content: "\e908";
  font-size: 0.9rem;
  margin-top: -0.3rem;
}
.registration-block .features-list li:after, #eventSignupModal .features-list li:after {
  content: "\a";
  white-space: pre;
}
.registration-block .bottom-block, #eventSignupModal .bottom-block {
  padding-top: 3.1rem;
  font-size: 1.4rem;
  line-height: 1.714286;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .registration-block .bottom-block, #eventSignupModal .bottom-block {
    padding-top: 3.5rem;
  }
}
.registration-block .bottom-block a:not(.btn), #eventSignupModal .bottom-block a:not(.btn) {
  text-decoration: underline;
}
.registration-block .bottom-block a:not(.btn):hover, #eventSignupModal .bottom-block a:not(.btn):hover {
  text-decoration: none;
}
.registration-block .btn:not(.gform_button), #eventSignupModal .btn:not(.gform_button) {
  padding: 1rem 1.8rem;
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 992px) {
  .registration-block .btn:not(.gform_button), #eventSignupModal .btn:not(.gform_button) {
    margin-bottom: 2.6rem;
    padding: 1rem 2.3rem;
  }
}

.gform_footer {
  text-align: right;
}
.gform_footer .btn {
  padding: 1.5rem 2rem;
  min-width: 25rem;
  font-size: 1.6rem;
}

.lost-password-link a {
  font-size: 1.4rem;
  line-height: 1.714286;
  font-weight: 500;
  text-decoration: underline;
}
.lost-password-link a:hover {
  text-decoration: none;
}

.success_reset {
  text-align: center;
  margin: 10px;
  font-size: 14px;
  margin: auto;
  margin-bottom: 30px;
}

.modal-content img.gform_ajax_spinner {
  display: none !important;
}
.modal-content .gform_page_footer {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .modal-content .gform_page_footer {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
  }
  .modal-content .gform_page_footer .gform_next_button, .modal-content .gform_page_footer input[type=submit] {
    grid-column: 3/3;
  }
}
.modal-content .gform_previous_button:hover {
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  #gf_page_steps_1 + .gform-body .gform_page_footer {
    flex-direction: row-reverse;
  }
}

.grid .gfield_radio, .grid .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}
.grid .gfield_radio li, .grid .gfield_radio > *, .grid .gfield_checkbox li, .grid .gfield_checkbox > * {
  margin-bottom: 0.7rem;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .grid .gfield_radio li, .grid .gfield_radio > *, .grid .gfield_checkbox li, .grid .gfield_checkbox > * {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .grid .gfield_radio li, .grid .gfield_radio > *, .grid .gfield_checkbox li, .grid .gfield_checkbox > * {
    width: 33.33%;
  }
}

.gf_page_steps {
  display: flex;
  width: 100%;
  padding-botttom: 1rem;
  border-bottom: none !important;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .gf_page_steps > * {
    flex: 1;
    text-align: center;
  }
}
.gf_page_steps * {
  font-size: 1.3rem;
}
.gf_page_steps .gf_step {
  display: none !important;
  margin: 0 !important;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gf_page_steps .gf_step {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-bottom: 2.5rem;
    margin: 0 1rem !important;
  }
  .gf_page_steps .gf_step.gf_step_hidden {
    display: none !important;
  }
}
.gf_page_steps .gf_step.gf_step_active {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.gf_page_steps .gf_step_number {
  font-size: 1rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  margin-right: 1rem;
}
.gf_page_steps .gf_step_label {
  padding-left: 0 !important;
}

fieldset.field-type-address legend {
  display: none;
}
fieldset.field-type-address input {
  display: block;
  width: 100%;
  height: auto;
  padding: 1.4rem 2.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.375;
  color: #3e4364;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.1rem solid rgba(139, 141, 160, 0.6);
  border-radius: 0.3rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 1.5rem;
}

.gform_validation_errors {
  display: none;
}

html .gfield_error .validation_message {
  font-weight: 500;
  font-size: 1.3rem;
}

html .gform_wrapper.gravity-theme .gf_step:not(.gf_step_active) {
  opacity: 0.45;
}

html .gform_wrapper .gfield_error .gfield_repeater_cell label, html .gform_wrapper .gfield_error legend, html .gform_wrapper .gfield_validation_message, html .gform_wrapper .validation_message, html .gform_wrapper [aria-invalid=true] + label, html .gform_wrapper label + [aria-invalid=true] {
  color: #dc3545;
}

.login-submit {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .login-submit {
    text-align: left;
  }
}

.lost-password-link {
  display: flex;
  align-self: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lost-password-link {
    text-align: right;
  }
}

.gform_required_legend {
  display: none;
}

.gform_title {
  margin-bottom: 4rem;
}

html .gform_wrapper.gravity-theme .gform_previous_button.button {
  color: #21274d;
  border-color: currentcolor;
  opacity: 0.5;
  transition: all 0.25s ease-in-out;
}
html .gform_wrapper.gravity-theme .gform_previous_button.button:hover {
  opacity: 1;
  transition: all 0.25s ease-in-out;
  color: #21274d !important;
  border-color: #21274d;
}

.gform_body .ginput_password {
  padding-left: 0 !important;
}
@media screen and (max-width: 640px) {
  .gform_body .ginput_password {
    padding-right: 0 !important;
  }
}

/* ---------------------------------------------------------
   8. Footer styles
   ---------------------------------------------------------*/
/* footer styles */
#footer {
  font-size: 1.6rem;
  line-height: 1.5625;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  text-decoration: none;
  color: #3a827b;
}
#footer h5 {
  font-size: 2.6rem;
  line-height: 1.153846;
  font-weight: 700;
  font-family: "Poppins", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 1.7rem;
  color: #ffffff;
}
#footer p {
  margin-bottom: 2.3rem;
}
#footer .btn {
  padding: 1rem 2.1rem;
}

/* mail list styles */
.mail-list {
  letter-spacing: 0.24px;
}
.mail-list a {
  font-weight: 700;
  text-decoration: underline;
}
#footer .mail-list a {
  color: #5cb5a9;
}
#footer .mail-list a:hover {
  text-decoration: none;
  color: #ffffff;
}

/* social styles */
.social {
  font-size: 3.7rem;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .social {
    font-size: 3.1rem;
    line-height: 0.9;
  }
}
@media print {
  .social {
    display: none !important;
  }
}
.social li + li {
  margin-left: 2.6rem;
}
@media screen and (min-width: 768px) {
  .social li + li {
    margin-left: 0.8rem;
  }
}

.footer-text {
  font-family: "Work Sans", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* footer bottom styles */
.footer-bottom {
  position: relative;
  font-family: "Poppins", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media print {
  .footer-bottom {
    display: none !important;
  }
}
.footer-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  width: 101vw;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}

/* footer navigations styles */
@media print {
  .footer-nav {
    display: none !important;
  }
}
.footer-nav li + li {
  margin-left: 4.1rem;
}

@media print {
  .options-list {
    display: none !important;
  }
}
.options-list li + li {
  margin-left: 4.8rem;
}

@media print {
  .footer-logo {
    display: none;
  }
}

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