@import url("https://use.typekit.net/wro8uzx.css");
@import url("https://fonts.googleapis.com/css?family=Karla:400,700&display=swap");
@font-face {
  font-family: "DINOT";
  src: url("/wp-content/themes/made_oceanliteracy2_theme/fonts/DINOT-Bold.ttf");
  src: url("/wp-content/themes/made_oceanliteracy2_theme/fonts/DINOT-Bold.ttf?#iefix") format("truetype");
  font-display: swap; }
body {
  font-family: sofia-pro, sans-serif; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

p {
  font-size: 1rem;
  margin-top: 0; }

a {
  text-decoration: none !important;
  color: black;
  transition: 0.4s ease; }

body {
  font-display: swap;
  font-weight: bold;
  font-style: normal;
  font-family: "DINOT", sans-serif; }

h1, .h1 {
  font-size: calc(1.5rem + 3vw);
  line-height: 1.23;
  text-align: center;
  position: relative;
  margin-bottom: calc(1.71875rem + 5.625vw);
  transition: 0.4s ease;
  font-display: swap;
  font-weight: bold;
  font-style: normal;
  font-family: "DINOT", sans-serif; }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 3.75rem; } }
  @media (min-width: 1200px) {
    h1, .h1 {
      margin-bottom: 5.9375rem; } }
  h1:after, .h1:after {
    content: '';
    height: calc(1.53125rem + 3.375vw);
    bottom: calc(-1.71875rem - 5.625vw);
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    width: 1px;
    background: black; }
    @media (min-width: 1200px) {
      h1:after, .h1:after {
        height: 4.0625rem; } }
    @media (min-width: 1200px) {
      h1:after, .h1:after {
        bottom: -5.9375rem; } }

h2, .h2 {
  font-display: swap;
  font-weight: bold;
  font-style: normal;
  font-family: "DINOT", sans-serif;
  font-size: calc(1.4375rem + 2.25vw);
  line-height: calc(1.875rem + 7.5vw);
  margin-bottom: 1.25rem;
  transition: 0.4s ease; }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 3.125rem; } }
  @media (min-width: 1200px) {
    h2, .h2 {
      line-height: 7.5rem; } }

h3, .h3 {
  font-display: swap;
  font-weight: bold;
  font-style: normal;
  font-family: "DINOT", sans-serif;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: calc(1.34375rem + 1.125vw);
  margin-bottom: 1.25rem;
  transition: 0.4s ease; }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.875rem; } }
  @media (min-width: 1200px) {
    h3, .h3 {
      line-height: 2.1875rem; } }

html,
body {
  overflow-x: hidden;
  min-width: 320px;
  margin: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px; }
  @media (max-width: 1199.98px) {
    .container {
      max-width: 960px; } }
  @media (max-width: 991.98px) {
    .container {
      max-width: 720px; } }
  @media (max-width: 767.98px) {
    .container {
      max-width: 540px; } }
  @media (max-width: 575.98px) {
    .container {
      max-width: 100%; } }

#main {
  min-height: 50vh; }

img {
  max-width: 100%; }

.oceans-button, .form-submit-btn {
  margin-bottom: 1.25rem;
  font-size: calc(1.2625rem + 0.15vw);
  border-radius: 49px;
  text-transform: uppercase;
  border: 1px solid black;
  padding: 10px 50px;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: 0.3s ease;
  letter-spacing: 0.5px;
  background: none;
  font-family: sofia-pro, sans-serif; }
  @media (min-width: 1200px) {
    .oceans-button, .form-submit-btn {
      font-size: 1.375rem; } }
  .oceans-button:hover, .form-submit-btn:hover {
    background: #6a7374;
    border-color: #6a7374;
    color: white; }

.form-submit-btn {
  margin: 0.625rem 1rem calc(1.4375rem + 2.25vw) 0; }
  @media (min-width: 1200px) {
    .form-submit-btn {
      margin: 0.625rem 1rem 3.125rem 0; } }

.oceans-section {
  margin-bottom: calc(1.75rem + 6vw) !important; }
  @media (min-width: 1200px) {
    .oceans-section {
      margin-bottom: 6.25rem !important; } }
  .oceans-section h2 {
    font-size: calc(1.4375rem + 2.25vw);
    line-height: 1.23;
    text-align: center;
    position: relative;
    margin-bottom: calc(1.625rem + 4.5vw); }
    @media (min-width: 1200px) {
      .oceans-section h2 {
        font-size: 3.125rem; } }
    @media (min-width: 1200px) {
      .oceans-section h2 {
        margin-bottom: 5rem; } }
    .oceans-section h2:after {
      content: '';
      height: calc(1.5rem + 3vw);
      bottom: calc(-1.5625rem - 3.75vw);
      left: 0;
      right: 0;
      position: absolute;
      margin: auto;
      width: 1px;
      background: black; }
      @media (min-width: 1200px) {
        .oceans-section h2:after {
          height: 3.75rem; } }
      @media (min-width: 1200px) {
        .oceans-section h2:after {
          bottom: -4.375rem; } }

