/*
Theme Name: TRUE Dads
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.7
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

html,
body {
  color: #231f20;
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #454546;
  font-family: 'Lato', sans-serif !important;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 24px;
  margin-top: 0;
}

.error404 #subnav-wrapper {
  display: none !important;
}

#privacy-policy {
  padding-bottom: 60px;
}

/* Header */
.page-header {
  background: none transparent;
  border-width: 0;
  margin: 0 auto;
  padding: 60px 0 40px;
  position: relative;
  text-align: center;
  font-size: 28px;
}

.page-header-title {
  color: #006b8d;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 28px;
}
.intro-text {
  padding-bottom: 30px;
}

.page-intro p {
  font-size: 18px;
  line-height: 25px;
  max-width: 760px;
  margin: 0 auto 20px;
}

h2 {
  color: #58595b;
  font-size: 26px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  line-height: 33px;
}

h4 {
  font-size: 22px;
  line-height: 30px;
}

p + h2,
p + h3 {
  margin-top: 0.7em;
}

a,
a:visited {
  color: #059abe;
}

a:hover {
  color: #00adee;
  text-decoration: none;
}

p:last-child {
  margin-bottom: 0;
}

.research-advisor a sup {
  font-size: 15px;
}

#site-header {
  background: url('images/bg-page-header-internal.jpg') 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 85px 60px -10px rgba(0, 0, 0, 0.7);
}

#site-header-framework .theme-button {
  background: #0d9bc0 !important;
  letter-spacing: 0.05em;
  line-height: 44px !important;
  padding: 0 15px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#site-header-framework .theme-button:hover {
  background: #f9c442 !important;
}

#site-header-framework .header-social-media-icons,
#site-header-framework .header-signup {
  display: none;
}

#site-header-framework #site-logo a {
  text-align: center;
}

#site-header-framework #site-logo img {
  margin: 0 auto;
  max-width: 80%;
}

#site-header-inner {
  position: relative;
  padding-bottom: 15px;
}

#site-header-gradient {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #000 -20%, rgba(65, 64, 66, 0.00) 100%);
}

#site-logo img {
  height: 75px;
}

#primary #content {
  padding-bottom: 20px;
}

/* Main Menu Nav */

.full-screen-overlay-nav {
  background: #00adee !important;
}

.full-screen-overlay-nav-menu li a {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.full-screen-overlay-nav-menu li a:hover {
  color: #000;
  opacity: 1;
}

.full-screen-overlay-nav button.full-screen-overlay-nav-close {
  color: #fff;
  opacity: 1;
}

.full-screen-overlay-nav button:hover {
  color: #000;
}

body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {
  top: 66px;
}

.wpex-bars > span,
.wpex-bars > span::before,
.wpex-bars > span::after {
  background: #fff;
}

#site-navigation-wrap {
  background: none transparent;
  border-width: 0;
}

#site-navigation-wrap .dropdown-menu > li.menu-item > a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 0 10px;
  position: relative;
}

#site-navigation-wrap .dropdown-menu > li.menu-item > a span {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

#site-navigation-wrap .dropdown-menu > li.current-menu-ancestor > a span,
#site-navigation-wrap .dropdown-menu > li.menu-item > a:hover span,
#site-navigation-wrap .dropdown-menu > li.current-menu-item > a span {
  color: #f9c442;
}

#site-navigation-wrap .dropdown-menu > li.menu-item > a > span.link-inner {
  padding: 0;
}

#subnav-wrapper {
  display: none !important;
}

.subnav {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.subnav li {
  flex: 1;
  text-align: center;
}

.subnav li a {
  color: #fff;
  display: block;
  height: 50px;
  line-height: 52px;
  font-size: 15px;
}

.subnav li a:hover {
  background: #f9c442;
  color: #314f60;
}

.subnav li.current_page_item a {
  background: #314f60;
  color: #fff;
}

#site-navigation .dropdown-menu ul.sub-menu {
  min-width: 250px;
  background-color: #00adee;
  border-width: 0;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 5px;
  position: absolute;
  top: 42px;
  z-index: 10;
  left: -40px;
}

#site-navigation .dropdown-menu ul.sub-menu li.menu-item a {
  background-color: #006b8d !important;
  border-width: 0;
  color: #fff;
  display: block;
  float: none;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px 8px 12px;
  height: auto;
  line-height: 1.2em;
  margin-bottom: 10px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#site-navigation .dropdown-menu ul.sub-menu li.current-menu-item a,
#site-navigation .dropdown-menu ul.sub-menu li.menu-item a:hover {
  color: #f9c442;
}

#site-navigation .dropdown-menu ul.sub-menu li.menu-item:last-child a {
  margin-bottom: 0;
}

