/* ============================================ */
/*                    GLOBAL                    */
/* ============================================ */

p, ol, ul, li {
	font-family: 'Montserrat', sans-serif; 
}

html {
  scroll-behavior: smooth;
}

.no-padding-top {
  padding-top: 0px !important;
}

.no-padding-bottom {
  padding-bottom: 0px !important;
}

.page .site, .post .site {
  height: auto !important;
}

@media screen and (max-width: 599px) {
  .standard-banner .text-box h1.banner-title {
    font-size: 50px;
  }
}

figure {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 40px;
}

figcaption {
  margin-top: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 19px;	
}
.hidden {
	display: none !important;
}

/* ============================================ */
/*                     MISC                     */
/* ============================================ */

.partner-logo {
  border: 0px !important;
  box-shadow: none !important;
}

.partners-item:not(.partners-item:first-of-type) {
  padding-top: 80px;
}

.banner-section.homepage {
  height: 730px;
}

.banner-section.spotlight .spotlight-title {
  background: transparent;
  color: white;
}

.site-branding .logo {
  margin-top: 15px;
}

.responsive-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  width: 100%;
}
.responsive-video-wrapper iframe, .responsive-video-wrapper > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ============================================ */
/*                  NAVIGATION                  */
/* ============================================ */

.lets-go {
  text-shadow: 0 0 1px transparent;
  text-align: center;
  text-decoration: none;
  background-color: #67b11b;
  font: 18px "Oswald", sans-serif !important;
  border-radius: 17px;
  padding: 6px 15px 6px 38px !important;
  position: relative;
  transform: scale(.9);
  left: 15px;
  color: white !important;
  box-shadow: 5px 5px 0px rgb(0 0 0 / 20%)
}
.lets-go span {
  font-style: italic; 
  font-weight: 800;
}
.lets-go:hover {
  transform: scale(.92) !important;
}
.lets-go .fas {
  transform: skew(-10deg);
  margin-left: 5px;
}
.lets-go:before {
  content: url(/wp-content/uploads/2021/02/catchorg-favicon.png);
  position: absolute;
  left: 0;
  top: -1px;  
}
ul.standard-menu > li.lets-go > a {
  color: white !important;
}
/*
.lets-go:after {
    content: "CATCH.org Platform";
    position: absolute;
    top: 42px;
    width: 200%;
    left: -50%;
    margin-left: 2.5px;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Montserrat' !important;
    text-transform: uppercase;
    font-style: normal;
}
*/

#lets-go-mobile {
  text-shadow: 0 0 1px transparent;
  text-align: center;
  text-decoration: none;
  background-color: #67b11b;
  font: 18px "Montserrat", sans-serif;
  border-radius: 17px;
  padding: 6px 15px 6px 38px;
  position: relative;
  transform: scale(.8);
  box-shadow: 5px 5px 0px rgb(0 0 0 / 20%);
  margin: 0 0px 40px 0px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all linear 150ms;
  color: #fff!important;}
#lets-go-mobile a {
  text-shadow: 0 0 1px transparent;
  text-align: center;
  font: 18px "Oswald", sans-serif;
  box-sizing: inherit;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .05em;
  text-decoration: none;
  color: white;
}
#lets-go-mobile span {
  font-style: italic; 
  font-weight: 800;
}
#lets-go-mobile:hover {
  transform: scale(.92);
}
#lets-go-mobile .fas {
  transform: skew(-10deg);
  margin-left: 5px;
}
#lets-go-mobile:before {
  content: url(/wp-content/uploads/2021/02/catchorg-favicon.png);
  position: absolute;
  left: 0;
  top: -1px;  
}
@media screen and (min-width: 881px) {
  #lets-go-mobile { 
    display:none;
  }
}
@media screen and (max-width: 450px) {
  #lets-go-mobile {
	padding: 28px 5px 20px 5px;
    width: 160px; 
/* 	transform: scale(1); */
  }
  #lets-go-mobile a {
	line-height: 140%;  
  }
  #lets-go-mobile:before {
	left: 43%;
    top: -15px;	
  }
}

/* ============================================ */
/*                   FOOTER                     */
/* ============================================ */

.footer-content ul.social-menu > li {
  font-size: 30px;
}

/* ============================================ */
/*                   MODULES                    */
/* ============================================ */

/* ===== TEXT / IMAGE SPLIT ===== */

.text-image-split {
  display: flex !important;
  align-items: stretch !important;
}

@media (max-width: 600px) {
  .text-image-split {
	flex-direction: column;	
  }
  .text-image-split .image {
    height: calc(100vw * .66);
  }
}

.text-image-split .text-box.left {
  padding: 80px 90px 80px 15%;
}

.text-image-split > .clear {
  display: none;
}

