/*********************** General *****************************/
html,body,span,p,ul,li,input,select,div,table,tr,td{font-family:'Poppins',sans-serif}
.Container{width:100%;margin-right:auto;margin-left:auto;z-index:initial}
.Content,.module{margin:0px;}
@media(min-width:768px)and (max-width:1024px){.Content{padding:0px;}}
@media(max-width:767px){.Content{padding:0px}}
.bg-menu{background-color: #4b516a;}
.masthead {height: 100vh;min-height: 500px;background: rgb(241,241,241) url('https://mystudentplan.blob.core.windows.net/images/studentsolutions/bg-student-solutions.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.masthead h1{font-size: calc(2rem + 1.5vw);background: #5E1318;background: linear-gradient(to right, #5E1318 0%, #286bbd 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent; font-weight: 900;}
.masthead p{font-size: calc(12px + 1.2vw);color: #231f20;}  
@media (min-width: 1200px){.masthead h1{font-size: 4.5rem;}}

.titleSection h2{
  color:#0e588e;
  font-size:calc(2.5rem + .6vw);
  font-weight: 900;
}
.titleSection h2:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #57cede;
}
.titleSection h2:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #57cede;
}

#events{background-color: #0e588e;}
.titleEvents h2{font-size: calc(2.5rem + .6vw);}
#events p{font-size: calc(0.9rem + .6vw);}
#JoinUsModal .modal-content{background-color: #212020; color:#f2bc52;}
#JoinUsModal .btn-secondary{background-color: #f2bc52;color:#e3e3e3;}
#JoinUsModal .btn-secondary:hover{background-color: #e3e3e3;color:#f2bc52;}
#JoinUsModal .btn-close {color:#f2bc52;}
#events .btn-primary{background-color:#57cede;color: #0e588e;border-color:#57cede;}
#events .btn-primary:hover{background-color:#69cedd;}

#aboutUs p{font-size: calc(1rem + .6vw);}

#ourServices{background-color: #edecec;}
#ourServices .card{border: none; border-radius:1rem;}
.darkblue {color: #00578c}
.lightblue {color: #57cede}
.intro{color:#9e9e92;font-size:calc(0.6rem + .6vw)}
#ourServices .card-title{color: #0e588e}
#ourServices .card h3{font-size:calc(1.25rem + .6vw);}
@media (min-width:1200px){#ourServices .card h3{font-size:1.5rem}}

#contactUs{background: url(//f.hubspotusercontent10.net/hubfs/7281960/raw_assets/public/PeopleCorporation_February2021/images/footer-stripes.png) 0 0 no-repeat #00578c;
  background-size: contain;}