/* Links */
a.theme-button,
.theme-button {
  background: #00adee;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1em !important;
  padding: 18px 24px 16px;
  text-transform: uppercase;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

a.theme-button:hover,
.theme-button:hover {
  background: #f9c442;
  color: #314f60;
}

.bg-gray {
  background: #e6e7e8;
  padding-top: 40px;
}

/* Contact Footer */
#contact-main {
  background: url('images/bg-contact-main-v2.jpg') 50% 100% no-repeat;
  padding-bottom: 80px;
  padding-top: 44px;
  min-height: 440px;
}

#contact-main .vcex-icon-box {
  background: #fff;
  width: 300px;
  padding: 32px;
  margin: 0 auto;

  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}

#contact-main .vcex-icon-box:hover {
  background: #284654;
  color: #fff;
}

#contact-main .vcex-icon-box .vcex-icon-box-image {
  margin-bottom: 40px;
}

#contact-main .vcex-icon-box .vcex-icon-box-content {
  max-width: 200px;
  margin: 0 auto;
}

#contact-main .vcex-icon-box .vcex-icon-box-content p {
  margin-bottom: 32px;
}

#contact-main .vcex-icon-box .vcex-icon-box-content p:last-child {
  margin-bottom: 0;
}

#contact-main .vcex-icon-box .theme-button {
  min-width: 140px;
  background-color: #0d9bc0;
  color: #fff;
}

#contact-main .vcex-icon-box .theme-button:hover {
  background-color: #f9c442;
  color: #314f60;
}

#contact-footer {
  background: #314f60;
  color: #fff;
  padding: 96px 0;
  margin-bottom: -20px;
}

#contact-footer .vc_column-inner {
  margin-bottom: 0;
}

#contact-footer h2 {
  color: #fff;
}

/* Real Dads - Real Change */
#row-real-change-1 {
  margin-top: -10px;
}

#bg-real-change-2 {
  background: #314f60;
  color: #fff;
  padding: 40px 0 0;
  margin-bottom: 40px;
}

#row-real-change-family {
  display: flex;
  gap: 40px;
}

#bg-real-change-2 h2 {
  color: #fff !important;
  margin-bottom: 40px !important;
}

#row-real-change-family p {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.4em;
}

#row-real-change-family :nth-child(1) {
  order: 1;
}
#row-real-change-family :nth-child(2) {
  order: 2;
}
#row-real-change-family :nth-child(3) {
  order: 3;
}

#row-real-change-3 {
  padding-bottom: 60px;
}

#row-real-change-3 h2 {
  color: #0d9bc0;
  margin-bottom: 40px !important;
}

#row-real-change-3-social-media ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  text-align: center;
}

#row-real-change-3-social-media .vc_single_image-img {
  margin-bottom: 40px;
}

#row-real-change-3-social-media ul li:first-child {
  border-right: 2px solid #f9c416;
  padding-right: 30px;
  margin-right: 30px;
}

#row-real-change-3-social-media p {
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
}

#row-real-change-3-social-media ul {
  font-size: 0;
}

#row-real-change-3-social-media ul li {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  float: none;
  padding: 0;
  margin: 0;
}

#row-real-change-3-social-media ul li img {
  height: 60px;
  width: auto;
}

/* Workshops: Program Learning */
#program-learning {
  margin-left: -10px;
  margin-right: -10px;
}

#program-learning .tile {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

#program-learning .tile p {
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 0;
}

#program-learning .tile-wrapper {
  background: #0d9bc0;
  padding: 9px;
  text-align: center;
  position: relative;

  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

#program-learning .tile-wrapper .inner {
  border: 1px solid transparent;
  color: #fff;
  padding: 20px 25px;
}

#program-learning .tile-wrapper .img-wrapper {
  display: block;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  position: relative;
}

#program-learning .tile-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
}

#program-learning .tile-wrapper .inner h5 {
  color: #fff;
  font-size: 18px;
  margin: 0 -15px 20px;
  line-height: 1.4em;
  /* height: 2.8em; */
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

#program-learning .tile .overlay {
  display: none;
  position: absolute;
  background: #046c8e;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 20px;
}

#program-learning .tile .overlay p {
  color: #314f60;
  color: #fff;
}

#program-learning br {
  display: none;
}

@media (min-width: 767px) {
  #program-learning .tile:hover .overlay,
  #program-learning .tile:focus .overlay {
    display: block;
  }

  #program-learning br {
    display: block;
  }
}

#program-learning p {
  max-width: 280px;
  margin: auto;
}

/* Our Team */
.team {
  text-align: center;
  padding-bottom: 60px;
}

