.page-education #main_area .sub_header {
  float: none; 
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (min-width: 786px) {
  .page-education #main_area .sub_header {
    margin-bottom: 10px;
  }
}

.internship-page-title {
  color: #036; 
  text-align: center; 
  font-size: 2rem; 
}

.page-education #main_area .topic_text_bold {
  float: left;
  margin: 10px 0 10px 0;
  width: 100%;
}

.internship-container {
  padding: 1rem; 
  border: 1px solid #036;
  border-radius: 4px; 
  margin-bottom: 1rem; 
}

p.less-space {
  margin: 0 0 2px !important; 
  color: black; 
}

p.less-space.bottom-text {
  text-align: center; 
  font-size: 1rem; 
}

 h3.internship-title {
  font-size: 1.25rem; 
  text-align: center; 
  color: #036; 
 }

div.btn-container {
  display: flex; 
  justify-content: center;
  align-items: center;
  margin: 20px; 
}

div.btn-container a {
  background-color: rgb(206, 231, 252);
  color: #036;
  font-size: 1rem; 
  border-radius: 4px; 
  font-weight: 700;
  padding: 0.5rem; 
  transition: 0.15s ease-in-out;
}

div.btn-container a:hover {
  background-color: rgb(186, 219, 246);
  text-decoration: none; 
  transform: scale(1.025);
}

/* CSS Document */
div.sub_header {
  background: url("../images/education_header.jpg");
  background-size: cover;
  height: 105px;
  margin: 0 0 20px;
  position: relative;
  width: 795px;
}

div.page_bg_image {
  display: block;
  height: 75px;
  width: 100%;
}

div.indent {
  margin: 0 15px 0 15px;
}
@media screen and (min-width: 786px) {
  div.indent {
    margin: 0 25px;
  }
}

div#education_header {
  background-image: url("../images/education_header.jpg");
  background-repeat: no-repeat;
  height: 190px;
  margin-left: 30px;
  padding: 0;
  width: 1034px;
}

#headerlink {
  color: #666;
  display: block;
  height: 125px;
  margin: 15px 0 0 20px;
  position: absolute;
  width: 240px;
}

div#content_students {
  height: 750px;
  margin: 15px 35px 0 60px;
  width: 1034px;
}

div#content_workshop {
  height: 650px;
  margin: 15px 35px 0 60px;
  width: 1034px;
}

div#content_workshop_dl {
  height: 850px;
  margin: 15px 35px 0 60px;
  width: 1034px;
}

.sub_title {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0 0 5px;
}

.workshop_title {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 2px;
}

/* navigation */
#navcontainer {
  margin: 0;
  width: 265px;
}

#navcontainer ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navcontainer a {
  background-color: #b2d1f3;
  border-bottom: 1px solid #82a6c5;
  display: block;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-top: 8px;
  width: 245px;
}

#navcontainer li a:link {
  color: #2a3faa;
  text-decoration: none;
}

#navcontainer li a:hover {
  background-color: #333;
  color: #fff;
}

@media screen and (min-width: 786px) {
  .workshop_left {
    float: left;
    padding: 10px;
    width: 300px;
  }
}

@media screen and (min-width: 786px) {
  .workshop_right {
    margin-left: 320px;
    padding: 10px;
  }
}

.workshop_register {
  background-color: #2a3faa;
  border: 1px solid #888;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  text-decoration: none;
  width: 80px;
}

.workshop_register:hover {
  background-color: #15a612;
  color: #fff;
  text-decoration: none;
}

.workshop_register:active {
  background-color: #e62815;
  text-decoration: none;
}

.workshop_topics li {
  list-style: disc outside none;
  margin-left: -25px;
  padding: 0 0 5px 5px;
}

.webtools_wrapper {
  padding-left: 10px;
}
@media screen and (min-width: 786px) {
  .webtools_wrapper {
    padding-left: 48px;
  }
}

.webtools_title {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  padding: 10px 0 5px;
}

.pdf_icon_tools {
  background-image: url("../images/icons/retina/pdf_icon_retina.png");
  background-size: 36px 36px;
  display: block;
  float: left;
  height: 36px;
  margin: 0 10px 20px 0;
  width: 36px;
}

.no_pdf {
  margin: 20px 0 20px 48px;
}

.italic {
  font-style: italic;
  font-weight: 700;
}

.workshop_note {
  font-style: italic;
  font-weight: 300;
  line-height: 1px;
  padding: 0;
}

ul.education_list li {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  list-style-type: disc;
  padding: 10px 0 0;
}

ul.education_list {
  margin-bottom: 1.5rem;
}

.concluded_workshop_holder {
  background-color: #fce5e5;
  border: 1px solid #c00;
  clear: both;
  float: left;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}

.workshop_note_holder {
  background-color: #cee7fc;
  border: 1px solid #2a3faa;
  float: left;
  margin-bottom: 20px;
  padding: 10px;
}

.workshop_warning_text {
  color: #000;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.workshop_icon_holder {
  color: #2a3faa;
  float: left;
  font-size: 26px;
  line-height: 26px;
  margin-right: 5px;
  width: 10%;
}

.concluded_workshop_holder .workshop_icon_holder {
  color: #c00;
}

.workshop_text_holder {
  float: left;
  vertical-align: top;
  width: 80%;
}

.mmp p {
  margin: 10px 0;
}

.community-outreach-content {
  float: left;
  width: 100%;
}

.community-outreach-content .topic_text {
  clear: both;
  display: block;
  margin-top: 0;
  padding: 0.5rem 0 0 0;
}

.outreach-title {
  border-bottom: 1px solid #cccccc;
  color: #2a3faa;
  font-size: 1.25rem;
  padding: 1rem 0 0.5rem 0;
}

.link-w-icon {
  font-weight: 600;
}

.link-w-icon i {
  display: inline-block;
  margin-right: 0.15rem;
}

.mailing-list {
  border: 1px solid #2a3faa;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
}

.covid-notification {
  background: #ff0000;
  border-radius: 3px;
  color: #ffffff;
  float: left;
  font-size: 0.9rem;
  margin-top: 1rem;
  padding: 1rem;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .covid-notification {
    width: 100%;
  }
}
.covid-notification p {
  color: #ffffff;
  margin: auto;
  max-width: 1140px;
  padding: 0;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(139, 0, 0, 0.5);
}

.notification {
  background: #91caee;
  border-radius: 3px;
  color: #16345b;
  float: left;
  font-size: 0.9rem;
  margin-top: 1rem;
  padding: 1rem;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .notification {
    width: 100%;
  }
}
.notification p {
  color: #ffffff;
  margin: auto;
  max-width: 1140px;
  padding: 0;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(139, 0, 0, 0.5);
}

.button {
  background-color: #2a3faa;
  border: 1px solid #888;
  clear: both;
  color: #fff;
  cursor: pointer;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
}

.topic_text a i {
  margin-right: 5px;
}

.button:hover {
  background-color: #15a612;
  color: #fff;
  text-decoration: none;
}

.text-in-red {
  color: #f00;
}

.error_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 420px) {
  .error_wrapper {
    width: 400px;
  }
}

.internship-notification {
  color: #000; 
  background-color: #ffff99;
  text-align: center; 
  padding: 1rem; 
  max-width: 70%; 
  display: flex; 
  justify-content: center;
  margin: auto; 
  border-radius: 8px; 
}
