/* styles.css */

* {
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #F6F7FB !important;
}

.global-container {
    max-width: 1200px;
    text-align: center;
    padding: 15px;
    margin: auto;
	padding-top: 20px;
}

.header-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20%;
    min-width: 375px;
    background-color: #f0f0f0;
}

    .header-banner img {
        width: 100%;
        height: auto;
    }

.header-icons {
    background-color: #F0F0F0;
    height: 20%;
    min-width: 375px;
    width: 100% !important;
}

    .header-icons .global-container img {
        margin-right: 3%; /* Adjust the value as needed */
    }

        .header-icons .global-container img:last-child {
            margin-right: 0; /* Remove the margin from the last image */
        }

.header-link-container {
    display: flex;
    justify-content: start;
    height: 40px;
}

.header-text-container {
    justify-content: start;
    margin: 10px 0px 0px 20px;
    font-size: 1.7em;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    text-align: left;
}

a {
    color: #0055B8; 
    text-decoration: none;
}


.email-button {
    min-width: 137px;
    background-color: #0056b3;
    color: white;
    border: none;
    padding-top: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    border-radius: 22.5px;
    text-decoration: none;
    line-height: 21px;
    display: block; /* Make the <a> tag a block-level element */
    text-align: center; /* Center the text */
}

    .email-button:hover {
        background-color: #1967bf;
        color: white;
        text-decoration: none;
    }

.main-container {
    display: flex;
    padding-top: 20px;
    max-width: 1200px;
    margin: 0px auto;
    background-color: #F6F7FB;
}

@media (max-width: 700px) {
    .main-container {
        width: 100% !important;
        display: block;
        justify-content: center;
    }
	
	.spacer{
	height: 20px;
	}

    .eachTab {
        display: grid !important;
    }

    .tabsLogo {
        width: 266px;
        max-height: 277px;
        border-radius: 10px;
        background-color: #F4F4F4;
    }

        .tabsLogo img {
            width: 100px;
            padding: 15px 10px 15px 10px;
        }
}


@media (min-width: 700px) and (max-width: 1023px) {
    .tabsLogo img {
        width: 150px;
    }

    .main-container {
        width: 100% !important;
        display: block;
        justify-content: center;
    }

    .tabsLogo {
        height: 150px !important;
        display: grid !important;
        align-items: center !important;
    }

    .header-link-container{
        max-width: 300px;
		margin-top:5px;
    }
	
	.spacer{
	height: 20px;
}
}


.qa-section .qa-item {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #F4F4F4;
    box-shadow: 0px 4px 10px 0px #0000001A;
    background: #FFFFFF;
    margin-bottom: 10px;
}

    .qa-section .qa-item:last-child {
        border-bottom: none;
    }

.qa-item .question .que {
    width: 90%;
}

.qa-item .question span {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
}

.qa-item .question {
    display: flex;
    justify-content: space-between;
}

.answer {
    display: none;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding-top: 15px;
}

.rotate {
    transform: rotate(90deg); /* Rotate by 90 degrees */
}

.qa-item .question .arrow {
    font-family: Segoe MDL2 Assets;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #333333;
    padding: 0px;
    cursor: pointer;
    display: inline-block;
    transition: transform 0.3s ease;
}

.relatedArticles {
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid #F4F4F4;
    box-shadow: 0px 4px 10px 0px #0000001A;
    padding: 20px;
    background-color: white;
}

.video {
    border-radius: 10px;
    max-width: 100%;
}


.videoTitle {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #333333;
}

.rule {
    border: 1px solid #0055B8;
    width: 100%;
    margin: 20px 0px 20px 0px;
}

.videoSection {
    margin: 20px 0px 20px 0px;
}

.videoText {
    display: grid;
	padding: 10px 20px 10px 20px;
}

.videoSubtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #0055B8;
}

.relatedTitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #000000;
    padding-bottom: 30px;
}

.relatedItems div a {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.relatedItems div {
	width: 100%;
    font-size: 16px;
    font-weight: 450;
    line-height: 24px;
    text-align: left;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    margin: 10px 0px 0px 0px;
    padding-bottom: 10px
}

    .relatedItems div:last-child {
        border-bottom: none;
    }

.answervisible {
    display: block;
    padding-left: 20px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}

.question h2:hover {
    color: #007BFF;
}

.subtitle {
    margin: 0px 0px 10px 20px;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 22.5px;
    text-align: left;
}

.tabs {
    display: flex;
    cursor: pointer;
    margin: 20px 0px 10px 0px;
}

    .tabs div {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
    }

.tab {
    padding: 10px 20px;
}

    .tab.active {
        border-bottom: 2px solid #0055B8;
    }

.tab-content {
    padding: 20px;
    display: none;
    box-shadow: 0px 4px 10px 0px #0000001A;
    border: 1px solid #F4F4F4;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.wholeTab {
    margin-bottom: 50px;
	margin-top: 50px;
}

.eachTab {
    display: flex;
}

.tabsLogo img {
    max-height: 95px;
    max-width: 220px;
}

.tabsLogo {
    max-height: 277px;
    border-radius: 10px;
    height: auto;
    background-color: #F4F4F4;
    justify-content: center;
    display: flex;
    align-items: center;
}

.tab-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}

.tab-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;
    color: #808080;
}

.tab-content.active {
    display: block;
}


.footer {
    color: #FFFFFF;
    background-color: #333333;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    padding: 15px 0px 15px 0px;
    width: 100%;
    min-width: 375px;
}

h3 {
    padding-top: 10px;
}
