/* Protect Our Chilren 2023 */





/*

@xs-min: 480px 

@sm-min: 768px 

@md-min: 992px 

@lg-min: 1200px+ 

@xl-min: 1600px+ 

*/



/** MEDIA DIMENSIONS *************************************************/

/******************************************************************/



/* @xs-min: ~"only screen and (min-width: 480px)"; /* 480px */

/* @sm-min: ~"only screen and (min-width: 768px)"; /* 768px */ 

/* @md-min: ~"only screen and (min-width: 992px)"; /* 992px */

/* @lg-min: ~"only screen and (min-width: 1200px)"; /* 1200px+ */ 

/* @xl-min: ~"only screen and (min-width: 1600px)"; /* 1600px+ */ 



/* @xs-max: ~"only screen and (max-width: 480px)"; /* 480px and Under */ 

/* @sm-max: ~"only screen and (max-width: 768px)"; */

/* @md-max: ~"only screen and (max-width: 992px)"; */

/* @lg-max: ~"only screen and (max-width: 1200px)"; */





@font-face {

    font-family: 'Canela';

	src: url('fonts/Canela-Regular.otf') format('opentype'), 

		 url('https://timtebowfoundation.org/protectourchildren/css/Canela-Regular.woff') format('woff'), 

		 url('https://timtebowfoundation.org/protectourchildren/css/Canela-Regular.woff2') format('woff2');

    font-weight: normal;

    font-style: normal; 

}



