/*
Fonts added:

Neue Haas Unica W1G Bold
font-family: neue-haas-unica, sans-serif;
font-weight: 600;
font-style: normal;

Neue Haas Unica W1G Bold Italic
font-family: neue-haas-unica, sans-serif;
font-weight: 600;
font-style: italic;

Neue Haas Unica W1G Heavy
font-family: neue-haas-unica, sans-serif;
font-weight: 700;
font-style: normal;

Neue Haas Unica W1G Heavy Italic
font-family: neue-haas-unica, sans-serif;
font-weight: 700;
font-style: italic;

Neue Haas Unica W1G Italic
font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: italic;

Neue Haas Unica W1G Medium
font-family: neue-haas-unica, sans-serif;
font-weight: 500;
font-style: normal;

Neue Haas Unica W1G Medium Italic
font-family: neue-haas-unica, sans-serif;
font-weight: 500;
font-style: italic;

Neue Haas Unica W1G Regular
font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;

Font Awesome
<i class="fas fa-user"></i> <!-- uses solid style -->
<i class="far fa-user"></i> <!-- uses regular style -->
<i class="fal fa-user"></i> <!-- uses light style -->
<!--brand icon-->
<i class="fab fa-github-square"></i> <!-- uses brands style -->
*/

body {
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    font-style: normal;
}
@media (min-width: 992px) {
    body.customize-support {
        padding-top: 26px;
    }
    body.customize-support .fixed-top {
        top: 32px;
    }
}
@media (max-width: 991px) {
    body.customize-support {
        padding-top: 46px;
    }
    body.customize-support .fixed-top {
        top: 46px;
    }
}

a, a:hover, a:active, a:visited {
    color:#000;
}

/****** Header + Top Navigation **********************************/
header {
    margin-top: 0;
    height: 88px;
    background-color: #fff;
}
@media (max-width: 1200px) {
    header {
        height: 88px;
    }
}
header .navbar {
    background-color: #fff;
    padding-bottom: 0;
    /*border-bottom: 1px solid #000;*/
}
header .navbar > .container {
    background-color: #fff;
    padding-bottom: 10px;
}
header .navbar-brand {
    width: 190px;
}
header .navbar .nav-menu li {
    border: none;
    font-family: neue-haas-unica, sans-serif;
    font-weight: 500;
    font-style: normal;
}
header .navbar .nav-menu li a,
header .navbar .nav-menu li a:active,
header .navbar .nav-menu li a:visited {
    color: #000;
    text-decoration: none;
}
#mainnav .nav-menu li a:hover {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}
header .dropdown-item:hover,
header .dropdown-item:focus,
header .navbar .nav-menu li a:active {
    background-color: #e9ecef;
}
header .navbar .dropdown-menu {
    background-color: rgba(255,255,255,0.9);
    border-radius: 0;
    border: none;
    inset: 40px auto auto 24px !important;
}
header .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}
header .navbar .dropdown-toggle::after {
    display: none;
}
.navbar-expand-lg .navbar-nav .top-item > a {
    font-family: neue-haas-unica, sans-serif;
    font-weight: 500;
    font-style: normal;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .top-item .nav-link {
        padding-right: 0;
        padding-left: 36px;
    }
}
@media (max-width: 991px) {
    header .navbar > .container {
        border-bottom: 1px solid #000;
    }
    .navbar-light .navbar-toggler {
        margin-right: 5px;
    }
    header .navbar-nav .dropdown-item,
    header .navbar-nav .nav-link {
        padding-right: 10px;
    }
    header .nav-item a {
        text-align: right;
    }
    header .navbar .dropdown-menu {
        margin: 4px 0 10px 0;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        inset: 0 !important;
    }
}

/****** Footer ************************************************/

