/**
 * Color classes and default styling are in /assets/main.css, focus your efforts there
 * @import external fonts at top of this page before default.css
 * remove comment for dark-mode.css if you want to enable that -- will not be 100%, you will need to fix minor things
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("./assets/default-settings.css");
/** @import url("assets/dark-mode.css"); */

html, body { overflow-x: hidden; }
/* default head sizes
h1, .h1 { font-size: calc(1.375rem + 1.5vw); }
@media (min-width: 1200px) {
  h1, .h1 { font-size: 2.5rem; }
}
h2, .h2 { font-size: calc(1.325rem + 0.9vw); }
@media (min-width: 1200px) {
  h2, .h2 { font-size: 2rem; }
}
h3, .h3 { font-size: calc(1.3rem + 0.6vw); }
@media (min-width: 1200px) {
  h3, .h3 { font-size: 1.75rem; }
}
h4, .h4 { font-size: calc(1.275rem + 0.3vw); }
@media (min-width: 1200px) {
  h4, .h4 { font-size: 1.5rem; }
}
h5, .h5 { font-size: 1.25rem; }
h6, .h6 { font-size: 1rem; }
*/
hr { opacity: 1; }
.wp-block-separator { border-top-width: 1px; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; color: #2d2926; }
strong, b, .font-weight-bold { font-weight: 700; }
a { /* font-weight: 500; */ color: rgb(var(--bs-primary-rgb)); text-decoration: none; }
a:not(.btn):hover, a:focus, a:active { text-decoration: underline; }
.btn { font-weight: 600; border-radius: 0; }
li:not(.nav-item) { padding-bottom: .6rem; }
li:not(.nav-item) > ul { padding-top: .6rem; }
::marker { color: rgb( var(--bs-primary-rgb) ); }
.restrict-image .card > img.w-100 { max-width: 90px; padding: 1rem; }
.text-justify { text-align: justify; }
.row { --bs-gutter-x: 4.5rem; }
/* :where(.wp-block-columns.is-layout-flex) { gap: 4.5rem; } */
.wp-block-columns { flex-wrap: wrap !important; }
/* .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { flex-basis: 100% !important; } */
.wp-block-button.btn-outline-white .wp-block-button__link { padding: 0.25rem 1rem; background-color: transparent; border: 1px solid #fff; border-radius: 0; }
.btn-primary .nav-link { display: inline-block; padding: 0.25rem 2rem !important; color: #fff !important; background-color: rgb(var(--bs-primary-rgb)); border: 1px solid rgb(var(--bs-primary-rgb)); }
.btn.btn-primary:hover, .btn-primary .nav-link:hover { color: rgb(var(--bs-primary-rgb)) !important; background-color: #fff; filter: unset; }
.edge-bg { background-color: rgba(247, 241, 183, 0.2); }
.steamboat-bg .btn { padding: 1.375rem 5.125rem; color: #2265a2; background: #fff; }
.steamboat-bg .btn:hover { color: #fff; background: #2265a2; border: 1px solid #fff; }

#block-7 .row > div:first-child { padding-left: 0; background-color: #97bee6; }
#block-7 .jwbs-column div div:last-of-type div { padding: 0; }
#block-7 .menu { margin: 0; padding: 0; list-style: none; }
#block-7 li { padding-bottom: 0; }
#block-7 a { font-weight: 400; color: #2d3936; }

/** header */
#search-container { display: inline-block; }

/** navbar */
/* .brand-logo { width: 265px; height: 94px; } */
.navbar-brand img { max-width: 200px; max-height: 100px; }
#mainMenuNav { margin-right: calc(38% - 38vw); }
#mainMenuNav form { max-width: 375px; }
.navbar-nav .nav-item { margin: 0; font-weight: 400; font-size: 1.095rem; }
.navbar-nav .nav-item .nav-link { font-size: 1.125rem; }
.navbar-nav .nav-item.nav-btn { padding: .25rem 0; width: 140px; white-space: nowrap; }
.navbar-nav .nav-item.btn-outline-primary a.nav-link { display: inline-block; padding-right: 3rem; padding-left: 3rem; border: 1px solid #004566; }
.navbar-nav .nav-item.btn-outline-primary a.nav-link:hover { color: #fff; background-color: #004566; border: 1px solid #004566; text-decoration: none; }
.navbar-nav .nav-link /*, #block-7 a */ { color: #2d3936; text-transform: none; }
.navbar-toggler { border: 1px solid rgb(var(--bs-primary-rgb)); }
.navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 20 30' xmlns='http://www.w3.org/2000/svg' version='1.1'><g stroke='rgba(23,120,181,1)'><line x1='0' y1='25' x2='20' y2='5' stroke-width='2' /><line x1='0' y1='5' x2='20' y2='25' stroke-width='2' /></g></svg>"); }
.collapsed .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2823, 120, 181, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

/** carousel */
/* .jwbs-banner.breakout { margin-bottom: 3rem; } */
.carousel-caption { top: auto; left: 5%; right: 5%; bottom: 1.25em; transform: none; }
.carousel-caption .container { width: fit-content; float: left; padding: 2rem 3rem 1rem 2rem; background: rgba(var(--bs-primary-rgb), 0.85); }
.carousel-caption #breadcrumbs, .carousel-caption h1 { margin-bottom: 1rem; }
.carousel-caption a { color: #fff; }
.single-portfolio_company .carousel-caption, .single-team .carousel-caption, .single-post .carousel-caption { bottom: 0; }

.single-portfolio_company .carousel-caption, .single-team .carousel-caption,
.blog .carousel-caption, .single-post .carousel-caption { bottom: 0; top: 0; display: flex !important; align-items: center; }
.single-portfolio_company .carousel-caption .container, .single-team .carousel-caption .container,
.blog .carousel-caption .container, .single-post .carousel-caption .container { padding: 0; background-color: transparent; width: 100%; }
.single-portfolio_company .carousel-caption .container p, .single-team .carousel-caption .container p,
.blog .carousel-caption .container p, .single-post .carousel-caption .container p { margin: 0; }

/** home */
.jwbs-card .card { border-color: rgb(var(--bs-primary-rgb)); border-radius: 0; }
.jwbs-card .card img { margin: 1rem; width: auto !important; height: 60px !important; align-self: flex-start; }
.jwbs-card .card .card-footer { text-align: center; }
.jwbs-card .card .card-footer a { color: #fb8b24 !important; }
.accordion-item { background-color: transparent; }
#sources { background-image: url('/wp-content/uploads/2023/07/sources-bg@2x.png'); background-repeat: no-repeat; background-position: center; background-size: cover; }
.wp-block-media-text figure { margin: auto !important; }
.wp-block-media-text figure img { max-width: 400px; }

/** about */
#about-grid .justify-content-center { justify-content: start !important; }
.accordion-item { border: 0 none; border-bottom: 1px solid rgb(var(--bs-primary-rgb)); }
.accordion-item, .accordion-item .accordion-button { border-radius: 0 !important; }
.accordion-button:not(.collapsed) { box-shadow: none; }
.accordion-button { font-size: 1.25rem; font-weight: 700; }
.accordion-button:not(.collapsed):after { content: '\f056'; font-size: 2.5rem; color: transparent; background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3e%3cpath d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM184 232l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"/%3e%3c/svg%3e'); background-position: center; background-size: unset; }
.accordion-button.collapsed:after { content: '\f055'; font-size: 2.5rem; color: transparent; background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3e%3cpath d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM232 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z"/%3e%3c/svg%3e'); background-position: center; background-size: unset; }

/* claims */
/* #claims { background-color: rgba(61,175,203,0.1); } */

/** investment criteria */
#investment-grid .card { border-color: transparent; }
#investment-grid .card > img { margin: auto; }

/** portfolio companies */
#portfolio-company-stats { padding-inline-start: 20px; line-height: 2.5; }

/** team */
.team .card { background: var(--bs-primary-bg-subtle); padding-bottom: 1.5rem; }
.team .card .team-position-separator { display: none; }
.team .card .team-position { display: block; font-weight: 300; }

/** newsfeed */
.blog #jwbs-newsfeed-archive { max-width: 600px; }
.blog #jwbs-newsfeed-archive .card-footer a.btn { padding-left: 0; }

/* who we insure */
.who-we-insure-grid > .wp-block-group__inner-container, .claims-careers-grid > .wp-block-group__inner-container { display: flex; flex-wrap: wrap; }
.who-we-insure-grid .card { margin: 0 0 3rem 0; padding: 1.5rem; width: 100%; border-radius: 0; border: 1px solid rgb(var(--bs-primary-rgb)); filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.25)); }
.who-we-insure-grid .card ul ul { list-style-type: disc; }

/* claims careers */
.claims-careers-grid .card { margin: 0 0 3rem 0; padding: 1.5rem; width: 100%; border-radius: 0; border: 2px solid rgb(var(--bs-primary-rgb)); }

/** blog */
time { font-weight: 500; color: #0f5640; margin: 1.5rem 0; display: block; }
.jwbs-newsfeed .card-title { font-size: calc(1.375rem + 1.5vw); }

/** sidebar */
#sidebar-default .alert-dark { display: none; }

#claims .text-nowrap { margin-right: -1rem; margin-left: -1rem; }

/* contact us */
#contact-us { font-size: 1.25rem; }
#contact-us * { color: #fff; }
#contact-us .wp-block-columns { gap: 0; }
#contact-us .wp-block-image img { max-width: 25%; }

/** footer */
#inner-footer { font-weight: 400; font-size: 12px; }
#inner-footer a { color: var(--jwbs-text-on-primary-bg-color); text-transform: none; }
#inner-footer ul.menu { list-style: none; padding-inline-start: 0; padding: .5rem 0; }
#inner-footer .menu-main-nav-container ul.menu { text-transform: uppercase; font-size: 110%; }
#inner-footer ul.menu li { display: inline-block; margin: 0.5rem 0; padding: 0 1rem; border-right: 1px solid #fff; }
#inner-footer ul.menu li:first-of-type { padding-left: 0; }
#inner-footer ul.menu li:last-of-type { border-right: 0 none; }
#inner-footer .wp-image-940 { width: 256px; }
#inner-footer .wp-image-1519 { width: 150px; }
#inner-footer #block-13 { display: inline-block; float: right; }
#inner-footer #block-18, #inner-footer #block-19 { display: inline-block; float: left; }
#inner-footer #block-19 { line-height: 2; }

/** media queries */
/** Small devices (landscape phones, 576px and up) [-sm] */
@media only screen and (min-width : 576px) {
	.navbar-brand img { max-width: 300px; max-height: 150px; }
  .carousel-caption .container { margin-left: calc((100% - 510px) / 2); }
}

@media only screen and (min-width : 760px){
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { flex-basis: 0 !important; flex-grow: 1; }
}

/** Medium devices (tablets, 768px and up) [-md] */
@media only screen and (min-width : 768px) {
  .restrict-image .card > img.w-100 { max-width: fit-content; }
	.carousel-caption { top: 24%; }
  .carousel-caption .container { margin-left: calc((100% - 690px) / 2); max-width: 360px; }
  .carousel-item { max-height: 630px; }
	.who-we-insure-grid .card, .claims-careers-grid .card { width: calc(50% - 1.5rem); }
	.who-we-insure-grid .card:nth-child(odd), .claims-careers-grid .card:nth-child(odd) { margin: 0 3rem 3rem 0; }
	#contact-us .wp-block-columns { gap: 2em; }
	#contact-us .wp-block-image img { max-width: 100%; }
	#inner-footer .wp-image-1519 { width: 246px; }
}

@media only screen and (min-width : 782px) and (max-width : 991px){
	#claims .wp-block-column .h3 { font-size: 1.5rem; }
}

/** Large devices (desktops, 992px and up) [-lg] */
@media only screen and (min-width : 992px) {
	.wp-block-columns { flex-wrap: nowrap !important; }
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { flex-basis: 0 !important; }
	#block-7 .jwbs-column div div:last-of-type div { padding-left: 1.5rem; }
	.navbar-nav .nav-item { margin: 0 .5rem; }
  .navbar-nav .nav-item.nav-btn { margin-top: 0.25rem; }
  .large-lead { font-size: 2rem; }
  #mainMenuNav form { display: none; }
  .carousel-item { max-height: 530px; }
	.carousel-caption { top: 20%; bottom: auto; }
  .carousel-caption .container { margin-left: calc((100% - 930px) / 2); max-width: 480px; }
	.carousel-caption #breadcrumbs, .carousel-caption h1 { margin-bottom: 2rem; }
}

@media only screen and (min-width : 922px) and (max-width : 1199px){
	#claims .wp-block-column .h3 { font-size: 1.25rem; }
}

/** X-Large devices (large desktops, 1200px and up) [-xl] */
@media only screen and (min-width : 1200px) {
  /* h2, .h2 { font-size: 2.5rem; } */
  h4, .h4 { font-size: 1.3125rem; }
  .carousel-caption .container { margin-left: calc((100% - 1110px) / 2); max-width: 570px; }
  .carousel-item { max-height: 530px; }
  .jwbs-newsfeed .card-title { font-size: 2rem; }
}

/** larger desktops, 1400px and up [-xxl] */
@media only screen and (min-width : 1400px) {
  .carousel-caption .container { margin-left: calc((100% - 1290px) / 2); max-width: 536px; }
  .carousel-item { max-height: 630px; }
}

/** larger desktops, 1600px and up */
@media only screen and (min-width : 1600px) {
  .carousel-item { /* margin-top: -5%; */ max-height: calc(100vh - 247px); }
#block-7 .jwbs-column div div:last-of-type div { padding-right: 1.5rem; }
}