.messages .success-message, .messages .error-message {
  margin-top: 5%;
  font-weight: bold;
  color: white;
  background: #6a7374;
  padding: 15px;
  text-align: center; }
  .messages .success-message p, .messages .error-message p {
    margin: 0;
    font-size: 1.25rem; }
.messages .success-message {
  background: rgba(179, 221, 240, 0.2);
  color: black; }

.heading {
  text-align: center; }
  .heading p {
    padding-top: 1rem;
    line-height: 2;
    font-size: 1.25rem;
    max-width: 75%;
    margin: 1rem auto; }

.d-none {
  display: none !important; }

.side-link, .discover-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 85px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none !important;
  z-index: 50; }
  .side-link a, .discover-btn a {
    border: 2px solid white;
    border-radius: 30px;
    padding: 5px 10px !important;
    background-color: #3fb3c4;
    color: white;
    max-width: 100px;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75rem;
    display: block;
    z-index: 50;
    pointer-events: all; }
  .side-link:hover a, .discover-btn:hover a {
    background: #62c3ef; }
  .side-link:hover .ask-fill, .discover-btn:hover .ask-fill {
    fill: black; }

.discover-btn {
  right: unset;
  left: 15px; }

.shoal-generic {
  text-align: center;
  background-color: rgba(63, 179, 196, 0.2);
  padding: 5% 0; }
  .shoal-generic svg {
    height: calc(1.53125rem + 3.375vw);
    width: auto; }
    @media (min-width: 1200px) {
      .shoal-generic svg {
        height: 4.0625rem; } }
  .shoal-generic h2 {
    font-size: calc(1.3125rem + 0.75vw);
    line-height: calc(1.34375rem + 1.125vw);
    margin-bottom: 1.25rem; }
    @media (min-width: 1200px) {
      .shoal-generic h2 {
        font-size: 1.875rem; } }
    @media (min-width: 1200px) {
      .shoal-generic h2 {
        line-height: 2.1875rem; } }
  .shoal-generic p {
    font-size: 1rem;
    font-weight: normal;
    line-height: 2;
    width: 80%;
    margin: calc(1.3125rem + 0.75vw) auto; }
    @media (min-width: 1200px) {
      .shoal-generic p {
        margin: 1.875rem auto; } }
  .shoal-generic .links {
    display: flex;
    align-items: center;
    justify-content: center; }
    .shoal-generic .links a {
      margin: 0 5px; }
  .shoal-generic .oceans-button, .shoal-generic .form-submit-btn {
    background: white; }
    .shoal-generic .oceans-button:hover, .shoal-generic .form-submit-btn:hover {
      background: #6a7374; }
  .shoal-generic .android-download {
    display: inline-block; }
    .shoal-generic .android-download img {
      max-width: 200px; }

@media (max-width: 991.98px) {
  .interact .side-link, .interact .discover-btn {
    top: unset;
    bottom: 15px; }
    .interact .side-link svg, .interact .discover-btn svg {
      width: 50px;
      height: auto; }
  .interact .side-link {
    right: 8px; }
  .interact .discover-btn {
    left: 8px; } }
@media (max-width: 767.98px) {
  .interact .side-link, .interact .discover-btn {
    top: unset;
    bottom: 60px; }
    .interact .side-link svg, .interact .discover-btn svg {
      width: 35px;
      height: auto; }
  .interact .side-link {
    right: 10px; }
  .interact .discover-btn {
    left: 10px; } }
.mt {
  margin-top: 1rem; }

.mt-spacing {
  margin-top: 50px; }

.profile-wrap {
  padding-top: calc(1.4375rem + 2.25vw);
  margin-bottom: calc(1.75rem + 6vw); }
  @media (min-width: 1200px) {
    .profile-wrap {
      padding-top: 3.125rem; } }
  @media (min-width: 1200px) {
    .profile-wrap {
      margin-bottom: 6.25rem; } }

.profile-head {
  text-align: center;
  position: relative;
  padding-bottom: calc(1.4375rem + 2.25vw); }
  @media (min-width: 1200px) {
    .profile-head {
      padding-bottom: 3.125rem; } }
  .profile-head h1, .profile-head h2 {
    text-align: center; }
  .profile-head h1 {
    font-size: calc(1.5rem + 3vw);
    line-height: calc(1.5875rem + 4.05vw);
    transition: 0.4s ease;
    margin-bottom: calc(1.4375rem + 2.25vw);
    margin-top: 0; }
    @media (min-width: 1200px) {
      .profile-head h1 {
        font-size: 3.75rem; } }
    @media (min-width: 1200px) {
      .profile-head h1 {
        line-height: 4.625rem; } }
    @media (min-width: 1200px) {
      .profile-head h1 {
        margin-bottom: 3.125rem; } }
    .profile-head h1:after {
      content: none; }
  .profile-head .oceans-button, .profile-head .form-submit-btn {
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  .profile-head:after {
    content: '';
    height: calc(1.4375rem + 2.25vw);
    width: 1px;
    background-color: black;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px; }
    @media (min-width: 1200px) {
      .profile-head:after {
        height: 3.125rem; } }

.oceans-button, .form-submit-btn {
  display: inline-block; }

.bg-ocean {
  background-color: #3fb3c4 !important;
  border-color: #3fb3c4 !important; }

.text-white {
  color: #FFF !important; }

.my-profile:after {
  height: calc(1.53125rem + 3.375vw);
  bottom: -20px; }
  @media (min-width: 1200px) {
    .my-profile:after {
      height: 4.0625rem; } }

.profile-content {
  margin-bottom: calc(1.75rem + 6vw); }
  @media (min-width: 1200px) {
    .profile-content {
      margin-bottom: 6.25rem; } }

.profile-information {
  background: rgba(179, 221, 240, 0.2);
  padding: 5% 0; }
  .profile-information .container {
    display: flex;
    justify-content: space-between; }
  .profile-information .left, .profile-information .right {
    flex-basis: 50%; }
  .profile-information .profile-img-wrap {
    width: 50%;
    margin: auto; }
    .profile-information .profile-img-wrap div {
      position: relative;
      padding-top: 100%; }
  .profile-information svg {
    width: 1.25rem;
    height: 1.25rem; }
  .profile-information img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%; }
  .profile-information .left {
    position: relative; }
    .profile-information .left a {
      display: block;
      text-align: center; }
    .profile-information .left p {
      width: fit-content;
      margin: 10% auto 0; }
      .profile-information .left p a {
        margin: 0; }
  .profile-information .right {
    display: flex;
    flex-wrap: wrap; }
    .profile-information .right .half {
      max-width: 50%;
      flex-basis: 50%; }
    .profile-information .right .full {
      max-width: 100%;
      flex-basis: 100%; }
    .profile-information .right .half, .profile-information .right .full {
      position: relative;
      margin-bottom: calc(1.25625rem + 0.075vw); }
      @media (min-width: 1200px) {
        .profile-information .right .half, .profile-information .right .full {
          margin-bottom: 1.3125rem; } }
      .profile-information .right .half p, .profile-information .right .full p {
        background: white;
        padding: calc(1.25625rem + 0.075vw);
        margin: 0 5px;
        word-wrap: break-word; }
        @media (min-width: 1200px) {
          .profile-information .right .half p, .profile-information .right .full p {
            padding: 1.3125rem; } }
    .profile-information .right .description p {
      border-radius: 0 0 30px 30px;
      padding-bottom: calc(1.3125rem + 0.75vw); }
      @media (min-width: 1200px) {
        .profile-information .right .description p {
          padding-bottom: 1.875rem; } }

.preference-bubble {
  border: 1px solid black;
  display: flex;
  padding: 1.25rem;
  border-radius: 40px; }
  .preference-bubble span {
    color: #BAC3C4;
    margin-left: 1rem; }
  .preference-bubble p {
    margin: 0;
    flex-basis: 50%;
    max-width: 50%;
    font-size: 1.25rem;
    line-height: 1.1; }

.summary-wrap {
  text-align: center; }

.awards .profile-content {
  background: rgba(179, 221, 240, 0.2);
  padding: 5% 0; }
  .awards .profile-content .custom-container {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
  .awards .profile-content .no-awards {
    text-align: center;
    font-size: 1.25rem; }

@media (max-width: 767.98px) {
  .profile-information .container {
    flex-wrap: wrap; }
    .profile-information .container .left, .profile-information .container .right {
      flex-basis: 100%;
      max-width: 100%;
      margin-bottom: 10%; }

  .profile-information .right .half p, .profile-information .right .full p {
    word-break: break-word; }

  .preference-bubble {
    flex-wrap: wrap; }
    .preference-bubble p {
      flex-basis: 100%;
      max-width: 100%;
      text-align: left;
      display: block; }
      .preference-bubble p span {
        display: block;
        margin: 0; }
    .preference-bubble p:first-of-type {
      margin-bottom: 1rem; } }

/*# sourceMappingURL=user-page.php.css.map */