#team .row {
  margin: 0 -15px;
}

.team img {
  width: 100%;
  height: auto;
  margin-bottom: 10px !important;
  object-fit: cover;
}

.team h3 {
  color: #333;
  font-size: 14px;
  line-height: 1.2em;
  margin: 0 0 10px;
}

.team .title {
  color: #333;
  font-size: 13px;
  line-height: 1.2em;
}

/* Research Advisors */
#research-advisors {
  padding-top: 40px;
}

.research-advisor {
  margin-bottom: 60px;
}

/* FAQs */
#faqs .row {
  margin-bottom: 64px;
}

#faqs .row:last-child {
  margin-bottom: 0;
}

#faq-header h2 {
  margin-bottom: 0;
  line-height: 48px;
  font-size: 28px;
  text-align: center;
}

#faq-header .vc_col-sm-3 {
  text-align: center;
}

#faqs h3 {
  margin-bottom: 24px;
}

.faq {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;

  overflow: hidden;
}

.faq a {
  color: #0d9bc0;
  font-weight: bold;
}

.faq-content {
  display: none;
  padding: 0 24px 24px 54px;
}

.faq .faq-content p,
.faq .faq-content li {
  max-width: none;
  font-size: 16px;
  line-height: 1.4em;
}

.faq .faq-content p:last-child {
  margin: 0;
}

.faq-header {
  display: flex;
  line-height: 24px;
  cursor: pointer;
  padding: 24px;
}
.faq-header .title {
  font-weight: 700;
  line-height: 24px;
  font-size: 18px;
  flex-grow: 1;
}

.faq.active .title {
  color: #0d9bc0;
}

.faq-header .icon {
  color: #0d9bc0;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 26px;
  height: 24px;
  line-height: 24px;
  padding-right: 16px;
  width: 30px;
}

.faq.active .expand {
  display: none;
}
.faq .collapse {
  display: none;
}
.faq.active .collapse {
  display: block;
}

/* FAQ active */
.faq.active {
  background: #314f60;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.faq.active .title,
.faq.active .icon,
.faq.active a {
  color: #f9c442;
}

/* Workshops */
#workshop-intro p {
  max-width: 390px;
}

#row-workshops-iconbox {
  padding: 48px 0 0;
  background: #314f60;
  color: #fff;
  margin-bottom: 80px;
}

#row-workshops-iconbox .intro {
  margin-bottom: 48px;
}

#row-workshops-iconbox .vcex-icon-box-heading {
  background: url('images/img-workshop-arrow.png');
  padding-top: 30px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  margin-top: 20px !important;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
}

#row-workshops-iconbox .vcex-icon-box-content {
  font-size: 14px !important;
  line-height: 1.2em;
}

#row-workshops-iconbox .footer {
  text-align: center;
  padding-top: 20px;
}

#workshops-even-more .intro {
  margin-bottom: 20px;
}

#workshops-even-more .intro h2 {
  color: #0d9bc0;
  font-size: 38px;
  font-weight: 900;
}

#workshops-even-more .intro p {
  color: #414042;
  font-weight: 500;
  max-width: 850px;
  margin: 0 auto;
}

#workshops-boxes .vcex-icon-box-content p {
  max-width: 390px;
  margin: 0 auto;
}

#workshops-boxes .wpb_column:nth-child(1) {
  border-right: 1px solid #f9c442;
}

#workshops-boxes .wpb_column:nth-child(2) {
  border-left: 1px solid #f9c442;
}

#workshops-signup {
  background: #0d9bc0;
  padding: 60px 0 24px;
  margin-top: 80px;
  margin-bottom: 40px;
}

#workshops-signup h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
}

#workshops-signup .theme-button {
  background: #076c8f;
}

#workshops-signup .theme-button:hover {
  background: #f9c442;
}

#workshops-boxes .wpb_column:first-child {
  margin-bottom: 60px;
}

.index-section-5 .row {
  display: flex;
  height: 100%;
}

.index-section-5 .vc_col-sm-6 {
  display: flex;
  height: 100%;
}

.index-section-5 .row div:nth-child(2) .panel-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.index-section-5 .theme-button {
  display: inline-block;
  align-self: center;
}

/* Partners */
#partners-grid-wrapper {
  background: #314f60;
  padding: 70px 0 30px;
}

#partners-grid-wrapper h3 {
  color: #fff;
  font-size: 28px;
  line-height: 34px;
}

#partners-grid {
  padding-top: 60px;
  font-size: 0;
  line-height: 0;
}

#partners-grid img {
  height: auto;

  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);

  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);

  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}

#partners-grid img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

