/*Nav*/
body.single-resource .navbar,
body.category .navbar {
  margin-bottom: 0;
}

/* Top Search */
#header .top-search {
  border: 0 !important;
  background-color: transparent;
  width: auto;
  padding: 0;
  margin: 0;
}

#menu-header_menu .searchform {
  position: relative;
}

#menu-header_menu .searchform .form-control {
  border: 0;
  border-radius: 20px;
  padding-right: 40px;
}

#menu-header_menu .searchform i {
  z-index: 2;
  position: absolute;
  top: 6px;
  right: 12px;
  color: #222222;
}

#menu-header_menu li.inactive,
#menu-header_menu li.inactive a {
  color: #ccc;
}

#menu-header_menu li.inactive a span.get-access {
  font-style: italic;
  margin-right: 5px;
  font-size: 14px;
}

#menu-header_menu li.inactive a span {
  color: white;
  margin-left: 10px;
}
#folders-legacy .folder .name .thumb {
  max-height: 95px;
}
/* Menu in Subheader */
#menu-subheader {
  padding: 10px 0 0;
  border-bottom: 1px solid #dcdcdc;
  background-color: #f5f5f5;
}

#menu-subheader .title {
  color: #4a749f;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
}

#menu-subheader .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
  line-height: 20px;
}

.page-id-2734 #menu-subheader {
  padding: 0px 0 0;
  margin-top: -10px;
}

.page-id-2734 #menu-subheader .menu {
  float: none;
  text-align: center;
}

#menu-subheader .menu li {
  display: inline-block;
  border-right: 1px solid #dcdcdc;
  margin: 0px 2px 0px 6px;
  padding: 0px 10px 0px 0px;
  font-size: 13px;
  line-height: 14px;
}

#menu-subheader .menu li:first-child {
  margin-left: 0;
}

#menu-subheader .menu li:last-child {
  border-right: 0;
  padding-right: 0;
}

#menu-subheader .menu li a {
  color: #323232;
}

#menu-subheader .menu li a:hover {
  color: #4a749f;
  text-decoration: none;
}

#menu-subheader .menu li a.current {
  font-weight: 700;
}

/* Breadcrumb */
#breadcrumb {
  font-size: 14px;
  line-height: 26px;
  padding: 2px 0;
}

#breadcrumb {
  font-size: 14px;
  line-height: 26px;
  padding: 2px 0;
  color: #999;
}

#breadcrumb a:hover,
#breadcrumb a:focus {
  text-decoration: none;
}

#breadcrumb i:first-child {
  margin: 0;
}

#breadcrumb i {
  font-size: 12px;
  line-height: 12px;
  margin: 0 5px;
}

/* Layouts */
.section-padding {
  padding: 60px 0;
}

/*Home*/
body.home .entry-title {
  margin: 0 0 20px !important;
}

body.home .entry-title + .subtitle {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 20px;
}

/*Home map*/
#map {
  height: 430px;
}

#map-container .labels {
  color: red;
  background-color: white;
  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  width: 90px;
  border: 2px solid black;
  white-space: nowrap;
}

/*NAV-TABS*/
.nav-tabs {
  border-bottom: 1px solid #646464;
  padding-bottom: 0px;
}

.nav-tabs > li {
  margin: 0 6px 0 0;
  line-height: 16px;
  font-size: 16px;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  padding: 6px 12px;
  border: 0;
  border-radius: 5px 5px 0 0;
  background-color: #eee;
  color: #646464;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #646464;
  color: #fff;
  border: 0;
}

.nav-tabs + .tab-content {
  padding: 30px 0 0;
}

.nav-tabs .info {
  font-size: 14px;
  line-height: 32px;
  color: #888;
}