.hero-banner {
    padding: 200px 0 200px 0 !important;
}

/* ===== FLOATING WIDGET ===== */

.floating-widget .section-widget {
	max-width: 230px; 
	padding: 2px;
}

/* ===== EILEEN TO FILL IN ===== */

.section-widget .block .slide-in {
	height: 100%;
}

/* ========================= */


.red-bg {
  background-color: #a82b16 !important
}

.dark-green-bg {
  background-color: #5e9900 !important;
}

a.button {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 800 !important;
}

.button-red {
  background-color: #a82b16 !important;
}

a.button-red span {
  background: #cc4731 !important;
}

a.button.red-bg span, button.submit.red-bg span {
  background: #cc4731;
  color: white;
}

.custom-hero-banner {
  height: 550px;
  display: flex;
  align-items: center;
  padding-top: 150px !important;
  margin-top: -75px;
}

.custom-hero-banner h5 {
  font-size: 80px !important;
}

@media (max-width: 600px) {
  .custom-hero-banner h5 {
    font-size: 60px !important;
  }
  .custom-hero-banner {
    margin-top: -115px;
  }
}


/* ============================================ */
/*                 PROGRAM PAGE                 */
/* ============================================ */


/* ----- PROGRAM HEADER ----- */

.program-header h5 {
  text-shadow: none !important;
  text-align: center !important;
  color: white !important;
}

.program-header {
  padding: 50px 0px 0px 0px !important;
  margin-bottom: 50px;
}

.program-header h3 {
  text-align: center !important;
  color: white !important;
  font-style: italic !important;
  font-family: 'Oswald', sans-serif !important;
}

/* ----- PROGRAM HERO BANNER ----- */

.hero-buttons {
  display: flex;
  justify-content: center;
}

.hero-buttons>a {
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 600px) {
  .hero-buttons {
    flex-direction: column;
  }
}

/* ----- PROGRAM DESCRIPTION ----- */

.program-cta-button {
  margin-left: 10px;
  margin-right: 10px;
}

.program-cta-button .far, .program-cta-button .fas, .program-cta-button .fal, .program-cta-button .fa {
  margin-right: 10px;
}

.program-description {
  margin-top: 80px;
  color: #04386f;
}

.program-description>* {
  text-align: left;
}

/* ----- PROGRAM SPECS ----- */

.program-specs {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  padding: 30px 0;
  flex-wrap: wrap;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  height: 350px;
  color: #04386f;
}

.program-spec {
  width: 100%;
  max-width: 350px;
  padding: 10px 25px;
  text-align: left;
  display: flex;
}

.program-spec .fas, .program-spec .far, .program-spec .fal {
  width: 40px;
}

@media (max-width: 740px) {
  .program-specs {
    max-width: 100%;
	flex-wrap: nowrap;
	height: auto;
  }
  .program-spec {
    max-width: 100%;
  }
}

/* ----- PROGRAM TOPICS ----- */

.program-topics .counter {
  display: none !important
}

.program-topics {
  padding-top: 0px !important;
  padding-bottom: 30px !important;
}

.program-topics h3, .program-contents h3 {
  text-align: center;
  color: #04386f !important;
}

/* ----- PROGRAM CONTENTS ----- */

.program-contents {
  padding-top: 0px !important;
}

.program-contents .trigger h4 {
  text-transform: none !important;
  letter-spacing: .6px !important;
  font-size: 20px !important;
}

.program-contents .trigger {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background-color: #025da1 !important;
}

.program-contents .add-on .fas {
  display: inline-block !important;
  vertical-align: inherit !important;
  position: relative !important;
  right: 0px !important;
  top: 0px !important;
  color: #ffbe02 !important;
  font-size: inherit !important;
}

.program-contents .add-on {
  color: #ffbe02;
  margin-right: 10px;
  text-transform: uppercase;
}

.program-contents .toggle_container>* {
  color: #04386f;
}

.program-contents .toggler .toggle_container .block {
  padding: 30px;
}

.course-details {
  display: flex;
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  margin-bottom: 30px;
  color: #025da1;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 800;
}

.course-details .far, .course-details .fas, .course-details .fa {
  margin-right: 4px;
}

.course-details>div {
  margin-right: 20px;
}

.course-details .fa-clock {
  margin-right: 9px;
}


/* ----- TEAM PAGES ----- */

.employee-name {
    font-size: 28px !important;
    margin: 0 0 5px 0 !important;
    padding-top: 10px !important;
}

.job-title {
	color: #025da1 !important;
    font-size: 19px !important;
    letter-spacing: .6px !important;
    margin-bottom: 10px !important;
}

