html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
    color: #4A4A4A;
    font-family: "Roboto";
    font-size: 20px;
    letter-spacing: 0.22px;
    line-height: 30px;
    font-weight: 400;
}

h1 {
    color: #323F4F;
    font-family: "Roboto";
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
}

h2 {
    font-size: 1.6rem;
    font-family: "Roboto";
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 50px;
}

h3 {
    color: #323F4F;
    font-family: "Roboto";
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
}

h6 {
    color: #323F4F;
    font-family: "Roboto";
    font-size: 17px;
    font-weight: 500;
    line-height: 40px;
}

p {
    font-family: "Roboto";
    font-size: 20px;
    line-height: 28px;
}

a {
    color: #58C6F9;
    font-family: "Roboto";
}

.section-text ul {
    padding-left: 15px;
}

.section-text li {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #969696;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

p.green-text {
    color: #226898;
    font-weight: 300;
    margin-bottom: 42px;
}

.section-text p {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #969696;
    margin-bottom: 40px;
}

.section-text-standout p {
    color: #226898;
    font-family: "Roboto";
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 40px;
}

strong {
    font-weight: 500;
}

button:focus {
    outline: none;
    border: none;
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
    outline-color: -webkit-focus-ring-color;
    outline-style: none;
    outline-width: 0;
}

.fa-search {
    /*  color: #FFF;
    font-size: 15px;*/
}

.information-block {
    width: 100%;
    background-color: #323F4F;
    box-shadow: 0 2px 4px 0 #EAEAEA;
    height: 100%;
    padding: 32px 0;
}

.information-block-expanded {
    background-color: #fff;
}

.information-block p {
    color: #58C6F9;
    font-family: "Roboto";
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    margin: 0;
}

.information-block button {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 500;
    color: #58C6F9;
    border: 1px solid #58C6F9;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    background: transparent;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 15px;
}

.navbar-toggler>.navbar-toggler-close {
    display: block;
    color: #fff;
    font-size: 24px;
    padding-right: 5px;
    margin-top: 10px;
}

.navbar-toggler.collapsed>.navbar-toggler-close,
.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display: none;
}


/*TODO ? MENU HOVER https://www.codeply.com/go/ji5ijk6yJ4/bootstrap-4-dropdown-submenu-on-hover-(navbar).navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-16px;
}*/

.dropdown-menu {
    background-color: #FFFFFF;
    /* box-shadow: 0 2px 40px 20px rgba(0,0,0,0.05);*/
    box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 0;
    margin-top: 22px;
}

.dropdown-item {
    color: #226898;
    font-family: "Roboto";
    font-size: 14px;
    line-height: 38px;
    padding-left: 32px;
    padding-right: 32px;
    border-top: 0.5px solid #f5f5f5;
    border-bottom: 0.5px solid #f5f5f5;
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #226898;
    text-decoration: none;
    background-color: #f8f9fa;
    text-decoration: none;
    background-color: rgba(216, 216, 216, 0.2);
    border-top: 0.5px solid #EAEAEA;
    border-bottom: 0.5px solid #EAEAEA;
    font-weight: bold;
}

.dropdown-menu li:first-child .dropdown-item {
    border-top: none;
}

.dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}


/* TODO remove below to enable drop down icons */

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border: 0;
}

.breadcrumb-container {
    margin-top: 83px;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 0;
}

.breadcrumb-item {
    font-family: "Roboto";
    font-size: 14px;
    color: #226898;
    font-weight: bold;
}

.breadcrumb-item a {
    color: #226898;
    font-weight: bold;
}

.breadcrumb-item a:hover {
    color: #226898;
    text-decoration: none;
}

.breadcrumb.active {
    color: #969696;
}

.breadcrumb-item.active {
    font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: " | ";
}

.nav-tabs {
    border-bottom: 1px solid #979797;
    padding-bottom: 4px;
}

.nav-tabs .active {
    border-bottom: 4px solid #323F4F;
    color: #323F4F;
}

