@charset "utf-8";
/* CSS Document */

html {
    scroll-behavior: smooth;
    scroll-padding-top: 30px;
}

.nav-links a:nth-of-type(3) {
    display: none;
}

.main-container h2 {
    font-size: 24px;
    color: #232F3E;
}

.main-container p {
    letter-spacing: 1%;
    line-height: 18px;
    margin-top: 5px;
}

/*********************
Main
*********************/

.page-wrap {
    max-width: 1350px;
    margin: 1em auto 2.5em;
}

.content-wrap {
    display: flex;
    align-items: baseline;
    grid-gap: 2.5em;
    margin: 3em 0 6em;
}

.aside {
    padding: 0;
    list-style-type: none;
    line-height: 34px;
    width: 20%;
}

.aside li a {
    text-decoration: none;
    color: #82829A;
}

.aside li:nth-of-type(1) {
    background: #F5F5F7;
    color: #16202B;
    font-weight: bold;
    font-size: 16px;
    margin-left: -10px;
    padding: 5px 10px;
    max-width: 90%;
    margin-bottom: 5px;
}

.aside li.context-offshore {
    background: #F1F6FB;
}

.main-content-container {
    margin: 1.5em 0 6em;
}

.main-container {
    width: 80%;
}

.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head h1 {
    margin: 0;
    color: #232F3E;
    font-size: 28px;
}

.head button {
    border: none;
    background: none;
    color: #16202B;
    text-decoration: none;
    font-size: 13px;
}

.head button:hover {
    cursor: pointer;
}

.head button span {
    color: #0E67B2;
}

.head-image-wrap {
    display: flex;
    grid-gap: 2em;
    height: 330px;
}

.head-image-wrap img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.main-content-container h2 {
    margin: 1.5em 0;
    font-size: 24px;
}

.main-content-container .main-content {
    display: flex;
    grid-gap: 2em;
}

.main-content-container .main-content .lead {
    width: 100%;
}

.main-content-container .main-content .lead h3 {
    margin: 0;
}

.main-content-container .main-content .lead h3:nth-of-type(2) {
    margin-top: 1.5em;
}

.contact-section {
    border: 2px solid #D2D2D7;
    border-radius: 4px;
    padding: 1em 1.5em;
}

.contact-section .contact-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact-section .contact-methods .email,
.contact-section .contact-methods .phone {
    display: flex;
    align-items: center;
}

.contact-section h3 {
    color: #2B3438;
    font-size: 15px;
}

.contact-section {
    font-size: 15px;
}

.contact-section .contact-methods .email h3,
.contact-section .contact-methods .phone h3 {
    min-width: 70px;
}

.contact-section .contact-methods .email a,
.contact-section .contact-methods .phone a {
    text-decoration: none;
    color: #0E67B2;
}

.contact-section .contact-methods .email a:hover,
.contact-section .contact-methods .phone a:hover {
    text-decoration: underline;
}

.divide-line {
    margin: .5em 0 1.5em 0;
    height: 1px;
    border-width: 0;
    background-color: #D2D2D7;
}

#q-a {
    margin: 6.5em 0;
}

.career-desc {
    border: 2px solid #D2D2D7;
    padding: 1.5em 1.5em 2.5em;
    border-radius: 6px;
}

.career-desc p:nth-of-type(1) {
    margin-top: 0;
    max-width: 75%;
}

.career-desc p:nth-of-type(2) {
    margin-bottom: 0;
}

.career-desc a {
    color: #0066CC;
}

.partner-desc {
    background: #F5F5F7;
    padding: 2em;
    display: flex;
    grid-gap: 3em;
}

.partner-desc.context-offshore {
    background: #F1F6FB;
}

.partner-content img {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
}

.partner-content h3 {
    color: #232F3E;
}

#partners {
    margin-top: 6.5em;
}

.partner-desc a {
    color: #0066CC;
}


.accordion-section {
    background: #F5F5F7;
}

.accordion-section.context-offshore {
    background: #F1F6FB;
}

.accordion {
	background: none;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px solid #FFF;
    padding: 16px 2em 18px 2em;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.accordion span:nth-of-type(2) {
    color: #818B95;
    font-size: 30px;
}

.accordion:focus {
	outline: none !important;
}

.accordion iconify-icon {
	font-size: 20px;
}

.panel {
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	color: #595959;
}

.panel p {
	padding: 1em 2em;
    margin: 0;
}