body {
    font-family: "sofia-pro", "Gotham A", "Gotham B", Verdana, Arial, sans-serif;
    font-style: normal;
    font-size: 100%;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    color: #000;
    text-decoration: none;
}
.nav-content {
    display: flex;
    justify-content: space-between;
}
.navbar {
    background-color: white!important;
}
.nav-link {
   font-size: 1em;
   font-weight: 400;
   padding-bottom: 0;
   padding-left: .8rem !important;
   padding-right: 1.8rem !important;
   color: #001e2d !important;
   white-space: nowrap;
}
.nav-link:hover {
    color: #0075eb !important;
}
.navbar-brand {
    max-width: 50%;
    justify-content: center;
    display: flex;
}
.nav-list {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}
.navbar-toggler {
    padding: unset !important;
}
.line-border {
    border-top: solid 2px #b6c2d2;
}
.contact-btn-desktop {
    background-color: #0075eb !important;
    font-size: 0.9em;
}
.contact-btn:hover {
    background-color: #0069d9 !important;
}
.contact-btn-text{
    color: white !important;
    font-size: 1em;
    font-weight: 400;
}
.contact-btn-mobile {
    display: none;
}
@media only screen and (max-width: 1100px) {
    .contact-btn-mobile {
        display: inline-block;
    }
    .contact-btn-desktop {
        display: none;
    }
}
.grey {
    background-color: #f7f7f7;
}
.light-blue {
    color: #2599FA;
    background-color: #F1F9FF;
}

.dark-blue {
    color: white;
    background-color: #001e2d;
}

.white {
    color: #001e2d;
    background-color: white;
}
.grey-blue {
   background-color: #e7edf5;
}

#greeting {
    padding: 0;
    margin: 0;
}
#greeting .row {
    width: 100%;
}
#greeting > div {
    border-top: solid #b6c2d2 1px;
    position: relative;
}

#greeting img {
    width: 100%;
    height: auto;
}
.story-btn {
    background-color: #001e2d;
    border-radius: 30px;
    padding: 18px 67px 19px;
    width: 260px;
    height: 60px;
    line-height: 1 !important;
}
.story-btn-text {
    color: white;
    font-weight: 300;
    font-size: 1.1em;
}
#overlay-desc {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 3rem;
    display: flex;
}
#overlay-desc-home {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 9rem;
    display: flex;
}
#overlay-desc span {
    display: inline-block;
    font-size:  1.5em;
    font-weight: normal;
    line-height: 1.34;
    color: white;
    margin-bottom: 12px;
    padding: 0 20px 0 20px;
}
.overlay-text {
    color: black;
    font-weight: 500;
    font-size: 1em;
}
@media only screen and (max-width: 4000px) {
    .overlay-text {
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 1900px) {
    .overlay-text {
        font-size: 1.1em;
    }
}
@media only screen and (max-width: 1200px) {
    .overlay-text {
        font-size: 1em;
    }
}
@media only screen and (max-width: 1770px) {
    #overlay-desc-home {
        top: 7rem;
    }
}
@media only screen and (max-width: 1370px) {
    #overlay-desc-home {
        top: 5rem;
    }
}
@media only screen and (max-width: 1200px) {
    #overlay-desc-home {
        top: 3rem;
    }
}
@media only screen and (max-width: 991px) {
    #overlay-desc-home {
        bottom: 5rem;
        top:unset
    }
}
@media only screen and (max-width: 425px) {

    #overlay-desc h2 {
        font-size: 1rem;
    }
    #overlay-desc span {
        font-size:  1.1rem;
        line-height: 1.34;
    }
}
@media only screen and (max-width: 991px) and (min-width: 766px) {
    #overlay-desc-home {
        top: 1.5rem;
    }
}
@media only screen and (max-width: 766px) {
    #overlay-desc-home {
        top: unset;
        left: unset;
        bottom: 1rem;
    }
}
#detail {
    padding-bottom: 70px;
    padding-top: 70px;
}
#detail img {
    position:relative;
    top:-20px;
    padding-bottom: 30px;
    overflow-x: auto;
}
#platform .banner {
    background: #001e2d;
    background-size: cover;
    height: 320px;
    align-items: center;
    padding-bottom: 100px;
    padding-top: 100px;
}
#platform .banner-text {
    color: white;
    font-size: 2.25em;
    line-height: 60px;
}
@media only screen and (max-width: 766px) {
    #platform .banner {
        background: #001e2d;
        background-size: cover;
        height: 260px;
        align-items: center;
    }
    #platform .banner-text {
        color: white;
        font-size: 1.5em;
        line-height: 38px;
    }
}
#platform img {
    max-width: 100%;
    height: auto;
}
#platform .round-images {
    padding-bottom: 5em;
    border-bottom: solid 2px #b6c2d2;
}
#ai .row {
    background-image: url(../images/banners/AIbanner.png);
    background-size: cover;
}
#ai h3 {
    color: white !important;
}
#team-leaders a:hover {
    color: #efa833;
    transition-timing-function: linear;
    transition-duration: 300ms;
    transition-property: all;
}
#team-leaders h4 {
    font-size: 1rem;
}
#team-leaders p {
    font-size: 0.875rem;
}
#team-leaders img {
    width: 100%;
    height: auto;
}
#team-leaders span {
    transition-timing-function: linear;
    transition-duration: 200ms;
    transition-property: all;
}
#team-leaders button {
    color: #2084f9;
    font-size: 0.875rem;
    padding: 10px 0;
    width: 100%;
    text-align: left;
    border: none;
    position: relative;
    background-color: transparent;
}
#team-leaders .collapsed:before {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    position: absolute;
    top: -52px;
    left: 0;
}
#team-leaders button:focus {
  outline: none !important;
  box-shadow: unset !important;
}
.blue-background{
    border-radius: 18px;
    background-color: #d1e8ff;
}
button:focus {
    outline: unset !important;
}
:focus {
    outline: unset !important;
}
.close-icon {
    opacity: unset !important;
}
.logo-on-black {
    fill: white;
}
.sofia-pro-header{
    font-family: sofia-pro;
    font-size: 1.8em;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
    color: #0075eb;
}
.sofia-pro-sub-header{
    font-family: sofia-pro;
    font-size: 1.5em;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #001e2d;
}
.sofia-pro-large-text, .sofia-pro-large-sm-screen {
    font-family: sofia-pro;
    font-size: 1.5em;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
    color: #001e2d;
}