* {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.ccm-page::selection { background: #56A5DB; color: #fff; text-shadow: none; }

html { overflow-x: hidden; scroll-behavior: smooth; }

body { font-family: 'Nunito', sans-serif; margin: 0; overflow-x: hidden; }

p, li { color: #878787; font-size: 19px; line-height: 1.5em; }

p a, li a { color: #005D97; font-weight: 700; }

a { color: #005D97; font-weight: 700; text-decoration: none; }

li { margin-bottom: 10px; }

ol { margin-top: 0; }

img { max-width: 100%; }



h1, h2, h3 { font-family: 'Canela', serif; font-weight: 400; }

h1 { color: #76a6a6;  text-transform: uppercase; }
h2 { color: #005D97;letter-spacing: -1px;}

h1 { font-size: 82px; line-height: .8em; }

h2 { font-size: 46px; line-height: 1em; margin-top: 0; text-align: center; }

.intro h2 { /*font-size: 30px;*/ }

.intro h2 span { display: block; font-family: 'Outfit'; font-weight: 800; font-size: 19px; letter-spacing: 5px; }
.header p { color: #fff;}
p { text-align: center; }
.intro a { margin-bottom: 20px;}
h3 { color: #56A5DB;  font-size: 27px; line-height: 1; text-align: center; }

a.btn { margin: 0 auto 25px; text-align: center;}

.container { text-align: center;}

.video  { margin-bottom: 40px; border-radius: 25px; overflow: hidden;}
img { border-radius: 25px; }

.header img { border-radius: 0px !important; width: 100%; }

/*** HEADINGS - TABLET ***/

@media only screen and (min-width: 768px) {



	h1 { font-size: 125px; }

	h2 { font-size: 50px; }

	.intro h2 { /*font-size: 46px;*/ }

	.intro h2 span { /*font-size: 21px;*/ letter-spacing: 6px; }

	h3 { font-size: 28px; }

	.header img {  width: 470px; }

}

/*** HEADINGS - DESKTOP MIN ***/

@media only screen and (min-width: 992px) {



	p, li { font-size: 19px; }

	h1 { font-size: 183px; }

	h2 { font-size: 60px; }

	.intro h2 { /*font-size: 60px;*/ }

	.intro h2 span { /*font-size: 30px;*/ letter-spacing: 6px; }

	h3 { font-size: 36px; }

	.header img {  width: 510px; }


}

/*** HEADINGS - DESKTOP LG ***/

@media only screen and (min-width: 1200px) {



	p, li { font-size: 23px; }

	h1 { font-size: 223px; }

	h2 { font-size: 80px; }

	h3 { font-size: 45px; }

	.header img {  width: 560px; }


}

/*** HEADINGS - DESKTOP WIDESCREEN ***/

@media only screen and (min-width: 1600px) {



	p, li { font-size: 27px; }

.header img {  width: 650px; }

}



/*** TITLEBAR ***/

.titlebar { background: rgba(21, 20, 25, 0.8); left: 0; position: fixed; top: 0; width: 100%; z-index: 3; }

.titlebar nav { display: flex; justify-content: space-between; padding: 15px; }

.titlebar .logo { display: flex; margin-right: 10px; }

.titlebar .logo img { max-width: 150px; object-fit: contain; }

.titlebar .btn { font-size: 12px; padding: 6px 15px; margin: 0 !important; text-align: center; }



/*** TITLEBAR - TABLET ***/

@media only screen and (min-width: 768px) {

	.header img { border-radius: 0px !important; }

	.titlebar nav { padding: 15px 30px; }

	.titlebar .logo img { margin-right: 15px; max-width: 200px; }

	.titlebar .btn { font-size: 15px; line-height: 37px; padding: 0 20px; }



}

/*** TITLEBAR - DESKTOP ***/

@media only screen and (min-width: 1200px) {



	.titlebar nav { padding: 20px 40px; }

	.titlebar .logo img { max-width: 230px; }

	.titlebar .btn { font-size: 15px; line-height: 45px; padding: 0 25px; }



}

/*** CONTAINER - LARGE SCREENS ***/

@media only screen and (min-width: 1600px) {



	.titlebar nav { padding: 25px 60px; }

	.titlebar .logo img { max-width: 246px; }

	.titlebar .btn { font-size: 18px; line-height: 55px; }



}





/*** CONTAINER ***/

.container { box-sizing: border-box; margin: 0 auto; max-width: 375px; padding: 60px 20px; }



/*** CONTAINER - TABLET ***/

@media only screen and (min-width: 768px) {



	.container { max-width: 750px; padding: 80px 40px; }



}

/*** CONTAINER - DESKTOP ***/

@media only screen and (min-width: 992px) {



	.container { max-width: 1000px; }



}

/*** CONTAINER - DESKTOP ***/

@media only screen and (min-width: 1200px) {



	.container { max-width: 1280px; padding: 100px 60px; }



}

/*** CONTAINER - LARGE SCREENS ***/

@media only screen and (min-width: 1600px) {



	.container { max-width: 1700px; padding: 120px 80px; }



}



/*** BUTTONS ***/

.btn { background: #56A5DB; border-radius: 50px; color: #fff; display: inline-block; font-family: "Outfit", "Nunito", sans-serif; font-size: 15px; letter-spacing: 2px; line-height: 19px; padding: 10px 20px; text-decoration: none; text-transform: uppercase; transition: 0.3s ease all; }

.btn:hover { background: #005D97; }

.btn.light { background: #fff; color: #56A5DB; }

.btn.light:hover { background: #56A5DB; color: #fff; }

.btn.dark:hover { background: #005D97; color: #fff; }



/* html:lang(fr) .btn { width: 270px; } */

/* html:lang(ar) .btn { width: 170px; } */

/* html:lang(de) .btn { width: 205px; } */

/* html:lang(es) .btn { width: 200px; } */



/*** BUTTONS - DESKTOP ***/

@media only screen and (min-width: 992px) {



	.btn { font-size: 21px; letter-spacing: 3px; padding: 16px 25px; }

	/* html:lang(fr) .btn { width: 365px; } */

	/* html:lang(ar) .btn { width: 235px; } */

	/* html:lang(de) .btn { width: 280px; } */

	/* html:lang(es) .btn { width: 270px; } */

	

}





/*** WEGLOT TRANSLATIONS ***/

.translation { display: none; }

.wg-drop.country-selector { background: none !important; border-radius: 5px; }

.wg-drop.country-selector .wgcurrent { border: none !important; }

.wgcurrent .wg-flag { display: none; }

.wg-drop.country-selector .wgcurrent a { color: #fff; font-weight: 700; padding-right: 30px !important; }

.wg-drop.country-selector .wgcurrent::after { display: none !important; }

.wg-drop.country-selector .wgcurrent a::after { background: none; content: "\f078"; color: #fff; font-family: "FontAwesome"; font-size: 10px; font-weight: 700; line-height: 37px; position: absolute; right: 7px; top: 0; width: 15px;

}



/*** WEGLOT TRANSLATIONS - TABLET ***/

@media only screen and (min-width: 768px) {



	.translation { align-items: center; display: flex; }



}





/*** ACCESIBILITY BUTTON ***/

.acsb-trigger.acsb-ready {

  background: #005D97 !important;

}

.titlebar img { border-radius: 0px !important;}



/*** HEADER ***/

.header { background-image: url('../images/header-protect-our-children.jpg'); background-position: top center; padding-top: 130px; /*background:#303136;*/ background-size: cover !important; position: relative; text-align: center; }

.header::before { /*background: linear-gradient(rgba(0,0,0,0) 20%, #e1eff6 400px, #e1eff6 420px, rgba(0,0,0,0));*/ bottom: 0; content: ""; height: 100%; left: 0; position: absolute; width: 100%; z-index: 1; }

.header .container { position: relative; z-index: 2; }

/* .header-image { background: url('../images/header-img.jpg') no-repeat center; background-size: cover; height: 430px; position: relative; } */

/* .header-image::before { background: linear-gradient(0deg, #e1eff6 20%, rgba(225,239,246,0) 100%); bottom: 0; content: ""; height: 330px; left: 0; position: absolute; width: 100%; } */

/* .header .container { padding-bottom: 0; padding-top: 0; position: relative; top: -120px; } */

.header h1 { font-family: 'Bebas Neue', cursive; margin: 0; }

.header p { margin: 30px auto;  max-width: 580px }

.header .btn { margin-left: 5px; margin-right: 5px; width: 100%; }


/*** HEADER - TABLET ***/

@media only screen and (min-width: 768px) {



	.header { background-size: 1000px auto; }

	.header::before { /*background: linear-gradient(rgba(0,0,0,0) 20%, #e1eff6 400px, #e1eff6 510px, rgba(0,0,0,0));*/ }

.header .btn { width: 45%; }


}

/*** HEADER - DESKTOP MIN ***/

@media only screen and (min-width: 992px) {



	.header { background-size: 1200px auto; padding-top: 150px; }

	.header::before { /*background: linear-gradient(rgba(0,0,0,0) 35%, #e1eff6 430px, #e1eff6 610px, rgba(0,0,0,0));*/ }

	.header p { margin: 40px auto 50px; }

	
	p { max-width: 680px; margin-left: auto; margin-right: auto; }
	h2 { max-width: 680px; margin-left: auto; margin-right: auto; }
	h3 { max-width: 680px; margin-left: auto; margin-right: auto; }


}

/*** HEADER - DESKTOP LG ***/

@media only screen and (min-width: 1200px) {



	.header { background-size: cover; background-position: center; padding-top: 200px; }
	
	.header p { max-width: 720px;}
	.header::after { /*background: linear-gradient(90deg, #E4E8E7 0%, #E3F2F8 100%); bottom: 0; content: ""; height: 300px;*/ left: 0; position: absolute; width: 100%; z-index: 0; }

.header .btn { width: 40%; }
	
	h2 { max-width: 1090px; margin-left: auto; margin-right: auto; }
	h3 { max-width: 880px; margin-left: auto; margin-right: auto; }

}

/*** HEADER - DESKTOP WIDESCREEN ***/

@media only screen and (min-width: 1600px) {



	.header { /*padding-top: 430px; */}

	.header::before { /*background: linear-gradient(rgba(0,0,0,0) 35%, #e1eff6 570px, #e1eff6 630px, rgba(0,0,0,0));*/ }

	.header::after { height: 400px; }

	.header p { max-width: 840px; }
	
	.header .btn { width: 30%; }



}



/*** CAUSE ***/

.cause { position: relative; }

.cause .container { position: relative; }

.cause::before { background: linear-gradient(rgba(0,0,0,0), #e3edef, rgba(0,0,0,0)); content: ""; height: 200px; left: 0; position: absolute; top: -100px; width: 100%; }

.cause h3 { color: #56A5DB; }

.cause img { border-radius: 25px; box-shadow: 0 0 50px rgba(0,0,0,0.25); }

.cause .btn { display: block; margin: 0 auto 75px; text-align: center; max-width: 480px; }



.featurePhoto:not(:last-child) { margin-bottom: 75px; }

.featurePhoto img { border-radius: 25px; box-shadow: 0px 0px 50px rgba(0,0,0,0.25); height: 100%; margin-bottom: 30px; object-fit: cover; width: 100%; }

.featurePhoto h3 { color: #56A5DB; margin: 0; }

.featurePhoto p:not(:first-of-type) { margin-top: 0; }



/*** CAUSE - TABLET ***/

@media only screen and (min-width: 768px) {

	

	.featurePhoto { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 40px; }

	.featurePhoto:not(:last-child) { margin-bottom: 85px; }

	.featurePhoto img { margin-bottom: 0; }

	.photoRight img { grid-column-start: 2; grid-row-start: 1; }

	.photoRight .content { text-align: right; }

	.featurePhoto .content { display: flex; flex-direction: column; justify-content: center; padding: 20px 0; }

	.featurePhoto .content .btn { align-self: start; }

	.featurePhoto.photoRight .content .btn { align-self: end; }

	

}/*end cause tablet*/



/*** CAUSE - DESTOP MIN ***/

@media only screen and (min-width: 992px) {

	

	.cause .btn { max-width: 650px; }

	.featurePhoto { grid-gap: 60px; }

	.featurePhoto:not(:last-child) { margin-bottom: 95px; }

	

}/*end cause desktop*/



/*** CAUSE - DESTOP LG ***/

@media only screen and (min-width: 1200px) {

	

	.featurePhoto { grid-gap: 80px; }

	.featurePhoto:not(:last-child) { margin-bottom: 120px; }

	

}/*end cause desktop*/



/*** CAUSE - DESTOP WIDESCREEN ***/

@media only screen and (min-width: 1600px) {

	

	.featurePhoto { grid-gap: 95px; }

	

}/*end cause desktop widescreen*/







/*** JOIN ***/

.join { background: url('../images/header-img.jpg') no-repeat center; background-size: cover; position: relative; text-align: center; }

.join:before { background: rgba(0, 48, 65,0.8); content: ""; height: 100%; left: 0; position: absolute; top: 0;width: 100%; }

.join .container { position: relative; }

.join h2 { color: #56A5DB; line-height: 1; margin-bottom: 60px; max-width: 500px; }

.join h2 span { color: #FFF; }

.join p { color: #FFF; }

.join-links {  }

.join-links a { background: rgba(86, 165, 219, 0.1); border-radius: 25px; color: #56A5DB; display: block; font-family: "Canela", "Nunito", "Outfit", serif; font-size: 30px; line-height: 1em; margin-bottom: 20px; padding-top: 90px; padding: 110px 30px 30px; position: relative; transition: 0.3s ease all; }

.join-links a::before { background: rgba(223,239,246,0.3); border-radius: 50%; color: #fff; content: ""; font-family: "Font Awesome 6 Pro"; font-weight: 900; height: 80px; left: calc(50% - 40px); line-height: 80px; position: absolute; top: 30px; width: 80px; }



/*join links icons*/

.join-links a.advocate:before { content: "\f0a1"; }

.join-links a.defender:before { content: "\f3ed"; }

.join-links a.prayer:before { content: "\f684"; }



/*join links hover*/

.join-links a:hover { background: #fff; transform: scale(1.1); }

.join-links a:hover::before { background: rgba(223,239,246,0.7); color: #56A5DB; }



/*** JOIN - TABLET ***/

@media only screen and (min-width: 768px) {

	

	.join h2 { margin: 0 auto 75px; }

	.join-links { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 30px; }

	

}/*end join tablet*/



/*** JOIN - DESKTOP MIN ***/

@media only screen and (min-width: 992px) {

	

	.join h2 { max-width: 610px; }

	.join-links a { font-size: 35px; }

	

}/*end join desktop min*/



/*** JOIN - DESKTOP LG ***/

@media only screen and (min-width: 1200px) {

	

	.join h2 { max-width: 810px; }	

	.join-links a { font-size: 40px; padding: 120px 30px 40px; }

	.join-links a:before { top: 40px; }

	

}/*end join desktop lg*/





/*** SHARE ***/

.share { background: linear-gradient(90deg, #E4E8E7 0%, #E3F2F8 100%); }

.share h2 { margin: 0 auto; max-width: 220px; }

.share h3 { color: #56A5DB; font-family: 'Outfit'; font-size: 14px; font-weight: 700; line-height: 23px; letter-spacing: 3px; text-align: center; text-transform: uppercase; }

.share p { color: #005D97; margin-left: auto; margin-right: auto; max-width: 300px; text-align: center; }





.share-options { margin-top: 40px; }

.share-img { display: block; margin: 0 auto 50px; position: relative; }

.share-img a { position: relative; display: block; }

.share-img a::after { background: #fff url(../images/blue-arrow.svg) no-repeat center; background-size: 40%; border-radius: 50%; bottom: -20px; content: ""; height: 68px; position: absolute; right: -20px; width: 68px; }



/*** SHARE - TABLET ***/

@media only screen and (min-width: 768px) {

	

	.share h2 { max-width: none; }

	.share h3 { font-size: 15px; }

	.share-options { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; margin-top: 50px; }

	.share-img a::after { bottom: -18px; height: 52px; right: -18px; width: 52px; }

	.share p { max-width: 500px; }

	

}/*end share tablet*/



/*** SHARE - DESKTOP MIN ***/

@media only screen and (min-width: 992px) {

	

	.share h3 { font-size: 16px; }

	.share-img a::after { bottom: -20px; height: 68px; right: -20px; width: 68px; }

	.share p { max-width: 680px; }

	

}/*end share desktop min*/



/*** SHARE - DESKTOP LG ***/

@media only screen and (min-width: 1200px) {

	

	.share h3 { font-size: 18px; }

	.share-options { margin-top: 75px; }

	.share p { max-width: 840px; }

	

}/*end share desktop lg*/





/*** QUOTE ***/

.quote { position: relative; }

.quote:before { background: linear-gradient(rgba(0,0,0,0), #e3edef, rgba(0,0,0,0)); content: ""; height: 200px; left: 0; position: absolute; top: -100px; width: 100%; }

.quote:after { background: linear-gradient(rgba(0,0,0,0), #e3edef, rgba(0,0,0,0)); bottom: -100px; content: ""; height: 200px; left: 0; position: absolute; width: 100%; }

.quote h2 { font-family: "Nunito"; font-size: 130px; font-weight: 400; height: 40px; line-height: 40px; margin-bottom: 0; padding-top: 40px; text-align: center; }

.quote p { color: #56A5DB; font-family: "Outfit", sans-serif; font-size: 18px; font-weight: 400; line-height: 1.3em; letter-spacing: -0.02em; max-width: 900px; margin: 30px auto; text-align: center; }

.quote h5 { color: #005D97; font-family: "Outfit"; font-size: 14px; font-weight: 700; line-height: 23px; letter-spacing: 3px; text-align: center; text-transform: uppercase; }



/*** QUOTE - TABLET ***/

@media only screen and (min-width: 768px) {

	

	.quote h2 { font-size: 160px; }

	.quote p { font-size: 29px; }

	.quote h5 { font-size: 15px; }

	

}/*end quote tablet*/



/*** QUOTE - DESKTOP MIN ***/

@media only screen and (min-width: 992px) {

	

	.quote h2 { font-size: 200px; height: 50px; line-height: 60px; padding-top: 50px; }

	.quote p { font-size: 38px; }

	.quote h5 { font-size: 16px; }

	

}/*end quote desktop min*/



/*** QUOTE - DESKTOP LG ***/

@media only screen and (min-width: 1200px) {

	

	.quote p { font-size: 40px; }

	.quote h5 { font-size: 18px; }

	

}/*end quote desktop lg*/





/*** DONATE ***/

.donate, .content { background: linear-gradient(90deg, #E4E8E7 0%, #E3F2F8 100%); }

.donationsBox { background-color: rgba(255,255,255,0.5); border-radius: 25px; justify-content: center; margin-top: 30px; margin: 30px auto; padding: 11px 15px 1px; text-align: center; max-width: 360px; }

.donate i { color: #a02b42; font-size: 22px; }

.donate h4 { color: #005d97; font-family: "Outfit"; font-size: 22px; margin: 0; text-transform: uppercase; }

.donate p { color: #005d97; font-size: 20px; font-weight: 300; letter-spacing: -0.02em; line-height: 26.5px; margin: 0 0 15px; }

.btnShell { display: flex; flex-wrap: wrap; margin: 0 0 15px; }

.btnShell .btn { font-size: 13px; letter-spacing: 2px; margin: 0 auto 12px; padding: .4em 0; width: 22%; }

.btnShell .btn:nth-child(4) { display: none; }

.btnShell .btn:hover { background: #a02b42; color: #fff; }





/*** DONATE - TABLET ***/

@media only screen and (min-width: 768px) {



	.donationsBox { max-width: 100%; width: 420px; }

	

}/*end quote tablet*/



/*** QUOTE - DESKTOP MIN ***/

@media only screen and (min-width: 992px) {

	

	.donationsBox { align-items: center; display: flex; margin-top: 48px; padding: 20px 40px 20px 55px; width: 957px; }

	.donate i { margin-right: 10px; }

	.donate h4 { margin-right: 10px; }

	.donate p { margin-bottom: 0; margin-right: 10px; }

	.btnShell { flex-grow: 1; flex-wrap: nowrap; margin-bottom: 0; }

	.btnShell .btn { letter-spacing: 1px; margin-bottom: 0; margin-right: 7px; }

	.btnShell .btn:nth-child(4) { display: block; }

	

}/*end quote desktop min*/



/*** QUOTE - DESKTOP LG ***/

@media only screen and (min-width: 1200px) {

	

	.donationsBox { padding-left: 50px; padding-right: 50px; width: 1057px; }

	.btnShell .btn { font-size: 15px; letter-spacing: 2px; }

	

}/*end quote desktop lg*/



/*** QUOTE - DESKTOP WIDESCREEN ***/

@media only screen and (min-width: 1600px) {

	

	.donationsBox { padding-left: 80px; padding-right: 80px; width: 1287px; }

	

}/*end quote desktop widescreen*/





/*** FOOTER ***/

.footer { background: #292929; color: #fff; }

.footer .logo img { display: block; border-radius: 0px !important; margin: 0 auto; max-width: 200px; }

.footer ul { align-items: baseline; display: grid; grid-template-columns: 100px 40px 40px 40px 40px 40px; justify-content: center; list-style: none; padding-left: 0; }

.footer ul li { margin-bottom: 0; }

.footer a { color: #fff; font-family: 'Outfit'; font-size: 17px; font-weight: 800; text-decoration: none; }

.footer a:hover { color: #56A5DB; }

/*icons*/

.footer .icon a { display: block; font-family: "FontAwesome"; font-size: 23px; height: 30px; width: 30px; }

.footer .icon a:before { display: block; text-align: center; }

.footer .icon a.email:before { content:"\f0e0"; }

.footer .icon a.facebook:before { content:"\f082"; }

.footer .icon a.instagram:before { content:"\f16d"; }

.footer .icon a.twitter:before { content:"\f099"; }

.footer .icon a.youtube:before { content:"\f167"; }

.footer .icon a:hover { color: #56A5DB; }

/*** FOOTER - TABLET ***/

@media only screen and (min-width: 768px) {

.footer .container { align-items: center; display: grid; grid-template-columns: 200px auto; }

.footer ul { gap: 18px; grid-template-columns: 110px 30px 30px 30px 30px 30px; justify-content: end; }

.footer a { font-size: 21px; }

.footer .icon a { font-size: 28px; }

}

/*** FOOTER - DESKTOP ***/

@media only screen and (min-width: 1200px) {

.footer .logo img { border-radius: 0px !important; max-width: 240px; }

.footer ul { gap: 25px; grid-template-columns: 118px 40px 40px 40px 40px 40px; }

.footer a { font-size: 23px; }

.footer .icon a { font-size: 34px; }

}

.hubspotForm { max-width: 550px; margin: 0 auto;}



