/* Base
--------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0
}
html {
    width: 100%;
    height: 100%
}
body#base  {
    width: 100%;
    height: 100%;
    min-width: inherit;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #747474;
    font-family: "museo-slab", Georgia;
    font-size: 12pt;
    line-height: 22px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}
body#base form#form1 {
	height: 100%
}
body#base a {
    color: #00a3e0;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease
}
body#base a:hover {
    color: #003c71;
    text-decoration: none;
    transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease
}
body#base a img {
    border: 0
}
::selection {
    background: #00a3e0;
    color: #fff
}
body#base p {
    margin: 30px 0 0
}
ol {
    margin: 10px 0 0 20px
}
.hidden {
    display: none;
}


/* Common Classes
--------------------------------------------------------------------------*/
.wrapper {
    width: 1200px;
    margin: 0 auto
}
.responsive {
    display: none
}
.clear {
    clear: both
}
.opaque {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}
.button-1 {
    display: inline-block;
    padding: 10px 20px;
    border: 5px solid #00a3e0;
    background: #00a3e0;
    color: #fff !important;
    font-weight: bold
}
.button-2 {
    display: inline-block;
    padding: 10px 20px;
    border: 5px solid #00a3e0;
    background: transparent;
    color: #fff !important;
    font-weight: bold
}
.button-1:hover, .button-2:hover {
    background: #003c71
}
section.second ul.sfitemsList {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
section.second .hover-info {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
    opacity: 0;
    background-color: rgba(0, 163, 224, 0.9);
    color: #fff;
    text-align: center;
    transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease
}
section.second .hover-info div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block
}
section.second a:hover .hover-info {
    opacity: 1
}
.inline > div {
    display: inline-block;
}


/* Headings
--------------------------------------------------------------------------*/
body#base h1 {
    line-height: normal;
    margin: 0;
    font-family: "museo-slab";
    font-size: 50pt;
    font-weight: 700;
    color: #00a3e0;
    text-transform: uppercase
}
body#base h2 {
    line-height: normal;
    margin: 0;
    font-family: "museo-sans";
    font-size: 24pt;
    font-weight: 700
}
body#base h3 {
    margin: 0;
    border: none;
    color: #003c71;
    font-family: "museo-sans";
    font-size: 20pt;
    font-weight: 700
}
body#base h4 {
    font-family: "museo-slab";
    font-size: 16pt;
    color: #fff
}
body#base h2.main-title {
    margin: 0;
    font-family: "museo-slab";
    font-size: 50pt;
    font-weight: 700;
    color: #00a3e0;
    text-transform: uppercase;
    line-height: 1.2;
}


/* Header
--------------------------------------------------------------------------*/
header {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100px;
    background: transparent;
    line-height: 100px;
    transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease
}
header .logo {
    display: block;
    float: left;
    width: 285px;
    height: 58px;
    margin: 21px 30px;
    background-image: url('/images/default-source/images/logo.tmb-main-nav.webp');
    background-size: 100%;
    background-repeat: no-repeat
}
header nav {
    position: absolute;
    right: 114px;
    margin: 0
}
header nav ul li {
    display: inline-block;
    margin-right: 30px;
    text-align: left
}
body#base header nav a {
    color: #fff;
    font-family: "museo-sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30pt
}
body#base header nav a:hover {
    color: #00a3e0
}
header .social {
    position: absolute;
    right: 30px
}
header .social li {
    display: inline-block;
    list-style-type: none
}
body#base header .social a {
    display: block;
    /*width: 40px;
    height: 40px;
    border: 5px solid #00a3e0;
    background: #003c71;*/
    margin-left: 30px;
    color: #fff;
    font-size: 13pt;
    /*text-align: center;
    line-height: 34px*/
}
body#base header .social a:hover {
    color: #00a3e0
}


/* Header > Top Header (when a user scrolls down)
--------------------------------------------------------------------------*/
header.top-header,
header.second-header {
    box-shadow: 0 0 1px #ccc;
    height: 80px;
    line-height: 80px;
    background: rgba(255,255,255,0.9);
    transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease
}
header.top-header .logo,
header.second-header .logo {
    width: 187px;
    height: 38px;
    background-image: url('/images/default-source/images/logo-b.png')
}
body#base header.top-header nav a,
body#base header.top-header .social a,
body#base header.second-header nav a,
body#base header.second-header .social a {
    color: #003c71
}
body#base header.top-header nav a:hover,
body#base header.top-header .social a:hover,
body#base header.second-header nav a:hover,
body#base header.second-header .social a:hover {
    color: #00a3e0
}
body#base header.top-header nav .button-2 {
    color: #747475 !important;
}
body#base header.top-header nav .button-2:hover {
    color: #FFF !important;
    background: #003c71
}


