@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

main {
    margin-bottom: 100px;
}

video {
    height: auto;
    overflow-y: hidden;
    width: 100%;
    position: absolute;
    z-index: -1;
}

svg#Layer_1 {
    height: 66px;
}

h5 {
    font-weight: 700;
}

.li-columns {
    display: flex;
    flex-direction: row;
}

.news-accordion {
    justify-content: flex-start;
    padding-left: 100px;
}

/*Mobile optimized*/
@media (max-height: 600px) {
    h1 {
        font-size: 2em;
        text-align: left !important;
        padding: 0px 200px;
        margin-top: -50px;
        position: fixed;
    }
}

/*Desktop optimized*/
@media (min-height: 600px) {
    h1 {
        font-size: 3.5rem;
        text-align: left !important;
        padding: 0px 150px;
        position: fixed;
    }
}

/*Landscape mode*/
@media (min-aspect-ratio: 4/5) {
    .detail {
        font-size: 1.3rem;
        padding: 25px 100px 0 100px;
        text-align: inherit;
        margin: 0;
        width: 100%;
        display: block;
        font-weight: 200;
    }

    .date-detail {
        width: 9.0rem;
        min-width: 9.0rem;
    }

    .date-detail-1 {
        width: 54.0rem;
    }

    .news-spacer-column {
        width: 9.0rem;
        min-width: 9.0rem;
    }

    .video2 {
        display: none;
    }

    .video1 {
        display: block;
    }
}

/*Portrait mode*/
@media (max-aspect-ratio: 4/5) {
    p, input, textarea, button, div.job-description > li {
        font-size: 1.5rem !important;
    }

    li.nav-item, .base-li-font {
        font-size: 1.5rem;
    }

    .detail {
        font-size: 2.5rem !important;
        padding: 25px 50px 0 50px;
        text-align: inherit;
        margin: 0;
        width: 100%;
        display: block;
        font-weight: 200;
    }

    .date-detail {
        width: 15.0rem;
        min-width: 15.0rem;
    }

    .date-detail-1 {
        width: 90.0rem;
    }

    .news-spacer-column {
        width: 15.0rem;
        min-width: 15.0rem;
    }

    h2 {
        padding-left: 50px !important;
        font-size: 2.5rem !important;
    }

    h5 {
        font-size: 1.5rem !important;
    }

    h6 {
        font-size: 1.3rem !important;
    }

    .date-detail-1 {
        width: fit-content;
    }

    .li-columns {
        flex-direction: column;
        font-size: 2.5rem;
        font-weight: 200;
    }

    .news-accordion {
        justify-content: flex-start;
        padding-left: 3.5rem;
    }

    .news-spacer-column {
        display: none;
    }

    .video2 {
        display: block;
    }

    .video1 {
        display: none;
    }
}

.pt-md-5 {
    padding-top: 10rem !important;
}

.navbar {
    justify-content: flex-end;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #e9ecef;
}

.topnav {
    background-color: #ffffff;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    height: auto;
    padding-right: 3em;
}

.topnav__link:last-child {
    margin-right: auto;
}

a.logo {
    left: 0;
    /*position: fixed;*/
    min-width: 300px;
}

/* Style the links inside the navigation bar */
.topnav a {
    display: block;
    color: #022345;
    text-align: right;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 500;
    padding: 0 26px;
}

.navbar-toggler {
    margin-top: 3px;
    margin-bottom: 0;
}

.navbar-toggler-icon {
    width: 2.1em;
    height: 2.1em;
}

.navbar-nav {
    margin-top: 18px;
}

@media screen and (orientation: portrait) {
    .topnav a {
        font-size: 2.0em !important;
    }

    .pipeline-pic {
        display: none;
    }

    .pipeline-pic-portrait {
        display: inline;
        width: 90%;
    }

    .footer-adjust2 {
        display: block;
    }

    .footer-adjust1 {
        display: none;
    }

    main {
        margin-bottom: 250px; /* Allow for larger fixed footer in portrait */
    }
}