/* Folders */
.folders {
  /* text-align: center; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0px;
  gap: 30px;
  width: fit-content;
  /* height: 310px; */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  justify-content: center;
}
div.product-wrapper:hover {
  box-shadow: 15px 15px 45px -15px rgba(39, 55, 84, 0.6);
}
.folders .product-wrapper {
  width: 272px;
  height: 141px;
  padding: 30px;
}
.folders .product-wrapper img {
  border: 0;
}
.folder {
  width: 160px;
  margin: 0 auto;
  position: relative;
  border-radius: 6px;
  box-shadow: none;
  position: relative;
}
.folders .product-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  gap: 10px;
  height: 140px;
  background: #eee;
  box-shadow: 15px 15px 45px -15px rgba(39, 55, 84, 0.15);
  border-radius: 6px;
  flex: none;
  order: 0;
  flex-grow: 0;
  position: relative;
}
span.product-wrapper:not(.enabled) img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.5;
}
.product-lock {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0px;
  top: 0px;
  background: #e5e7ed;
  border-radius: 0px 0px 0px 6px;
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 1;
}
.folder .name {
  font-size: 14px;
  color: #ccc;
  text-transform: uppercase;
  font-weight: 700;
}

.folder .name .thumb {
  border: none;
  max-height: 110px;
}

.folder:hover,
.folder:focus {
  text-decoration: none;
}

.folder.enabled {
  background-color: #fff;
}
.product-wrapper.enabled {
  background-color: #fff;
}

.folder.enabled .name {
  color: #777;
}

/* Entry Product Template */

.entry-product .entry-title {
  text-align: left;
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 32px;
  color: #323232;
  font-weight: 400;
}

.category .entry-product .entry-title {
  border-bottom: 1px solid #ccc;
}

.entry-product .entry-subtitle {
  text-align: left;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
}

.entry-product .entry-content {
  margin: 20px 0 0;
}
.postid-18952 .entry-product .entry-content {
  margin: 0 auto;
}

.entry-product .entry-content .content {
  margin: 0 0 20px;
}

/*Video player*/
#online-player .entry-content {
    margin: 0px auto !important;
    padding: 0 !important;
}
.entry-content .player .video {
  display: block;
  margin: 0 0 30px;
}

.entry-content .player .video img {
  width: 100%;
  border: 1px solid #dcdcdc;
}

.entry-content .player .video {
  display: block;
  margin: 0 0 30px;
}

.entry-content .player .title {
  margin: 15px 0;
  color: #3a537e;
  text-align: center;
  font-weight: 300;
}

.entry-content .player .link {
  text-align: right;
  display: block;
  margin: 0px 0px 20px;
  font-size: 14px;
  text-decoration: underline;
  color: #4a749f;
}

.entry-content .player .link:hover,
.entry-content .player .link:focus {
  text-decoration: underline;
  color: #4a749f;
}

.entry-content .player .info {
  display: block;
}

.entry-content .player .info .title {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
  color: #323232;
}

.entry-content .player .info .description {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  color: #323232;
}

/*Sidebar menu-buttons*/
.entry-product .entry-content .menu-buttons .head .title {
  text-align: center;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
}

.entry-product .entry-content .menu-buttons .body .row-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px 0;
  width: 100%;
}

.entry-product .entry-content .menu-buttons .body .row-buttons a {
  border-radius: 4px;
  height: 60px;
  display: flex;
  margin: 0;
  line-height: 32px;
  width: 50%;
  font-size: 16px;
}

.entry-product .entry-content .menu-buttons .body .row-buttons a .text {
  float: left;
  width: 95%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  text-align: left;
}

.entry-product .entry-content .menu-buttons .body .row-buttons a:first-child {
  margin-right: 5px;
}

.entry-product .entry-content .menu-buttons .body .row-buttons a:last-child {
  margin-left: 5px;
}

.entry-product .entry-content .menu-buttons .body .row-buttons a .icon {
  border: 0;
  margin: 0 8px 0 0;
  height: 28px !important;
  width: 28px !important;
  float: left;
}