/* Home
--------------------------------------------------------------------------*/
section#home {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('https://www.bwforsyth.com/images/default-source/hero-image/home-screen-new.tmb-herobg.webp');
    background-size: cover;
    background-attachment: fixed
}
section#home .opaque>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    text-align: center
}
section#home h1 {
    color: #fff;
    font-size: 42pt
}
section#home .opaque>div .sfContentBlock ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px 0 0;
    padding: 0;
    list-style-type: none;
}


/* Second
--------------------------------------------------------------------------*/
section.second {
    position: relative;
    width: 100%;
    padding: 140px 0;
    background: #f6f6f6
}
section.second .container {
    max-width: 800px;
    margin: 0 auto;
}
section.second.invest-crit {
    background: #003c71;
    color: #fff
}
section.second .wrapper {
    width: 1200px;
    margin: 0 auto
}
section.second .sfitemDetails ul,
section.second .industry-wrapper ul {
    list-style: disc;
    margin: 10px 0 0 30px;
    padding: 0
}
.approach-buttons .sfContentBlock ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
}


/* Second > Image Breaks
--------------------------------------------------------------------------*/
section.image-break {
    position: relative;
    height: 400px;
    background-size: cover;
    background-attachment: fixed
}
section.image-break .break-content:before {
    content: '\f10d  \f10e';
    display: block;
    height: 44pt;
    color: #00a3e0;
    font-family: "fontawesome";
    font-size: 56pt;
    font-weight: bold;
    text-align: center
}
section.image-break .break-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff
}
section.image-break .break-content strong {
    color: #00a3e0
}
section.image-break .break-content em {
    display: block;
    text-align: center
}
section#break-1.visible {
    background-image: url('/images/default-source/image-breaks/image-break-1.tmb-bg-image.webp')
}
section#break-2.visible {
    background-image: url('/images/default-source/image-breaks/image-break-2.tmb-bg-image.webp')
}
section#break-3.visible {
    background-image: url('/images/default-source/image-breaks/image-break-3.tmb-bg-image.webp')
}
section#break-4.visible {
    background-image: url('/images/default-source/image-breaks/image-break-4.tmb-bg-image.webp')
}
section#break-5.visible {
    background-image: url('/images/default-source/image-breaks/image-break-5.tmb-bg-image.webp')
}
section#break-6.visible {
    background-image: url('/images/default-source/image-breaks/image-break-6.tmb-bg-image.webp')
}


/* Second > Approach
--------------------------------------------------------------------------*/
section#approach .button-2 {
    color: #747474 !important
}
section#approach .button-2:hover {
    color: #fff !important
}
section#approach .tab-container {
    margin: 60px 0 0
}
section#approach ul.nav-pills {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 0;
    background: none;
}
section#approach ul.nav-pills li.nav-item {
    position: relative;
    width: 25%;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    text-align: center;
    background: 0
}
section#approach ul.nav-pills li.nav-item button {
    padding: 0;
    border: 0;
    background: 0
}
section#approach .rtsImg {
    border: 5px solid #f6f6f6;
    border-radius: 100px;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0;
    line-height: 80px;
    border: 5px solid #f6f6f6 !important;
    background-color: #003c71;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    color: #003c71 !important;
    transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease
}
section#approach #pills-patience-tab .rtsImg {
    background-image: url('/images/default-source/images/patience-icon.tmb-tab-icons.webp');
    background-size: 50%
}
section#approach #pills-balance-tab .rtsImg {
    background-image: url('/images/default-source/images/balance-icon.tmb-tab-icons.webp')
}
section#approach #pills-partnership-tab .rtsImg {
    background-image: url('/images/default-source/images/partnership-icon.tmb-tab-icons.webp')
}
section#approach #pills-flexibility-tab .rtsImg {
    background-image: url('/images/default-source/images/flexibility-icon.tmb-tab-icons.webp')
}
section#approach .rtsImg:hover,
section#approach .nav-link.active .rtsImg {
    padding: 0;
    border: 5px solid #003c71 !important;
    background-color: #00a3e0 !important;
    color: #003c71 !important;
    transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease
}
section#approach .tab-content {
    position: relative;
    height: 150px;
}
section#approach .tab-pane p {
    position: absolute;
    top: 0;
    padding: 0 60px;
    text-align: left
}
section#approach .tab-pane.active {
    opacity: 1;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
