/*Header*/
header {
  background: #073a61;
  padding: 16px 0 0 0;
  margin-bottom: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
  position: relative;
}

header .container {
  max-width: 100%;
  padding: 0 30px;
}

@media (max-width: 446px) {
  header .container .row .col-6 {
    width: 50%;
  }

  header .container .row .col-12.col-sm-12.headerrighbtns {
    width: 100%;
  }
}

header .togglebtnouter,
header .headerrighbtns,
header .textcenter {
  padding-bottom: 16px;
}

header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

.headerrighbtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.headerrighbtns button {
  background: none;
  border: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.headerrighbtns .searchicon {
  margin-left: 15px;
}

.headerrighbtns .searchicon span {
  display: none;
}

.headerrighbtns a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 20px;
}

.headerrighbtns a:hover {
  color: #73ae00;
}

.headerrighbtns a:first-child {
  position: relative;
}

.headerrighbtns a:first-child::before {
  content: "/";
  position: absolute;
  color: #fff;
  right: -15px;
}

@media (max-width: 1199px) {
  header .menu-collapser {
    display: none !important;
  }

  header .main-menu #nav {
    display: block !important;
  }

  header .main-menu ul li .sub-toggle {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 11px;
  }

  header .main-menu ul li .sub-toggle.expanded {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .main-menu {
    top: 63px;
  }
}

.user-logged-in .headerrighbtns a:first-child {
  position: relative;
}

.user-logged-in .headerrighbtns a:first-child::before {
  content: "";
  position: absolute;
}

@media (max-width: 767px) {
  header .col-4.togglebtnouter {
    width: 40px;
    padding-right: 0;
  }

  header .col-8.textcenter {
    width: calc(100% - 45px);
    padding-left: 0;
    padding-right: 20px;
  }

  .main-menu {
    top: 57px;
  }

  .headerrighbtns a:first-child::before {
    content: "";
  }

  .headerrighbtns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

header .textcenter a img {
  max-width: 320px;
  object-fit: cover;
  width: 100%;
  /* height: 40px; */
}

footer {
  background: #073a61;
  padding-top: 32px;
}

footer * {
  color: #ffffff;
}

footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 2rem;
}

footer h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

footer .footer-col-2 {
  width: 25%;
}

footer .footer-col-3 {
  width: 32%;
}

footer .footer-col-1 {
  width: 43%;
}

footer .footer-col-1 p {
  max-width: 525px;
  line-height: 160%;
}

footer .footer-col {
  padding: 60px 15px;
}

footer .footer-col li {
  margin-bottom: 10px;
}

footer .footer-col li a {
  color: #fff;
}

footer .footer-col li a:hover {
  text-decoration: underline;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.social-block {
  margin: 0 0 32px 0;
}

.social-block p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;

  font-family: 'Open Sans', sans-serif;
}

.social-block p a:hover {
  -webkit-filter: invert(14%) sepia(70%) saturate(6141%) hue-rotate(191deg) brightness(87%) contrast(98%);
  filter: invert(14%) sepia(70%) saturate(6141%) hue-rotate(191deg) brightness(87%) contrast(98%);
}

.social-block p a:hover img {
  -webkit-filter: invert(14%) sepia(70%) saturate(6141%) hue-rotate(191deg) brightness(87%) contrast(98%);
  filter: invert(14%) sepia(70%) saturate(6141%) hue-rotate(191deg) brightness(87%) contrast(98%);
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #073a61;
}

.copyright p {
  color: #fff;
  margin: 20px 0 20px 0;
}

@media (max-width: 767px) {
  .path-frontpage footer {
    margin-top: 25px;
  }

  .social-block {
    margin-bottom: 5px;
  }

  .social-block p {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
    font-size: 16px;
  }

  .social-block p a img {
    width: 120px;
    height: 30px;
  }

  footer {
    padding-bottom: 0;
  }

  footer .footer-top {
    margin-bottom: 20px;
  }

  footer .footer-col-1,
  footer .footer-col-2,
  footer .footer-col-3 {
    width: 100%;
    padding: 10px 15px;
  }
}

.gray-box {
  padding: 24px 24px 24px 24px;
  background: rgba(24, 23, 22, 0.05);
  margin-bottom: 30px;
}

.gray-box p {
  /* font-family: "Georgia"; */
  font-family: 'Open Sans', sans-serif;
}

.gray-box.author-detail img {
  max-width: 100%;
}

.gray-box.author-detail p {
  font-size: 14px;
}

.gray-box.author-detail li {
  font-size: 14px;
  line-height: normal;
}

body .gray-box.author-detail ul {
  padding: 0 0 0 15px;
}

.gray-box.manage-profile {
  padding-top: 23px;
}

.gray-box.manage-profile img {
  max-width: 100%;
}

.gray-box.manage-profile h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

.gray-box.manage-profile .btn {
  margin-top: 24px;
}

.gray-box.member-author-detail {
  padding-top: 24px;
}

.gray-box.member-author-detail .member-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.gray-box.member-author-detail .member-author img {
  height: 90px;
  width: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.gray-box.member-author-detail h4 {
  font-weight: 700;
  font-size: 20px;
}

.gray-box.member-author-detail p {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 160%;
  /* font-family: "Georgia"; */
  font-family: 'Open Sans', sans-serif;
}

.gray-box.member-author-detail ul {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
}

.gray-box.member-author-detail ul li {
  margin-bottom: 7px;
}

.gray-box.member-author-detail ul li img {
  margin-right: 7px;
}

.gray-box.member-author-detail ul li a {
  /* font-family: "Georgia"; */
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: rgba(24, 23, 22, 0.7);
}

.gray-box.member-author-detail ul li a img {
  opacity: 1;
  -webkit-filter: invert(0%);
  filter: invert(0%);
}

.gray-box.member-author-detail h6 {
  font-weight: 700;
  color: #181716;
  margin: 20px 0 0 0;
}

.gray-box .sticky-sidebar {
  position: relative;
}

.gray-box .sticky-sidebar ul {
  max-height: 450px;
  overflow: auto;
  margin-top: 45px;
  padding-top: 5px;
  margin-bottom: 0;
}

.gray-box .sticky-sidebar ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: rgba(245, 245, 245, 0.8784313725);
}

.gray-box .sticky-sidebar ul::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(245, 245, 245, 0.8784313725);
}

.gray-box .sticky-sidebar ul::-webkit-scrollbar-thumb {
  background-color: #73ae00;
}

.gray-box .sticky-sidebar ul .label {
  position: absolute;
  top: -40px;
}

.gray-box .sticky-sidebar ul .label h3 {
  margin: 0px 0 20px 0;
}

.gray-box.author-detail {
  padding-top: 24px;
}

