/* Table of Contents */





/* General Typography Styles */

/* h1{
	font-family: ‘IvyMode’, ‘Be Vietnam Pro’, ‘Arial’, sans-serif;
	font-size: 40px;
	color: rgb(26,26,26);
	font-weight: 700;
	letter-spacing: 0.2px;
	line-height: 1.2em;
	-webkit-font-smoothing: antialiased;
}
	
h2 {
	font-family: ‘IvyMode’, ‘Be Vietnam Pro’, ‘Arial’, sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 32px;
	color: rgb(26,26,26);
	letter-spacing: 0.2px;
	line-height: 1.2em;
	-webkit-font-smoothing: antialiased;
}	

h3 {
	font-family: ‘ivypresto-headline’, serif;
	font-weight: 300;
	font-style: italic;
	font-size: 24px;
	color: rgb(26,26,26);
	letter-spacing: 0.2px;
	line-height: 1.2em;
	-webkit-font-smoothing: antialiased;
}
	
p{
	font-family: ‘Montserrat’, ‘Be Vietnam Pro’, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgb(26,26,26);
	letter-spacing: 0.2px;
	line-height: 1.2em;
	-webkit-font-smoothing: antialiased;
}

span{
	font-family: ‘Montserrat’, ‘Be Vietnam Pro’, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: rgb(26,26,26);
	letter-spacing: 0.2px;
	line-height: 1.2em;
	-webkit-font-smoothing: antialiased;
}
	 */






@font-face {
	font-family: 'Pacifico';
	font-style: normal;
	font-weight: 400;
	src: local('Pacifico Regular'), local('Pacifico-Regular'),
	  url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2)
	    format('woff2');
	font-display: swap;
    }




@media only screen and (min-width:568px) {
	#run-club-image {
		background-image: url('https://www.themom.co/assets/images/run-club/momco-run-club.webp');
	}
}
@media only screen and (max-width:567px) {
	#run-club-image {
		background-image: url('https://www.themom.co/assets/images/run-club/momco-run-club-mobile.webp');
	}
}

@media only screen and (min-width:568px) {
	#advent-bg-image {
		background-image: url('https://www.themom.co/assets/images/advent/advent-1-sm.webp');
	}
}
@media only screen and (max-width:567px) {
	#advent-bg-image {
		background-image: url('https://www.themom.co/assets/images/advent/advent-1-xs.webp');
	}
}





/* ***** Banner ***** */
@media (max-width: 991px) {
h1 {
		font-size: 40px;
	}
}
@media (max-width: 767px) {
h1 {
		font-size: 36px;
	}
}

/* ***** Module Sec ***** */
.module-sec {
	padding-top: 1vh;
	padding-bottom: 10vh;
}
/* .module-sec h2 {
	font-size: 9vw;
} */
@media (max-width: 991px) {
	.module-sec {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/* ***** Help ***** */
.help .module-accordion a {
	padding-right: 30px;	
}
@media (max-width: 991px) {
	.help {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.help .module-col {
		padding-right: 15px;
	}
	.help .module-accordion {
		margin-top: 0;
		padding-right: 30px;
		padding-left: 30px;
	}
}
@media (max-width: 767px) {
	.help .module-accordion {
		margin-top: 50px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* ***** Clients ***** */
@media (max-width: 991px) {
	.clients .module-client {
		padding-bottom: 30px;
	}
	.clients {
		padding-bottom: 60px;
	}
}

div .find-a-meetup-homepage-tool {
    background-image: url("../images/momco-find-a-meetup-tool.webp");
    height: 600px;
    width: 100%;
    object-fit: contain;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center; 
}

.ls-04 {
    letter-spacing: 0.4px;
}

.ls-1 {
    letter-spacing: 2px;
}

.mb-005 {
    margin-bottom: -5px;
}

.align-right{
    align-items: right;
}

width-20{
    width: 20%;
}

m-auto{
    margin: auto;
}

.height-500{
    height: 500px;
}




/* Hero Section - Responsive */


@media screen and (max-width: 575px) {
	.hero-section{
		height: 700px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.hero-section{
		height: 700px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.hero-section{
		height: 900px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-section{
		height: 900px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.hero-section{
		height: 900px;
	}
}


@media screen and (min-width: 1400px) {
	.hero-section{
		height: 900px;
	}
}

/* END Hero Section - Responsive */


/* Hero Image - Responsive */

@media screen and (min-width: 425px) and (max-width: 600px) {

	/* #hero-image-xs{
		margin-top: -100px;
		

	} */
	.hero-section{
		padding-top: 200px;
	}

}

@media screen and (min-width: 601px) and (max-width: 767px) {

	/* #hero-image-xs{
		margin-top: -100px;
		

	} */
	.hero-section{
		padding-top: 280px;
	}

}


@media screen and (max-width: 575px) {
	#hero-image-xxl{
		display: none;
	}
	#hero-image-xl{
		display: none;
		}
	#hero-image-lg{
		display: none;
	}
	#hero-image-md{
		display: none;
		}
	#hero-image-sm{
		display: none;
	}

}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#hero-image-xxl{
		display: none;
	}
	#hero-image-xl{
		display: none;
		}
	#hero-image-lg{
		display: none;
	}
	#hero-image-md{
		display: none;
		}
	#hero-image-xs{
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#hero-image-xxl{
		display: none;
	}
	#hero-image-xl{
		display: none;
		}
	#hero-image-lg{
		display: none;
	}
	#hero-image-sm{
		display: none;
	}
	#hero-image-xs{
		display: none;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#hero-image-xxl{
		display: none;
	}
	#hero-image-xl{
		display: none;
		}
	#hero-image-md{
		display: none;
		}
	#hero-image-sm{
		display: none;
	}
	#hero-image-xs{
		display: none;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {

	#hero-image-xxl{
		display: none;
		}
	#hero-image-lg{
		display: none;
	}
	#hero-image-md{
		display: none;
		}
	#hero-image-sm{
		display: none;
	}
	#hero-image-xs{
		display: none;
	}
}


