 /*
Theme Name: polarisTheme
Author: Jaii Fredregill
Description: The POLARIS Study Theme
Version: 1.7
*/


    * {
  box-sizing: border-box;
	}
@font-face {
  font-family: 'Open Sans';
  src: url('https://polarisstudy.wpenginepowered.com/wp-content/themes/polarisTheme/fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('ttf'),
       url('https://polarisstudy.wpenginepowered.com/wp-content/themes/polarisTheme/fonts/OpenSans-VariableFont_wdth,wght.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

	body {
      margin: 0;
      font-family: 'Open Sans', sans-serif;
      background-color: #f0f0f0;
    }
h3 {
    font-weight: 500;
}

    .container {
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      min-height: 100vh;
    }

    header, footer, span-row {
      background-color: #fff;
      padding: 1rem;
      text-align: center;
    }

    .row {
      display: flex;
      flex: 1;
    }

    .left-column {
     width: 70%;
     background-color: #fff;
	 position:relative;
	 min-height:250px;
  
    }

    .right-column {
     width: 30%;
     background-color: #fff;
	position:relative;
	min-height:250px;

    }
	h2{
	font-size: 20pt;
	font-weight: 500 !important;
	}
	a {
		color: #00588e;
		text-decoration: none; /* optional: removes underline */
		transition: color 0.3s ease; /* smooth hover transition */
	}

	a:hover {
		color: #b75ba2;
	}
	a.white-link  {
		color: #fff;
		text-decoration:underline;
		transition: color 0.3s ease; /* smooth hover transition */
	}

	a.white-link:hover {
		color: #00588e;
		cursor:pointer;
	}
	a.white-link2  {
		color: #fff;
		text-decoration:underline;
		transition: color 0.3s ease; /* smooth hover transition */
	}

	a.white-link2:hover {
		color: #00b8ec;
		cursor:pointer;
	}
	.left-text-margin{
	margin:40px 80px 40px 80px
	}
	.polaris-logo-header {
    width: 250px;
    height: auto;
    float: left;
    z-index: 100 !important;
    position: relative;
}
.hopeBox{
font-size:23px!important;
}
.headerBullet {
    margin-left: 12px;
}
.polarisHeader {
    margin-bottom: 0px;
    font-size: 35px;
}

.nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  justify-content: right;
  margin-top: 70px;
  margin-right: 25px;
	float:right;
}

.menu-item {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin-right: 10px;
}

.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  float: right;
  margin-top: 70px;
  margin-right: 10px;
}
	.footer-menu {
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    justify-content: right;
    margin-top: 50px;           
	}

	.footer-item {
		display: inline-block;    /* Optional: ensures inline behavior */
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		margin-right: 20px;
	}
	.quad-img{
		z-index:0;
	}
		.quad-img-front{
		z-index:1;
		position:relative;
	}
	.green-circle{
	background-color: rgba(181, 209, 24, .9);
    width: 220px;
    height: 220px;
    border-radius: 150px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    float: right;
    z-index: 3;
    position: relative;
	margin-right: 110px;
    margin-top: 110px;
	shape-outside: circle(50%);
    margin-left: 40px;
	margin-bottom:40px;
	}
	.clinical-study{
	
    margin: 300px 50px 50px 50px;
    font-size: 24px;
    font-weight: 100;
    color: #fff;

	}
	.polaris-bullets{
  list-style: none;
  padding-left: 0;
      max-width: 400px;
    margin-bottom: 10px;
}
	.polaris-bullets li {
  position: relative;
  padding-left: 30px; /* space for the bullet */
}
	.polaris-bullets li::before {
	content: '';
	position: absolute;
	left: 0;
	transform: translateY(20%);
	width: 16px;
	height: 16px;
	background-image: url('https://polarisstudy.wpenginepowered.com/wp-content/uploads/2025/08/Polaris_Bullet.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
	.polaris-blue{
	background-color:#00588e;
	}
	.polaris-blue-text{
	color:#00588e;
	}
	.polaris-purple{
	background-color:#b75ba2;
	}
	.polaris-light-blue{
	background-color:#d1dfe9;
	}
	.clinical-sites-container {
      display: flex;
      padding: 20px;
    }

    .clinical-sites-column-left {
      flex: 2 1 0;
      padding: 20px;

    }

    .clinical-sites-column-middle,
    .clinical-sites-column-right {
      flex: 1 1 0;
      padding: 10px;

    }
	.clinical-sites-text{
	font-size:14px;
	}
	

.polaris-star-img {
position: absolute;
    top: 161px;
    width: 110px;
    right: 0;
    opacity: 20%;
 
}
.gentiLogo{
    width: 200px;
    float: left;
}
.recruiting {
    COLOR: #b75ba2;
    FONT-WEIGHT: 600;
}
.clinicalStudySitesDiv{
    background-color: #e1eaf0;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    height: 100px;
    width: 400px;
    display: flex;
    justify-content: left;
    align-items: center;
	padding-left:80px;
}


    @media (max-width: 1000px) {
      .row {
        flex-direction: column;
      }

      .left-column,
      .right-column {
        width: 100%;
      }
	  .no-mobile{
	  display:none;
	  }
	.yes-mobile{
	  display:block!important;
	  }
		.polaris-logo-header {
       margin-left: -1rem;
}
.polarisHeader {
    margin-left: 20px !important;
    font-size: 30px;
}		
	.clinicalStudySitesDiv{
   
    width: 100%;

	}
	  .clinical-sites-container {
        flex-direction: column;
      }

      .clinical-sites-column-left,
      .clinical-sites-column-middle,
      .clinical-sites-column-right {
        flex: 1 0 100%;
		  padding-top:0px;
		  padding-bottom:0px;
      }
		.headerBullet{
		display:none;	
			
		}
	   .nav-menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 200px;
	float:none;
  }

  .menu-item {
    margin: 10px 0;
	display:block;
  }

  .menu-toggle {
    display: block;
  }
  .mobileExpand{
  min-height:400px;
  }
  .left-text-margin {
    margin: 40px 20px 40px 20px;
}
.green-circle {
    background-color: rgba(181, 209, 24, .9);
    width: 170px;
    height: 170px;
    border-radius: 150px;
    padding: 20px;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    float: right;
    z-index: 3;
    position: relative;
    margin-right: 10px;
    margin-top: 17px;
    shape-outside: circle(50%);
    margin-left: 10px;
    margin-bottom: 10px;
}
.hopeBox{
font-size:20px!important;
	padding-left: 20px !important;
}
.clinical-study {
    margin: 250px 50px 50px 50px;
}
.noRadiusMobile{
border-radius:0px!important;
}
.mobile20PxTop{
margin-top:20px!important;
}
.mobile20PxLeft{
margin-left:20px!important;
}
.mobileMarginTopReset{
margin-top:0px!important;
}
.mobilePaddingTopReset{
padding-top:0px!important;
}
.gentiLogo {
  
        width: 250px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        align-items: CENTER;
        FLOAT: NONE ! IMPORTANT;

}
    .mobileLogo {
        width: 100%;
        height: 120px;
        text-align: center;
		margin-left: -15px;
    }
	.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    gap: 10px;
    justify-content: right;
    margin-top: 0;
}
.footer-item {
    display: block;
	margin-bottom: 10px;

}
    }