section#approach .rtsTxt {
    display: block;
    margin-top: 10px;
    color: #003c71;
    font-family: "museo-slab";
    font-size: 12pt;
    font-weight: bold;
    text-transform: capitalize
}
section#approach a.rtsSelected .rtsTxt {
    color: #00a3e0
}
section#approach .tab-page .sf_colsIn {
    width: 100%;
    padding: 0 60px;
}
section#approach .approach-buttons {
    text-align: center;
}
section#approach .approach-buttons ul li {
    list-style-type: none;
    display: inline-block;
    margin-top: 40px
}



/* Second > Team
--------------------------------------------------------------------------*/
section#team .team-members {
    float: left;
    overflow: hidden;
    border-right: 3px solid #f2f2f2;
    border-bottom: 3px solid #f2f2f2;
    list-style-type: none;
    display: inline-block;
    width: 20%;
    margin: 0;
    padding: 0;
    font-size: 0px
}
section#team .team-members a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center
}
section#team .team-members .team-photo-sm img {
    max-width: 100%;
    min-width: 100%;
}
section#team .team-members .hover-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 12pt
}


/* Second > Focus (Industries)
--------------------------------------------------------------------------*/
section#industries .industries-listings {
    float: left;
    overflow: hidden;
    list-style-type: none;
    display: inline-block;
    width: 33.3%;
    height: 550px;
    margin-bottom: 0;
    padding: 2px
}
section#industries .industries-listings .industry-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
}
section#industries .industry-photo-sm img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: inherit;
    height: 100%
}
section#industries .industry-content-sm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    color: #fff;
    font-size: 11pt;
}
section#industries .industry-content-sm:hover {
    cursor: pointer;
    background: #003c71;
    color: #fff;
    transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease
}
section#industries .industry-content-sm:hover h2 {
    color: #00a3e0
}
section#industries .industry-content-sm div {
    margin: 30px
}
section#industries .industry-content-sm .industry-details {
    display: none
}
section#industries .industry-content-sm:hover .industry-details {
    display: block
}


/* Second > Focus (Industries) > Investment Criteria
--------------------------------------------------------------------------*/
section#investment .invest-crit-cols {
    margin-top: 40px
}
section#investment .invest-crit-cols h3 {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    background: transparent;
    color: #fff;
    font-family: "museo-slab";
    font-size: 20pt;
    font-weight: bold;
    text-transform: inherit
}
section#investment .invest-crit-cols h4 {
    color: #00a3e0
}


/* Second > Companies
--------------------------------------------------------------------------*/
section#companies .companies-listings {
    overflow: hidden;
    border-right: 3px solid #f2f2f2;
    border-bottom: 3px solid #f2f2f2;
    list-style-type: none;
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0
}
section#companies .companies-listings a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease
}
section#companies .company-photo-sm img {
    max-width: 100%;
    min-width: 100%;
}
section#companies .company-content-sm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: rgba(0,0,0,0.2);
    color: #fff;
    font-size: 12pt
}
section#companies .companies-listings a:hover .company-content-sm {
    background: rgba(255,255,255,0.8);
    color: #00a3e0;
    transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease
}
section#companies .company-logo-sm {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: auto;
    padding: 10px;
    transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease
}
section#companies .companies-listings a:hover .company-logo-sm {
    opacity: 1;
    transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease
}
li#CARRBiosystems h3.acq-title, li#MatterFamilyOffice h3.acq-title {
    display: none;
}


/* Second > Parent
--------------------------------------------------------------------------*/
section#parent ul.sfitemsList {
    margin-top: 20px
}
section#parent ul li.sfitem {
    float: left;
    overflow: hidden;
    list-style-type: none;
    display: inline-block;
    width: 25%;
    height: 300px;
    margin-bottom: 0;
    padding: 2px;
    font-size: 0px
}
section#parent ul li .bw-infobox {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
}
section#parent ul li .bw-infobox-img {
    height: 100%
}
section#parent ul li .bw-infobox-img img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    max-width: inherit;
    height: 100%
}
section#parent ul li .bw-infobox-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 11pt;
    font-weight: bold
}
section#parent ul li .bw-infobox-content div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(0,60,113,0.7);
    transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease
}
section#parent ul li .bw-infobox-content:hover div {
    opacity: 0;
    transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease
}