.entry-product .entry-content .menu-buttons .body a {
  border-radius: 4px;
  height: 60px;
  margin: 0 0 10px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.entry-product .entry-content .menu-buttons .body a .icon {
  float: left;
  border: 0;
  margin: 0 10px 0 0;
  height: 28px;
  width: 28px;
}

.entry-product .entry-content .menu-buttons .body a .text {
  float: left;
  width: 82%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  text-align: left;
  line-height: 28px;
}

/*Sidebar videos menu*/
.entry-product .entry-content .menu-videos {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 350px;
}

.entry-product .entry-content .menu-videos .head .title {
  text-align: left;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.2em;
  text-transform: uppercase;

  color: #3a537e;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  border-bottom: solid 2px #3a537e;
}

.entry-product .entry-content .menu-videos .body {
  /* border: 1px solid #dcdcdc; */
  border-top: 0;
}

.entry-product .entry-content .menu-videos .body .category {
  font-size: 14px;
  line-height: 14px;
  padding: 10px 15px;
  margin: 0;
  text-align: left;
  border: 1px solid #fff;
  background-color: #1a2538 !important;
  color: #fff;
}

.entry-product .entry-content .menu-videos .body .alert {
  margin-bottom: 0;
}

.entry-product .entry-content .menu-videos .body .items {
  /*max-height: 250px;*/
  height: auto;
  /*overflow-y:scroll;*/
}

.entry-product .entry-content .menu-videos .body .items .item {
  display: block;
  padding: 10px 15px 0 0;
  color: #323232;
  min-height: 80px;
  border-bottom: solid 1px #e0e3e9;
}

.entry-product .entry-content .menu-videos .body .items .item:hover,
.entry-product .entry-content .menu-videos .body .items .item:focus {
  background-color: #f5f5f5;
  text-decoration: none;
}

.entry-product .entry-content .menu-videos .body .items .item .thumb {
  float: left;
  margin: 0 8px 0 0;
  width: 100%;
  max-width: 100px;
  border-radius: 6px;
}

.entry-product .entry-content .menu-videos .body .items .item .name {
  display: block;
  font-size: 13px;
  font-weight: 300;
}

.entry-product .entry-content .menu-videos .body .items .item .info {
  display: block;
  font-size: 12px;
  font-weight: 300;
}

.entry-product .entry-content .menu-videos .body .items .item:hover .name,
.entry-product .entry-content .menu-videos .body .items .item:focus .name {
  text-decoration: none;
  font-weight: 700;
}

.entry-product .entry-content .menu-videos .body .items .item:hover .info,
.entry-product .entry-content .menu-videos .body .items .item:focus .info {
  color: #4a749f;
}

/*Sidebar categories menu*/
.entry-product .entry-content .menu-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-product .entry-content .menu-categories .head {
  /* border: 1px solid #dcdcdc; */
  border-top: 0px;
  padding: 15px 0;
}

.entry-product .entry-content .menu-categories .head .title {
  text-align: left;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  color: #4a749f;
}

.entry-product .entry-content .menu-categories .body {
  /* border: 1px solid #dcdcdc; */
  border-top: 0;
}

.entry-product .entry-content .menu-categories .body .item {
  display: block;
  padding: 10px 15px 0 0;
  color: #323232;
  min-height: 60px;
}

.entry-product .entry-content .menu-categories .body .item:hover,
.entry-product .entry-content .menu-categories .body .item:focus {
  background-color: #f5f5f5;
  text-decoration: none;
}

.entry-product .entry-content .menu-categories .body .item .thumb {
  float: left;
  margin: 0 8px 0 0;
  width: 100%;
  max-width: 60px;
  border: 1px solid #dcdcdc;
}

.entry-product .entry-content .menu-categories .body .item .name {
  font-size: 13px;
  line-height: 38px;
  font-weight: 300;
  text-overflow: ellipsis;
  display: inline-block;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}

.entry-product .entry-content .menu-categories .body .item:hover .name,
.entry-product .entry-content .menu-categories .body .item:focus .name {
  text-decoration: none;
  font-weight: 700;
}

/* Documents */
.entry-product .entry-content .documents .documents-section {
  margin: 0 0 20px;
  padding: 10px 0;
  text-align: left;
  font-size: 16px;
  line-height: 16px;
  border-bottom: 1px solid #ccc;
  color: #323232;
}

.entry-product .entry-content .documents > a,
.entry-product .entry-content .documents > a:hover,
.entry-product .entry-content .documents > a:focus {
  text-decoration: none;
  color: #323232;
}

.entry-product .entry-content .documents .item {
  display: block;
  padding: 5px 10px;
  text-align: center;
  background: #fff;
  border: solid 0px #ccc;
}

.entry-product .entry-content .documents .item.first {
  margin-bottom: 40px;
}

.entry-product .entry-content .documents .item .thumb {
  float: left;
  width: 100%;
  max-width: 260px;
  margin: 0 15px 0 0;
  border: 0px solid #dcdcdc;
}

.entry-product .entry-content .documents .item.first .thumb {
  float: none;
  width: 100%;
  max-width: 640px;
  margin: 0 auto 20px;
}

.entry-product .entry-content .documents .item .title {
  margin: 0 0 6px;
  font-weight: 300;
  font-size: 22px;
  line-height: 20px;
  text-align: left;
}

.entry-product .entry-content .documents .item .date {
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 12px;
  color: #4a749f;
  margin: 0 0 10px;
}

.entry-product .entry-content .documents .item .description {
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  font-weight: 300;
}
.postid-78 .entry-product .entry-content .documents .item .description {
  font-family: Mulish;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.entry-product .entry-content .documents .item .link {
  color: #4a749f;
}

/* Categories */
body.category .player {
  width: 750px;
}

.entry-product .entry-content .categorie-description {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 20px;
}

.entry-product .entry-content .categories .categories-section,
h3.categories-section {
  margin: 15px 0;
  padding: 10px 0;
  text-align: left;
  font-size: 20px;
  line-height: 20px;
  border-bottom: 1px solid #ccc;
  color: #323232;
  font-weight: 400;
}

.entry-product .entry-content .categories .categories-section.level-1,
h3.categories-section.level-1 {
  font-size: 20px;
  line-height: 20px;
}

.entry-product .entry-content .categories .categories-section.level-2,
h3.categories-section.level-2 {
  font-size: 16px;
  line-height: 16px;
}

.entry-product .entry-content .categories .categories-section.level-3,
h3.categories-section.level-3 {
  font-size: 14px;
  line-height: 14px;
}

.entry-product .entry-content .categories .categories-section a,
h3.categories-section a {
  color: #323232;
}

.entry-product .entry-content .categories .categories-section a:hover,
h3.categories-section a:hover {
  color: #323232;
  text-decoration: underline;
}

.entry-product .entry-content .categories .categories-description {
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 15px;
  font-weight: 300;
}

.entry-product .entry-content .categories .categorie-resources {
  position: relative;
  padding-bottom: 60px;
}

.entry-product
  .entry-content
  .categories
  .categorie-resources
  .resources-more.show {
  display: block;
}

.entry-product
  .entry-content
  .categories
  .categorie-resources
  .show-more-resource {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  padding: 12px 10px;
  border-radius: 4px;
  left: 15px;
  bottom: 0;
  margin: 0;
  min-width: 100px;
}

.entry-product .entry-content .categories img {
  margin-bottom: 10px;
  height: 145px;
}

.entry-product .entry-content .categories .item .title,
.categorie-resources .item .title {
  text-align: left;
}

.entry-product .entry-content .categories .item .title a,
.categorie-resources .item .title a {
  color: #3a537e;
  height: auto;
  overflow: hidden;
  display: block;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  padding: 0px 6px;
  min-height: 50px;
}

.entry-product .entry-content .categories .item .title a:hover,
.entry-product .entry-content .categories .item .title a:focus,
.entry-product .entry-content .categories .item .title a:active {
  color: #4a749f;
  text-decoration: underline;
}

.entry-product .entry-content .categories .item .date,
.categorie-resources .item .date {
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 12px;
  color: #4a749f;
  margin: 0 0 10px;
  padding: 0 10px;
}

.entry-product .entry-content .categories .item .description,
.categorie-resources .item .description {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  height: 80px;
  overflow: hidden;
  margin-bottom: 4px;
  font-weight: 300;
  line-height: 25px;
  padding: 0 10px;
}

.entry-product .entry-content .categories .item .link,
.categorie-resources .item .link {
  color: #4a749f;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  display: block;
  padding: 0 10px;
}

/* Pagination */
.pagination {
  height: 80px;
  margin: 20px 0;
}

.pagination .link {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
}

.pagination .link:hover,
.pagination .link:focus {
  text-decoration: none;
  background-color: #666;
  color: #fff;
}

.pagination .link.prev {
  float: left;
}

.pagination .link.next {
  float: right;
}

/*Alerts*/
.alert {
  padding: 10px 15px 12px;
  border-radius: 0px;
  font-size: 14px;
  line-height: 14px;
}

.alert-info {
  background-color: #f5f5f5;
  border: 0;
  color: #999;
}

/*Search results*/
body.search #wrap-search {
  background-color: #f5f5f5;
  padding: 10px 15px;
}

body.search #wrap-search .form-group {
  margin-right: 10px;
}