#partners-grid .vc_col-sm-4 {
  margin-bottom: 30px;
  text-align: center;
}

#partners-more-information {
  background: #0d9bc0;
  color: #fff;
  padding: 70px 0 30px;
  margin-bottom: -20px;
}

#partners-more-information h3 {
  color: #fff;
}

#partners-more-information p {
  max-width: 800px;
  margin: 0 auto 20px;
}

#partners-more-information-grid {
  padding-top: 40px;
}

#partners-more-information-grid .vcex-icon-box {
  background: #fff;
  padding: 40px 30px 30px;

  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;

  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.page-id-64 #partners-more-information-grid {
  background: #0d9bc0;
  color: #fff;
  padding: 70px 0 30px;
  margin-bottom: -20px;
}

.page-id-64 #partners-more-information-grid .vcex-icon-box p:first-child {
  min-height: 4.2em;
  margin-bottom: 30px;
}

#partners-more-information-grid .vcex-icon-box p {
  color: #414042;
}

#partners-more-information-grid .vcex-icon-box p .theme-button {
  width: 100%;
  background-color: #0d9bc0;
  line-height: 48px;
}

#partners-more-information-grid .vcex-icon-box p .theme-button:hover {
  background: #f9c442;
  color: #294754;
}

#partners-more-information-grid .vcex-icon-box p:last-child {
  margin-bottom: 0;
}

#partners-more-information-grid .vcex-icon-box:hover {
  background: #294754;
}

#partners-more-information-grid .vcex-icon-box:hover p {
  color: #fff;
}

/* Pull Together */

.page-id-810 .page-intro p {
  max-width: 840px;
}
#home-pull-together-wrapper,
#pull-together-wrapper {
  background: #314f60;
}

#pull-together-cta {
  background: #0d9bc0;
  color: #fff;
  padding: 70px 0 30px;
  margin-bottom: -20px;
}

#pull-together-cta h3 {
  color: #fff;
}

#home-pull-together-wrapper .theme-button {
  background: #00adee;
  font-size: 12px;
  padding: 12px 12px 10px;
  margin: 12px 0;
}

#pull-together-cta .theme-button {
  background: #076c8f;
}

#home-pull-together-wrapper .theme-button:hover {
  background: #f9c442;
  color: #046c8e;
}
#pull-together-cta .theme-button:hover {
  color: #f8c316;
}

#home-pull-together-wrapper * {
  overflow: visible !important;
  text-align: center;
}

/* Footer */
#footer-top {
  box-sizing: border-box;
  min-height: 400px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('images/bg-footer-upper.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  letter-spacing: 0.025em;
  text-align: center;
}

#footer-top .tagline {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  padding-top: 80px;
  text-align: center;
  margin-bottom: 1.4em;
  line-height: 1.4em;
}

#footer-top .contact {
  display: flex;
  flex-direction: column;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  align-items: center;
  justify-content: center;
}

#footer-top .contact span {
  padding: 0 12px;
  margin-bottom: 20px;
}

#footer-top .contact span i {
  color: #119cbf;
  margin-right: 4px;
}

#footer-bottom {
  background: #231f20;
  color: #bbbdbf;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.5em;
  padding: 25px 0;
}

#footer-bottom .copyright {
  /* padding-right: 20px; */
}

#footer-builder .vc_column-inner {
  margin-bottom: 0;
}

#footer-bottom #img-familyhood-project .vc_column-inner {
  padding: 0 !important;
}

#footer-botttom #img-familyhood-project img {
  height: auto;
  max-width: 180px;
}

.td-social-media-icons {
  margin: 0;
  padding: 0;
}

.td-social-media-icons li a img {
  height: 30px;
  width: 30px;
}

.td-social-media-icons li {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  margin-right: 0px;
}

#footer-bottom > div {
  margin: 20px 0;
}

#footer_logo img {
  max-height: 75px;
  max-width: 286px;
}

/* Home */
.home #wrap {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 49%,
    rgba(96, 96, 96, 1) 51%,
    rgba(96, 96, 96, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 49%,
    rgba(96, 96, 96, 1) 51%,
    rgba(96, 96, 96, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 49%,
    rgba(96, 96, 96, 1) 51%,
    rgba(96, 96, 96, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#606060",GradientType=1);
}

.home #site-header {
  /* background-image: url('images/bg-page-hero-v3.jpg'); */
  background-image: url('images/bg-page-hero-v4.png');
  height: 560px;
  background-size: cover;
  background-position: 50% 50% !important;
}

#main {
  background: #fff;
}

#site-navigation-wrap {
  position: absolute;
  top: 115px;
  width: 100%;
  bottom: auto;
}

