*{box-sizing:border-box}

body{
  margin:0;
  background: linear-gradient(to bottom, #7f8794, #b9c0c8);
  font-family:Arial,sans-serif;
  color:#111;
}

#wrapper{
  max-width:1000px;
  width:100%;
  margin:20px auto;
  background:#fff;
  border:2px solid #004a99;
  box-shadow:0 8px 22px rgba(0,0,0,0.18);
  border-radius:8px;
  overflow:hidden;
}

header{
  height:250px;
  background:#1e1e1e url("images/banner.jpg") no-repeat center;
  background-size:cover;
}

.logoWrap{
  height:250px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}

.logoSvg{
  width:420px;
  max-width:92%;
}

.logoSvg rect{
  fill:rgba(255,255,255,.86);
  stroke:#004a99;
  stroke-width:4;
}

.logoSvg text{
  font-family:Arial,sans-serif;
  font-size:46px;
  font-weight:bold;
  fill:#004a99;
}

nav{
  background:#f2f2f2;
  padding:12px;
  text-align:center;
}

nav ul{
  list-style:none;
  margin:0;
  padding:0;
}

nav li{display:inline}

nav a{
  display:inline-block;
  text-decoration:none;
  color:#004a99;
  font-size:18px;
  padding:10px 14px;
  margin:6px;
  border-radius:8px;
}

nav a:hover{
  background:#004a99;
  color:#fff;
}

.selected{
  background:#004a99;
  color:#fff;
}

main{
  background:#efefef;
  padding:20px;
}

h1,h2,h3{
  margin:0 0 12px 0;
}

h2{
  text-align:center;
  color:#004a99;
}

p{line-height:1.6}

.lead{
  font-weight:bold;
  font-size:14px;
}

hr{
  width:60%;
  height:5px;
  background:#004a99;
  border:none;
  margin:26px auto;
}

img{
  max-width:100%;
  height:auto;
  display:block;
  margin:10px auto;
}

.homeHeroImg{
  width:520px;
  max-width:100%;
  border-radius:12px;
  box-shadow:0 6px 14px rgba(0,0,0,0.12);
}

.backToTopImg{
  width:55px;
  margin:18px auto;
}

#social{
  background:#004a99;
  color:#fff;
  text-align:center;
  padding:12px;
  font-size:14px;
}

footer{
  background:orange;
  padding:14px;
  text-align:center;
  font-size:12px;
}

.resumeWrap{
  background:#fff;
  border:2px solid #004a99;
  padding:16px;
}

aside{
  width:30%;
  float:left;
  background:#f6f6f6;
  padding:12px;
}

section{
  width:70%;
  float:left;
  padding:12px 16px;
  background:#fff;
}

.clearfix::after{
  content:"";
  display:block;
  clear:both;
}

.resumeH2{
  color:#004a99;
  border-bottom:2px solid #004a99;
  padding-bottom:6px;
  margin-top:16px;
  text-align:left;
}

address{
  font-style:normal;
  line-height:1.5;
}

.courseList{
  list-style:square;
  padding-left:22px;
}


.recList{
  list-style:none;
  padding:0;
  margin:0;
  text-align:center;
}

.recList li{
  display:flex;
  flex-direction:column;
  align-items:center;
  margin:20px 0;
}

.mysteryRow{
  display:flex;
  gap:14px;
  justify-content:center;
  align-items:center;
  margin-bottom:6px;
}

.mysteryIcon{
  width:70px;
  height:auto;
  display:block;
}
.certList dt{
  font-weight:bold;
  margin-top:10px;
}

.certList dd{
  margin-left:20px;
  margin-bottom:8px;
}

.refList{
  padding-left:22px;
}

@media (max-width:700px){
  nav a{
    display:block;
    margin:8px 0;
  }

  aside,section{
    width:100%;
    float:none;
  }

  .logoSvg text{
    font-size:36px;
  }
}
ul, li {
  list-style-image: none !important;
}

li::before, li::marker {
  content: "" !important;
  display: none !important;
  background: none !important;
}

#figureContainer{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:18px;
  margin-top:16px;
}

#figureContainer figure{
  width:420px;
  max-width:100%;
  border:2px solid #004a99;
  background:#fff;
  padding:12px;
  margin:0;
  text-align:center;
}

#figureContainer img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
  margin:0 auto 10px;
}

#figureContainer figcaption{
  font-weight:bold;
  color:#004a99;
  line-height:1.3;
}
#figureContainer figure{
  transition: all 0.3s ease;
}

#figureContainer figure:hover{
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
  border-color: #002f66;
}
#figureContainer img{
  width:100%;
  height:240px;
  object-fit:cover;
}
.newsTitle{
  text-align: center;
  color: #004a99;
  margin-bottom: 6px;
}

.byline{
  text-align: center;
  font-weight: bold;
  color: #336699;
  margin-bottom: 10px;
}

.newsRule{
  width: 80%;
  border: 4px solid #336699;
  border-radius: 6px;
  margin: 16px auto 22px auto;
}

.infoBar{
  color: #ffffff;
  background-color: #003366;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  padding: 10px;
  margin: 18px 0;
  border-radius: 8px;
}

.box{
  border: 2px solid #004a99;
  background: #ffffff;
  padding: 16px;
  margin: 24px 0;
  border-radius: 10px;
}

blockquote{
  text-align: justify;
  background: #ffffff;
  padding: 16px;
  margin: 20px 30px;
  border-left: 6px solid #004a99;
  border-radius: 8px;
}

blockquote:first-letter{
  font-size: 1.8em;
  font-weight: bold;
  color: #004a99;
}

.newsList{
  list-style-image: url("images/point.png");
  padding-left: 28px;
}

.newsList li{
  margin-bottom: 10px;
}

.box,
.infoBar{
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.newsRule{
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