.nav-tabs a {
    color: #969696;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    padding-bottom: 8px;
}

.nav-tabs a:hover {
    text-decoration: none;
    color: #323F4F;
}

.nav-tabs li {
    margin-right: 30px;
}

.nav-tabs li:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    nav .nav-tabs {
        border-bottom: none;
    }
    nav .nav-tabs a {
        padding-bottom: 4px;
    }
    nav .nav-tabs li {
        padding-bottom: 6px;
    }
    nav .nav {
        display: block;
    }
    nav .navbar-toggler.collapsed .navbar-toggler-icon {
        margin-top: 3px;
    }
    nav .navbar-nav .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
        margin: 0;
    }
    nav .navbar-nav .dropdown-menu .dropdown-item {
        border-bottom: 0;
        border-top: 0;
        font-size: 20px;
        font-weight: 300;
    }

    .our-regional-offices .nav.nav-tabs li {
        margin-right: 16px; 
        height: 33px;
    }
    .our-regional-offices .nav.nav-tabs li:last-child {
        margin-right: 0;
    }

    .our-regional-offices .nav.nav-tabs a {
        font-size: 16px;
    }
}

.nav-tab-link ul {
    padding: 0;
    margin: 0;
}

.nav-tab-link li {
    list-style: none;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #226898;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #58C6F9;
}

footer {
    background-color: #323F4F;
    padding-top: 36px;
    padding-bottom: 20px;
}

footer h5 {
    color: #58C6F9;
    font-family: "Roboto";
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin-bottom: 0;
}

footer a {
    color: #58C6F9;
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 20px;
}

footer ul.footer-end {
    padding-left: 0;
    margin-bottom: 0;
}

footer ul.footer-end li {
    list-style-type: none;
    float: left;
    color: #FFFFFF;
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 300;
    line-height: 28px;
    padding-right: 30px;
}

footer ul.footer-end li:last-child {
    padding-right: 0;
}

footer ul.footer-end li a {
    color: #FFFFFF;
}

.get-in-touch-details h3 {
    color: #FFFFFF;
    font-family: "Roboto";
    font-size: 26px;
    font-weight: 300;
    line-height: 34px;
    clear: both;
    padding-top: 80px;
}

.get-in-touch-details h3:first-child {
    padding-top: 0;
}

.get-in-touch-details ul {
    clear: both;
    padding-left: 0;
}

.get-in-touch-details li {
    list-style-type: none;
    float: left;
    font-family: "Roboto";
    color: #969696;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    padding-right: 35px;
    padding-top: 25px;
}

.get-in-touch-details li.details-icon {
    width: 35px;
    margin-right: 20px;
}

.get-in-touch-details a {
    font-family: "Roboto";
    color: #969696;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.get-in-touch-details a:hover {
    font-family: "Roboto";
    color: #969696;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

#get-in-touch-form-container {
    display: none;
    height: auto;
}

#get-in-touch-form-container-expanded {
    margin-top: 0;
    height: auto;
    padding-top: 0;
}

.get-in-touch-container {
    padding-top: 75px;
    padding-bottom: 75px;
}

.get-in-touch-form {
    background-color: #FFFFFF;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.5);
    padding-top: 35px;
    padding-left: 65px;
    padding-right: 65px;
    padding-bottom: 35px;
}

.get-in-touch-form h3 {
    color: #323F4F;
    font-family: "Roboto";
    font-size: 26px;
    font-weight: 300;
    line-height: 34px;
}

.information-block-expanded .get-in-touch-details h3 {
    color: #323F4F;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
}


/* Cards */

.card-container-clusters {
    border: 1px solid #EAEAEA;
}

.card-container {
    border: 1px solid #EAEAEA;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 #EAEAEA;
    height: 100%;
    padding: 23px 33px 23px 33px;
    min-height: 260px;
}

.card-container:hover {
    box-shadow: 2px 5px 6px 0 #EAEAEA;
}

.card-container h3 {
    color: #323F4F;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
}

