/*
    Theme Name: OceanWP Child Theme
    Template: oceanwp
    Version: 1.0.3
*/


@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&family=Nunito:wght@300;400;500;600;700;800;900&display=swap');
/* General Styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  font-weight: 800;
}

ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

body {
  font-family: 'Nunito', 'sans-serif';
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  letter-spacing: 0.005em;
  /* background: url('/wp-content/uploads/2023/05/watermark.png') no-repeat center 90% !important;
  background-size: 400px !important; */
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.embed-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.embed-wrapper iframe {
  width: 640px;
  height: 360px;
}

section {
  margin: 32px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', 'serif' !important;
  line-height: 1.4;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 36px;
  text-align: center;
  color: #293470;
  line-height: 42px;
  font-weight: 800;
  letter-spacing: -0.005em;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 25px;
  color: #293470;
  font-weight: 800;
  margin-bottom: 8px;
}

blockquote {
  font-family: 'Roboto Slab', 'serif';
  border-left: 2px solid #f38c25 !important;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.0015em;
  margin-top: 0;
}

blockquote img {
  margin-left: auto;
  display: block;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex img {
  max-width: 300px;
  margin-bottom: 16px;
}

@media screen and (max-width: 750px) {
  .flex img {
    display: none;
  }
}
/* Home */
.hero {
  position: relative;
}

.hero img {
  width: 100%;
}

.hero-title {
  background: #e6e6e6;
  padding: 24px 72px;
  margin: 0;
}

.hero-title h1 {
  font-size: 50px;
  margin-bottom: 0;
  line-height: 64px;
  text-align: center;
  font-weight: 800 !important;
  color: #2a3277;
  text-transform: uppercase;
  letter-spacing: -0.015em;
}

.hero-title p {
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  .hero span {
    font-size: 24px;
  }

  .hero h1,
  .hero-title h1 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media screen and (max-width: 600px) {
  .hero span {
    font-size: 18px;
  }

  .hero-title{
    padding: 24px 32px;
  }

  .hero h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .embed-wrapper {
    flex-direction: column;
  }
  .embed-wrapper iframe {
    width: 640px;
    height: 200px;
  }
}

.welcome {
  margin: 56px 0;
}

.welcome p {
  text-align: center;
}

iframe.home-video {
  height: 670px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 16px;
  align-items: stretch;
  width: 100%;
  margin-bottom: 96px;
}

.cards a {
  flex: 1;
  position: relative;
}

.cards img {
  width: 100%;
}

.cards h3 {
  color: #fff;
  padding: 8px;
  margin-bottom: 0;
  font-weight: 800;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 1150px) {
  .cards h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 890px) {
  .cards {
    flex-direction: column;
    align-items: center;
  }
}

/* Subpages */
.title {
  padding: 110px 32px;
}

.title h1,
.title p {
  color: #fff;
  text-align: center;
  font-weight: 800;
  margin: 0;
}

@media screen and (max-width: 600px) {
  .title h1 {
    font-size: 32px;
  }
}

.with-sidebar {
  display: flex;
}

.with-sidebar .content {
  width: 66.666%;
}

.with-sidebar .sidebar {
  color: #93994f;
  padding-left: 24px;
  width: 33.333%;
}

.sidebar h4 {
  font-weight: 500;
}

.sidebar h4 > a {
  color: #b2bc58;
  transition: color 0.25s ease-in-out;
}

.sidebar h4 > a:hover {
  color: #93994f;
}

.grayscale img {
  filter: grayscale(100%);
  transition: filter 0.25s ease-in-out;
}

.grayscale img:hover {
  filter: grayscale(0%);
}

@media screen and (max-width: 800px) {
  .grayscale-imgs {
    flex-direction: column;
    align-items: center;
  }
}

ol + img {
  float: right;
}

/* Get Involved */
.get-involved-content p {
  margin-bottom: 8px;
}

.get-involved-content h4 + p {
  margin-bottom: 16px;
}

.get-involved-content a {
  margin: 16px 0 36px 0;
  display: inline-block;
  color: #fff;
  background: #293470;
  padding: 8px 24px;
  transition: all 0.35s ease-in-out;
}

.get-involved-content a:hover {
  background: #39447f;
  color: #fff;
}

/* FAQs */

.faqs li {
  font-size: 20px;
  color: #293470;
  list-style-position: inside;
}

.faqs h4 {
  display: inline;
  font-weight: 500;
}

.faqs p {
  font-size: initial;
  color: #535353;
}

.fact {
  font-size: 24px;
  color: #828a50;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 80px;
  text-align: right;
}

/* Nav */
#site-navigation-wrap .dropdown-menu > li:last-child a span {
  background: #2a3277;
  color: #fff;
  padding: 8px 24px;
}

.effect-one #site-navigation-wrap .dropdown-menu > li.current-menu-item > a.menu-link > span:after {
  visibility: visible;
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.effect-one #site-navigation-wrap .dropdown-menu > li:last-child > a.menu-link:hover > span:after {
  visibility: hidden;
}

#mobile-nav ul li a {
  color: #2a3277;
  transition: all 0.25s ease-in-out;
}

#mobile-nav .sub-menu a {
  padding-left: 60px;
}

#mobile-nav a:hover {
  background: #f2f2f2;
}

/* Footer */
footer {
  background: #e6e6e6;
  color: #000 !important;
}

#footer-bottom a,
#footer-bottom #footer-bottom-menu a {
  color: #293470 !important;
}

#footer-bottom-inner {
  padding-top: 20px;
}

#footer-bottom.no-footer-nav #copyright {
  text-align: left;
}

#copyright p {
  margin-bottom: 5px;
}

/* Forms */
.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
  background: #2a3277;
  font-size: 16px;
}

.gform_wrapper.gravity-theme .gform_footer button:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_page_footer button:hover,
.gform_wrapper.gravity-theme .gform_page_footer input:hover {
  background: #738bc1;
  color: #fff;
}

.gfield_description {
  display: none;
}

form legend {
  border: none;
}

@media screen and (max-width: 900px) {
  .with-sidebar {
    flex-direction: column;
  }

  .with-sidebar .content,
  .with-sidebar .sidebar {
    width: 100%;
  }

  .with-sidebar .sidebar {
    padding: 0;
  }

  blockquote,
  blockquote img {
    margin: 0 auto;
  }
}