@media screen and (min-width: 1400px) {
	#hero-image-xxl{
		display: block;
	}
	#hero-image-xl{
		display: none;
	}
	#hero-image-lg{
		display: none;
	}
	#hero-image-md{
		display: none;
		}
	#hero-image-sm{
		display: none;
	}
	#hero-image-xs{
		display: none;
	}
}


/* END Hero Image - Responsive */




@media screen and (min-width: 992px) {
    .log-in-iframe {
        width: 60%;
        margin: 0 auto 40px auto;
 }
}
 @media screen and (min-width: 768px) and (max-width: 991px) {
    .log-in-iframe {
    width: 90%;
    margin: 0 auto 30px auto;
    }
}
    @media screen and (min-width: 576px) and (max-width: 767px) {
        .log-in-iframe {
        width: 90%;
        margin: 0 auto 30px auto;
 }
}
 @media screen and (max-width: 575px) {
    .log-in-iframe {
    width: 95%;
    margin: 0 auto 30px auto;
}
 }

ul, li {
    color: #000;
    list-style-type: disc;
    list-style-position: outside !important;
    margin-left: 1em;

 }

 .ul-center{
	text-align: center;
}

.ul-left {
	padding-left: 0px !important;
	text-align: start !important;
}

a.color-primary{
    color: #ed6847 !important;;
}

.ul-circle {
    list-style-type: circle;
}

.in-text-email {
    font-weight: 500;
    text-decoration: underline;
    color: #ed6847;
}

.btn-banner-bar {
    color: #000;
    background-color: #fff;
    padding: 0 20px 0 20px;
    letter-spacing: 0.4px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}
.btn-banner-bar-2 {
	color: #000;
	background-color: #face1a;
	padding: 0 20px 0 20px;
	letter-spacing: 0.4px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 600;
  }
.hero-style{
    position: relative;
	bottom: 100px;
}