.green-box {
  border: 1px solid var(--2, #73ae00);
  background: rgba(105, 156, 1, 0.1);
  padding: 24px;
}

.green-box.broucher .btn {
  margin-top: 24px;
}

.avertisement-block {
  padding: 24px;
  border: 1px solid rgba(94, 93, 92, 0.15);
  margin-bottom: 30px;
  text-align: center;
}

.avertisement-block h4 {
  font-weight: 700;
  font-size: 20px;
  margin: 16px 0 0 0;
}

.avertisement-block p {
  margin: 16px 0 0 0;
}

.avertisement-block p a {
  color: #1d537f;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
}

.detail-page .gray-box ul {
  padding-left: 0;
}

.detail-page .gray-box ul a {
  opacity: 1;
  display: block;
  line-height: 150%;
}

.gray-box .checkbox label {
  text-transform: none;
}

@media (max-width: 1299px) {
  .register-block h5 {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .gray-box .close-btn {
    display: none;
  }

  .sticky-sidebar {
    position: sticky;
    top: 0;
  }
}

@media (max-width: 991px) {
  .refine-items {
    display: none;
  }

  .category-items {
    display: none;
  }

  .author-items {
    display: none;
  }

  .refine-items.active,
  .category-items.active,
  .author-items.active {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f3f3f3;
    z-index: 1;
  }
}

.col-4-lg {
  position: relative;
}

.sticky-sidebar-2 {
  position: absolute;
  top: 0;
}

.sticky-sidebar-2.sidebarfixed {
  position: fixed;
}

@media (min-width: 768px) {
  .mobile-sidebat-btns {
    display: none;
  }
}

@media (max-width: 767px) {
  .green-box.broucher .btn {
    margin-left: 0;
  }

  .avertisement-block {
    padding: 20px;
  }

  .sticky-sidebar .author-detail .author-detail .col-8,
  .sticky-sidebar .author-detail .author-detail .col-4 {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sticky-sidebar .author-detail .author-detail .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sticky-sidebar .author-detail .col-4 {
    margin-bottom: 20px;
  }

  .author-detail .col-md-9 {
    padding: 0px 8px;
  }

  .author-detail .col-md-3 {
    padding: 0px 8px;
  }

  .gray-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .green-box {
    padding: 20px;
  }

  .green-box.broucher img {
    max-width: none;
    width: 100%;
  }

  .mobile-sidebat-btns {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f3f3f3;
    border-top: 1px solid #ddd;
    z-index: 9999 !important;
  }

  .mobile-sidebat-btns svg {
    margin-right: 10px;
  }

  .mobile-sidebat-btns button {
    border: 0;
    padding: 15px 0;
    background: none;
    width: 100%;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* font-family: "Work Sans", sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-right: 1px solid #ddd;
    gap: 8px;
  }

  .mobile-sidebat-btns button:last-child {
    border-right: 0;
  }
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Georgia";
  src: url("../fonts/Georgia.woff2") format("woff2"), url("../fonts/Georgia.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "georgiabold";
  src: url("../georgia-grassetto-webfont.woff2") format("woff2"), url("../georgia-grassetto-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Italic.woff2") format("woff2"), url("../fonts/Merriweather-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-BlackItalic.woff2") format("woff2"), url("../fonts/Merriweather-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Black.woff2") format("woff2"), url("../fonts/Merriweather-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Bold.woff2") format("woff2"), url("../fonts/Merriweather-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Light.woff2") format("woff2"), url("../fonts/Merriweather-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-BoldItalic.woff2") format("woff2"), url("../fonts/Merriweather-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-BlackItalic.woff2") format("woff2"), url("../fonts/WorkSans-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-BoldItalic.woff2") format("woff2"), url("../fonts/WorkSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Regular.woff2") format("woff2"), url("../fonts/Merriweather-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Black.woff2") format("woff2"), url("../fonts/WorkSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-LightItalic.woff2") format("woff2"), url("../fonts/Merriweather-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Bold.woff2") format("woff2"), url("../fonts/WorkSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Light.woff2") format("woff2"), url("../fonts/WorkSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Italic.woff2") format("woff2"), url("../fonts/WorkSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-MediumItalic.woff2") format("woff2"), url("../fonts/WorkSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-ExtraLight.woff2") format("woff2"), url("../fonts/WorkSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-ExtraLightItalic.woff2") format("woff2"), url("../fonts/WorkSans-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-ExtraBold.woff2") format("woff2"), url("../fonts/WorkSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-LightItalic.woff2") format("woff2"), url("../fonts/WorkSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/WorkSans-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Medium.woff2") format("woff2"), url("../fonts/WorkSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/WorkSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-SemiBold.woff2") format("woff2"), url("../fonts/WorkSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Regular.woff2") format("woff2"), url("../fonts/WorkSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Thin.woff2") format("woff2"), url("../fonts/WorkSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-ThinItalic.woff2") format("woff2"), url("../fonts/WorkSans-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

body {
  font-size: 16px;
  /* font-family: "Merriweather", serif; */
  font-family: 'Open Sans', sans-serif;
  line-height: 110%;
}

img {
  max-width: 100%;
}

p {
  line-height: 150%;
  /* font-family: "Georgia"; */
  font-family: 'Open Sans', sans-serif;
}

.container {
  max-width: 1610px;
  padding-left: 12px;
  padding-right: 12px;
}

.container.medium {
  max-width: 1410px;
}

@media (max-width: 1499px) {
  .container.medium {
    padding: 0 12px !important;
  }
}

.textleft {
  text-align: left;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h5 {
  font-weight: 700;
}

h2 {
  font-size: 36px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}

.row>* {
  padding-left: 15px;
  padding-right: 15px;
}

.main-left {
  width: 330px;
}

.main-center {
  width: calc(100% - 660px);
}

.main-right {
  width: 330px;
}

.col-3-md {
  width: 330px;
}

.col-9-md {
  width: calc(100% - 330px);
}

.col-8-lg {
  width: calc(100% - 400px);
}

.col-4-lg {
  width: 400px;
}

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

ul.list-style2 li {
  font-size: 14px;
  font-weight: 400;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  color: rgba(24, 23, 22, 0.8);
  margin-bottom: 16px;
  position: relative;
  padding-left: 25px;
}

ul.list-style2 li:before {
  content: "";
  height: 25px;
  width: 25px;
  background: url("../images/red-tick.svg") no-repeat;
  background-position: center;
  position: absolute;
  left: -3px;
  top: -2px;
}

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

ul.list-style1 li {
  font-size: 14px;
  font-weight: 400;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

ul.list-style1 li:before {
  content: "";
  height: 25px;
  width: 25px;
  background: url("../images/list-style1.svg") no-repeat;
  background-position: center;
  position: absolute;
  left: -3px;
  top: -2px;
}

.iframe {
  position: relative;
}

.iframe:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {

  .col-8-lg,
  .col-4-lg,
  .col-9-md,
  .col-3-md {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mobile-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .mobile-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.page-banner-with-description {
  background: #073A61;
  padding: 80px 0;
}

.page-banner-with-description * {
  color: #fff;
}

.page-banner-with-description.left {
  text-align: left;
}

.page-banner-with-description.right {
  text-align: right;
}

.page-banner-with-description h1 {
  font-size: 48px;
  margin-top: 10px;
}

.page-banner-with-description p {
  /* font-family: "Georgia"; */
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .page-banner-with-description {
    padding: 32px 0;
  }

  .page-banner-with-description h1 {
    font-size: 36px;
  }
}

.form-control {
  background: #fff;
  border: 1px solid rgba(24, 23, 22, 0.2);
  border-radius: 0;
  height: 51px;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000;
}

textarea.form-control {
  height: 130px;
  resize: none;
}

input[type=checkbox].form-control {
  display: none;
}

.form-group {
  margin-bottom: 20px;
}

.form-group .password-parent {
  max-width: 100%;
}

.form-group .confirm-parent {
  max-width: 100%;
}

.form-group .password-suggestions {
  max-width: 100%;
}

.form-group .password-suggestions ul {
  margin: 15px 0;
}

.form-group .password-suggestions ul li {
  padding-bottom: 5px;
}

label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 8px;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
}

.form-group.checkbox {
  margin-bottom: 10px;
  border: 0;
}

.form-group.checkbox input {
  display: none;
}

.form-group.checkbox label {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  padding-left: 30px;
  cursor: pointer;
}

.form-group.checkbox label:before {
  content: "";
  height: 20px;
  width: 20px;
  border: 2px solid #181716;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: -2px;
  border-radius: 3px;
}

.form-group.radio {
  margin-bottom: 10px;
  border: 0;
}

.form-group.radio input {
  display: none;
}

.form-group.radio label {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  padding-left: 30px;
  cursor: pointer;
}

.form-group.radio label:before {
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 2px solid #181716;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: -2px;
}

input[type=checkbox]:checked~label:before {
  opacity: 1;
  background: #181716;
}

input[type=checkbox]:checked~label:after {
  content: "";
  height: 8px;
  width: 14px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
  position: absolute;
  left: 3px;
  top: 2px;
}

input[type=radio]:checked~label:before {
  opacity: 1;
  border-color: #000;
}

input[type=radio]:checked~label:after {
  content: "";
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 6px;
  top: 4px;
}

label {
  width: 100%;
}

.select-outer label {
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.7;
  margin-bottom: 10px;
}

select {
  width: 100%;
  border: 1px solid rgba(24, 23, 22, 0.3);
  height: 51px;
  padding: 0 15px;
  font-weight: 500;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  background: #ffffff;
}

.select-outer {
  margin-bottom: 15px;
  position: relative;
}

.select-outer:before {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 30px;
  height: 49px;
  background: #fff;
  pointer-events: none;
}

.select-outer:after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 30px;
  height: 49px;
  background: url("../images/select-arrow.svg") no-repeat;
  background-position: center;
  pointer-events: none;
}

.form-group.outline {
  border: 1px solid rgba(94, 93, 92, 0.2);
  padding: 14px 0 7px 20px;
}

.form-radios .form-type-radio {
  border: 1px solid rgba(94, 93, 92, 0.2);
  padding: 14px 0 7px 20px;
}

.form-radios .form-type-radio label {
  font-size: 16px;
  font-weight: 400;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  padding-left: 5px;
  cursor: pointer;
  position: relative;
  top: -6px;
}

.form-radios .form-type-radio input[type=radio] {
  width: 22px;
  height: 22px;
  accent-color: #4c4c4c;
}

.form-radios .form-type-radio input[type=radio]:focus-visible {
  outline: 0;
}

.form-checkboxes .form-type-checkbox {
  border: 1px solid rgba(94, 93, 92, 0.2);
  padding: 12px 0 12px 14px;
}

.form-checkboxes .form-type-checkbox label {
  font-size: 16px;
  font-weight: 400;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  padding-left: 5px;
  cursor: pointer;
  position: relative;
  top: 6px;
}

.form-checkboxes .form-type-checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #000;
}

.form-check-input:checked[type=checkbox] {
  background-color: #000;
  border: #000;
}

#edit-field-read-and-agree--2 .js-form-item {
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

#edit-field-read-and-agree--2 .js-form-item label {
  font-size: 14px;
  text-transform: unset;
}

#edit-field-read-and-agree--2 .js-form-item label::after {
  content: "";
  left: -27px;
}

#edit-field-continuing-professional-ed--2 label::after {
  width: 10px;
  left: -13px;
  height: 6px;
  top: 3px;
}

fieldset[id^=edit-field-read-and-agree] legend {
  display: none;
}

fieldset[id^=edit-field-qib--2--wrapper] legend {
  display: none;
}

fieldset[id^=edit-field-qib--2--wrapper] .form-checkboxes .form-type-checkbox {
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}

fieldset[id^=edit-field-qib--2--wrapper] .form-checkboxes .form-type-checkbox label {
  font-size: 14px;
  text-transform: unset;
  float: left;
  margin-bottom: 0;
}

fieldset[id^=edit-field-qib--2--wrapper] .form-checkboxes .form-type-checkbox label:after {
  left: -27px !important;
}

#edit-field-primary .form-type-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0 14px 20px;
}

#edit-field-primary .form-type-radio label {
  top: 4px;
}

#edit-field-primary .form-type-radio label span {
  margin: 0;
}

#edit-field-secondary .form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0 14px 20px;
}

#edit-field-secondary .form-type-checkbox label {
  top: 6px;
}

#edit-field-secondary .form-type-checkbox label span {
  margin: 0;
}

#edit-field-secondary .form-type-checkbox .form-check-input:checked[type=checkbox] {
  background-color: #4c4c4c;
  border: #4c4c4c;
}

.form-item--error-message {
  margin-top: 5px;
}

.form-item--error-message strong {
  font-size: 14px;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: red;
}

.form-item--error-message strong a {
  color: #181716;
}

.form-item--error-message strong a:hover {
  opacity: 0.9;
}

#user-register-form input[type=checkbox]:checked~label:after {
  border: 0;
}

#user-register-form input[type=radio]:checked~label:after {
  background-color: transparent;
}

form.comment-comment-form textarea {
  padding: 20px 16px;
}

form.comment-comment-form textarea::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 18.77px;
  color: #181716;
  opacity: 0.5;
}

form.comment-comment-form textarea::-moz-placeholder {
  font-size: 16px;
  line-height: 18.77px;
  color: #181716;
  opacity: 0.5;
}

form.comment-comment-form textarea:-ms-input-placeholder {
  font-size: 16px;
  line-height: 18.77px;
  color: #181716;
  opacity: 0.5;
}

form.comment-comment-form textarea::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18.77px;
  color: #181716;
  opacity: 0.5;
}

form.comment-comment-form textarea::placeholder {
  font-size: 16px;
  line-height: 18.77px;
  color: #181716;
  opacity: 0.5;
}

form.comment-comment-form input.form-submit {
  background: #73ae00;
  border: 1px solid #73ae00;
  color: #ffffff;
  margin-left: 0;
}

form.comment-comment-form input.form-submit:hover {
  background: #ffffff;
  color: #73ae00;
}

form.comment-comment-form .text-format-wrapper.form-item {
  margin-bottom: 40px;
}

form.comment-comment-form .form-type-textarea label {
  color: #181716;
  letter-spacing: 1.12px;
}

form.comment-comment-form .fivestar-none-text {
  margin-bottom: 40px;
}

.field--type-comment.comment-wrapper h2.title.comment-form__title {
  margin-bottom: 40px;
  margin-top: 40px;
}

.select-registration-roles .form-type-radio input[type=radio]:checked~label:after {
  opacity: 0;
}