/* Second > News
--------------------------------------------------------------------------*/
section.second ul.sfnewsList {
    margin-top: 30px
}
section.second .news-listings {
    float: left;
    overflow: hidden;
    list-style-type: none;
    display: inline-block;
    width: 25%;
    height: 300px;
    margin-bottom: 0;
    padding: 2px;
    font-size: 0px
}
body#base section.second .news-listings a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #00a3e0;
    color: #003c71;
    transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease
}
body#base section.second .news-listings a:hover {
    background-color: #003c71;
    color: #00a3e0
}
section.second .news-listings span {
    position: absolute;
    bottom: 10px;
    display: block;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase
}


/* Second > Connect
--------------------------------------------------------------------------*/
section#connect {
    padding-bottom: 60px
}
section#connect .connect-tab {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff
}
section#connect .connectList ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
}
section#connect .connectList ul span {
    margin-left: 8px;
}
section#connect .sfexpandedListWrp .sflistListItem {
    padding-bottom: 20px
}
section#connect .sfexpandedListWrp ul li i {
    float: left;
    display: inline-block;
    width: 10%;
    height: 40px;
    color: #00a3e0
}
section#connect .sfexpandedListWrp ul li div.sfcontent {
    float: left;
    display: inline-block;
    width: 90%
}
section#connect .sfFormsEditor .sf-fieldWrp, section#connect .connectForm .sf-fieldWrp {
    margin-bottom: 20px
}
section#connect .sfFormsEditor label, section#connect .connectForm .sf-fieldWrp label {
    display: block
}
section#connect .sfFormsEditor .sf-fieldWrp input,
section#connect .sfFormsEditor .sf-fieldWrp textarea,
section#connect .connectForm input[type=text],
section#connect .connectForm textarea {
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    padding: 10px 16px
}
section#connect .sfFormsEditor .sf-fieldWrp select,
section#connect .connectForm select {
    border: 1px solid #ccc;
    border-radius: 0;
    width: 100%;
    height: 44px;
    padding: 5px 10px;
    background-color: #fff;
    background-image: url('/images/default-source/images/select-arrow.png');
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 5%;
    -webkit-appearance: none
}
section#connect .sfFormsEditor .sf-fieldWrp button,
section#connect .connectForm button {
    padding: 10px 20px;
    border: 5px solid #00a3e0;
    background: transparent;
    font-weight: bold;
    transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease
}
section#connect .sfFormsEditor .sf-fieldWrp button:hover,
section#connect .connectForm button:hover {
    background: #003c71;
    color: #fff;
    transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease
}


/* Section > Map
--------------------------------------------------------------------------*/
section#connect-map {
    position: relative;
    height: 400px
}
section#connect-map .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 400px;
    background:transparent;
}


/* Single
--------------------------------------------------------------------------*/
.single {
    overflow: hidden;
    width: 100%;
    height: 100%
}
.single div,
.single ul.sfitemDetails {
    display: flex;
    height: 100%
}
.single p {
    margin: 20px 0 0
}
.single ul li.team-photo,
.single ul li.industry-photo,
.single ul li.company-photo {
    position: relative;
    float: left;
    display: block;
    width: 40%;
    height: 100%;
    overflow: hidden
}
.single ul li.team-photo img,
.single ul li.industry-photo img,
.single ul li.company-photo img {
    display: block;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}
.single ul li.team-details,
.single ul li.industry-details,
.single ul li.company-details {
    position: relative;
    float: left;
    overflow: scroll;
    list-style-type: none;
    display: block;
    width: 60%;
    height: 100%;
    padding: 30px;
    font-size: 11pt
}
body#base .single ul li.team-details h1,
body#base .single ul li.industry-details h1,
body#base .single ul li.company-details h1 {
    font-size: 28pt;
    text-align: left
}
body#base .single ul li.team-details h2,
body#base .single ul li.company-details h2 {
    color: #003c71;
}
body#base .single ul li.company-details h3 {
    margin-top: 5px;
    font-size: 14pt;
    font-weight: 300
}