body.search #wrap-search .form-group label {
  font-weight: 300;
  font-size: 14px;
}

body.search #wrap-search .btn {
  margin: 0;
  padding: 7px 30px;
  min-width: auto;
}

body.search .page-title {
  margin: 20px 0;
  font-size: 32px;
  line-height: 32px;
}

body.search .container article {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}

body.search .container article:last-child {
  border-bottom: 0;
}

body.search .container article .entry-title {
  margin: 0 0 4px;
  font-size: 20px;
  line-height: 28px;
}

body.search .container article .entry-title a {
  color: #4a749f;
}

body.search .container article .entry-meta {
  font-size: 12px;
  line-height: 12px;
  display: block;
  margin: 0 0 10px;
}

body.search .container article .entry-meta span {
  padding: 0 10px 0 0;
  color: #777;
}

body.search .container article .entry-meta span i {
  margin-right: 4px;
}

body.search .container article .entry-summary {
  font-size: 14px;
  margin: 0 0 15px;
}

body.search .container article .entry-title a u,
body.search .container article .entry-summary u {
  background-color: #ffa726 !important;
  color: #fff !important;
  text-decoration: none !important;
}

body.search .container article.disabled .entry-title,
body.search .container article.disabled .entry-title a,
body.search .container article.disabled .entry-summary a {
  color: #777;
}