footer.comment__meta {
  background: transparent;
  border: 1px solid #ddd;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

footer.comment__meta .content .field.field--type-fivestar {
  display: none;
}

footer.comment__meta .content .field--name-comment-body p {
  line-height: 150%;
  opacity: 0.7;
  color: #181716;
  margin: 12px 0 0 0;
}

footer.comment__meta .content h3 a {
  color: #181716;
  /* font-family: Georgia; */
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

footer.comment__meta .content ul.links.inline {
  border: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 24px;
}

footer.comment__meta .content ul.links.inline li {
  display: inline-block;
  margin-bottom: 0;
  border-right: 1px solid #ddd;
  padding: 0;
}

footer.comment__meta .content ul.links.inline li:last-child {
  border: 0;
}

footer.comment__meta .content ul.links.inline a {
  color: #181716;
  /* font-family: Work Sans; */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 24px;
  display: inline-block;
}

footer.comment__meta .content .field--name-field-comments {
  margin-bottom: 15px;
}

footer.comment__meta p.comment__submitted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  color: #181716;
  /* font-family: Work Sans; */
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  opacity: 1;
  margin-bottom: 3px;
}

footer.comment__meta p.comment__submitted a.username {
  color: #181716;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3px;
}

footer.comment__meta .field--name-field-profile-picture img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

footer.comment__meta .stat-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

footer.comment__meta .stat-rating>img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.comment-wrapper article.comment {
  margin-bottom: 32px;
}

.comment-form a {
  color: #73ae00;
}

.comment-form .filter-guidelines-item h4.label {
  margin-bottom: 20px;
  display: block;
  margin-top: 30px;
}

form.ajax-comments-form-reply .fivestar-basic {
  display: none;
}

.write-review {
  background: rgba(24, 23, 22, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px;
}

@media (max-width: 575px) {
  .write-review {
    gap: 20px;
    padding: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .write-review .rating-btn .btn.btn-primary {
    text-indent: -9999px;
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.10177 25.3301C2.3888 25.3301 0.960938 23.926 0.960938 21.2367V6.93422C0.960938 4.24505 2.3888 2.81716 5.10177 2.81716H17.9527L15.3825 5.38735H5.14937C4.07847 5.38735 3.5311 5.9109 3.5311 7.0532V21.0939C3.5311 22.2362 4.07847 22.7598 5.14937 22.7598H19.6422C20.3563 22.7598 20.9035 22.2362 20.9035 21.0939V11.0037L23.4499 8.45729V21.2367C23.4499 23.926 22.0221 25.3301 19.6662 25.3301H5.10177ZM9.7423 17.2625C9.26649 17.453 8.76672 16.977 8.98077 16.501L10.1231 14.1451L21.3558 2.88856L23.4976 4.95898L12.2174 16.2392L9.7423 17.2625ZM24.5447 3.88808L22.4266 1.79384L23.4976 0.746744C24.0212 0.199394 24.8065 0.199394 25.3062 0.699143L25.6155 1.00853C26.0915 1.48448 26.1153 2.19841 25.568 2.74578L24.5447 3.88808Z' fill='black'/%3E%3C/svg%3E%0A");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
  }

  .write-review .rating-btn .btn.btn-primary:focus:visited {
    background-color: transparent;
  }

  .write-review .rating-btn .btn.btn-primary:hover {
    background-color: transparent;
  }

  .write-review .rating-btn .btn.btn-primary:active {
    background-color: transparent;
  }
}

.write-review .rating-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.write-review .rating-desc img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.write-review .rating-desc .ratings h6 {
  color: #181716;
  /* font-family: Work Sans; */
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 4px;
}

.write-review .rating-desc .ratings p {
  color: #181716;
  /* font-family: Work Sans; */
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.6;
  margin: 0;
}

.write-review-box {
  display: none;
}

@media (max-width: 575px) {
  .write-review-box {
    margin-bottom: 30px;
  }
}

.write-review-box.active {
  display: block;
}

.field--name-field-comments .write-review-box+article.comment {
  margin-top: 32px !important;
}

.field--name-field-comments .write-review-box+article.comment+form {
  margin-bottom: 32px;
}

.comment-wrapper article.comment+form {
  margin-bottom: 32px;
}

.comment_load_more_pager a {
  color: rgba(24, 23, 22, 0.8);
  /* font-family: Work Sans; */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.comment_load_more_pager a:hover {
  background: rgb(24, 23, 22);
  color: #fff;
}

.rating-and-comment-section {
  margin-top: 32px;
  margin-bottom: 32px;
}

.rating-and-comment-section h3 {
  margin-bottom: 0;
  color: #181716;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

form.user-pass input.form-submit {
  margin-left: 0;
  width: 100%;
  text-align: center;
  background: #73ae00;
  border: 1px solid #73ae00;
  color: #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

form.user-pass label {
  color: #181716;
}

form.user-pass .form-item-name+p {
  display: none;
}

form.my-interests fieldset legend span.fieldset-legend {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 32px;
  display: block;
}

.field-cpe .form-item {
  border: 0 !important;
  padding-left: 0 !important;
}

.field-cpe .form-item input {
  width: 15px !important;
  height: 15px !important;
}

.field-cpe .form-item label {
  font-size: 14px;
  line-height: 16.42px;
  text-transform: unset;
}

.field-cpe legend {
  display: none;
}

.togglebtnouter {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.togglebtn {
  background: none;
  border: 0;
  padding: 0;
  position: relative;
  height: 19px;
  width: 24px;
}

.togglebtn span {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.togglebtn span:first-child {
  top: 0;
}

.togglebtn span:nth-child(2) {
  top: 7px;
}

.togglebtn span:nth-child(3) {
  top: 14px;
}

.togglebtn samp {
  display: none;
}

.togglebtn.active span:first-child {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.togglebtn.active span:nth-child(2) {
  display: none;
}

.togglebtn.active span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.togglebtn:hover span {
  background: #73ae00;
}

.btn {
  font-size: 14px;
  font-weight: 700;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 13px 24px;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn:active:focus,
.btn:focus:visited {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn img {
  margin-left: 10px;
}

.btn.medium {
  padding: 10px 24px;
}

.btn.full {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn.btn-primary {
  background: none;
  border: 1px solid #181716;
  color: #181716;
}

.btn.btn-primary:hover {
  background: #181716;
  color: #ffffff;
}

.btn.btn-secondary {
  background: #73ae00;
  border: 1px solid #5d8b00;
  color: #ffffff;
}

.btn.btn-secondary:hover {
  background: #ffffff;
  color: #73ae00;
}

.btn.btn-steal-blue {
  background: #073A61;
  border: 1px solid #052d4b;
  color: #ffffff;
}

.btn.btn-steal-blue:hover {
  background: #ffffff;
  color: #073A61;
}

.btn.btn-secondary:hover img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.btn.btn-secondary.dark {
  border-color: #73ae00;
  color: #ffffff;
}

.btn.btn-secondary.dark:hover {
  color: #73ae00;
  background: #ffffff;
}

.btn.btn-tritory {
  background: #73ae00;
  border: 1px solid #5d8b00;
  color: #ffffff !important;
}

.btn.btn-tritory:hover {
  background: #ffffff;
  color: #73ae00 !important;
}

.btn.btn-tritory:hover img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.btn.btn-dark {
  background: #181716;
  border: 1px solid #181716;
  color: #ffffff;
}

.btn.btn-dark:hover {
  background: #ffffff;
  color: #181716;
}

.btn.btn-dark:hover img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.btn.tpt {
  border-color: #181716;
  color: #181716;
  background: #ffffff;
}

.btn.tpt:hover {
  color: #ffffff;
  background: #181716;
}

.down-arrow-btn {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-right: 15px;
  color: rgb(29, 83, 127);
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  border: 0;
  background: none;
}

.down-arrow-btn:after {
  content: "";
  background: url("../images/blue-down-arrow.svg") no-repeat;
  background-position: center;
  right: -8px;
  bottom: 2px;
  width: 20px;
  height: 15px;
  position: absolute;
  -webkit-transition: all ease-in-out 0.5;
  transition: all ease-in-out 0.5;
}

.link-item {
  background: #1d537f;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  display: block;
  padding: 12px 10px;
  margin: 0 0 15px 0;
}

.link-item:hover {
  background-color: #000;
  color: #fff;
}

.link-item:after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 11px;
  background: url("../images/link-icon.svg") no-repeat;
  pointer-events: none;
}

.signup-description {
  background: #181716;
  padding: 80px;
  min-height: 100vh;
}

.user-form ul.list-style1 li {
  font-size: 18px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.user-form .spacer {
  height: 40px;
  width: 100%;
}

.user-form .row {
  margin: 0;
}

.user-form .container-fluid {
  padding: 0;
}

.user-form ul {
  margin: 70px 0;
}

.user-form h3 {
  color: #fff;
}

.user-form .signup-description a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  color: #73ae00;
  border-bottom: 1px solid #73ae00;
  display: inline-block;
  padding-bottom: 2px;
}

.user-form .signup-description a:hover {
  color: #fff;
  border-color: #fff;
}

.signup-form {
  padding: 130px;
  background: #ffffff;
}

@media (max-width: 1499px) {
  .signup-form {
    padding: 130px 30px;
  }
}

.signup-form h5 {
  margin-bottom: 30px;
}

.signup-form h2 {
  margin-bottom: 16px;
}

.signup-form small {
  text-transform: uppercase;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  opacity: 0.7;
  font-size: 14px;
  margin: 15px 0 15px 0;
  display: block;
}

.signup-form .radio label,
.signup-form .checkbox label {
  text-transform: none;
}

.signup-form .extra-notes small {
  text-transform: none;
  display: block;
  margin: 30px 0;
  font-weight: 400;
}

.signup-form .extra-notes label {
  font-size: 14px;
}

.signup-form .extra-notes label:before {
  height: 17px;
  width: 17px;
  top: 3px;
}

.signup-form .extra-notes input[type=checkbox]:checked~label::after {
  content: "";
  height: 6px;
  width: 12px;
  left: 3px;
  top: 7px;
}

.signup-form form.user-register-form input.form-submit.btn {
  margin-left: 0;
  background: #73ae00;
  border: 1px solid #73ae00;
  color: #ffffff;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.signup-form form.user-register-form input.form-submit.btn:hover {
  background: #ffffff;
  color: #73ae00;
}

.signup-form form.user-register-form fieldset.fieldgroup legend {
  margin-bottom: 24px;
}

.signup-form form.user-register-form fieldset.fieldgroup legend span>span {
  color: #5e5d5c;
  font-size: 16px;
  /* font-family: "Work Sans"; */
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  .signup-form form.user-register-form .multi-steps-label {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.form-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 40px 0;
}

.form-steps a {
  color: rgb(94, 93, 92);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  border: 1px solid rgba(94, 93, 92, 0.3);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  height: 40px;
}

.form-steps a.active {
  background: #73ae00;
  border-color: #73ae00;
  color: #fff;
}

.form-steps a.active svg path {
  fill: #fff;
}

.form-steps a:hover {
  background: #73ae00;
  border-color: #73ae00;
  color: #fff;
}

.form-steps a:hover svg path {
  fill: #fff;
}

.horizontal-tabs {
  border: 0;
}

.horizontal-tabs .horizontal-tabs-list {
  background-color: transparent;
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 575px) {
  .horizontal-tabs .horizontal-tabs-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button {
  background: transparent;
  width: 100%;
}

.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.selected {
  background: #181716;
  border-color: #181716;
  color: #fff;
}

.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.selected a strong {
  color: #fff;
}

.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.selected a strong:before {
  content: "";
  background: url(../images/list.clipboard.png) no-repeat;
  position: absolute;
  left: 22px;
  top: 6px;
  width: 18px;
  height: 26px;
  background-size: 18px;
}

.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.selected a strong:hover::before {
  -webkit-filter: none;
  filter: none;
}

.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
  padding: 0 !important;
}

.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a strong {
  color: rgb(94, 93, 92);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  border: 1px solid rgba(94, 93, 92, 0.3);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  height: 40px;
  position: relative;
  padding-left: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

@media (max-width: 1499px) {
  .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a strong {
    padding-left: 50px;
  }
}

.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a strong:hover {
  background: #181716;
  border-color: #181716;
  color: #fff;
}

.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a strong:hover::before {
  -webkit-filter: invert(97%) sepia(43%) saturate(2%) hue-rotate(359deg) brightness(115%) contrast(100%);
  filter: invert(97%) sepia(43%) saturate(2%) hue-rotate(359deg) brightness(115%) contrast(100%);
}

.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a strong:before {
  content: "";
  background: url(../images/list.clipboard-black.png) no-repeat;
  position: absolute;
  left: 25px;
  top: 6px;
  width: 18px;
  height: 26px;
  background-size: 18px;
}

.horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane {
  padding: 0;
  margin: 0;
  margin-top: 35px;
}

.horizontal-tabs .details-wrapper.card-body {
  padding: 0;
}

.horizontal-tabs .details-wrapper.card-body .form-item {
  margin-bottom: 12px;
}

.horizontal-tabs .details-wrapper.card-body .form-item label {
  margin-bottom: 12px;
  opacity: 1;
}

.horizontal-tabs .details-wrapper.card-body .form-item input {
  margin-top: 0;
  font-size: 16px;
  padding: 16px;
  background-image: none;
}

.horizontal-tabs .details-wrapper.card-body .form-item input:checked+label {
  opacity: 1;
}

.horizontal-tabs .details-wrapper.card-body .form-item input:checked+label span {
  opacity: 1;
}

.horizontal-tabs .details-wrapper.card-body .form-item input[type=checkbox]:checked~label:after {
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -21px;
  top: 5px;
}

.horizontal-tabs .details-wrapper.card-body .form-item .password-confirm-message {
  margin-top: 5px;
}

.horizontal-tabs .details-wrapper.card-body .select-registration-roles {
  margin-top: 40px;
}

.forgot-password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.forgot-password .form-group.checkbox label {
  font-size: 14px;
  padding-left: 25px;
}

.forgot-password .form-group.checkbox label:before {
  height: 17px;
  width: 17px;
  top: 1px;
}

.forgot-password .form-group.checkbox input[type=checkbox]:checked~label::after {
  content: "";
  height: 6px;
  width: 12px;
  left: 3px;
  top: 5px;
}

.forgot-password a {
  font-size: 14px;
  font-weight: 600;
  color: #181716;
  opacity: 0.7;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
}

@media (min-width: 768px) {
  .mobile-form-steps {
    display: none;
  }
}

@media (max-width: 767px) {
  .signup-form {
    padding: 32px 20px;
  }

  .signup-form h2 {
    font-size: 28px;
  }

  .signup-form ul {
    margin: 40px 0;
  }

  .signup-form .top .checked {
    position: relative;
  }

  .signup-form .top .checked:after {
    content: "";
    background: url("../images/checked-icon.svg") no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 3px;
  }

  .signup-description {
    min-height: auto;
  }

  .form-steps {
    margin: 25px 0 0 0;
  }

  .form-steps a {
    display: none;
  }

  .form-steps a.active {
    display: none;
  }

  .signup-description {
    padding: 20px 15px;
  }

  .mobile-form-steps .mobile-steps {
    font-size: 18px;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-form-steps .mobile-steps svg {
    margin-right: 10px;
  }

  .step1 .step3,
  .step1 .step2 {
    display: none;
  }

  .step1 .top {
    margin-bottom: 30px;
  }

  .step1 .bottom {
    margin-top: 40px;
  }

  .step1 .bottom .step1 {
    display: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .step1 .bottom .step2,
  .step1 .bottom .step3 {
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .step2 h5 {
    display: none;
  }

  .step2 .step3 {
    display: none;
  }

  .step2 .top {
    margin-bottom: 30px;
  }

  .step2 .top .step1 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .step2 .bottom {
    margin-top: 40px;
  }

  .step2 .bottom .step1,
  .step2 .bottom .step2 {
    display: none;
  }

  .step2 .bottom .step3 {
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .step3 .top {
    margin-bottom: 30px;
  }

  .step3 h5 {
    display: none;
  }

  .step3 .step1,
  .step3 .step2 {
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .step3 .bottom {
    display: none;
  }

  .user-form ul.list-style1 li {
    font-size: 14px;
    line-height: 120%;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .user-form h3 {
    font-size: 18px;
    line-height: 120%;
  }

  .user-form ul {
    margin-bottom: 24px;
    margin-top: 24px;
  }
}

.advanced-search {
  width: 100%;
  z-index: 1;
  background: #073A61;
  height: 225px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  text-align: center;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  box-shadow: inset 0px 1px 13px 4px #0000005c;
}

.advanced-search.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advanced-search h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 30px;
}

.advanced-search form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
  max-width: 750px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advanced-search form input.form-submit {
  background: #73ae00;
  color: #fff;
}

.advanced-search form input.form-submit:hover {
  background: #73ae00;
}

.advanced-search .form-control {
  height: 48px;
  margin: 0;
}

.advanced-search button {
  background: #73ae00;
  border: 0;
  border-radius: 0;
  color: #fff;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 0 24px;
  height: 48px;
  line-height: 48px;
}

.advanced-search .form-group {
  width: 100%;
  margin: 0;
}

a.custom-facet-reset {
  float: right;
  margin-top: -50px;
  border: 1px solid rgba(24, 23, 22, 0.3);
  color: var(--1, #181716);
  /* font-family: Work Sans; */
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 13.5px 16px;
}

@media (max-width: 991px) {
  .advanced-search h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .region-advance-search form {
    gap: 10px;
  }

  .region-advance-search .btn {
    padding: 13px;
    margin-left: 0;
  }

  .advanced-search {
    height: 155px;
  }

  .advanced-search h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

.news-card {
  margin-bottom: 20px;
}

.news-card .img-wrapper {
  position: relative;
}

.news-card .img-wrapper a {
  display: block;
  position: relative;
}

.news-card .img-wrapper a:after {
  content: "";
  display: block;
  padding-bottom: 45%;
}

.news-card .img-wrapper a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.news-card .img-wrapper:hover a>img {
  opacity: 0.9;
}

.news-card .img-wrapper .podcast-badge {
  background: #181716;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 10px;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  gap: 15px;
  padding: 8px 15px;
}

.news-card small {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  opacity: 0.7;
  margin-top: 24px;
  display: block;
  position: relative;
  padding-right: 35px;
}

.news-card small .mike {
  background: none;
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 0;
  width: 29px;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -6px;
}

.news-card small a {
  color: #181716;
}

.news-card h2 {
  margin-top: 16px;
}

.news-card h2 a {
  color: #181716;
}

.news-card h2 a:hover {
  text-decoration: underline;
}

.news-card p {
  margin-top: 16px;
  opacity: 0.7;
  line-height: 160%;
}

.news-card .card-footer {
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
}

.news-card.medium .img-wrapper a:after {
  content: "";
  display: block;
  padding-bottom: 57%;
}

.news-card.medium h4 {
  font-size: 18px;
  margin-top: 8px;
  font-weight: 700;
}

.news-card.medium h4 a {
  color: #181716;
}

.news-card.medium h4 a:hover {
  text-decoration: underline;
}

.news-card.medium small {
  margin-top: 16px;
}

.news-card.left-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.news-card.left-img .img-wrapper {
  width: 75px;
}

.news-card.left-img .img-wrapper a::after {
  padding-bottom: 100%;
}

.news-card.left-img .card-footer {
  width: calc(100% - 75px);
  padding-left: 20px;
}

.news-card.left-img small {
  margin: 0 0 15px 0;
  font-size: 12px;
  font-weight: 600;
}

.news-card.left-img h4 {
  font-size: 14px;
  font-weight: 400;
}

.news-card.left-img h4 a {
  color: #181716;
}

.news-card.left-img h4 a:hover {
  text-decoration: underline;
}

.news-card.left-img.medium small {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.news-card.left-img.medium h4 {
  font-size: 18px;
  font-weight: 700;
}

.news-card.large .img-wrapper a::after {
  padding-bottom: 56%;
}

.news-card.large h4 {
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}

.news-card.large h4 a {
  color: #181716;
}

.news-card.large h4 a:hover {
  text-decoration: underline;
}

.news-card.article .img-wrapper a::after {
  content: "";
  display: block;
  /* padding-bottom: 50%; */
  padding-bottom: 45%;
}

.news-card.article small {
  margin-top: 16px;
}

.news-card.article h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 16px;
}

.news-card.article h4 a {
  color: #181716;
}

.news-card.article h4 a:hover {
  text-decoration: underline;
}

.news-card.article p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card.style2 small {
  margin: 0 0 7px 0;
}

.news-card.style2 h4 {
  margin: 0;
}

.news-card.style2 .img-wrapper {
  width: 110px;
}

.news-card.style2 .img-wrapper a::after {
  padding-bottom: 65%;
}

.news-card.style2 .card-footer {
  width: calc(100% - 110px);
  padding-left: 16px;
}

.podcasts {
  margin-top: 50px;
  margin-bottom: 80px;
}

.podcasts .news-card.left-img {
  margin-bottom: 24px;
}

.podcasts .news-card.left-img .img-wrapper {
  width: 200px;
}

.podcasts .news-card.left-img .img-wrapper:hover .hover-wrapper {
  opacity: 1;
}

.podcasts .news-card.left-img .card-footer {
  width: calc(100% - 200px);
  padding-left: 24px;
}

.podcasts .news-card.left-img h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.podcasts .news-card.left-img p {
  /* font-family: "Georgia"; */
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
}

.author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 15px;
  color: #000;
}

.meta {
  font-size: 16px;
  font-weight: 600;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  opacity: rgba(24, 23, 22);
}

.meta img {
  margin-right: 10px;
}

.hover-wrapper {
  position: absolute;
  background: rgba(116, 175, 1, 0.7) url("../images/play-icon.svg") no-repeat;
  background-position: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

@media(max-width:767px) {
  .hover-wrapper {
    height: auto;
    aspect-ratio: 1;
  }
}

section#node-podcast-field-comments {
  margin-top: 30px;
}

@media (max-width: 1299px) {
  .news-card h2 {
    font-size: 30px;
  }

  .news-card.large h4 {
    font-size: 20px;
  }

  .news-card.left-img.medium h4 {
    font-size: 14px;
  }

  .author-meta {
    gap: 12px;
  }

  .podcasts .news-card.left-img .img-wrapper {
    width: 150px;
  }

  .podcasts .news-card.left-img .card-footer {
    width: calc(100% - 150px);
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .podcasts {
    margin-bottom: 0;
  }

  .news-card h2 {
    font-size: 26px;
  }

  .news-card.large h4 {
    font-size: 18px;
  }

  .news-card.left-img.medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-card.left-img.medium .card-footer {
    width: 100%;
    padding-left: 0;
  }

  .news-card.left-img.medium .card-footer small {
    margin-top: 5px;
  }

  .news-card.left-img.medium .card-footer h4 {
    margin-top: 0;
  }
}

.news-card.large h4 {
  font-size: 28px;
}

@media (max-width: 1199px) {
  .news-card.left-img.medium {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .news-card.left-img.medium .card-footer {
    width: calc(100% - 75px);
    padding-left: 20px;
  }

  .news-card.left-img.medium .card-footer small {
    margin-top: 0px;
  }

  .news-card.left-img.medium .card-footer h4 {
    margin-top: 5px;
  }
}

@media (max-width: 991px) {
  .podcasts .news-card.left-img .img-wrapper {
    width: 100px;
  }

  .podcasts .news-card.left-img .card-footer {
    margin-left: -100px;
    width: 100%;
    padding-left: 0;
  }

  .podcasts .news-card.left-img .card-footer .author-meta {
    display: block;
    padding-left: 110px;
    margin-top: 0;
    min-height: 100px;
  }

  .podcasts .news-card.left-img .card-footer .author-meta .meta {
    margin-bottom: 19px;
  }

  .podcasts .news-card.left-img .card-footer .author-meta .meta img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .news-card h2 {
    font-size: 18px;
    margin-top: 10px;
  }

  .news-card small {
    margin-top: 14px;
  }

  .news-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .news-card.large h4 {
    font-size: 22px;
  }

  .news-card.left-img {
    margin-bottom: 5px;
  }

  .news-card.left-img.medium h4 {
    font-size: 16px;
  }

  .news-card.left-img small {
    margin-bottom: 5px;
  }

  .author-meta {
    gap: 5px;
    margin-top: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .podcasts {
    margin-top: 0;
  }

  .podcasts .news-card.left-img {
    margin-bottom: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .podcasts .news-card.left-img .img-wrapper {
    width: 100px;
  }

  .podcasts .news-card.left-img .card-footer {
    width: 100%;
    padding-left: 0px;
  }

  .podcasts .news-card.left-img h4 {
    font-size: 18px;
  }

  .podcasts .news-card.left-img p {
    font-size: 14px;
    margin-top: 0;
  }

  .news-card.left-img small {
    margin: 0 0 5px 0;
  }

  .page-node-type-podcast .detail-page {
    margin-top: 0;
    padding-top: 10px;
  }

  .news-card.large h4 {
    font-size: 22px;
  }
}

.article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-header.black {
  border-bottom: 2px solid #073a61;
}

.article-header.black h5 {
  background-color: #073a61;
}

.article-header.green {
  border-bottom: 2px solid #73ae00;
}

.article-header.green h5 {
  background-color: #73ae00;
}

.article-header.medium h5 {
  font-size: 14px;
  padding: 0 30px;
}

.article-header h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  height: 53px;
  line-height: 53px;
  margin: 0;
  padding: 0px 15px;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
}

.article-header h5 img {
  margin-right: 15px;
}

.article-header a {
  font-size: 16px;
  font-weight: 700;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  color: #73ae00;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media (min-width: 992px) {
  .article-header a {
    display: none;
  }
}

.article-header a:hover {
  text-decoration: underline;
}

.article-header.top.green {
  border-bottom: 0;
  border-top: 2px solid #73ae00;
}

.article-header.top.blue {
  border-bottom: 0;
  border-top: 2px solid;
  border-image: linear-gradient(90deg, #CD7F32 0%, #F1B77D 100%) 1;
}

.article-header.top.blue h5 {  
  background: linear-gradient(90deg, #CD7F32 0%, #F1B77D 100%);
}

.article-header.top.blue a {
  color: #1d537f;
}

.article-header.top.yellow {
  border-bottom: 0;
  border-top: 2px solid #c5b24f;
  border-image: linear-gradient(131.72deg, #D4AF37 16.26%, #FFE07B 131.18%) 1;
}

.article-header.top.yellow h5 {
  background: linear-gradient(131.72deg, #D4AF37 16.26%, #FFE07B 131.18%);  
}

.article-header.top.yellow a {
  color: #c5b24f;
}

.article-header.top.black {
  border-bottom: 0;
  border-top: 2px solid;
  border-image: linear-gradient(90.22deg, #000000 -8.16%, #666666 91.08%) 1;
}

.article-header.top.black h5 {
  background: linear-gradient(90.22deg, #000000 -8.16%, #666666 91.08%) !important;
}

.article-header.top.black a {
  color: #181716;
}

.article-header.black.d-none.d-sm-block.d-md-none {
  display: none !important;
}

fieldset[id^=edit-field-fill-basic-detail] [id^=edit-field-fill-basic-detail] {
  display: none;
}

@media (max-width: 1299px) {
  .article-header h5 {
    height: 49px;
    line-height: 49px;
  }
}

@media (max-width: 1199px) {
  .article-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .article-header.black {
    border: 0;
    margin-bottom: 11px;
  }

  .article-header h5 {
    height: 41px;
    line-height: 41px;
    margin-bottom: 10px;
  }

  .event-bg .news-card.medium h4 {
    font-size: 18px;
  }
}
@media(min-width: 768px){
  .article-header.top.yellow h5, 
  .article-header.green h5,
  .article-header.top.blue h5,
  .article-header.top.black h5{
    letter-spacing: 10px;
  }
}
@media (max-width: 767px) {
  .article-header.top.yellow h5, 
  .article-header.green h5,
  .article-header.top.blue h5,
  .article-header.top.black h5{
    letter-spacing: 2px;
    text-align: center;
  }
  .article-header {
    margin-bottom: 40px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .article-header.black {
    border-bottom: 2px solid #000;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .article-header h5 {
    width: auto;
    height: 51px;
    line-height: 51px;
    margin: 0;
    min-width: 150px;
  }
}

.register-block {
  background: rgba(24, 23, 22, 0.05);
  padding: 30px;
  margin-bottom: 30px;
}

.register-block h5 {
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 160%;
}

.register-block p {
  opacity: 0.7;
  line-height: 150%;
  font-size: 16px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .register-block {
    padding: 20px;
  }

  .register-block .btn.btn-primary {
    margin-left: 0;
  }
}

.event-bg {
  background: rgba(150, 167, 0, 0.05);
  padding: 80px 0;
}

.event-bg h3 {
  text-transform: uppercase;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
}

.event-bg .news-card.medium {
  margin-bottom: 30px;
}

.event-bg .news-card.medium h4 {
  font-size: 20px;
}

.event-bg .news-card.left-img h4 {
  font-size: 16px;
  font-weight: 400;
}

.event-bg .news-card.left-img small {
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .event-bg h3 {
    font-size: 36px;
  }

  .event-bg .news-card.left-img small {
    margin-bottom: 5px;
  }
}

.tab-style1 {
  border-bottom: 2px solid #73ae00;
  margin-bottom: 28px;
}

.tab-style1 .nav-link {
  border: 0;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  color: #073a61;
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
}

.tab-style1 .nav-link img {
  margin-right: 15px;
  padding: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.tab-style1 .nav-link.active {
  color: #ffffff;
  background: #73ae00;
}

.tab-style1 .nav-link.active img {
  -webkit-filter: invert(0%);
  filter: invert(0%);
}

.tab-style2 {
  margin-bottom: 28px;
}

.tab-style2 nav {
  margin-bottom: 30px;
}

.tab-style2 .nav-tabs {
  border-bottom: 0;
  position: relative;
}

.tab-style2 .nav-tabs:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
  z-index: 0;
}

.tab-style2 .nav-link {
  border: 0;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  color: #181716;
  height: 55px;
  line-height: 55px;
  padding: 0 32px;
  position: relative;
  z-index: 2;
}

.tab-style2 .nav-link img {
  margin-right: 15px;
  padding: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.tab-style2 .nav-link.active {
  color: #ffffff;
  background: #73ae00;
}

.tab-style2 .nav-link.active img {
  -webkit-filter: invert(0%);
  filter: invert(0%);
}

@media (max-width: 991px) {
  .home-tabs .col-3-md {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .home-tabs .col-9-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 991px) {
  .home-tabs {
    margin: 0 !important;
  }

  .home-tabs .tab-style1 {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    margin-bottom: 15px;
  }

  .tab-style1 button {
    width: 50%;
  }

  .tab-style1 .nav-link {
    padding: 0;
  }
}

.tab-style3 {
  margin-bottom: 28px;
  border-bottom: 2px solid #73ae00;
}

.tab-style3 nav {
  margin-bottom: 30px;
}

.tab-style3 .nav-tabs {
  border-bottom: 0;
  position: relative;
}

.tab-style3 .nav-tabs:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
  z-index: 0;
}

.tab-style3 .nav-link {
  border: 0;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  color: #181716;
  height: 55px;
  line-height: 55px;
  padding: 0 32px;
  position: relative;
  z-index: 2;
  border: 2px solid #73ae00;
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-style3 .nav-link img {
  margin-right: 15px;
  padding: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.tab-style3 .nav-link svg {
  margin-right: 10px;
}

.tab-style3 .nav-link svg path {
  fill: #181716;
}

.tab-style3 .nav-link:hover {
  color: #ffffff;
  background: #73ae00;
  border: 2px solid #73ae00;
  border-bottom: 0;
}

.tab-style3 .nav-link:hover svg path {
  fill: #fff;
}

.tab-style3 .nav-link.active {
  color: #ffffff;
  background: #73ae00;
  border: 2px solid #73ae00;
  border-bottom: 0;
}

.tab-style3 .nav-link.active svg path {
  fill: #fff;
}

@media (max-width: 575px) {
  .tab-style3 .nav-link {
    padding: 0 5px;
    width: 50%;
    font-size: 12px;
  }

  .tab-style1 .nav-link img {
    margin-right: 10px;
  }
}

.news-block {
  margin-top: 70px;
}

.news-block h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.news-block a {
  color: #73ae00;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #73ae00;
  font-size: 14px;
  font-weight: 700;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
}

#mm-1,
.mm-navbar,
.mm-menu_offcanvas,
.mm-hidden.mm-panel_opened-parent,
.mm-hidden.mm-panel_opened,
.mm-panel.mm-panel_opened,
.mm-panel_highest,
#mm-2 .mm-navbar.mm-navbar_sticky,
#mm-3 .mm-navbar.mm-navbar_sticky {
  background: #073a61;
}

@media (min-width: 1200px) {

  .mm-panel,
  .mm-panel_opened-parent,
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .mm-menu_offcanvas {
    width: 800px !important;
  }

  .mm-menu_offcanvas {
    z-index: 3;
    background: #073a61;
  }

  .mm-hidden.mm-panel_opened-parent,
  .mm-hidden.mm-panel_opened {
    display: block !important;
    background: #073a61;
  }

  .mm-navbar {
    background: #073a61;
  }

  #mm-1 {
    left: 0;
    z-index: 3;
    background-color: #073a61;
  }

  #mm-1 .mm-listview {
    padding: 0 0 0 32px;
  }

  #mm-2 .mm-listview,
  #mm-3 .mm-listview {
    padding: 0 32px 0 0;
  }

  .mm-hidden.mm-panel_opened-parent {
    left: 0;
    right: auto;
  }

  .mm-hidden.mm-panel_opened-parent {
    z-index: 1;
  }

  .mm-panel.mm-panel_opened {
    left: 440px;
    background-color: #073a61;
  }

  #mm-2 .mm-navbar.mm-navbar_sticky,
  #mm-3 .mm-navbar.mm-navbar_sticky {
    background-color: #073a61;
  }

  .mm-btn_next:after,
  .mm-btn_prev:before {
    border-color: #ffffff;
  }

  #mm-2.mm-panel_opened ul li a,
  #mm-3.mm-panel_opened ul li a {
    font-size: 18px !important;
    font-weight: 400;
    padding-right: 20px;
  }

  #mm-2.mm-panel,
  #mm-3.mm-panel {
    max-width: 360px;
    width: 100%;
  }

  .mm-page {
    position: relative;
  }

  .mm-menu_offcanvas {
    width: 880px;
    min-width: 440px;
    max-width: none;
    background: none;
  }

  .mm-panels {
    width: 440px;
    overflow: visible;
    position: relative;
  }
}

.mm-listitem {
  border: 0;
}

.mm-listview .mm-listitem__text {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  font-size: 20px;
  color: #fff;
  /* font-family: merriweather; */
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  border: 0;
}

.mm-menu a {
  display: block;
  padding: 12px 64px 12px 16px;
  background: none;
  color: #ffffff !important;
  font-size: 23px !important;
  font-weight: 400;
  line-height: 150%;
}

.mm-listitem:after {
  border: 0;
}

.close-resp-menu button.close {
  position: absolute;
  left: 40px;
  z-index: 9;
  top: 50%;
  border: 0;
  outline: 0;
  height: 3px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  border-radius: 8px;
}

.close-resp-menu {
  position: relative;
  z-index: 99;
  display: block !important;
  height: 6px;
  overflow: hidden;
  height: 60px;
}

.close-resp-menu button.close::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #fff;
  border-radius: 8px;
  top: 0;
  left: 0;
}

.close-resp-menu button.close::after {
  content: "";
  position: absolute;
  padding: 12px;
  width: 0px;
  height: 0px;
  left: -2px;
  top: -10px;
}

.close-resp-menu button.close:hover,
.close-resp-menu button.close:hover::before {
  background-color: #73ae00;
}

.news-block {
  margin-top: 70px;
}

.news-block h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.news-block a {
  color: #73ae00;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #73ae00;
  font-size: 14px;
  font-weight: 700;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 767px) {
  .mm-menu a {
    font-size: 16px !important;
    padding: 12px 16px 12px 16px !important;
  }
}

.search-tags {
  background: rgba(94, 93, 92, 0.05);
  padding: 20px 0;
}

.search-tags h4 {
  font-size: 24px;
  font-weight: 700;
  color: #181716;
  margin: 0;
}

.search-tags .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-tags .tags-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
}

.search-tags .tags-outer button {
  padding: 0;
  border: 0;
  background: none;
}

.search-tags .d-flex {
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.toast {
  width: auto;
  padding: 11px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.toast .toast-body {
  color: #000;
  padding: 0;
  font-weight: 500;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  min-width: 102px;
}

.search-results {
  margin-top: 50px;
  margin-bottom: 80px;
}

.search-results .col-8-lg {
  padding-right: 30px;
}

.search-results .col-4-lg {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .search-tags h4 {
    margin: 0 0 20px 0;
    text-align: center;
  }

  .search-tags .tags-outer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .search-tags .tags-outer button {
    height: 24px;
    width: 24px;
  }

  .search-results {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .search-results .col-8-lg {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .toast {
    width: 100%;
  }

  .toast .toast-body {
    min-width: auto;
  }

  .toast .d-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.filters {
  margin-top: 0px;
}

.filters h6 {
  text-transform: uppercase;
  font-size: 14px;
  color: #181716;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0px 0 20px 0;
}

.filters h6 svg {
  display: none;
}

.filters h5 svg {
  display: none;
}

.filters .category-group {
  height: 450px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(150, 167, 0, 0.1);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #73ae00;
}

.mCSB_scrollTools .mCSB_dragger_bar {
  background-color: #73ae00;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #73ae00;
  background-color: #73ae00;
  -webkit-filter: inherit;
  filter: inherit;
}

.mCSB_inside>.mCSB_container {
  padding-top: 5px;
}

.sticky-sidebar h3 svg,
.view-content-auther .view-content svg,
.view-related-articles .view-header svg {
  display: none;
}

.gray-box .sticky-sidebar ul .label {
  width: 100%;
  left: 0;
}

.gray-box .sticky-sidebar ul .label h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .gray-box .sticky-sidebar ul {
    max-height: none;
  }

  .sticky-sidebar {
    z-index: 10;
  }

  .sticky-sidebar h3 svg {
    display: block !important;
    width: 34px;
    height: 34px;
    position: relative;
    top: -2px;
    cursor: pointer;
  }

  .view-content-auther .view-content svg,
  .view-related-articles .view-header svg {
    display: block;
  }

  .filters h6 svg {
    display: block;
  }

  .filters h6 {
    font-size: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    /* font-family: "Merriweather", serif; */
    font-family: 'Open Sans', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .filters h6 svg {
    display: block;
    width: 34px;
    height: 34px;
    position: relative;
    top: -2px;
    cursor: pointer;
  }

  .refine-items h5 {
    font-size: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    /* font-family: "Merriweather", serif; */
    font-family: 'Open Sans', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .refine-items h5 svg {
    display: block;
    width: 34px;
    height: 34px;
    position: relative;
    top: -2px;
    cursor: pointer;
  }

  .refine-items h6 {
    /* font-family: "Work Sans", sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    opacity: 0.7;
    margin-top: 10px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .sticky-sidebar h3 svg {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .gray-box .sticky-sidebar ul {
    margin-top: 65px;
  }

  header+.container.mt-5 {
    z-index: 99;
  }
}

.page-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #181716;
  border-bottom: 2px solid #73ae00;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.detail-page-head {
  background: #073A61;
  padding-bottom: 40px;
}

.detail-page-head small {
  text-transform: uppercase;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #fff;
  margin-top: 25px;
  display: block;
}

.detail-page-head small a {
  color: #fff;
}

.detail-page-head h1 {
  color: #fff;
  font-size: 48px;
  line-height: 160%;
  margin: 10px 0 0 0;
}

.detail-page-head p {
  color: #ffffff;
  /* font-family: "Georgia"; */
  font-family: 'Open Sans', sans-serif;
  line-height: 160%;
  margin-top: 10px;
}

.detail-page-head.no-sub-heading h1 {
  margin: 40px 0 0 0;
}

.breadcrumb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0 13px 0;
  margin-top: 20px;
}

.breadcrumb li {
  font-size: 12px;
  font-weight: 600;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}

.breadcrumb li a {
  font-size: 12px;
  font-weight: 600;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}

.breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "";
  background: url("../images/select-arrow-white.svg") no-repeat;
  height: 15px;
  width: 15px;
  -webkit-transform: rotate(-88deg);
  transform: rotate(-88deg);
  background-size: 11px;
}

@media (max-width: 767px) {
  .breadcrumb-item.active span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
    display: block;
  }

  .page-title h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

.avalible-pods {
  background: rgba(150, 167, 0, 0.05);
  padding: 25px 30px;
  border: 1px solid #73ae00;
  margin-bottom: 0px;
}

.avalible-pods .btns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}

.avalible-pods .btns-wrapper img:hover {
  opacity: 0.8;
}

.avalible-pods h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.avalible-pods h3 span {
  font-weight: 400;
}

.audio-player {
  margin: 15px 0 30px 0;
}

.author-contact-details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

.author-contact-details h5 {
  font-size: 14px;
  font-weight: 700;
}

.author-contact-details ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.author-contact-details li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.author-contact-details li img {
  position: absolute;
  left: 0;
  top: 0;
}

.author-contact-details li a {
  font-size: 14px;
  word-break: break-all;
  color: #181716;
  opacity: 0.7;
}

.detail-page .career-block p {
  margin: 0 0 15px 0;
}

.detail-page {
  position: relative;
  padding: 50px 0 80px 0;
}

.detail-page .col-8-lg {
  padding-right: 30px;
}

.detail-page .col-4-lg {
  padding-left: 20px;
}

.detail-page p {
  margin: 32px 0;
  /* font-family: "Georgia"; */
  font-family: 'Open Sans', sans-serif;
  color: rgb(74, 73, 71);
}

.detail-page .gray-box {
  margin-bottom: 30px;
}

.detail-page .register-block p {
  margin: 0 0 24px 0;
}

.detail-page ul {
  margin: 0;
  padding: 0 0 0 15px;
}

.detail-page ul li {
  margin-bottom: 15px;
  /* font-family: "Georgia"; */
  font-family: 'Open Sans', sans-serif;
  line-height: 160%;
  opacity: 0.7;
}

.article-author-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin: 48px 0;
}

.article-author-detail h6 {
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 160%;
}

.article-author-detail p {
  margin: 0;
}

.member-detail {
  margin: 80px 0 80px 0;
}

.member-detail .col-8-lg {
  padding-right: 30px;
}

.member-detail .col-4-lg {
  padding-left: 20px;
}

.page-node-type-podcast .detail-page {
  margin-top: 0;
  /* padding-bottom: 0; */
}

.page-node-type-podcast .detail-page .field--name-body {
  /* font-family: "Georgia"; */
  font-family: 'Open Sans', sans-serif;
  color: #5e5d5c;
  line-height: 160%;
}

.page-node-type-podcast .detail-page .field--name-body>img {
  margin-bottom: 16px;
}

.page-node-type-podcast .detail-page .field--name-body strong {
  color: #181716;
}

@media (max-width: 991px) {
  .detail-page-head h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .detail-page {
    padding-bottom: 0;
  }

  .detail-page .col-4-lg {
    padding-left: 15px;
  }

  .author-detail .view-related-articles .left-img {
    margin-bottom: 10px;
  }

  .avalible-pods {
    padding-left: 20px;
    padding-right: 20px;
  }

  .avalible-pods .btns-wrapper {
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .avalible-pods .btns-wrapper a {
    width: calc(50% - 10px);
  }

  .detail-page-head h1 {
    font-size: 30px;
    line-height: 130%;
  }

  .page-node-type-podcast .detail-page p {
    overflow: hidden;
  }

  .page-node-type-podcast .detail-page .field--name-body>img {
    height: auto;
  }

  .page-node-type-podcast .detail-page .field--name-body strong {
    float: left;
    margin-right: 5px;
  }

  .path-node .view-votingapi-votes {
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.members-block {
  margin-bottom: 64px;
}

.members-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  padding: 30px;
}

.members-block ul li a {
  border: 1px solid rgba(94, 93, 92, 0.2);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}

.members-block ul li a img {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: auto;
  height: auto;
}

.members-block ul li a:hover img {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.members-block.green {
  background: rgba(150, 167, 0, 0.05);
}

.members-block.blue {
  background: rgba(29, 83, 127, 0.05);
}

.members-block.black {
  background: rgba(94, 93, 92, 0.05);
}

.members-block .article-header a {
  margin-right: 30px;
}

.members-block.premier_members ul {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.members-block.platinum_members ul {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.members-block.platinum_members ul li a {
  height: 140px;
}

.members-block.platinum_members .article-header {
  border-top: 2px solid;
  border-image: linear-gradient(92.87deg, #828282 -0.14%, #CECDCD 108.73%) 1;
}

.members-block.platinum_members .article-header h5 {
  background: linear-gradient(92.87deg, #828282 -0.14%, #CECDCD 108.73%);
}

.members-block.platinum_members .article-header a {
  color: #73ae00;
}

.members-block.featured_contributors ul {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.members-block.featured_contributors ul li a {
  height: 120px;
}

.members-block.featured_contributors .article-header {
  border-top-color: rgb(24, 23, 22);
}

.members-block.featured_contributors .article-header h5 {
  background: rgb(24, 23, 22);
}

.members-block.featured_contributors .article-header a {
  color: rgb(24, 23, 22);
}

@media (min-width: 992px) {
  .members-block.featured_contributors .article-header a {
    display: none;
  }
}

.team-member-block {
  background: rgba(24, 23, 22, 0.05);
  padding: 24px;
}

.team-member-block .member-img {
  position: relative;
}

.team-member-block .member-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.team-member-block .member-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.team-member-block .member-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.team-member-block .member-detail {
  margin: 15px 0 0 0;
}

.team-member-block .member-detail p {
  opacity: 0.7;
}

.team-member-block .member-detail ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.team-member-block .member-detail li {
  margin-bottom: 10px;
}

.team-member-block .member-detail a {
  color: #181716;
}

@media (max-width: 991px) and (min-width: 768px) {
  .members-block.premier_members ul {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .members-block.platinum_members ul {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .members-block.featured_contributors ul {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  body .members-block.premier_members ul {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  body .members-block.platinum_members ul {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  body .members-block.featured_contributors ul {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .members-block ul {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .member-detail {
    margin: 20px 0 0px 0;
  }

  .member-detail .col-8-lg {
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .members-block h5 {
    font-size: 14px;
  }

  .members-block ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 15px;
    gap: 15px;
  }

  .members-block ul li a {
    height: 120px;
  }

  .members-block.blue ul,
  .members-block.black ul {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
  }

  body .members-block.premier_members ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  body .members-block.platinum_members ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  body .members-block.featured_contributors ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.mamber-detail-banner {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}

.mamber-detail-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mamber-detail-banner .container {
  position: relative;
  z-index: 1;
}

.mamber-detail-banner .bg-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0.4;
}

.mamber-detail-banner .member-type {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  padding: 10px;
}

.mamber-detail-banner .member-box {
  padding: 40px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  position: relative;
}

.mamber-detail-banner .member-box.green {
  border: 2px solid #73ae00;
  margin: 0 15px;
}

.mamber-detail-banner .member-box.green .member-type {
  background: #73ae00;
}

.mamber-detail-banner .member-box p {
  margin: 0;
  /* font-family: "Georgia"; */
  font-family: 'Open Sans', sans-serif;
  line-height: 160%;
  color: #fff;
}

.mamber-detail-banner .member-box h5 {
  margin: 4px 0 0 0;
  color: #fff;
}

.mamber-detail-banner .member-box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.mamber-detail-banner .member-box-head .member-box-head-left-inner {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 16px 24px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mamber-detail-banner .member-box-head .member-box-head-right {
  padding-left: 30px;
}

.mamber-detail-banner .member-box-head .member-box-head-right ul {
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0;
}

.mamber-detail-banner .member-box-head .member-box-head-right li {
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  /* font-family: "Georgia"; */
  font-family: 'Open Sans', sans-serif;
}

.mamber-detail-banner .member-box-head .member-box-head-right li a {
  color: #fff;
  text-decoration: underline;
  padding-right: 25px;
  position: relative;
  display: inline-block;
}

.mamber-detail-banner .member-box-head .member-box-head-right li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  height: 20px;
  width: 20px;
  background: url("../images/link.svg") no-repeat;
}

.mamber-detail-banner .member-box-head .member-box-head-right li a:hover {
  text-decoration: none;
}

.member-detail .cta-block {
  border: 1px solid var(--2, #73ae00);
  background: rgba(150, 167, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 36px;
}

@media (max-width: 767px) {
  .mamber-detail-banner {
    padding: 25px 0;
  }

  .mamber-detail-banner .member-type {
    right: 50%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }

  .mamber-detail-banner .member-box {
    padding: 40px 20px;
  }

  .mamber-detail-banner .btn img {
    margin-top: 0;
  }

  .mamber-detail-banner .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .member-image-with-address {
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .member-image-with-address .field.field--name-field-images {
    max-width: 160px;
    height: auto;
  }

  .member-image-with-address .field--name-field-address {
    width: 100%;
  }

  .member-detail .cta-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.logos {
  background: rgba(94, 93, 92, 0.05);
  padding: 50px 0;
}

.logos .logos-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.logos.style1 {
  padding: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

.logos.style1 div {
  height: 120px;
  width: 100%;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}

.logos.style1 div img {
  max-height: 100px;
}

@media (max-width: 767px) {
  .logos .logos-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logos .logos-inner img {
    max-height: 24px;
  }
}

.all-careers {
  padding: 80px 0;
}

.career-block {
  padding: 32px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}

.career-block .career-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid rgba(94, 93, 92, 0.15);
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.career-block .career-head h3 {
  font-size: 24px;
  color: #181716;
}

.career-block .location-block p {
  font-size: 12px;
  font-weight: 600;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  color: rgb(94, 93, 92);
  margin-bottom: 12px;
}

.career-block .career-body p {
  color: rgb(94, 93, 92);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.career-block.active .career-body p {
  -webkit-line-clamp: inherit;
}

.career-block.active .down-arrow-btn::after {
  bottom: 3px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all ease-in-out 0.5;
  transition: all ease-in-out 0.5;
}

form.webform-submission-submit-a-job-opportunity-form input.form-submit {
  background: #73ae00;
  border: 1px solid #73ae00;
  color: #ffffff;
}

form.webform-submission-submit-a-job-opportunity-form input.form-submit:hover {
  background: #ffffff;
  color: #73ae00;
}

@media (max-width: 767px) {
  .career-block {
    padding: 20px;
  }

  .career-block .career-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    gap: 5px;
  }

  .career-block .career-head .career-head-left {
    width: 100%;
  }

  .career-block .career-head .career-head-right {
    width: 100%;
  }

  .all-careers {
    padding: 40px 0;
  }
}

.tream-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.tream-item .team-img a {
  display: block;
}

.tream-item .team-img a img {
  height: 90px;
  width: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.tream-item .team-detail small {
  font-size: 12px;
  font-weight: 400;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  opacity: 0.7;
  display: block;
  margin-bottom: 5px;
}

.tream-item .team-detail h4 {
  font-size: 20px;
}

.tream-item .team-detail h4 a {
  color: #181716;
  font-weight: 700;
  /* font-family: "Merriweather", serif; */
  font-family: 'Open Sans', sans-serif;
}

.tream-item .team-detail a {
  color: #181716;
  font-weight: 400;
  color: #1d537f;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 767px) {
  .tream-item .team-img img {
    min-width: 100px;
    max-width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

.cta-banner {
  position: relative;
  padding: 100px 0;
}

.cta-banner .banner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.cta-banner .container {
  position: relative;
  z-index: 1;
  padding: 0 12px !important;
}

.cta-banner h2 {
  margin-bottom: 10px;
}

.cta-banner .btn {
  margin-top: 15px;
  margin-left: 0;
}

.cta-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  padding: 24px;
}

.cta-card.green {
  border: 1px solid var(--2, #73ae00);
  background: rgba(150, 167, 0, 0.05);
}

.cta-card.blue {
  border: 1px solid #0170b9;
  background: rgba(1, 112, 185, 0.05);
}

.cta-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #181716;
  margin: 0;
}

@media (max-width: 767px) {
  .cta-card {
    margin-bottom: 20px;
    gap: 10px;
  }

  .cta-card .btn {
    padding: 9px 15px;
    min-width: 140px;
  }

  .partner-features {
    padding-bottom: 40px;
  }

  .cta-banner h2 {
    font-size: 32px;
    max-width: 250px;
  }

  .cta-banner p {
    max-width: 300px;
  }

  .cta-banner .btn {
    margin-left: 0;
  }
}

.career-modal {
  border-radius: 0;
}

.career-modal .btn-close {
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
}

.career-modal .modal-dialog {
  max-width: 1200px;
  border-radius: 0;
}

.career-modal .modal-content {
  padding: 80px;
  border-radius: 0;
}

.career-modal .form-control {
  height: 59px;
}

.career-modal textarea.form-control {
  height: 125px;
  resize: none;
}

.career-modal h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.path-user-jobs .ui-dialog {
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50% !important;
  top: 50% !important;
  overflow: auto;
}

.path-user-jobs .ui-dialog .ui-dialog-titlebar {
  background: transparent;
  border: 0;
  padding: 40px 40px 0 40px;
}

.path-user-jobs .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-size: 36px;
  line-height: 150%;
  font-weight: 700;
  /* font-family: "Merriweather"; */
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}

.path-user-jobs .ui-dialog .ui-dialog-titlebar button.ui-dialog-titlebar-close {
  top: 30px;
  right: 20px;
}

.path-user-jobs .ui-dialog .ui-dialog-titlebar button.ui-dialog-titlebar-close .ui-icon.ui-icon-closethick {
  display: none;
}

.path-user-jobs .ui-dialog .ui-dialog-content {
  padding: 0 40px 0 40px;
  height: 100% !important;
  overflow: auto !important;
  max-height: 700px !important;
}

.path-user-jobs .ui-dialog .ui-dialog-content form.node-form {
  margin: 0;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.path-user-jobs .ui-dialog .ui-dialog-content form.node-form input.form-submit {
  background: var(--2, #73ae00);
  color: #fff;
  border-color: #73ae00;
  font-size: 14px;
  padding: 16px 32px;
  margin-left: 0;
}

.path-user-jobs .ui-dialog .ui-dialog-content form.node-form input.form-submit:hover {
  background: #ffffff;
  color: #73ae00;
}

.path-user-jobs .ui-dialog .form-item-field-required-experience-0-value,
.path-user-jobs .ui-dialog .form-item-field-required-education-0-value,
.path-user-jobs .ui-dialog .form-item-field-city-0-value,
.path-user-jobs .ui-dialog .form-item-field-job-type-0-value,
.path-user-jobs .ui-dialog .form-item-field-link-0-uri,
.path-user-jobs .ui-dialog .form-type-entity-autocomplete,
.path-user-jobs .ui-dialog .form-item-field-link-0-title {
  width: 50%;
  float: left;
}

.path-user-jobs .ui-dialog .form-item-field-required-education-0-value .form-textarea-wrapper textarea {
  height: 51px !important;
  min-height: auto;
}

.path-user-jobs .ui-dialog .form-item-field-job-type-0-value+fieldset {
  float: left;
  width: 100%;
}

.path-user-jobs .ui-dialog .form-item-field-job-type-0-value+fieldset legend {
  margin-bottom: 0;
}

.path-user-jobs .ui-dialog .form-item-field-job-type-0-value+fieldset legend span.fieldset-legend {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 0;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
}

.path-user-jobs .ui-dialog .form-item input {
  margin: 0;
}

.path-user-jobs .ui-dialog .form-item-field-link-0-title {
  padding-left: 10px;
  display: none;
}

.path-user-jobs .ui-dialog .form-item-field-link-0-uri {
  width: 100%;
  margin-top: 10px;
}

.path-user-jobs .ui-dialog .form-item-field-link-0-uri .description {
  display: none;
}

.path-user-jobs .ui-dialog .form-item-field-job-type-0-value {
  padding-left: 10px;
}

.path-user-jobs .ui-dialog .form-item-field-city-0-value {
  padding-right: 10px;
}

.path-user-jobs .ui-dialog .form-item-field-required-education-0-value {
  padding-left: 10px;
}

.path-user-jobs .ui-dialog .form-item-field-required-experience-0-value {
  padding-right: 10px;
}

.path-user-jobs .ui-dialog .form-type-vertical-tabs {
  display: none;
}

@media (max-width: 767px) {
  .career-modal h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .career-modal .modal-content {
    padding: 80px 20px 40px 20px;
  }
}

@media (max-width: 575px) {

  .path-user-jobs .ui-dialog .form-item-field-city-0-value,
  .path-user-jobs .ui-dialog .form-item-field-job-type-0-value,
  .path-user-jobs .ui-dialog .form-item-field-link-0-title,
  .path-user-jobs .ui-dialog .form-item-field-link-0-uri,
  .path-user-jobs .ui-dialog .form-item-field-required-education-0-value,
  .path-user-jobs .ui-dialog .form-item-field-required-experience-0-value,
  .path-user-jobs .ui-dialog .form-type-entity-autocomplete {
    width: 100%;
    padding: 0;
    margin: 10px 0;
  }
}

.profile-banner {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #000;
  padding-top: 50px;
}

.profile-banner h1 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 30px;
}

.profile-banner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.profile-banner ul li {
  display: inline-block;
}

.profile-banner ul li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  padding: 10px 20px;
  display: inline-block;
  border-bottom: 4px solid transparent;
}

.profile-banner ul li a:hover {
  color: #73ae00;
  border-bottom: 4px solid #73ae00;
}

.profile-banner ul li.active a {
  color: #73ae00;
  border-bottom: 4px solid #73ae00;
}

.profile-details {
  padding: 80px 0;
}

.profile-details h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}

.profile-details .spacer {
  width: 100%;
  height: 45px;
}

.profile-details h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  opacity: 0.7;
}

.profile-details .radio label,
.profile-details .checkbox label {
  text-transform: none;
}

.profile-details input[type=radio]:checked~label {
  color: #000;
  opacity: 1;
}

.profile-details input[type=checkbox]:checked~label {
  color: #000;
  opacity: 1;
}

.profile-details input[type=radio]:checked~label:after {
  background: transparent;
}

.profile-details input[type=checkbox]:checked~label:after {
  border: transparent;
}

.profile-details .readtime-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}

.profile-details .readtime-head h4 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  color: #181716;
}

.profile-details .readtime-head a.btn-tritory {
  padding: 13px 24px;
  letter-spacing: 1.12px;
}

.profile-details .readtime-head .btn:hover img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.profile-details .readtime-head .dropdown .dropdown-content {
  background: var(--white, #fff);
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 0;
  min-width: 227px;
}

.profile-details .readtime-head .dropdown .dropdown-content a {
  font-weight: 600;
  padding: 16px 5px;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 0;
  line-height: normal;
  gap: 12px;
}

.profile-details .readtime-head .dropdown .dropdown-content a img {
  width: 24px;
  height: 24px;
}

.profile-details .readtime-head .dropdown .dropdown-content a:first-child {
  border-bottom: 1px solid #ddd;
}

.profile-details .readtime-head .export-file-btn {
  border: 1px solid #181716;
  color: #181716;
  /* font-family: "Work Sans"; */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  padding: 13px 17.5px;
  background-color: transparent;
}

.profile-details .readtime-head .export-file-btn span {
  margin-left: 12px;
  margin-right: 12px;
}

.profile-details table thead tr th {
  vertical-align: middle;
  line-height: 16.42px;
  font-weight: 600;
  color: #181716;
  padding: 12px 12px;
  letter-spacing: 1.12px;
}

.profile-details table tbody tr td {
  font-size: 14px;
  line-height: 16.42px;
  color: #181716;
  opacity: 1;
  vertical-align: middle;
}

.profile-details table tbody tr td a {
  font-weight: 600;
  color: #181716;
}

.profile-details .table-outer {
  overflow-x: auto;
}

.profile-details .form-item-fname,
.profile-details .form-item-lname,
.profile-details .form-item-email,
.profile-details .form-item-password,
.profile-details .form-item-company,
.profile-details .form-item-title {
  position: relative;
}

.profile-details .form-item-fname:after,
.profile-details .form-item-lname:after,
.profile-details .form-item-email:after,
.profile-details .form-item-password:after,
.profile-details .form-item-company:after,
.profile-details .form-item-title:after {
  background-image: url(/themes/custom/insaurance_aum/images/mdi_circle-edit-outline.svg);
  background-size: 24px;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 45px;
  right: 16px;
}

@media (max-width: 767px) {
  .profile-banner h1 {
    font-size: 36px;
  }

  .profile-banner nav {
    width: 100%;
    overflow: auto;
  }

  .profile-banner nav ul {
    width: 650px;
  }

  .readtime-head .btn {
    font-size: 12px;
  }

  .readtime-head .btn.medium {
    padding: 10px 10px;
  }

  .profile-details {
    padding: 40px 0;
  }

  .profile-details h4 {
    margin-bottom: 10px;
  }

  .profile-details .spacer {
    height: 20px;
  }

  .profile-details .readtime-head .export-file-btn {
    font-size: 12px;
    padding: 12px 17.5px;
    min-width: 150px;
  }
}

table.table th {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 0;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: rgb(24, 23, 22);
  opacity: 0.7;
  background: rgba(94, 93, 92, 0.05);
  padding: 10px 12px;
}

table.table td {
  font-weight: 400;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  color: rgb(24, 23, 22);
  opacity: 0.7;
  padding: 15px 12px;
}

@media (max-width: 767px) {
  .table-outer {
    overflow: scroll;
    width: 100%;
  }

  .table-outer table {
    width: 1000px;
  }
}

.member-type {
  padding: 32px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.member-type.platinum {
  border: 2px solid var(--2, #73ae00);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(150, 167, 0, 0.05)), to(rgba(150, 167, 0, 0.05))), #fff;
  background: linear-gradient(0deg, rgba(150, 167, 0, 0.05) 0%, rgba(150, 167, 0, 0.05) 100%), #fff;
}

.member-type.platinum .badge {
  background: #73ae00;
}

.member-type.premiur {
  border: 2px solid var(--4, #1d537f);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 83, 127, 0.05)), to(rgba(29, 83, 127, 0.05))), #fff;
  background: linear-gradient(0deg, rgba(29, 83, 127, 0.05) 0%, rgba(29, 83, 127, 0.05) 100%), #fff;
  padding: 20px 32px 0px 32px;
}

.member-type.premiur .badge {
  background: #1d537f;
}

.member-type.featured {
  border: 2px solid var(--5, #181716);
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)), rgba(202, 216, 42, 0.05);
  background: linear-gradient(0deg, #fff 0%, #fff 100%), rgba(202, 216, 42, 0.05);
}

.member-type.featured .badge {
  background: #181716;
}

.member-type .badge {
  position: absolute;
  right: -42px;
  top: 10px;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  /* font-family: "Work Sans", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 12px 0;
  width: 150px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.member-type h4 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  width: 100%;
}

.member-type p {
  opacity: 0.7;
  margin-bottom: 30px;
}

.partner-features {
  padding-bottom: 80px;
  margin-top: -40px;
  position: relative;
}

.partner-features:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 125px;
  background: #000;
}

.partner-features h6 {
  font-size: 18px;
  font-weight: 700;
  color: #181716;
  margin-bottom: 20px;
}

.partner-features p {
  opacity: 0.7;
  margin-bottom: 20px;
}

.list-style2.cols-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.partners ul.list-style2 li {
  color: #181716;
}

.partners .box.light-blue ul.list-style2 {
  margin-top: 24px;
}

.partners .box.light-blue ul.list-style2 li {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .page-banner-with-description h1 {
    font-size: 36px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .partner .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }

  .partner .d-flex .btn {
    margin: 0;
  }

  .partner-features {
    padding-bottom: 30px;
  }

  .list-style2.cols-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .partners {
    padding-bottom: 0;
  }
}

@media (max-width: 375px) {
  .page-banner-with-description h1 {
    font-size: 32px;
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .mb-lg-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .mb-md-80 {
    margin-bottom: 80px;
  }

  .mb-100 {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .event-bg {
    padding: 50px 0;
  }

  .mb-50 {
    margin-bottom: 50px;
  }
}

.col-with-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 64px;
}

.col-with-img .col-left {
  width: 50%;
}

.col-with-img .col-left h4 {
  margin-bottom: 20px;
  font-weight: 700;
}

.col-with-img .col-left p {
  margin-bottom: 20px;
}

.col-with-img .col-right {
  border: 1px solid #ddd;
  padding: 64px;
  width: 50%;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}

.col-12 .col-with-img:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 1199px) {
  .col-with-img .col-right {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .col-with-img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .col-with-img .col-right {
    width: 100%;
  }

  .col-with-img .col-left {
    width: 100%;
  }

  .col-12 .col-with-img:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.pager ul li {
  border-radius: 50%;
}

.pager ul li a.page-link {
  border: 0;
  color: #000;
  border-radius: 25px;
  padding: 8px 12px;
}

.pager ul li.page-item.is-active.active a.page-link {
  background-color: #000;
}

.page-item:first-child .page-link {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.pager ul li a {
  color: #000;
}

.js-pager__items {
  padding: 0;
}

.js-pager__items li {
  padding: 0;
}

.js-pager__items li a.button {
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
  width: 100%;
  padding: 16px 24px;
  color: rgba(24, 23, 22, 0.8);
  /* font-family: "Work Sans"; */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.js-pager__items li a.button:hover {
  background: #000;
  color: #dddddd;
}

.ajax-progress-fullscreen {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  background: transparent;
  border: 6px solid;
  border-bottom-color: #73ac00;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}

.ajax-progress-fullscreen::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  -webkit-animation: prixClipFix 2s linear infinite;
  animation: prixClipFix 2s linear infinite;
}

.ajax-progress-throbber {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  background: transparent;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
  z-index: 1000;
  top: 48.5%;
  left: 49%;
}

.ajax-progress-throbber .message {
  display: none;
}

.ajax-progress-throbber::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #000;
  -webkit-animation: prixClipFix 2s linear infinite;
  animation: prixClipFix 2s linear infinite;
}

.ajax-progress-throbber .throbber {
  background: none;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }

  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }

  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }

  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }

  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }

  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }

  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }

  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }

  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

.become-member-to-read {
  padding: 100px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.72)), color-stop(23.96%, #fff), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, #fff 23.96%, #fff 100%);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.become-member-to-read a {
  color: #000;
}

.become-member-to-read p {
  margin: 0;
}

.become-member-to-read h2 {
  margin-bottom: 16px;
}

.become-member-to-read .btn {
  margin: 24px 0;
}

.contact-page {
  padding: 80px 0;
}

.contact-page .form-item {
  margin-top: 0;
}

.contact-form {
  padding-right: 100px;
}

.media-page {
  padding: 80px 0;
}

.media-form {
  padding-right: 20px;
}

.partners {
  padding: 60px 0;
}

.partners .tab-style3 {
  margin-top: 20px;
}

@media (max-width: 991px) {

  .media-form,
  .contact-form {
    padding-right: 0px;
  }

  .media-form .btn,
  .contact-form .btn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .media-page,
  .contact-page {
    padding: 40px 0;
  }

  .media-page .textcenter img {
    padding: 0 3px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .media-page .textcenter img {
    height: auto;
  }
}

.about-2-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 60px;
}

@media (max-width: 575px) {
  .about-2-cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.about-page {
  padding: 80px 0;
}

.about-page h2 {
  margin-bottom: 32px;
}

.about-page h4 {
  font-weight: 700;
  margin: 16px 0 16px 0;
}

.about-page .list-style2 {
  margin-top: 25px;
}

.about-page .list-style2 li {
  /* font-family: "Georgia"; */
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin-bottom: 24px;
  color: #5e5d5c;
  line-height: 150%;
}

.about-page p {
  /* font-family: "Georgia"; */
  font-family: 'Open Sans', sans-serif;
  color: #5e5d5c;
  margin-bottom: 0;
}

.about-page .logos.style1 {
  margin: 35px 0 60px 0;
}

@media (max-width: 767px) {
  .about-page .logos.style1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .about-page .logos.style1 .item {
    padding: 0;
  }
}

.about-block .about-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.about-block .about-head .about-img {
  position: relative;
  width: 80px;
}

.about-block .about-head .about-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.about-block .about-head .about-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.about-block .about-head h5 {
  font-size: 18px;
  font-weight: 700;
}

.about-block .about-head p {
  margin: 0;
  font-style: italic;
  opacity: 0.7;
}

.about-block .about-body p {
  /* font-family: "Georgia"; */
  font-family: 'Open Sans', sans-serif;
  color: #5e5d5c;
}

.box.light-blue {
  background: #f2f8fb;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 25px;
}

.content-page {
  padding: 80px 0;
}

.content-page .page-title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-page .page-title h2 small {
  opacity: 0.7;
  font-size: 16px;
}

.content-page h4 {
  font-weight: 700;
  margin: 40px 0 30px 0;
}

.content-page span {
  font-size: 16px;
  line-height: 150%;
  color: #5e5d5c;
  display: block;
  font-family: 'Open Sans', sans-serif !important;
}

.content-page p {
  font-size: 16px;
  line-height: 150%;
  margin: 25px 0;
  color: #5e5d5c;
  display: block;
}

.content-page ol {
  margin-top: 5px;
}

.content-page ol li {
  font-size: 16px;
  line-height: 150%;
  margin: 5px 0;
  color: #5e5d5c;
}

.content-page p.highlight {
  color: #181716;
}

.tab3-content {
  margin-top: 60px;
}

.tab3-content h4 {
  font-weight: 700;
}

.tab3-content ul {
  margin-bottom: 25px;
}

.tab3-content small {
  color: #5e5d5c;
  /* font-family: Georgia; */
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
  display: block;
  margin-top: 25px;
}

@media (max-width: 991px) {
  .content-page {
    padding: 50px 0;
  }

  .content-page .page-title h2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 32px;
    gap: 0;
  }

  .content-page .page-title h2 small {
    display: block;
    margin-top: 20px;
  }
}

.node__links {
  display: none;
}

.full-width-block {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}