/* Single > Company
--------------------------------------------------------------------------*/
.single ul li.company-photo img.company-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    min-width: initial;
    height: 300px;
    object-fit: contain !important;
    min-height: auto;
    background: #fff;
    padding: 20px
}
body#base .single h3.acq-title {
    margin-top: 30px !important
}
body#base .single ul.acquisition-listings{
    margin-top: 20px
}
body#base .single ul.acquisition-listings li {
    display: inline-block;
    float: left;
    width: 20%;
    min-height: 250px;
    padding: 0 5px 20px;
    font-size: 9pt;
    line-height: 12pt
}
body#base .single ul.acquisition-listings li .acq-logo {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    background: #f6f6f6
}
body#base .single ul.acquisition-listings li .acq-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    max-height: 100%;
    padding: 10px
}


/* Single > Industry
--------------------------------------------------------------------------*/
body#base .single ul li.industry-details ul {
    margin-top: 10px
}
body#base .single ul li.industry-details ul li {
    list-style-type: disc;
    margin-left: 30px
}


/* Single > Team
--------------------------------------------------------------------------*/
.modal-content {
    height: 600px !important;
    overflow-y: auto !important;
}
.modal-content button {
    float: right;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0 0 5px;
    border: none;
    background-color: #00a3e0;
    color: #fff;
    font-family: "museo-slab";
    font-size: 32px;
    font-weight: bold;
}
.modal-content button:hover {
    background-color: #003c71;
}
.modal-content .team-details :is(.row, .col) {
    height: auto;
}
.modal-content .team-details .row .col:first-of-type {
    min-width: 80%;
}
.modal-content .button-1 {
    margin-top: 20px;
}
.single .team-contact {
    margin-top: 30px
}
.single .team-contact li {
    list-style-type: none;
    display: inline-block
}
.single .team-contact li:first-child:after {
    content: '|';
    margin-left: 10px
}
.single .team-contact li i {
    width: 30px;
    color: #003c71;
    text-align: center
}
body#base .single span.team-education {
    display: block;
    margin-top: 30px
}
body#base .single span.team-education ul li {
    list-style-type: disc;
    margin-left: 30px
}


/* Lightbox
--------------------------------------------------------------------------*/
/*#html5-lightbox {
    height: 100%
}
#html5-lightbox-box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 90% !important;
    height: 80% !important;
    margin: 0 !important
}
#html5-elem-box,
#html5-elem-wrap {
    height: 100% !important
}
#html5-image {
    height: 100% !important;
    padding: 0 !important
}*/
#html5-watermark, .html5-elem-data-box {
    display: none !important;
}
#html5-close {
    margin: 15px !important;
    color: #00a3e0;
    font-family: "museo-slab";
    font-size: 32px;
    font-weight: bold
}
#html5-close:hover {
    color: #003c71
}
.html5-prev-inside .mh-icon-left:before {
    content: '\2039';
    color: #fff;
}
.html5-next-inside .mh-icon-right:before {
    content: '\203A';
    color: #fff;
}


/* Footer
--------------------------------------------------------------------------*/

footer {
    width: 100%;
    padding: 30px;
    background: #003c71;
    color: #fff;
    text-align: center;
}

footer a:hover {
    color: #ffffff !important;
}

/*
.bw-copyright {
  text-align: right !important;
  padding-left: 0;
	margin-bottom: 0;
	display: inline-block;
	float: right !important;
	padding: 0;
	font-size: 13px !important;
	background: #F0EFF0;
	height: 30px;
	line-height: 30px;
  padding: 30px;
}
*/

/* Policies
--------------------------------------------------------------------------*/

.policyp h2, .policyp h3, .policyp h4 {
    margin-bottom: -25px !important;
    margin-top: 25px !important;
}

.policyp h4 {
    color: #004B8E !important;
}

.policyp ul{
  list-style: disc outside none;
  padding: 10px 10px 10px 25px;
}


/* Cookie Banner
--------------------------------------------------------------------------*/
a.banner-policy-link {
  color: #093C71 !important;
}


/* News Posts
--------------------------------------------------------------------------*/
.full-news-image {
    max-width: 40%;
    margin: 0 0 30px 30px;
    padding: 0 0 0 30px;
    border-left: 1px solid #ccc;
    float: right;
}
.full-news-image[src=""] {
    display: none;
}
.full-news-button[href=""] {
    display: none;
}

