/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

.banner-container {
	min-height: 80vh;
    display: flex;
}
.banner-row{
	align-content: center;
    align-self: center;
}
div#mainPhoto {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#pageTitle {
    padding: 85px 70px;
	  background-color: rgb(0 136 205 / 80%);
	    border-radius: 10px;
}
.Banner-title h2 {
    font-family: "Segoe UI";
	  color:#ffffff;
		font-size: 37px;
		font-weight:400;
}
#pageTitle::before {
    content: '';
    width: 50px;
    height: 50px;
    left: 17%;
    position: absolute;
    top: 32.5%;
    background: url(http://localhost/ADAM/ADAM/wp-content/uploads/2023/06/Group-15.png) no-repeat left top !important;
}
#pageTitle::after {
    content: '';
    width: 50px;
    height: 50px;
    left: 45.8%;
    position: absolute;
    top: 32.5%;
    background: url(http://localhost/ADAM/ADAM/wp-content/uploads/2023/06/Group-15-Copy-2.png) no-repeat right top !important;
}
.Banner-title::after {
    content: '';
    width: 50px;
    height: 50px;
    left: 45.8%;
    position: absolute;
    bottom: 33.5%;
    background: url(http://localhost/ADAM/ADAM/wp-content/uploads/2023/06/Group-15-Copy.png) no-repeat right bottom;
}
.Banner-title::before {
    content: '';
    width: 50px;
    height: 50px;
    left: 16.8%;
    position: absolute;
    bottom: 33.5%;
    background: url(http://localhost/ADAM/ADAM/wp-content/uploads/2023/06/Group-15-Copy-3.png) no-repeat right top;
}
.Banner-subtitle {
    font-family: "Segoe UI";
    font-size: 27px;
	color:#ffffff;
	margin-top:20px;
}
.study-container {
	min-height: 35vh;
    display: flex;
}
.study-row{
	align-content: center;
    align-self: center;
}
.study-column {
    text-align: center;
    padding: 0px 45px;
}
.study-title h2 , .study-involve-title h2, .FAQ-main-title{
    color: #0088ce;
    font-family: "Arial";
}
.study-involve-title h2{
    padding-bottom: 40px;
}
.study-subtitle {
    color: #000;
    font-family: "Arial";
    padding-top: 10px;
}
.study-involve-container {
	min-height: 80vh;
    display: flex;
}
.study-involve-row{
	align-content: center;
    align-self: center;
}
.study-involve-column {
    text-align: center;
}
ul.study-timeline {
    display: flex;
    list-style-type: none;
    width: 100%;
}
.study-timeline li {
    border: 1px solid #0088ce;
    margin: 0 11px;
    border-radius: 10px;
    padding:20px;
     position: relative;
     width: 25%;
}
.study-timeline li::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 48%;
    background: #0088ce;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #0088ce;
}
.study-timeline li::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 46.1%;
    background: transparent;
    height: 33px;
    width: 33px;
    border-radius: 50%;
    border: 1px solid #0088ce;
}
.ul.study-timeline::before {
	position: absolute;
    top: 0px;
    border: 1px solid #0088ce;
}
.study-involve-subtitle {
    padding-top: 20px;
    border-top: 32px solid #0088ce;
}
div#participatePhoto {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.participate-row{
    align-content: center;
    align-self: center;
}
.participate-container {
	min-height: 80vh;
    display: flex;
}
.participate-title, .MyData-content h2{
     color:#0088ce;
}
/*1ROW BOX*/
.participate-iconbox{
    display: flex;
    text-align: center;
}
/*2ROW BOX*/
.participate-iconbox-2{
    display: flex;
    text-align: center;
}
.participate-iconbox1 {
    background: #0088ce;
    padding: 20px;
    color: white !important;
    border-radius: 10px;
}
.participate-iconbox1::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 40%;
    background: transparent;
    height: 33px;
    width: 33px;
    border-radius: 50%;
    border: 1px solid #0088ce;
}
.participate-iconbox2,.participate-iconbox3, .participate-iconbox4 {
    background: #ffffff;
    padding: 20px;
    color: #000000;
    border-radius: 10px;
}
.participate-iconbox2, .participate-iconbox1, .study-timeline li, .study-subtitle, .participate-iconbox3, .participate-iconbox4, .FAQ-Description li, .faq-question, .faq-answer, .mydata-bullet{
    font-size:20px;
    font-family: "Arial";
    color: #000000;
}
.participate-iconbox1,  .participate-iconbox2,  .participate-iconbox3, .participate-iconbox4 {
    margin: 0 15px 15px 0;
}
.FAQ-container {
    min-height: 100vh;
    display: flex;
}
.FAQ-row{
    align-content: center;
    align-self: center;
}
.faq-question{
    background: #0088ce;
    color: #ffffff !important;
    border: 1px solid #0088ce;
    padding:20px;
    border-radius:10px;
}
.faq-answer{
    color:black;
    padding:20px;
}
.FAQ-Description li{
    list-style-type:none;
    border-radius:10px;
}
.FAQ-Description ul{
    padding-left:0;
}
.faq-container{
    border: 1px solid #0088ce;
    border-radius: 10px;
    margin-bottom:20px; 
}
.FAQ-main-title{
 text-align: center;
}
.faq-container:nth-child(3) .faq-question, .faq-container:nth-child(3) .faq-answer {
    display: none;
}
.faq-container:nth-child(3) {
    border: none;
    padding: 20px 0;
    font-style: italic;
}
h2.reference-title{
    color:#0088ce;
}
.faq-container:nth-child(3) ul li{
    list-style-type: disc;
    margin-left:17px;
    font-size: 18px;
}

.MyData{
    background: #f7f7f7;
}
.MyData-container{
    min-height: 60vh;
    display: flex;
}
.MyData-row{
    align-content: center;
    align-self: center;
}
.MyData-content ul li{
    margin-bottom: 10px;
    font-size:20px;
    font-family: "Arial";
}
.MyData-content.col-lg-7 {
    width: 55%;
}
.MyData-column.col-lg-5 {
    margin-right: 52px;
    width: 41%;
}
.map-column {
    padding: 0 65px;
    text-align: center;
}
.cta-container{
    min-height: 60vh;
    display: flex;
}
.cta-row{
    align-content: center;
    align-self: center;
}
#ctaPhoto {
    background-size: contain;
    background-repeat: no-repeat;
}
.CTA-button {
    border: 2px solid #ffffff;
    padding: 5px 16px;
    text-align: center;
    font-size: 25px;
    font-family: "Segoe UI";
}
.CTA-button a {
    color: white;
    text-decoration: none;
}
.CTA-title {
    color: white;
}
/*.faq-container:nth-child(3) p.faq-answer, .faq-container:nth-child(4) p.faq-answer {
    margin: 0;
    padding: 0 20px;
    margin-left: 20px;
}
.faq-container:nth-child(3) p.faq-question, .faq-container:nth-child(4) p.faq-question {
    background: transparent;
    color: #0088ce !important;
    border: none;
    padding: 0 20px;
    margin: 0;
}
.faq-container:nth-child(3), .faq-container:nth-child(4) {
    border: none;
    border-radius: 0;
    font-style: italic;
}

.faq-container:nth-child(3) p.faq-answer:before{
    content: "1.";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 17%;
}
.faq-container:nth-child(4) p.faq-answer:before{
    content: "2.";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 17%;
}
.faq-container:nth-child(4) .faq-question {
    display: none;
}
.faq-container:nth-child(3){
    margin-bottom: 0px;
}*/