body.search .container article.disabled .entry-title a {
  position: relative;
}

body.search .container article.disabled .entry-title a:after {
  position: absolute;
  content: "get access";
  background-color: #4a749f;
  top: 0px;
  right: -85px;
  font-size: 14px;
  line-height: 24px;
  width: 80px;
  color: #fff;
  text-align: center;
}

body.search .container article.disabled .entry-meta {
  color: #ccc;
}

body.search .container article.disabled .entry-summary {
  color: #999;
}

/*Paginator Wordpress*/
.nav-links {
  margin: 40px 0;
}

.nav-links .nav-previous,
.nav-links .nav-next {
  display: inline-block;
  width: 50%;
}

.nav-links .nav-previous {
  text-align: left;
}

.nav-links .nav-next {
  text-align: right;
}

.nav-links a {
  padding: 10px 15px;
  display: inline-block;
  border: 1px solid #dcdcdc;
  color: #666;
  line-height: 16px;
  font-size: 16px;
}

.nav-links a:hover,
.nav-links a:focus {
  color: #323232;
  text-decoration: none;
}

/*Modal*/
#modal-sovereignman .modal-footer .btn {
  min-width: 100px;
  padding: 10px 15px;
  margin: 0;
}

#modal-sovereignman .modal-footer .btn-link {
  color: #4a749f;
}

#modal-sovereignman .modal-footer .btn-link:hover {
  text-decoration: underline;
}

/*Collapse*/
.panel-group {
  margin-bottom: 0;
}

.panel-group .panel {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #dcdcdc;
}