/* Investment Profile
--------------------------------------------------------------------------*/
.investment-profile-wrapper h3 span {
    display: inline-block;
}
.investment-profile-wrapper h3 span::after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    margin-top: -16px;
    background-image: url('/images/default-source/images/underline.png?sfvrsn=f5f43c4b_1');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.blue-box-row {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 80px;
}
.blue-box-row .sf_2cols_1_50, .blue-box-row .sf_2cols_2_50 {
    float: none;
    width: 100%;
    display: flex;
}
.blue-box-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background-color: rgba(0, 160, 223, 0.25);
    flex-grow: 1;
}
.blue-box-container > div {
    width: 70%;
}
.blue-box-container h3 {
    padding-bottom: 16px !important;
}
.blue-box-container img {
    margin-bottom: 30px;
}
.blue-box-container ul {
    list-style-type: none !important;
    line-height: 28px;
    color: #003c71;
    margin: 0 !important;
    padding: 0 !important;
}
.investment-profile-wrapper h4 {
    color: #003c71 !important;
    margin-bottom: 10px;
}
.portfolio-companies-row {
    margin-bottom: 80px;
    display: flex;
    gap: 8px;
    padding: 25px !important;
    width: 100%;
    height: 300px;
}
.portfolio-companies-row .sf_3cols_1_33,
.portfolio-companies-row .sf_3cols_2_34, .portfolio-companies-row .sf_3cols_3_33 {
    float: none;
    width: 100%;
    flex-grow: 1;
    display: inline-block;
    overflow: hidden;
}
.portfolio-companies-col {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.portfolio-companies-col .portfolio-bg-img {
    max-width: 100%;
    min-width: 100%;
}
.portfolio-companies-col .portfolio-img {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.portfolio-companies-col .portfolio-img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.portfolio-companies-col .portfolio-p p {
    color: #FFF !important;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 30px;
}
.portfolio-companies-col:hover .portfolio-img {
    background-color: #003c71;
}
.portfolio-companies-col:hover .portfolio-img img {
    display: none;
}
.portfolio-companies-col:hover .portfolio-p p {
    display: block;
}
.investment-profile-wrapper .list-columns-wrapper ul {
    list-style: none !important;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
.investment-profile-wrapper .list-columns-wrapper ul strong {
    text-transform: uppercase;
}
.investment-profile-wrapper .list-columns-wrapper ul li::before {
    content: "\2022";
    color: #00a3e0;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -20px;
}
.investment-profile-wrapper .list-columns-wrapper ul li {
    margin-bottom: 12px;
    display: inline-block;
}
.investment-profile-wrapper .list-columns-wrapper ul:last-of-type {
    margin-bottom: 80px !important;
}
#endorsementCarousel .carousel-inner {
    width: 70%;
    margin: 0 auto;
}
#endorsementCarousel .item {
    background: #FFF;
    padding: 30px;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    height: 500px
}
#endorsementCarousel .item.active {
    display: flex;
}
#endorsementCarousel .carousel-img {
    margin: 0 auto;
    display: block;
}
#endorsementCarousel .carousel-caption {
    position: static;
    padding: 20px !important;
    color: #747474;
    text-align: center;
    text-shadow: none !important;
    line-height: 28px;
}
#endorsementCarousel .carousel-caption hr {
    margin: 20px 10%;
}
#endorsementCarousel .carousel-caption i {
    position: absolute;
    z-index: 0;
    left: 50px;
    font-size: 250%;
    color: #00a3e0;
    opacity: 0.2;
}
#endorsementCarousel .carousel-caption .quote {
    font-size: 120%;
}
#endorsementCarousel .carousel-caption .quote em {
    color: #00a3e0;
}
#endorsementCarousel .carousel-caption .quotee {
    color: #003c71;
    font-style: italic;
}
#endorsementCarousel .carousel-control.left, .carousel-control.right {
    background: none !important;
}

.sf_4cols_2_25 .sf_4cols_2in_25, .sf_4cols_3_25 .sf_4cols_3in_25, .sf_4cols_4_25 .sf_4cols_4in_25 {
    margin-left: 0 !important;
}


/* --- Legal --- */
body#base .legal-container h1 {
    margin-bottom: 30px !important;
}
body#base .legal-container h2 {
    margin: 40px 0 20px !important;
}
body#base .legal-container h3 {
    margin-bottom: 30px;
}
body#base .legal-container p {
    margin: 0 0 30px !important;
}
body#base .legal-container ul {
    margin: 0 0 30px 20px;
}
.legal-contacts {
    width: 100%;
    border: 0;
}
.legal-contacts td {
    padding: 10px;
    border: 3px solid #f2f2f2;
}
.legal-contacts td:first-of-type {
    width: 20%;
    background-color: #00a3e0;
    color: #fff;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}
.legal-contacts td:last-of-type {
    width: 80%;
    background-color: #fff;
}