@media screen and (orientation: landscape) {
    .pipeline-pic {
        display: inline;
        width: 65%;
    }

    .pipeline-pic-portrait {
        display: none;
    }

    .footer-adjust1 {
        display: block;
    }

    .footer-adjust2 {
        display: none;
    }
}

/* Change the color of links on hover */
.topnav a:hover {
    color: #0BC1EC;
    text-align: right;
}

/* Add an active class to highlight the current page */
.topnav a.active {
    background-color: #189ACF;
    color: #022345;
    text-align: right;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

.container {
    max-width: 100% !important;
}

.container-fluid {
    color: #022345;
}

.centered {
    position: absolute;
    top: 10%;
    right: 30%;
    margin-left: 40px;
}

body {
    margin: 0;
}

.column {
    text-align: center;
}

.column img {
    border-radius: 50%;
    width: 194px;
    height: 194px;
    box-sizing: content-box;
    padding: 16px;
}

.column img:hover {
    border-radius: 50%;
    padding: 0;
}

.column {
    float: left;
    width: 33.33%;
}

.row .img-fluid {
    max-width: 75% !important;
    padding-top: 30px;
    padding-bottom: 30px;
}

.row img {
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
}

.row img:hover {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

. {
    color: #27251F;
}

textarea.form-control {
    height: 200px;
    max-height: 500px;
}

select.form-control.careers {
    width: 300px;
    margin: 0 100px;
}

.input#email_address,
.input#form-name,
select#inquiry_type {
    height: 40px;
    margin: 20px;
}

.submit {
    transition-duration: 0.4s;
    background-color: #27251F;
    border: 2px solid #e4dded;
    border-radius: 12px;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: white;
}

.submit:hover {
    border: 2px solid #e4dded;
    border-radius: 12px;
    background-color: white;
    color: #27251F;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.submit:focus {
    border: 2px solid #e4dded;
    border-radius: 12px;
    background-color: white;
    color: #27251F;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

tbody tr:hover {
    color: #189ACF;
}

td a {
    display: block;
    padding: 16px;
}

/*people section*/
.people-container {
    display: grid;
    grid-template-columns: max-content 1fr;
    padding: 0 90px;
}

#people button {
    padding: 5px 0 5px 10px;
    margin: 5px;
    border-radius: 0;
    text-align: left;
}

button.contact:hover:disabled {
    background-color: red !important;
}

.nav-link {
    background-color: white;
    border-color: #000000;
    border-radius: 30px !important;
    border: 2px solid black !important;
    color: #000000;
}

.nav-link:hover,
.nav-link:active,
.nav-link:focus,
.nav-link:visited,
button.active {
    background-color: #0BC1EC !important;
    border-radius: 30px;
    border: 2px solid #0BC1EC !important;
    color: #ffffff;
}

.card {
    border: 0;
    display: block;
}

.card-group.active {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
    padding: 0 75px 0 75px;
}

.card img {
    width: 100%;
    padding: 50px;
    height: 285px;
    width: 285px;
}

.card img:hover {
    transition-duration: .5s;
    padding: 35px;
}

.card-body {
    color: #0BC1EC;
    text-align: center;
}

.card-title {
    color: #022345;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
}

.modal-content {
    border: 0;
}

.modal-body img {
    position: absolute;
    margin: 0 55px;
}

h5.modal-title,
h6.modal-text,
p.modal-text {
    clear: both;
    float: right;
    width: 55%;
    padding-right: 35px;
}

h5.modal-title {
    font-weight: 500;
    color: #022345;
}

h6.modal-text {
    color: #0BC1EC;
    text-transform: uppercase;
}

p.modal-text {
    color: #212529;
    padding-top: 20px;
    overflow-y: scroll !important;
    max-height: 500px !important;
}

.modal-header,
.modal-footer {
    border: 0;
}

.modal-footer a,
.modal-footer a:hover {
    color: #022345;
}

.card.careers {
    margin: 10px;
    background-color: #022345;
    border-radius: 0;
    min-height: 200px;
    min-width: 300px;
    max-width: 300px;
}

.card.careers:hover {
    background-color: #0BC1EC;
}

.card-body a {
    color: #ffffff;
    float: right;
    text-decoration: none;
    bottom: 0;
    position: absolute;
    right: 10px;
}

.card-body a:hover {
    color: #022345;
}

.card-body.careers {
    color: #ffffff;
    text-align: left;
}

h5.card-title.careers {
    font-weight: 600;
    color: #ffffff;
    text-align: left;
}

.anchor {
    padding-top: 65px;
    margin-top: -65px;
}

.job-description,
.policy, .terms {
    padding: 100px;
}

@media screen and (max-width: 1400px) {
    .policy, .terms {
        margin-top: 50px;
    }
}

.job-description b,
.policy b, .terms b {
    color: #022345 !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px;
    }

    .card-group.row1 {
        margin: 0 90px;
    }

    .card-group > .card + .card {
        margin-left: 10px !important;
    }

    .people-container {
        grid-template-columns: none !important;
    }
}