#home-hero-wrapper {
  max-width: 100%;
}

#home-slider {
  position: absolute;
  top: 170px;
  bottom: 0;
  display: flex;
  color: #fff;
  padding-bottom: 50px;
}

.home-hero {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-hero-1 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  /* font-size: 25px;
  line-height: 1.2em;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase; */
  font-family: 'Lato', sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: normal;
}
.home-hero-2 {
  color: #fff;
  /* font-family: 'Lato', sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2em; */
  font-family: 'Lato', sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: normal;
  max-width: 100vw;
}

#home-hero-list {
  margin: 0;
  padding: 0;
}

#home-mobile-sign-up {
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 66px;
  transform: translateX(-50%);
  display: block;
}

.home .page-intro p {
  max-width: 700px;
}

#home-columns-wrapper {
  background: #e6e7e8;
  padding: 50px 0 0;
}

#home-columns .vc_col-sm-3 {
  margin-bottom: 30px;
}

#home-columns .panel-outer {
  padding: 8px;
  background-color: #006b8d;
  position: relative;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

#home-columns .panel-outer:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 215px solid #069bbf;
  border-right: 215px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#home-columns .panel-inner {
  /* border: 5px solid #fff; */
  padding: 20px 10px;
  position: relative;
  z-index: 2;
}

#home-columns .panel-outer .panel-inner .panel-icon {
  width: 120px;
  height: 120px;
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 20px;
}

#home-columns .panel-outer .panel-inner h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

#home-columns .panel-outer .panel-inner p {
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  text-align: center;
}

/* Home: Work Better Block */
#home-work-better {
  min-height: 380px;
}

#home-work-better .container.relative {
  max-width: 100%;
}

#home-work-better .vc_col-sm-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 380px;
}

#home-work-better .bg-attachment-1 {
  left: -160px;
}

#home-work-better .bg-attachment-2 {
  right: -160px;
}

#home-work-better .bg-attachment {
  position: absolute;
  top: 0;
  display: none;
}

#home-work-better .section-title {
  padding-top: 50px;
  font-size: 32px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  color: #006b8d;
  font-weight: 900;
  position: relative;
  z-index: 1;
}

#home-work-better h4 {
  font-size: 18px;
  position: relative;
  left: 2px;
  z-index: 2000;
  text-align: center;
  /* text-transform: uppercase; */
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 400;
  width: 65%;
  max-width: 450px;
  margin: 0 auto;
}

.work-better-cta {
  text-align: center;
  padding: 40px 0;
}

.work-better-cta .btn {
  font-size: 14px !important;
  background: #046c8e !important;
  letter-spacing: 0.05em;
  padding: 0 10px !important;
  height: auto;
  line-height: 40px;
}
.work-better-cta .btn:hover {
  background: #f9c442 !important;
  color: #314f60 !important;
}
.work-better-cta .btn:focus {
  background: #314f60 !important;
  color: #fff !important;
}

#home-info-dads,
#home-info-coparents {
  width: 100%;
}

#home-info-dads .panel-blue,
#home-info-coparents .panel-blue {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(35,31,32,0.75);
}
#home-info-dads .panel-blue a.sign-up-btn,
#home-info-coparents .panel-blue a.sign-up-btn {
  margin-top: 24px;
  width: fit-content;
}
#home-info-dads .panel-blue img,
#home-info-coparents .panel-blue img {
  margin-top: auto;
  padding: 8px 8px 0 8px;
}

#home-info-toggle div {
  text-transform: uppercase;
  text-align: center;
}

.home-info-toggle {
  margin: 0 auto !important;
  float: none !important;

  display: flex;
  gap: 24px;
  justify-content: center;
  z-index: 1;
  position: relative;
  padding: 32px 0;
}
.home-info-toggle div {
  margin-bottom: 30px;
  text-align: center;
}

#trigger-dads,
#trigger-coparents {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#familyhood-logo {
  display: block;
  margin: 16px 0;
}
#privacy-policy-link {
  display: block;
  font-size: 18px;
  margin: 0 0 16px 0;
}

#trigger-coparents {
  background: #314f60;
}

#trigger-dads.active {
  background: #00adee;
}

#trigger-dads:hover,
#trigger-coparents:hover {
  background: #f9c442 !important;
}

.work-better-info {
  display: none;
  height: 380px;
  background-image: url('images/bg-index-section-4.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.panel-blue {
  max-width: 430px;
  min-height: 380px;
  margin: 0 auto;
  padding: 60px 0 0;
  text-align: center;
  color: #fff;
  background: rgba(35,31,32,0.75);
  position: relative;
}

.panel-blue h4 {
  color: #fff;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 900;
}

.panel-blue:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: -1px auto 0 auto;
}