.card-container p {
    color: #969696;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.card-container-no-border {
    border: none;
}

.card-type-link a {
    color: #226898;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 500;
    display: block;
    border-top: 0.5px solid transparent;
    border-bottom: 0.5px solid transparent;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
}

.card-type-link a:hover {
    text-decoration: none;
    background-color: rgba(216, 216, 216, 0.3);
    /*border-top: 0.5px solid #EAEAEA;*/
    border-bottom: 0.5px solid #EAEAEA;
}

.card-type-link p {
    margin-bottom: 0;
}

.card-type-link p a {
    border-bottom: 0.5px solid #EAEAEA;
}

@media (max-width: 767px) {
    .card-type-link a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.card-container-read-more {
    position: absolute;
    bottom: 32px;
    border-bottom: 3px solid #58c6f9;
    min-width: 68px;
}

.card-container-read-more p {
    margin-bottom: 5px;
}

.card-container-read-more a {
    color: #58c6f9;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.card-container-read-more a:hover {
    text-decoration: none;
    color: #226898;
}

.card-type-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card-type-background h3 {
    color: #58C6F9;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
}

.card-type-background p,
.card-type-featured p {
    color: #FFFFFF;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.card-type-background a,
.card-type-featured a {
    color: #58c6f9;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.card-type-background a:hover,
.card-type-featured a:hover {
    color: #226898;
}

.card-type-background .card-container-read-more,
.card-type-featured .card-container-read-more {
    border-bottom: none;
}

.card-type-featured {
    padding: 0;
    min-height: 208px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.card-type-featured a {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    display: block;
    width: 100%;
    height: 100%;
    color: #58C6F9;
    padding: 23px 23px 23px 23px;
}

.card-type-featured a:hover {
    text-decoration: none;
    color: #fff;
}

.card-container-top-image {
    width: 100%;
    min-height: 155px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card-type-top-image {
    min-height: 180px;
    height: auto;
    padding-right: 10px;
    padding-left: 15px;
}

.card-type-top-image h3 {
    color: #323F4F;
    font-family: "Roboto";
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
}

.card-type-top-image,
.card-type-featured {
    box-shadow: none;
}

.card-type-top-image:hover,
.card-type-featured:hover {
    box-shadow: none;
}

.card-type-next {
    border: 1px solid #EAEAEA;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 #EAEAEA;
    height: 100%;
    width: 100%;
}

.card-type-next:hover {
    box-shadow: 0 2px 4px 0 #EAEAEA;
    height: 100%;
    width: 100%;
}

.card-type-next h5 {
    color: #323F4F;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    padding-bottom: 40px;
}

.card-type-next a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 28px 0 28px 33px;
}

.card-type-next a:hover {
    text-decoration: none;
    box-shadow: 2px 5px 6px 0 #EAEAEA;
}

.card-container-board {
    border: 1px solid #EAEAEA;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 #EAEAEA;
    padding: 48px 20px 48px 40px;
    margin-bottom: 30px;
}

.card-container-board h4 {
    color: #323F4F;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 0;
}

.card-container-board h5 {
    color: #226898;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
}

.card-container-board img {
    max-width: 124px;
    padding-bottom: 20px;
}

.card-container-board .board-intro {
    color: #323F4F;
    font-weight: bold;
    margin-bottom: 0;
}

.card-container-board p {
    margin-bottom: 20px;
}

.card-container-individual {
    border: 1px solid #EAEAEA;
    background-color: #FFFFFF;
    padding: 30px 20px 30px 20px;
    margin-bottom: 30px;
}

.card-container-individual img {
    max-width: 122px;
    padding-bottom: 20px;
}

.card-container-individual h4 {
    color: #323F4F;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 0;
}

.card-container-individual h5 {
    color: #323F4F;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.card-container-individual p {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #969696;
    margin-bottom: 40px;
}

.card-container-individual ul {
    clear: both;
    padding-left: 0;
}

.card-container-individual li {
    list-style-type: none;
    float: left;
    font-family: "Roboto";
    color: #969696;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.card-container-individual li.details-icon {
    width: 35px;
    margin-right: 20px;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    padding-top: 30px;
}

.card-container-individual a {
    font-family: "Roboto";
    color: #969696;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.card-container-individual a:hover {
    font-family: "Roboto";
    color: #969696;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    text-decoration: none;
}

.card-container-tab-full {
    margin-bottom: 30px;
    min-height: 160px;
    padding-top: 30px;
}

.card-container-tab-full .card-container-read-more {
    position: relative;
    width: 68px;
    bottom: 0;
    padding-top: 20px;
    margin-bottom: 10px;
}

.card-container-tab-full:last-child {
    margin-bottom: 0;
}

.card-container-tab-full a {
    color: #969696;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.card-container-tab-full a:hover {
    color: #969696;
    text-decoration: none;
}

.card-container-tab-full .card-container-read-more {
    display: inline-block;
    width: auto;
    bottom: 0;
}

.card-container-tab-full .card-container-read-more a {
    color: #58c6f9;
}

.card-container-tab-full .card-container-read-more a:hover {
    color: #226898;
}

.card-container-tab-full ul {
    padding-left: 15px;
}

.card-container-tab-full li {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #969696;
}

.card-logo-container {
    border: 1px solid #EAEAEA;
}

.card-logo {
    height: 150px;
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.card-logo-link {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.card-logo a {
    text-align: center;
    vertical-align: middle;
    line-height: 150px;
    color: #58C6F9;
    font-size: 16px;
    font-family: "Roboto";
    border-bottom: 3px solid #58C6F9;
    padding: 5px 0;
}

.card-logo a:hover {
    text-decoration: none;
}

.card-container-icons {
    min-height: 375px;
    padding-right: 20px;
    box-shadow: 0 2px 4px 0 #EAEAEA;
}

.card-container-icons img {
    max-height: 70px;
    margin-bottom: 22px;
}

.card-container-icons p {
    color: #969696;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.card-container-icons h4 {
    color: #323F4F;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 22px;
}


/* Site overall */

.home-section-one {
    margin-top: -34px;
}

.home-section-two {
    margin-top: 35px;
}

.section-container {
    margin-top: 100px;
}

.section-container-small {
    margin-top: 56px;
}

.section-featured {
    background-color: #EAEAEA;
    padding-top: 64px;
    padding-bottom: 64px;
}

.section-featured h2 {
    color: #226898;
    font-family: "Roboto";
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
}

.section-featured,
.section-read-next h2 {
    color: #226898;
    font-family: "Roboto";
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
}

.section-read-next {
    padding-top: 64px;
    padding-bottom: 64px;
    box-shadow: 0 2px 40px 20px rgba(0, 0, 0, 0.05);
}

.inside-top-image {
    /*  background-image: url('../images/4sight/section-investors.jpg');*/
    background-size: cover;
    min-height: 410px;
    background-repeat: no-repeat;
    background-position: center center;
}

#contactform p {
    color: #747371;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding-top: 22px;
    padding-bottom: 15px;
}

#contactform .form-group:first-child {
    margin-top: 30px;
}

#contactform label {
    color: #58C6F9;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

#contactform .radio-spaced {
    margin-right: 12px;
}

.section-tabs .tab-pane {
    padding-top: 56px;
}

.section-tabs h3 {
    color: #323F4F;
    font-family: "Roboto";
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    padding-top: 56px;
}

.section-tabs h3:first-child {
    padding-top: 0;
}

.card-container-tab-full h3 {
    font-size: 18px;
}

.nav-tab-link a {
    color: #323F4F;
    font-family: "Roboto";
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 300;
    line-height: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-tab-link a:hover {
    text-decoration: none;
    background-color: #F3f3f3;
    border-bottom: 1px solid #ddd;
}

.nav-tab-link .tab-link-date {
    float: right;
    font-size: 16px;
}

.nav-tab-link .tab-link-date-left {
    display: block;
    float: left;
    min-width: 200px;
}

.nav-tab-link .tab-link-desc {
    padding-left: 100px;
    display: block;
    float: left;
}

.nav-tab-link .tab-link-icon {
    width: 30px;
    float: left;
    text-align: center;
}

@media (max-width: 767px) {
    .mobi-menu {
        margin: 0;
        padding: 0;
        overflow-y: auto;
    }
    .card-mobi-container {
        margin-bottom: 35px;
    }
    .information-block a {
        display: block;
        float: none;
        clear: both;
        width: auto;
        text-align: center;
    }
    .navbar-toggler {
        border: 0;
    }
    .navbar-light .navbar-toggler-icon {
        /*background-image: url(../images/mobile-menu.svg);*/
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    #navbarCollapse {
        background: white;
        border-bottom: 0;
        margin-top: 65px;
        background: #323F4F;
    }
    .affix.navbar .nav-item>a,
    .affix.navbar .navbar-brand,
    .affix-transparent.navbar .nav-item>a,
    .affix-transparent.navbar .navbar-brand {
        color: #000000;
        font-family: "Roboto";
        font-size: 24px;
        font-weight: 300;
        line-height: 41px;
        border-bottom: 1px solid #B8C1CB;
    }
    .affix.navbar .nav-item>p,
    .affix-transparent.navbar .nav-item>p {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .affix.navbar .nav-item>p:last-child,
    .affix-transparent.navbar .nav-item>p:last-child {
        border-bottom: 1px solid #000000;
        padding: 0 0 10px 0;
    }
    .affix.navbar .nav-item img,
    .affix-transparent.navbar .nav-item img {
        padding-right: 15px;
    }
    .mobi-menu-link {
        color: #C98057;
        font-family: "Roboto";
        font-size: 20px;
        font-weight: 300;
        line-height: 51px;
    }
}

.has-error {
    font-size: 12px;
    text-align: right !important;
    display: block;
}

input:focus .has-error {
    display: none;
}

.home-page {
    /*min-height: calc(100% + 50px);*/
    height: 65%;
    overflow: hidden;
    background-image: url("../images/4sight/homepage-background.jpg");
    background-attachment: scroll;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-page-aligner {
    display: flex;
    /*height: 100vh;*/
    /*padding-top: 25%;*/
    text-align: left;
    flex-flow: row wrap;
    /*min-height: 850px;*/
}

.home-page-center-wording {
    text-align: left;
    color: #FFFFFF;
    font-family: "Roboto";
    font-size: 40px;
    font-weight: 400;
    line-height: 46px;
    align-items: left;
    justify-content: left;
    flex: 1 100%;
    padding-top: 25%;
}

.home-page-heading-1 {
    font-size: 18px;
    color: #fff;
    font-family: "Roboto";
    font-weight: 400;
    line-height: 21px;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.home-page-heading-2 {}

.home-page-heading-2 h1 {
    padding-top: 24px;
    color: #FFFFFF;
    font-family: "Roboto";
    /*font-size: 40px;	*/
    font-size: 36px;
    font-weight: 200;
    line-height: 50px;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.navbar-expanded-search input[type=text] {
    width: 450px;
    border: 1px solid #58C6F9;
    border-radius: 20px;
    background-color: #FFFFFF;
    padding-left: 12px;
    font-size: 14px;
    font-family: "Roboto";
    position: relative;
    display: inline-block;
    line-height: 30px;
}

.clearable__clear {
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    user-select: none;
    cursor: pointer;
    color: #58C6F9;
    height: 24px;
    padding: 0;
    padding: 10px 24px;
    margin: 0;
}

.nav-link {
    padding-top: 5px;
}

a.nav-link {
    color: #9B9B9B;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}


/* The progress container (grey background) */

.progress-container {
    width: 100%;
    height: 3px;
    background: #E9E9E9;
    clear: both;
}


/* The progress bar (scroll indicator) */

.progress-bar {
    height: 3px;
    background: #58c6f9;
    width: 0%;
}

.navbar {
    width: 100%;
    display: block;
}

.navbar-expand-md .navbar-nav {
    border-bottom: 1px solid #fff;
    margin-left: auto;
    margin-right: 0;
}

.affix-transparent .navbar-nav {
    border-bottom: none;
}

.navbar-expand-md .navbar-nav .nav-item {
    padding: 0 25px;
}


/* fixed to top styles */

#affix-wrapper {
    display: none;
}

.affix.navbar {
    background-color: #323F4F;
}

.affix.navbar .nav-item>a,
.affix.navbar .navbar-brand {
    color: #58C6F9;
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
    /*border-bottom: 1px solid #baefa6; */
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
}

.affix.navbar .nav-item>a:hover,
.affix.navbar .navbar-brand:hover {
    color: #FFF;
    border-bottom: 1px solid transparent;
}

.affix.navbar .navbar-nav {
    border: none;
}


/* Menu Affix */

.navbar {
    border-radius: 0;
    transition: margin 0.3s ease-out;
    padding: 0;
}

.affix.navbar {
    -webkit-box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.49);
}

.affix,
.affix-transparent {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    opacity: 1;
}

@media (min-width: 768px) {
    .affix-transparent .nav-link {
        color: rgba(255, 255, 255, 1) !important;
        background: transparent;
    }
    .navbar-inside .nav-link {
        color: #58c6f9 !important;
        padding-bottom: 0;
    }
    .navbar-inside .nav-link:hover {
        color: #fff !important;
        border-bottom: 1px solid #fff;
    }
}

.affix-transparent .progress-container {
    opacity: 0;
}

#navbar-container {
    width: 100%;
}

#navbar-collapse {
    float: right;
}

.quotes {
    display: none;
}

.mouse {
    margin: auto auto;
    width: 25px;
    bottom: 25px;
    display: none !important;
}

.mouse-icon {
    width: 15px;
    height: 27px;
    border: 1px solid #58C6F9;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.mouse-wheel {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 3px;
    background-color: #58C6F9;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}

@-webkit-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

@-moz-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

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

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

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-toggler {
    float: right;
}

.navbar-mobile {
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.menu-logo {
    max-height: 50px;
    max-width: 188px;
    padding-left: 10px;
}

input[type=text],
select,
textarea {
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.42);
    padding-left: 15px;
    color: #969696;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    width: 100%;
    display: block;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #D9d5d5;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #D9d5d5;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #D9d5d5;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #D9d5d5;
}

input[type=text],
select:focus {
    outline: none;
    /*border-bottom: 2px solid  #C98057;*/
}

@media (max-width: 767px) {
    h2 {
        line-height: 36px;
    }
    .card-type-featured a {
        padding: 0;
    }
    .menu-logo {
        max-height: 40px;
        max-width: 150px;
        /*   display: block !important;*/
        float: left;
        margin-top: 5px;
    }
    .parallax {
        background-attachment: scroll;
    }
    .affix-transparent {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
    }
    .page-footer hr {
        margin: 5px 0;
    }
    .navbar-nav {
        height: 100vh;
    }
    #navbar-container {
        /*margin-top: 18px;*/
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-mobile {
        min-width: 100%;
    }
    .navbar-expand-md .navbar-nav .nav-item {
        padding: 0 10px;
    }
}

.form-group {
    text-align: center;
    height: 40px;
    margin-bottom: 25px;
}

.form-group .line {
    height: 2px;
    width: 0px;
    position: absolute;
    background-color: darkgrey;
    display: inline-block;
    transition: .3s width ease-in-out;
    position: relative;
    top: -22px;
}

.has-error .line {
    display: none;
}

input[type=text]:focus+.line,
select:focus+.line {
    width: 100%;
    background-color: #58C6F9;
}

.g-recaptcha {
    margin-top: 15px;
}

.form-submit {
    margin-top: 35px;
    color: #58C6F9;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    height: 35px;
    width: 120px;
    background: #fff;
    border: 1px solid #58C6F9;
    -webkit-border-radius: 5px;
    border-radius: 18px;
    -moz-border-radius: 5px;
    cursor: pointer;
}

.form-submit:hover {
    color: #fff;
    background-color: #58C6F9;
}

.form-submit:active {
    color: #fff;
    background-color: #58C6F9;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9B9B9B;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #9B9B9B;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #9B9B9B;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #9B9B9B;
}

.navbar-inside {
    background-color: #323F4F;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

@media (max-width: 992px) {
    .information-block button {
        float: none;
    }
    .get-in-touch-details {
        padding-bottom: 35px;
        padding-left: 35px;
        padding-right: 35px;
    }
    .get-in-touch-form {
        padding-left: 35px;
        padding-right: 35px;
    }
    .get-in-touch-container {
        padding-bottom: 0;
    }
    #get-in-touch-form-container {
        padding-bottom: 0;
    }
    .card-type-link a {
        font-size: 15px;
    }
    .card-container-tab-full img {
        margin-bottom: 25px;
    }

    .our-regional-offices .card-container-tab-full img {
        margin-bottom: 35px;
    }
    
    .card-container-tab-full h3 {
        line-height: 25px;
    }
    .card-container-individual {
        margin: 0 15px 15px 15px;
    }
}

@media (max-width: 767px) {
    .home-page-heading-1 {
        margin-top: 30%;
    }
    .home-page-heading-2 h1 {
        font-size: 22px;
        line-height: 32px;
    }
    .home-page-aligner {
        min-height: unset;
    }
    .section-container {
        margin-top: 60px;
    }
    .card-container {
        padding: 23px 33px 55px 33px;
    }
    .page-footer hr {
        border-top: 0;
    }
    .section-text-standout p {
        font-size: 22px;
        line-height: 30px;
    }
    .navbar-expanded-search input[type=text] {
        width: 100%;
        margin-top: 20px;
        font-size: 20px;
    }
    .card-type-link a {
        font-size: 16px;
    }
    .affix.navbar .nav-item>a,
    .affix.navbar .navbar-brand {
        /*  border-top: 1px solid #baefa6; */
        padding-bottom: 8px;
    }
    .affix.navbar .nav-item>a:hover,
    .affix.navbar .navbar-brand:hover {
        /*border-bottom: 1px solid transparent;*/
    }
    .affix.navbar .nav-item:first-child>a {
        border-top: none;
    }
    nav .navbar-nav .dropdown-menu {
        padding-top: 0;
        /*  margin-top: -5px;*/
    }
    nav .navbar-nav .dropdown-menu .dropdown-item {
        padding-left: 10px;
    }
    .affix.navbar .nav-item>a,
    .affix.navbar .navbar-brand {
        border-bottom: 1px solid #58C6F9;
    }
    .affix.navbar .nav-item>a:hover,
    .affix.navbar .navbar-brand:hover {
        border-bottom: 1px solid #58C6F9;
    }
}

.tab-link-description {
    display: block;
    clear: both;
    width: 100%;
    font-size: 16px;
}

.nav-tab-link a {
    line-height: 32px;
}

.nav-tab-link .tab-link-date {
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding-top: 8px;
}

.nav-tab-link .tab-link-date-left {
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding-top: 8px;
}

.tab-link-date-left img {
    padding-right: 15px;
    height: 30px;
}

.tab-link-date-left span:first-child {
    width: 130px;
    display: inline-block;
}

@media (max-width: 680px) {
    .home-page-heading-2 h1 {
        font-size: 16px;
        line-height: 25px;
    }
    .home-page-center-wording {
        padding-top: 40px;
    }
}

.thoughtleadership .tab-link-description {
    white-space: pre-wrap;
    font-size: 14px;
    line-height: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.thoughtleadership .tab-link-date {
    font-size: 16px;
    white-space: pre-wrap;
}