/*form responsiveness*/
@media only screen and (max-width: 375px) {
    .people-container {
        grid-template-columns: none !important;
    }
}

@media only screen and (max-width: 600px) {
    .people-container {
        grid-template-columns: none !important;
    }
}

.ignoreHeaders:hover {
    text-decoration: none;
}

button {
    border-radius: 30px;
    background: transparent;
    border-color: #022345;
    margin: 12px;
    font-size: 1rem;
    text-decoration: none;
    padding: 0;
    position: relative;
    display: block;
}

button a {
    color: #022345;
    text-decoration: none;
}

button a:hover {
    color: #fff;
    background-color: #0BC1EC;
    border-color: #0BC1EC;
    border-radius: 30px;
}

button.careers,
button.contact {
    background: transparent;
    border-color: #022345;
    margin: 25px 0px 25px 10px;
    padding: 5px 10px;
    float: right;
    border: 2px solid;
}

button.careers:hover,
button.contact:hover {
    color: #fff;
    background-color: #0BC1EC;
    border-color: #0BC1EC;
    padding: 5px 10px;
}

button.contact {
    border-radius: 10px;
}

.contact {
    padding: 100px 100px 0;
}

h2 {
    padding-top: 50px;
    padding-left: 100px;
    font-size: 1.375rem;
    font-family: 'Montserrat', sans-serif;
    color: #022345;
}

.footer {
    bottom: 0;
    width: 100%;
    margin-top: -60px !important;
}

@media screen and (orientation: landscape) {
    footer .container {
        font-size: 0.9em;
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

@media screen and (orientation: portrait) {
    footer .container {
        font-size: 1.8em;
        padding-top: 22px;
        padding-bottom: 22px;
    }
}

footer .container {
    background-color: #ffffff;
    border-top: 1px solid #e9ecef;
    bottom: 0 !important;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    position: fixed;
    margin-top: -60px !important;
}

.policy a, .terms a,
footer.footer a {
    color: #0BC1EC;
    text-decoration: none;
}

.policy a:hover, .terms a:hover,
footer.footer a:hover {
    color: #022345;
}

.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important; /* 2 */
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; /* 3 */
}

/**
 * Datatables Sorting icons on left
 */

table.dataTable thead > tr > th {
    padding-left: 38px !important;
    padding-right: initial !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    left: 8px !important;
    right: auto !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
    left: 20px !important;
    right: auto !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px 10px 18px;
}

div.xs-text {
    font-size: x-small;
}

.button-content {
    width: 6rem;
    border-radius: 30px;
    font-size: 1rem;
    padding: 8px;
}

.button-content[aria-expanded="false"]:before {
    content: "MORE";
}

.button-content[aria-expanded="false"] {
    color: white;
    background-color: #0BC1EC;
    border: 2px solid #0BC1EC !important;
}

.button-content[aria-expanded="true"]:before {
    content: "LESS";
}

.button-content[aria-expanded="true"] {
    color: black;
    background-color: white;
    border: 2px solid black !important;
}

@media (hover: hover) {
    .button-content[aria-expanded="true"]:hover {
        color: white;
        background-color: #0BC1EC;
        border: 2px solid #0BC1EC !important;
    }

    .button-content[aria-expanded="false"]:hover {
        color: black;
        background-color: white;
        border: 2px solid black !important;
    }
}