/*! normalize.css v8.0.1 github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}


/*----------------------------------------*\
  ##### Global #####
\*----------------------------------------*/
/* Box Sizing */
*,
*:before,
*:after{
  box-sizing:border-box;
}
/* Variables */
:root{
  --c-copy:hsl(205 15% 20%);
  --c-head:hsl(205 25% 10%);
  --c-link:hsl(194, 100%, 47%);
}

html{
  width:100%;
  min-width:320px;
  font:normal 100% Helvetica,Arial,sans-serif;/*16/16*/
  line-height:1.5;
  color:var(--c-copy);
  background:hsl(205 20% 96%);
  overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6{
  line-height:1.2;
  font-family:Georgia,serif;
  font-weight:normal;
  color:var(--c-head);
}
h1{
  font-size:3rem;
}
h2{
  font-size:2rem;
}
h3{
  font-size:1.5rem;
}
h4{
  font-size:1.25rem;
}
h5{
  font-size:1.125rem;
}
h6{
  font-size:1rem;
  font-weight:bold;
}

a,
a:link,
a:visited,
a:hover,
a:active{
  color:var(--c-link);
}

.l-c{
  display:flex;
  margin:0 auto;
  padding:0 2rem;
  max-width:71.5rem;
}
.col-50{
  width:50%;
}
.col-66{
  max-width:66%;
}
.col-100{
  max-width:100%;
}

header{
  background:#fff;
}
header nav{
  width:100%;
  display:flex;
  justify-content:space-between;
}
header nav>a{
  height:6rem;
  overflow:hidden;
}
header nav>a>img{
  width:8rem;
  height:auto;
  margin-top:10px;
}

header ul{
  list-style:none;
}
header nav a{
  display:block;
  text-decoration:none;
  text-transform:uppercase;
  font-size:0.875rem;
  letter-spacing:0.125rem;
  line-height:1.2;
}
header nav>ul{
  margin:0;
  padding:0;
  display:flex;
}
header nav>ul>li{
  margin:0;
  padding:0;
  position:relative;
}
header nav>ul>li>a{
  line-height:1rem;
  padding:2.5rem 1.5rem;
  color:var(--c-head)!important;
}
header nav>ul>li>a:hover{
  color:var(--c-link)!important;
}
header nav>ul>li:last-child a{
  color:#fff!important;
  background:hsl(220, 82%, 23%);
  transition:background .25s ease-in-out
}
header nav>ul>li:last-child a:hover{
  background:hsl(220, 75%, 30%);
}
header nav>ul>li>ul{
  display:block;
  position:absolute;
  visibility:hidden;
  margin:0;
  padding:1em 0;
  width:12rem;
  transition:opacity .25s ease-in-out;
  background:hsl(220, 75%, 30%);
}
header nav>ul>li:hover>ul{
  visibility:visible;
  opacity:1;
}
header nav>ul>li>ul>li{
  margin:0;
  padding:0;
}
header nav>ul>li>ul>li>a{
  line-height:1rem;
  padding:0.5rem 1.5rem;
  color:#fff!important;
}

.l-hero{
  padding:6rem 0;
  background:linear-gradient(to right,rgb(0 0 0 / 75%),rgb(0 0 0 / 50%)),url(../media/bg-header.jpg) center center no-repeat,#fff;
  background-size:cover;
}
.l-hero h1{
  color:#fff;
}

main{
  padding:4rem 0;
}

em{
  font-weight:600;
}
.bog{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-flow:row wrap;
  justify-content:center;
  gap:2rem 1rem;
}
.bog li{
  flex:0 0 40%;
  text-align:center;
  font-weight:600;
  line-height:1.2;
}
@media (min-width:840px){
  .bog li{
    flex:0 0 22%;
  }
}
.bog img{
  border-radius:100%;
  background:#C7EAFB;
  display:block;
  width:80%;
  margin:0 auto 0.25rem;
  aspect-ratio:1;
}
.bog .title{
  display:block;
  font-weight:400;
}
.bog .term{
  display:block;
  font-weight:100;
  font-size:0.875rem;
}

.dl-inline{
  list-style-type:none;
}
.dl-inline dt{
  display:list-item;
  float:left;
}

.dl-inline dd{
  display:inline;
  margin:0;
  position:relative;
}
.dl-inline dt{
  font-weight:600;
}
.dl-inline dt::after{
  content:"\00a0–\00a0";
}
.dl-inline dd::after{
  margin-bottom:0.5rem;
  display:block;
  content:"";
}
.dl-inline dd:last-of-type::after{
  margin:0;
}
.dl-inline.bulleted{
  margin-left:40px;
  list-style-type:disc;
}
.dl-inline.dolphins{
  margin-left:20px;
}
.dl-inline.dolphins dt::before{
  content: "🐬";
  margin-right: 0.5rem;
  position:relative;
  top:2px;
}

footer{
  padding:4rem 0;
  color:#fff;
  background:hsl(205 5% 15%);
  text-align:center;
  font-size:0.875rem;
}
footer .l-c{
  display:block;
}