.news-article {
    border-bottom: solid #b6c2d2 1px;
}

.news-background {
    background-color:#f7f7f7;
}

.news-read-more {
    font-size: 0.875em;
    color: #0075eb;
}

@media only screen and (max-width: 1200px) {
    .sofia-pro-large-text {
        font-size: 1.3em;
    }
}
.sofia-pro-medium-text{
    font-family: sofia-pro;
    font-size: 1.3em;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
    color: #001e2d;
}
.sofia-pro-name-text{
    font-family: sofia-pro;
    font-size: 1.1em;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #001e2d;
    margin-bottom: .3em !important;
}
.sofia-pro-title-text{
    font-size: 0.875em !important;
    font-weight: 400;
    color: #001e2d;
}
.sofia-pro-small-text{
    font-size: 0.875em !important;
    font-weight:300;
    color: #001e2d;
}
.sofia-pro-story-text {
    font-size: 1.4em;
    font-weight: 300;
}

.sofia-pro-news-date {
    font-size: 0.875em !important;
    color: #788195;
    font-weight: 400;
}

@media only screen and (max-width: 992px) {
    .sofia-pro-story-text {
        font-size: 1.3em;
    }
}
.sofia-pro-story-quote {
    font-size: 1.3em;
    font-weight: 300;
}
.sofia-pro-story-name {
    font-size: 1.1em;
    font-weight: 500;
}
.sofia-pro-story-undername {
    font-size: 1.1em;
    font-weight: 300;
}
.vertical-align {
    align-items: center;
}
form h2 {
    font-size: 1.3125rem;
    font-weight: 300;
    padding-bottom: 30px;
}
form h3 {
    font-size: 0.875rem;
    line-height: 1.3;
}

.form-control {
    background-color:#FFFFFF;
    border-color: #d9dee2;
    border-radius: 0.3em;
    font-size: 0.8rem;
}
.form-control + .form-control {
    margin-top: 12px;
}
.form-control + button {
    margin-top: 12px;
}
input.form-control {
    height: 44px;
}
form button {
    border: none;
    width: 100%;
    background-color: #0075eb;
    color: #FFFFFF;
    font-size: 0.8rem;
    text-align: center;
    height: 44px;
    border-radius: 0.3em;
}
footer > .row {
    padding-top: 60px;
    padding-bottom: 60px;

}
footer > .row:last-child {
    padding-bottom: 4px;
    border-color: white;
    border-top: 1px solid;
    padding-top: 24px;
}
address {
    font-size: 0.875rem;
}
address a, address a:hover {
    color: white;
}
.copyright {
    font-size: 0.625em;
    line-height: 1.58;
}
#navigation .nav-story {
    color: #0075eb !important;
}

#navigation .nav-news {
    color: #0075eb !important;
}

#navigation .nav-careers {
    color: #0075eb !important;
}

#story a {
    color: #0075eb;
    margin-bottom: 3em;
}
#story img {
    max-width: 100%;
}
#platform .round-images {
    padding-bottom: 5em;
    border-bottom: solid 2px #b6c2d2;
}
@media only screen and (max-width: 767px) {
    #story .round-images {
        padding: 0;
    }
    #story .panel-body {
        margin: 0;
        margin-left: -16px;
        width: calc(100% + 32px);
        padding: 0;
    }
}
#article .quote{
    padding-left: 1em;
    border-left: 5px solid #0075eb;
}
.article-title {
  font-size: 2.3em;
  font-weight: 300;
}
.article-body-text {
  font-size: 1.1em;
  font-weight: 300;
}
#news a {
    color: #0075eb;
}
#article a {
    color: #0075eb;
}
.modal.modal-rel {
    position: absolute;
}
.modal-dialog {
    max-width: 600px;
}
.modal-content {
    border-radius: 1em;
}
.modal-header {
    padding: 2em;
    border-bottom: unset;
}
.modal-title {
    padding-top: 2em;
    padding-left: 0.5em;
}
.modal-body {
    padding-top: unset;
    padding-left: 2.5em;
    padding-right: 2.5em;
    padding-bottom: 3em;
}
.modal-backdrop.modal-rel-backdrop {
    position: absolute;
}
@media only screen and (max-width: 766px) {
    div.mobile-img {
        margin: 0;
    }
    .mobile-img {
        margin-right: -1;
        display: block !important;
        padding: 0;
        width: calc(100% + 15px);
        margin-left: -15px;
        height: auto;
    }
}
@media only screen and (max-width: 996px) {
    #detail {
        padding-top: 10px;
    }
}