.panel-blue p {
  font-size: 16px;
  padding: 0 9%;
  margin-bottom: 0;
  line-height: 1.5;
}

.work-better-cta .theme-button {
  background: #046c8e;
  padding: 12px 12px 10px;
}

#home-tagline p {
  line-height: 1.6em;
  font-size: 20px;
  color: #314f60;
}

#home-tagline p br {
  display: none;
}

.index-section-5 {
  padding: 120px 0 110px 0;
}

.index-section-5 .panel {
  box-sizing: border-box;
  padding: 20px;
  background-color: #006b8d;
  color: #fff;
  margin-bottom: 20px;
}

.index-section-5 .panel .panel-info {
  padding: 15px 0 0 0;
  border-top: 5px solid #00adee;
  border-bottom: 5px solid #00adee;
}

.index-section-5 .panel .panel-info img {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.index-section-5 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.index-section-5 p {
  font-size: 16px;
  text-align: left !important;
}

.index-section-5 .theme-button {
  padding: 12px 12px 10px;
}

.index-section-5 .btn-wrapper {
  padding-top: 16px;
  text-align: center;
}

/* Research Advisors */
#research-advisors {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}

.research-advisor {
  margin-bottom: 2.8em;
}

.research-advisor h3 {
  margin-bottom: 0;
}

.organization {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4em;
  margin-bottom: 1.4em;
}

/* About */
.page-id-27 #primary #content {
  padding-bottom: 0;
}

#bg-about-1 {
  background: #314f60;
  color: #fff;
  padding: 40px 0 0;
  margin-bottom: 70px;
}

#bg-about-1 .vc_single_image-img {
  padding-top: 60px;
}

#bg-about-1 ul {
  padding-top: 24px;
  list-style-type: none;
}

#bg-about-1 ul li {
  line-height: 24px;
  margin-bottom: 24px;
  position: relative;
}

#bg-about-1 ul li:after {
  content: ' ';
  display: block;
  position: absolute;
  background: url('images/ico-bullet.svg') 0 50% no-repeat;
  background-size: 18px 18px;
  height: 24px;
  width: 24px;
  top: -2px;
  left: -30px;
}

#about-2 {
  margin-bottom: 70px;
}

#about-2 p,
#about-footer p {
  line-height: 30px;
  max-width: 830px;
  margin: 0 auto;
}

#about-footer {
  color: #414042;
  margin-bottom: 0;
  padding: 40px 0;
}

#about-icons {
  margin-bottom: 20px;
}

#about-icons .vcex-icon-box-heading {
  max-width: 180px;
  margin: 0 auto;
}

/* Our Space */
.page-id-82 h2 {
  color: #0d9bc0;
  margin-bottom: 10px;
}

#our-space-1 .wpb_single_image {
  padding-top: 40px;
}

#our-space-1 {
  padding-bottom: 32px;
}

#our-space-1:before {
  content: ' ';
  display: block;
  background: #314f60;
  position: absolute;
  bottom: 0;
  height: 200px;
  width: 100%;
  left: 0;
  right: 0;
}

#our-space-arrow {
  padding-top: 52px;
}

#our-space-arrow:after {
  content: ' ';
  display: block;
  height: 60px;
  width: 60px;
  background: url('images/img-yellow-down-arrow.png') 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 0;
  transform: translate(-50%, -50%);
}

.page-id-82 #content .wpb_single_image img,
.page-id-82 #content .wpb_single_image .vc_single_image-wrapper,
.page-id-82 #content .wpb_single_image .vc_figure {
  display: block;
  max-width: none;
  width: 100%;
}

.our-space-grid p {
  max-width: 400px;
}

.our-space-grid .vc_col-sm-6:first-child .vc_column-inner {
  margin-bottom: 20px;
}

.our-space-grid .vc_col-sm-6:nth-child(2) .vc_column-inner {
  margin-bottom: 60px;
}

/* Jobs */
#jobs-bg-1 {
  background: #314f60;
  color: #fff;
  padding: 72px 0 0 0;
}

#jobs-bg-1 > div:nth-child(1) {
  align-items: flex-end;
}
#jobs-bg-1 .vc_column-inner .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
  padding-bottom: 72px;
}

#jobs-bg-1 h2 {
  color: #fff;
}

/* todo - media query at 767px */

@media only screen and (max-width: 767px) {
  #jobs-bg-1 {
    flex-direction: column-reverse;
  }
}

#jobs-bg-1 ul {
  padding-top: 24px;
  list-style-type: none;
}

#jobs-bg-1 a:hover {
  color: #f8c316;
}