.panel-group .panel .panel-heading {
  text-align: left;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  background-color: #f5f5f5;
  border-radius: 0;
}

.panel-group .panel .panel-heading .panel-title {
  text-align: left;
  color: #222;
  font-size: 18px;
}

.panel-group .panel .panel-collapse {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

/*News Company*/
.panel-group .panel .panel-collapse .panel-body .new {
  display: block;
  margin-bottom: 20px;
}

.panel-group .panel .panel-collapse .panel-body .new:last-child {
  margin-bottom: 0px;
}

.panel-group .panel .panel-collapse .panel-body .new .thumb {
  float: left;
  margin-right: 10px;
  max-width: 200px;
}

.panel-group .panel .panel-collapse .panel-body .new .title {
  margin: 0 0 6px;
  padding: 10px 0 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  color: #4a749f;
}

.panel-group .panel .panel-collapse .panel-body .new .date {
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 12px;
  color: #4a749f;
  margin: 0 0 10px;
}

.panel-group .panel .panel-collapse .panel-body .new .description {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #323232;
}

.panel-group .panel .panel-collapse .panel-body .new .link {
  color: #4a749f;
}

.panel-group .panel .panel-collapse .panel-body .new:hover,
.panel-group .panel .panel-collapse .panel-body .new:focus {
  text-decoration: none;
}

/*Subtitle brand*/
.navbar-brand-wrapper {
  position: relative;
}

.navbar-inverse .navbar-brand {
  margin-top: 10px;
  background: url("/wp-content/uploads/2024/01/schiff_sovereign-members_dark.png")
    no-repeat 25px;
  background-size: contain;
  height: 65px;
  width: 300px;
}

/*Resource*/
body.single-resource #wrapper {
  padding: 40px;
}

.btn .product-icon {
  border: none;
  width: 25px;
}

img.the-logo {
  height: 100%;
}

/*My profile*/
body.page-my-profile h4,
body.page-my-email-and-password h4 {
  text-align: left;
  margin: 40px 0 10px;
}

body.page-my-profile form > div,
body.page-my-email-and-password form > div {
  margin-bottom: 15px;
}

body.page-my-profile form > div input[type="text"],
body.page-my-profile form > div input[type="email"],
body.page-my-profile form > div input[type="password"],
body.page-my-email-and-password form > div input[type="text"],
body.page-my-email-and-password form > div input[type="email"],
body.page-my-email-and-password form > div input[type="password"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

body.page-my-profile form > div input[type="text"]:focus,
body.page-my-profile form > div input[type="email"]:focus,
body.page-my-profile form > div input[type="password"]:focus,
body.page-my-email-and-password form > div input[type="text"]:focus,
body.page-my-email-and-password form > div input[type="email"]:focus,
body.page-my-email-and-password form > div input[type="password"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

body.page-my-profile form .btn-blue,
body.page-my-email-and-password form .btn-blue {
  margin: 0;
}

body.page-my-profile form input[type="submit"],
body.page-my-email-and-password form input[type="submit"] {
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.4;
  max-width: 100%;
  text-align: center;
  min-width: 150px;
  padding: 15px 30px;
  color: white;
  cursor: pointer;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background: linear-gradient(to bottom, #2886e5 0%, #015db9 100%);
}

.center-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 783px) {
}

@media (min-width: 1025px) {
  .entry .entry-title {
    font-size: 26px;
  }

  .entry-content {
    font-size: 20px;
  }
}

@media (max-width: 782px) {
  body.single-resource #wrapper {
    padding: 25px 0 0;
  }

  body.single-resource .entry .featured-image {
    margin-bottom: 10px;
  }

  body.single-resource .entry .entry-info {
    margin: 0 0 15px 0;
  }

  .entry-product .entry-content .documents .item .description {
    font-size: 16px;
    line-height: 22px;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
  }

  .entry-product .entry-content .documents .item .title {
    font-size: 24px;
    line-height: 23px;
  }
}

.item-6591 img {
  max-height: 190px !important;
}