.home-button{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centered{

    transform: translateX(-50%);
}

.text-2em{
    font-size: 2em;
}

/* ***** Banner Image ***** */
.banner-image .module-btn {
	right: 19%;
	top: 32vh;
}

.banner-image .btn {
	--icon-font-size: 22px;
}

.banner-image .btn-icon:before {
	border-color: #FFFFFF;
}

@media (max-width: 1199px) {
	.banner-image .module-img {
		width: 600px;
		max-width: 600px;
	}

	.banner-image .module-btn {
		right: 17%;
		z-index: 5;
		top: 19vh;
	}
}

@media (max-width: 767px) {
	.banner-image .module-img {
		width: 100vw;
		max-width: 100vw;
		top: 65px;
	}

	.banner-image .lqd-imggrp-single {
		margin: -65px 0px 0px 0px;
	}

	.banner-image .module-btn {
		right: 30vw;
	}
}

/* ***** Banner ***** */
.banner .module-bg {
	background-position: 95% 95%;
}

.banner .btn-xl {
	--btn-pt: 1.5em;
	--btn-pe: 3.15em;
	--btn-pb: 1.5em;
	--btn-ps: 3.15em;
}

@media (max-width: 1199px) {
	.banner {
		padding: 0 30px;
		z-index: 2;
	}
}

@media (max-width: 767px) {
	.banner {
		padding: 235px 10px 50px 10px;
	}

/* 	.banner .ld-fancy-heading h1 {
		font-size: 10vw;
	} */

	.banner .module-text p {
		font-size: 18px;
	}

	.banner .btn-solid {
		margin-bottom: 15px;
	}
}

/* ***** Clients ***** */
@media (max-width: 767px) {
	.clients .ld-fancy-heading p {
		margin-bottom: 1em;
	}
}

/* ***** About ***** */
@media (max-width: 767px) {
	.about {
		padding: 20px 10px 0 10px;
	}

	.about .module-first {
		margin-bottom: 30px;
	}
}

/* ***** Digital Experience ***** */
.digital-experience .module-img-1 {
	right: 4vw;
}

.digital-experience .module-img-2 {
	right: 55px;
}

.digital-experience .module-img-3 {
	left: -19%;
}

@media (max-width: 1199px) {
	.digital-experience {
		padding: 50px 30px;
	}

	.digital-experience .module-img-2 {
		width: 192px;
		max-width: 192px;
		top: 6.5%;
		right: 5%;
	}

	.digital-experience .module-img-3 {
		width: 272px;
		max-width: 272px;
		top: 0%;
		left: 15px;
	}

	.digital-experience .module-img-4 {
		width: 319px;
		max-width: 319px;
	}
}

@media (max-width: 767px) {
	.digital-experience {
		padding: 0 10px 30px 10px;
	}

	.digital-experience .btn {
		margin-bottom: 15px;
	}
}

/* ***** Digital Experience Counter ***** */
@media (max-width: 1199px) {
	.digital-experience-counter {
		padding: 50px 30px 60px 30px;
	}

	.digital-experience-counter .module-counter {
		padding: 10px;
	}
}

@media (max-width: 767px) {
	.digital-experience-counter {
		padding: 30px 10px 0 10px;
	}
}

/* ***** Services ***** */
.services .icon-box-bg-color:hover {
	background-color: #FFFFFF;
	box-shadow: 0 25px 70px 0 rgba(0, 0, 0, 0.07);
}

.services .icon-box-bg-color:hover .iconbox-heading-arrow-onhover h3 svg {
	opacity: 1;
	transform: translateX(.5em);
}

.services .icon-box-bg-color:hover p {
	color: var(--lqd-color-title);
}

@media (max-width: 1199px) {
	.services {
		padding: 0 40px;
	}

	.services .col-sm-12 {
		padding: 0;
	}

	.services .icon-box-bg-color {
		padding: 20px;
	}
}

@media (max-width: 767px) {
	.services {
		padding: 50px 20px;
	}
}

/* ***** Case Studies ***** */
.case-studies .liquid-filter-items {
	margin-bottom: 50px;
}

@media (max-width: 1199px) {
	.case-studies {
		padding: 100px 30px 50px 30px;
	}
}

@media (max-width: 767px) {
	.case-studies {
		padding: 0 10px;
	}
}

/* ***** Testimonials ***** */
.testimonials .carousel-nav {
	bottom: -40px;
}

.testimonials .flickity-button,
.testimonials .flickity-button:focus,
.testimonials .flickity-button:hover {
	background-color: transparent;
	color: #000;
}

.testimonials .d-flex .module-shape-2 {
	right: 3vw;
}

.testimonials .carousel-dots-mobile.carousel-dots-mobile-outside .flickity-page-dots {
	margin-top: 2.25em;
}

@media (max-width: 1199px) {
	.testimonials {
		padding-right: 30px;
		padding-left: 30px;
	}

	.testimonials .d-flex .module-shape-2 {
		bottom: -70px;
		right: -50px;
	}
}

@media (max-width: 767px) {
	.testimonials {
		padding-right: 10px;
		padding-left: 10px;
	}

	.testimonials .carousel-item-content {
		font-size: 20px;
	}

	.testimonials .module-last {
		margin-bottom: 20px;
	}
}

/* ***** Global Companies ***** */
@media (max-width: 1199px) {
	.global-companies {
		padding: 40px 30px 60px 30px;
	}

	.global-companies .lqd-imggrp-single {
		margin: 40px 0 0 0;
	}
}

@media (max-width: 767px) {
	.global-companies {
		padding: 0 10px;
	}

	.global-companies .lqd-imggrp-single {
		margin: 0 0 15px 0;
	}

	.global-companies .btn-solid {
		margin-bottom: 15px;
	}
}

/* ***** Blog ***** */
@media (max-width: 1199px) {
	.blog {
		padding: 50px 30px;
	}
}

@media (max-width: 767px) {
	.blog {
		padding: 20px 10px 40px 10px;
	}
}

/* ***** Contact ***** */
@media (max-width: 1199px) {
	.contact {
		padding: 0 30px 70px 30px;
	}

	.contact .module-content {
		padding: 40px;
	}

	.contact .module-shape {
		top: -10px;
		right: 32%;
	}
}

@media (max-width: 767px) {
	.contact {
		padding: 0 10px;
	}

	.contact .module-content {
		padding: 40px 15px;
	}

	.contact .btn-solid {
		margin-bottom: 15px;
	}
}



/* Contact Form  */
/* ***** Titlebar ***** */
@media (max-width: 767px) {
	.titlebar-inner h1 {
		font-size: 48px;
	}
}
/* ***** Form ***** */
.form .module-form {
	box-shadow: 0 40px 80px 0px rgba(83, 94, 132, 0.15);
}
.form .lqd-contact-form {
  --input-margin-bottom: 20px;
  --inputs-margin: 0 0 var(--input-margin-bottom) 0;
}
@media (max-width: 767px) {
	.form {
		padding-right: 10px;
		padding-left: 10px;
	}
	.form .module-form {
		margin-right: 10px;
		margin-left: 10px;
		padding: 35px 15px;
	}
}

/* ***** Map ***** */
.map .module-contact {
	box-shadow: 20px 40px 60px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
	.map .module-col {
		padding-right: 50px;
		padding-left: 50px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.map .module-col {
		padding-right: 20px;
		padding-left: 20px;
		margin: 0;
	}
	.map .module-contact {
		padding: 45px 20px;
	}
}

/* Blog */
.titlebar-inner h1 {
    font-size: 48px;
  }
  @media (max-width: 1199px) {
      .blog {
          padding-right: 30px;
          padding-left: 30px;
      }
  }
  
  @media (max-width: 767px) {
      .blog {
          padding: 0 10px 80px 10px;
      }
  }


hr{
	border: 0.5px solid #D6D6D6;
}

/* To make it so that the tag on the board of directors images isn't clickable */
 .no-click{
	pointer-events: none;
}

@media (min-width: 768px) {
	.membership-hero-image {
		background-image: url(../images/membership/yellow-bg-image.webp);
		}
	}
	
	@media (max-width: 767px) {
		.membership-hero-image{
			background-image: url(../images/about/about-us-hero-mobile.webp);
		}
	}

@media (min-width: 768px) {
	.about-hero-image {
		background-image: url(../images/about/momco-hero-image-yellow-desktop.webp);
		}
	}
	
	@media (max-width: 767px) {
		.about-hero-image{
			background-image: url(../images/about/about-us-hero-mobile.webp);
		}
	}

@media (min-width: 768px) {
	.donate-hero-image {
		background-image: url(../images/donate/momco-donate-header.jpg);
		}
	}
	
	@media (max-width: 767px) {
		.donate-hero-image{
		background-image: url(../images/donate/momco-donate-mobile-header.jpg);
		}
	}

@media (min-width: 768px) {
	.pitch-night-hero-image {
		background-image: url(/assets/images/theme-reveal/wild-hope/pitch-night-background.webp);
		}
	}
	
	@media (max-width: 767px) {
		.pitch-night-hero-image{
		background-image: url(/assets/images/theme-reveal/wild-hope/pitch-night-background-mobile.webp);
		}
	}	

@media (min-width: 768px) {
	.media-kit-hero-image {
		background-image: url(../images/media-kit/momco-media-kit-background.webp);
		}
	}
	
@media (max-width: 767px) {
	.media-kit-hero-image{
	background-image: url(../images/media-kit/momco-media-kit-background.webp);
	}
}

@media (min-width: 768px) {
	.volunteerco-hero-image {
		background-image: url(../images/volunteerco/volunteerco-full-width-background-image.webp);
		}
	}
	
@media (max-width: 767px) {
	.volunteerco-hero-image{
	background-image: url(../images/volunteerco/volunteerco-full-width-background-image-mobile.webp);
		}
	}

@media (min-width: 768px) {
	.speaker-network-hero-image {
		background-image: url(../images/speaker-network/speaker-network-hero-desktop.webp);
		}
	}
	
@media (max-width: 767px) {
	.speaker-network-hero-image{
	background-image: url(../images/speaker-network/speaker-test-mobile.png);
		}
	}
		
		
@media (min-width: 768px) {
	.start-hero-image {
		background-image: url(../images/start-a-meetup/start-a-meetup-hero.webp);
		}
	}
	
@media (max-width: 767px) {
	.start-hero-image{
		background-image: url(../images/start-a-meetup/start-a-meetup-mobile.webp);
		}
	}

	@media (min-width: 768px) {
		.military-leader-hero-image {
			background-image: url(../images/military/military-leader-hero.webp);
			}
		}
		
	@media (max-width: 767px) {
		.military-leader-hero-image{
			background-image: url(../images/military/military-leader-hero-mobile.webp);
			}
		}
		



@media (min-width: 768px) {
.hero-image {
	background-color: #D6D6D6;
	height: 90vh;
	width: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
}

@media (max-width: 767px) {
	.hero-image{
	background-color: #D6D6D6;
	height: 90vh;
	width: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	}
}

@media (min-width: 768px) {
	.short-hero-image {
		background-color: #D6D6D6;
		height: 500px;
		width: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	}
	
	@media (max-width: 767px) {
		.short-hero-image{
		background-color: #D6D6D6;
		height: 50vh;
		width: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		}
	}


	  .testimonials .background-overlay {
		background-size: 150% auto;
	  }

	  .testimonials .carousel-item {
		width: calc(100%/3.5);
	  }
	  
	  @media only screen and (max-width: 767px){
	  .testimonials .carousel-item {
		width: calc(100%/1);
	  }
	}
	@media only screen and (min-width: 768px) and (max-width: 1199px){
	.testimonials .carousel-item {
	    width: calc(100%/2);
	}
}
.how-it-work .ld-fancy-heading .h1 {
	font-size: 192px;
	margin: 0;
	color: #face1a;
}
@media only screen and (max-width: 1199px){
	 .how-it-work {
padding: 80px 20px;	
}
}

.how-it-work .module-number {
	left: -40%;

}
.archive-font-weight{
      font-weight:400;
	color: rgb(0, 0, 0, 0.5);
 }
.archive-font-weight:hover{
      font-weight:600;
	color: rgb(0, 0, 0);
 }

 .nav-tracking{
      letter-spacing:1px !important
 }



/* ********Button Styles ********************** */

.main-button {
	font-size: 16px;	  
	letter-spacing: 2.5px;	  
	font-weight: 600; 
	text-transform: uppercase;
	background-color: #face1a;
	color: #000;
	border: 2px solid #face1a;
	border-radius: 100px;
	margin-right: 40px;   

}
.secondary-button {
	font-size: 16px;	  
	letter-spacing: 2.5px;	  
	font-weight: 600; 
	text-transform: uppercase;
	background-color: rgb(255, 255, 255, 1);
	color: #000;
	border: 2px solid #face1a;
	border-radius: 100px;
	margin-right: 40px;   
}
.secondary-button:hover {
	font-size: 16px;	  
	letter-spacing: 2.5px;	  
	font-weight: 600; 
	background-color: #face1a;
	color: #000;
	border: 2px solid #face1a;
	border-radius: 100px;
	margin-right: 40px;   
}

/* xs and sm screens */
@media only screen and (max-width: 768px){
	.main-button {
		margin-right: 0px;
		width: 100%;
	}
	.secondary-button {
		margin-right: 0px;
		width: 100%;
	}
	

}
/* md screens */
@media only screen and (min-width: 768px) and (max-width: 991px){
	.main-button {
		margin-right: 0px;
	}
	.secondary-button {
		margin-right: 0px;

	}
}
/* lg screens */
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.main-button {
		margin-right: 40px;
	}
	.secondary-button {
		margin-right: 40px;
	}
}
/* xl screens */
@media only screen and (min-width: 1200px){
	.main-button {
		margin-right: 40px;
		

	}
	.secondary-button {
		margin-right: 40px;
	     
		     
	}
}

h1{
	font-family: 'IvyMode', 'Montserrat', sans-serif;
}

.ivypresto-b-i{
	font-family: 'ivyPresto-text';
	font-weight: 700;
	font-style: italic;
}

.list-alignment{
	list-style-position: outside;
	margin-left: 0px;
}


.language-option{
	font-size: 12px;
	padding: 2px 10px;
	margin-bottom: 0;
}


.text-wrap{
	text-wrap: wrap;
}




.countdown-ul{
    display: flex;
    justify-content: center;
}

ul li.ctd{
    list-style-type: none;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
}

li.ctd span{
    display: block;
    font-size: 6rem;
    color: #ed6847;
	margin-bottom: 3rem;
	margin-top: 3rem;
	
}

li.separator {
    margin: 0 10px;
    font-size: 6rem;
    line-height: 1;
    color: #ed6847;
	margin-bottom: 3rem;
    list-style-type: none;

}

li.ctd:first-of-type{
    margin-right: 5rem;
}