#jobs-bg-1 ul li {
  line-height: 24px;
  margin-bottom: 24px;
  position: relative;
}

#jobs-bg-1 ul li:after {
  content: ' ';
  display: block;
  position: absolute;
  background: url('images/ico-bullet.svg') 0 50% no-repeat;
  background-size: 18px 18px;
  height: 24px;
  width: 24px;
  top: -2px;
  left: -30px;
}

#jobs-bg-2 {
  background: #0d9bc0;
  padding: 64px 0;
  margin-bottom: -20px;
}

#jobs-bg-2 h2 {
  color: #fff;
}

#jobs-bg-2 .theme-button {
  background: #076c8f;
}

#jobs-bg-2 .theme-button:hover {
  color: #f8c316;
}

.page-id-39 .index-section-5 .panel-text {
  height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* What You'll Earn v2 */

.page-id-74 .intro h2 {
  color: #314f60;
  font-weight: bold;
  font-size: 38px;
  line-height: 53px;
}

.page-id-74 .intro h2 strong {
  color: #0d9bc0;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  display: block;
}

.page-id-74 .intro p {
  font-size: 18px;
  line-height: 30px;
  max-width: 410px;
}

.bg-one {
  background: #0d9bc0;
  color: #fff;
  padding: 80px 0 40px;
}

.bg-two {
  background: #314f60;
  color: #fff;
  padding: 80px 0 40px;
}

.bg-two .vcex-icon-box-heading {
  color: #fff;
  margin-bottom: 20px;
  margin-top: 30px;
}

.page-id-74 .bg-one .col-right h3 {
  background: url('images/ico-triangle-right.png');
  color: #fff;
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-id-74 .bg-one .col-right p + h3 {
  margin-top: 30px;
}

.page-id-74 .bg-one .col-right h3,
.page-id-74 .bg-one .col-right p {
  padding-left: 40px;
  line-height: 30px;
  max-width: 450px;
}

.page-id-74 .bg-one .wpb_single_image {
  text-align: center;
}

/* Footer Contact */
#footer-contact {
  margin-bottom: 60px;
}
#footer-contact h2 {
  margin-bottom: 30px;
}

#footer-contact p {
  line-height: 24px;
  padding-left: 32px;
  position: relative;
}

#footer-contact p i {
  position: absolute;
  font-size: 20px;
  line-height: 24px;
  top: 0px;
  left: 0;
  width: 20px;
  text-align: center;
}

#footer-contact p a {
  font-weight: bold;
}

#footer-contact p a:hover {
  color: #f8c316;
}

/*
 * Responsive Media Queries
 *
 */

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 415px) {
  /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (max-width: 739px) and (orientation: landscape) {
  /* Styles */
}

/* narrow */
@media all and (min-width: 740px) and (min-device-width: 740px),
  (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) {
  /* Real Dads - Real Change */
  #row-real-change-1 {
    background: url('images/bg-row-real-change-1.svg');
    background-repeat: no-repeat;
    background-position: 50% 102%;
    background-size: 1200px 116px;
  }

  #row-real-change-1 .vc_column-inner,
  #row-real-change-1 .vc_column-inner .wpb_wrapper,
  #row-real-change-1 .vc_column-inner .wpb_wrapper .vc_row {
    position: relative;
    overflow: visible;
    min-height: 340px;
  }

  #row-real-change-1 .wpb_single_image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  #row-real-change-2 {
    background: #eaeaed url('images/bg-row-real-change-2.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 280px;
  }

  #row-real-change-3 {
    padding-bottom: 20px;
  }
  #row-real-change-3-social-media .vc_single_image-img {
    margin-bottom: 0;
  }

  #row-real-change-3-social-media p {
    text-align: left;
    margin: 0;
    transform: translateY(-10px);
    max-width: 300px;
  }

  #row-real-change-3-social-media {
    display: flex;
    align-items: center;
  }

  #row-real-change-3-social-media ul {
    text-align: left;
    margin-top: 18px;
  }

  #row-real-change-3-social-media ul li img {
    height: 60px;
    width: auto;
  }

  #bg-about-1 .vc_single_image-img {
    padding-top: 0;
  }

  #about-icons .vcex-icon-box {
    min-width: 220px;
  }

  #about-icons .col-1 .vcex-icon-box {
    float: right;
  }

  #about-icons .col-2 .vcex-icon-box {
    float: left;
  }

  #about-icons .col-plus {
    padding-top: 40px;
  }

  #contact-main .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-content: center;
    justify-content: center;
  }

  #contact-main .vcex-icon-box {
    width: 300px;
  }

  #program-learning .vc_col-sm-3 {
    width: 50%;
  }

  .page-header-title {
    font-size: 36px;
  }

  .team img {
    height: 290px;
  }

  #site-logo img {
    max-width: 100%;
  }

  .panel-blue h4 {
    font-size: 40px;
  }

  #home-work-better {
    padding-bottom: 0;
  }

  html,
  body {
    font-size: 18px;
    line-height: 1.4em;
  }

  .page-intro p {
    font-size: 20px;
    line-height: 28px;
  }

  .page-header-title {
    font-size: 38px;
    line-height: 53px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
  }

  h3 {
    font-size: 26px;
  }

  #site-header-framework {
    display: flex;
    align-items: center;
  }

  .home-hero-1 {
    color: #fff;
    font-size: 64px;
  }
  .home-hero-2 {
    font-size: 64px;
  }

  #home-columns .vc_col-sm-3 {
    width: 50%;
  }

  #home-columns .panel-inner {
    height: 320px;
  }

  #home-work-better .bg-attachment {
    display: block;
  }

  .index-section-5 .panel {
    height: 295px;
  }

  .index-section-5 .panel .panel-info {
    height: 255px;
  }

  .index-section-5 .panel .panel-info img {
    transform: translateY(-20%);
  }

  #home-tagline p br {
    display: block;
  }

  #footer-top .tagline {
    padding-top: 90px;
  }

  #footer-top .contact {
    flex-direction: row;
  }

  #footer-top .contact span.phone {
    border-right: 2px solid #fff;
  }

  #footer-bottom {
    flex-direction: row;
  }

  #contact-main .vcex-icon-box {
    margin: 0 15px;
  }

  #workshops-boxes .wpb_column:first-child {
    margin-bottom: 0;
  }
}