footer {
    width: 100%;
    margin-bottom: 35px;
}
footer > .container {
    /*border-top: 1px solid #000;*/
    padding-top: 55px;
}
footer .footer-logo {
    width: 160px;
    margin-right: 70px;
    float: left;
}
footer .footer-text {
    margin-right: 70px;
    float: left;
}
footer .footer-text:last-child {
    margin-right: 0;
}
footer .footer-text p {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
/*
footer .footer-iso-mark {
    float: left;
    margin-left: 12px;
    margin-top: -25px;
}
footer .footer-iso-mark img {
    max-width: 320px;
}
*/
footer .footer-iso-mark {
    float: left;
    margin-left: 12px;
    margin-top: 4px;
}
footer .footer-iso-mark img {
    max-height: 51px;
}
footer .footer-social-links {
    margin-top: 8px;
    text-align: right;
}
footer .footer-social-links a {
    color: #ccc;
    margin-left: 20px;
}
footer .footer-social-links a:hover {
    color: #999;
}
footer .copyright {
    border-top:1px solid #000;
    margin-top: 40px;
    padding-top: 40px;
    text-align: center;
    font-size: 12px;
}
@media (max-width: 1199px) {
    footer .footer-logo {
        margin-right: 40px;
    }
    footer .footer-text {
        margin-right: 40px;
    }
    footer .footer-text:last-child {
        margin-right: 0;
    }
    footer .footer-iso-mark {
        float: left;
        margin-left: 12px;
    }
    footer .footer-iso-mark img {
        max-width: 260px;
    }
    footer .footer-social-links a {
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media (max-width: 991px) {
    footer .footer-iso-mark {
        margin-left: 0;
        margin-top: 0;
    }
    footer .footer-iso-mark img {
        max-width: 220px;
    }
}
@media (max-width: 768px) {
    footer .footer-text {
        width: calc(50% - 20px);
        text-align: left;
        margin: -20px 0 20px 20px;
    }
    footer .footer-iso-mark {
        float: left;
        text-align: left;
        margin-left: 20px;
        margin-top: 0;
        width: calc(50% - 20px);
    }
    footer .footer-iso-mark img {
        max-width: 260px;
    }
    footer .footer-social-links {
        width: calc(50% - 20px);
        float: left;
        text-align: left;
        /*margin-top: -200px;*/
        /*width: 100%;*/
    }
}
@media (max-width: 400px) {
    footer .footer-iso-mark {
        float: left;
        text-align: left;
        margin-left: 20px;
        margin-top: 0;
        width: calc(50% - 20px);
    }
    footer .footer-iso-mark img {
        max-width: 260px;
    }
    footer .footer-social-links {
        width: 50%;
        float: left;
        text-align: left;
        /*margin-top: -200px;*/
        /*width: 100%;*/
    }
    footer .footer-social-links .fa-3x {
        font-size: 2.4em;
    }

}
/****** Home Template *****************************************/

section.home-visual {
    background-color: #1a1a1a;
    margin: 0;
    padding: 0;
}
section.home-visual #home-visual-background {
    position: relative;
}
section.home-visual #home-visual-background img.background {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    opacity: 0.8;
}
section.home-visual #home-visual-logo {
    position: absolute;
    top:0;
    left: 0;
    text-align: center;
}
section.home-visual #home-visual-logo img.logo {
    vertical-align: middle;
    max-width: 60%;
}
section.home-intro {
    margin: 40px 0;
    padding: 0;
    text-align: left;
}
section.home-intro h1 {
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
}
section.home-intro h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    margin-bottom: 80px;
}
section.home-intro .blockquote {
    font-size: 16px;
    text-align: left;
}
section.home-intro .blockquote-footer {
    color:#000;
    font-style: italic;
}
section.home-nodes > .container {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 40px;
    padding-bottom: 40px;
}
section.home-nodes .node {
    padding: 20px;
}
section.home-nodes .node h3 {
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    margin-bottom: 20px;
}
section.home-nodes .node p {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

/****** Page Template *****************************************/

section.page {
    margin: 0;
}
section.page h1 {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 2.0rem;
}
section.page p {
    font-size: 1.0rem;
}
section.page > .container {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
    z-index: 1;
}
section.page > .container .page-visual {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background-position: bottom right;
    background-repeat: no-repeat;
}
section.page > .container .page-visual.tr {
    background-position: top right;
}
section.page > .container .page-visual.bl {
    background-position: bottom left;
}
section.page > .container .page-visual.tl {
    background-position: top left;
}
section.page > .container .page-visual.cv {
    background-position: center;
}
@media (max-width: 1024px) {
    section.page > .container .page-visual {
        opacity: .6;
    }
}
/*
section.page .content {
    padding-bottom: 80px;
    min-height: calc(100vh - 460px);
}
*/
section.page .contact-card {
    margin-top: 40px;
}
section.page .contact-card td {
    vertical-align: top;
    padding-right: 20px;
}
section.page .contact-card td img {
    width: 120px;
}
section.page .quote {
    margin-top: 80px;
    margin-bottom: 120px;
}
section.page.text-light {
    background-color: #000;
    color: #fff;
}
section.page.text-light a {
    color: #fff;
}
section.page.text-dark {
    background-color: #fff;
    color: #000;
}
section.page.text-dark a {
    color: #000;
}
.container.min-height {
    min-height: calc(100vh - 280px);
}

/****** Page USP's *****************************************/

section.page.usps .usp {
    text-align: left;
    padding: 0 40px 80px 40px;
}
section.page.usps .usp p {
    font-size: 14px;
}
section.page.usps h2 {
    font-size: 28px;
}
section.page.usps h3 {
    font-size: 16px;
    font-weight: 800;
}
section.page.usps .content-left,
section.page.usps .cont-right {
    margin-bottom: 80px;
}

/****** Page Team Landing *****************************************/
section.page.team-landing .team-featured-image {
    max-width: 70%;
    margin-bottom: 40px;
}
section.page.team-landing .team-member {
    margin-bottom: 80px;
}
section.page.team-landing .team-member-image {
    float: left;
    width: 170px;
}
section.page.team-landing .team-member-image img {
    max-width: 150px;
    max-height: 150px;
}
section.page.team-landing .team-member-intro {
    float: left;
    width: calc(100% - 170px);
}
section.page.team-landing .team-member-intro h3 {
    font-size: 16px;
    font-weight: 800;
}
section.page.team-landing .team-member-intro p {
    font-size: 14px;
    font-weight: 400;
}
@media (max-width: 575px) {
    section.page.team-landing .content {
        padding-bottom: 20px;
    }
    section.page.team-landing .team-member-image {
        width: 100px;
    }
    section.page.team-landing .team-member-image img {
        width: 80px;
    }
    section.page.team-landing .team-member-intro {
        width: calc(100% - 100px);
    }
    section.page.team-landing .team-member {
        margin-bottom: 40px;
    }
    section.page.team-landing .team-featured-image {
        max-width: 100%;

    }
}


/****** Page Team Member *****************************************/

section.page.team-member-detail {

}
/*
h1.news-header {
    border-bottom: 1px solid #ddd;
}
*/
.row.news-header {
    margin-top: 60px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.row.news-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.row.news-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.row.news-item h4 {
    font-size: 18px;
}
.row.news-item div.pub-date {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #aaa;
}
nav.prev-next-posts {
    margin-top: 20px;
    margin-bottom: 40px;
}
nav.prev-next-posts .prev-posts-link {
    text-align: left;
}
nav.prev-next-posts .next-posts-link {
    text-align: right;
}
section.page.text-dark nav.prev-next-posts a {
    color: #777;
}
/****** Page Contact *****************************************/
#frmContact div.is-invalid {
    padding: 10px 0 0 5px;
    color: #dc3545;
}
#frmContact textarea {
    height: 100px;
}
section.page div.map {
    margin-top: 20px;
    margin-bottom: 40px;
}
.btn-primary {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-primary:hover {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

/****** Page Investors  *****************************************/
.investor {
    padding-right: 60px;
}
.investor-image {
    height: 180px;
    line-height:180px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.investor-image img {
    max-width: 50%;
}

/****** Cookie consent *****************************************/

#cookie-directive {
    background-color: #999;
}
.cookie-content {
    background-color: #999;
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
}
.cookie-content p {
    text-align: center
}
.cookie-content p a {
    color:#fff;
}