.organization-name {
	font-family: 'Oswald', sans-serif !important;
    font-size: 15.5px !important;
    color: #025da1 !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    padding: 10px 20px 0px 20px !important;
	margin-bottom: 15px !important;
	font-weight: 300 !important;
	border-top: .5px solid rgb(2, 93, 161, .2) !important;
}

.staff-item .button {
	margin-top: 15px !important;
}

.team-member-category:first-of-type {
  display: none; 
}

.team-member-category {
  font-size: 50px !important;
}

/*Hide "current members" label */
.team-member-category:first-of-type {
  display: none; 
}


/* ============================================ */
/*                     FORMS                    */
/* ============================================ */

/* ----- HOMEPAGE SIGN-UP ----- */

.home-sign-up .gfield {
  max-width: calc(100%/3) !important;
}

.home-sign-up input[type=text] {
  text-transform: capitalize !important;
  letter-spacing: .2px !important;
}

.email input[type=text] {
  text-transform: none !important;
}

@media (max-width: 768px) {
  .home-sign-up .gfield {
    max-width: 100% !important;
  }
  .gfield .email .gf_right_half {
    width: 100% !important;
  }
}

@media only screen and (min-width: 641px) {
.gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100% !important;
	}
}

/* ============================================ */
/*                PRODUCTS PAGES                */
/* ============================================ */

.single-product .subtitle, .single-product .addtoany_share_save_container {
  display: none !important;
}

/* .product-options-wrapper {
  background-color: #f1f1f1;
  padding: 120px 0px 160px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
} */

.product-options-wrapper .central {
    max-width: 100% !important;
    padding: 0px !important;
}

.product-options__header {
  margin-bottom: 80px !important;
  margin-top: 0px !important;
  font-size: 50px !important;
  text-align: center;
}

.product-options {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1400px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.product-option {
  position: relative;
  display: flex;
  flex-direction: column;
/*   border: 0.5px solid rgba(0, 0, 0, 0.2); */
  width: 370px;
  border-radius: 20px;
  -webkit-box-shadow: 17px 15px 0px -2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 17px 15px 0px -2px rgba(0, 0, 0, 0.06);
  box-shadow: 17px 15px 0px -2px rgba(0, 0, 0, 0.06);
  font-family: "Montserrat", sans-serif;
  font-size: 11.5pt;
  line-height: 140%;
  margin: 50px 30px;
}

.product-option__icon {
  width: 70px;
  height: 70px;
  border-radius: 100%;
/*   border: 0.5px solid rgba(0, 0, 0, 0.2); */
  position: absolute;
  background-color: white;
  margin: auto;
  position: absolute;
  left: calc(50% - 35px);
  top: -30px;
  padding: 11px;
}

.product-option__icon img {
  box-shadow: none !important;
  border: none !important;
}

.product-option__header {
  color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
}

.product-option__title {
  font-family: "Bitter", serif;
  font-size: 35px;
  padding: 70px 0px 35px 0px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.product-option__subtitle {
  padding: 15px 0px 15px 0px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  filter: brightness(1.15);
}

.product-option__header--red, .product-option__header--red .product-option__subtitle {
  background-color: #a52f2e;
}

.product-option__header--blue, .product-option__header--blue .product-option__subtitle {
  background-color: #025da1;
}

.product-option__header--green, .product-option__header--green .product-option__subtitle {
  background-color: #5e9900;
}

.product-option__header--yellow, .product-option__header--yellow .product-option__subtitle {
  background-color: #ff9100;
}

.product-option__header--purple, .product-option__header--purple .product-option__subtitle {
  background-color: #4c407f;
}

.product-option__body {
  padding: 40px 40px 50px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  line-height: 160%;
  height: 100%;
}

.product__option__purchase {
  padding-top: 35px;
  display: flex;
  justify-content: center;
  margin-top: auto;
}

.product-option__price {
  text-align: center;
  font-size: 50px;
  letter-spacing: 2px;
  font-weight; 200;
  margin: 10px 0px 10px 0px;
  color: #025da1;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  width: 100%;
}

.product-option__term {
  letter-spacing: 1px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 15px;
}

.product-option__price .dollar-symbol {
  position: relative;
  font-size: 50%;
  top: -18px;
  margin-right: 2px;
}

.product-option__item {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}

.product-option__item__icon {
  width: 10px;
  margin-right: 17px;
  display: flex;
  justify-content: center;
  padding-top: 4px;
}

.product-option .fa, .product-option .fas {
  font-size: 12pt;
  color: #0b6ade;
}

.product-option .fa-arrow-alt-right {
  color: white;
}

/* ============================================ */
/*                   PLUGINS                    */
/* ============================================ */

/* ===== Hello Bar ===== */

.hb-bar-content svg {
  display: none !important;
}