/* normal */
@media all and (min-width: 960px) and (min-device-width: 960px),
  all and (max-device-width: 1024px) and (min-width: 1024px) and (orientation: landscape) {
  #row-real-change-family {
    gap: 0;
  }
  #row-real-change-family :nth-child(1) {
    order: 1;
  }
  #row-real-change-family :nth-child(2) {
    order: 3;
  }
  #row-real-change-family :nth-child(3) {
    order: 2;
  }

  #row-real-change-family p {
    max-width: 220px;
  }

  #row-real-change-family :nth-child(2) p {
    float: right;
  }

  #site-header-framework .header-social-media-icons,
  #site-header-framework .header-signup {
    display: flex;
  }

  #home-columns .panel-inner {
    height: 404px;
  }
  #home-columns .vc_col-sm-3 {
    width: 25%;
  }

  .team img {
    height: 370px;
  }

  #program-learning .vc_col-sm-3 {
    width: 25%;
  }

  #site-header {
    min-height: 220px;
  }

  #subnav-wrapper {
    background: rgba(13, 155, 192, 0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
  }

  .index-section-5 .panel .panel-info img {
    position: absolute;
    top: -100px;
    width: auto;
    left: 30px;
    transform: none;
  }

  .page-id-74 .bg-one .col-right h3,
  .page-id-74 .bg-one .col-right p {
    padding-left: 40px;
    line-height: 30px;
    max-width: 450px;
    margin-left: -30px;
  }

  .page-id-74 .bg-one .wpb_single_image {
    text-align: left;
  }

  #home-pull-together-wrapper .theme-button {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1em !important;
    padding: 18px 24px 16px;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  #home-pull-together-wrapper .theme-button {
    position: absolute;
    right: 40px;
    bottom: 20px;
    margin: 0;
  }

  #our-space-1 {
    padding-bottom: 104px;
  }

  #our-space-1:before {
    height: 400px;
  }

  #our-space-1 .vc_column-inner {
    margin-bottom: 0;
  }

  #our-space-arrow {
    padding-top: 104px;
  }

  #our-space-arrow:after {
    height: 100px;
    width: 100px;
  }

  .our-space-grid .vc_col-sm-6:first-child .vc_column-inner,
  .our-space-grid .vc_col-sm-6:nth-child(2) .vc_column-inner {
    margin-bottom: 40px;
  }

  #home-mobile-sign-up {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .show-more-info {
    display: block !important;
  }
}

@media all and (max-width: 739px) {
  #workshop-iconboxes .vcex-icon-box-text {
    visibility: visible !important;
  }
  
  .panel-blue {
    padding: 32px 0 0;  
  }

  #footer-bottom > div {
    margin: 4px 0;
  }

  #footer-bottom .wpb_widgetised_column .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #footer-bottom .wpb_widgetised_column .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #footer-bottom .wpb_text_column :last-child, .wpb_text_column p:last-child {
    text-align: center;
  }
}
