.disclaimer-block {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 24px 24px 0 !important;
  margin-top: 2.4rem;
}
.disclaimer-block .disclaimer-content {
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  font-style: italic;
  width: 100%;
  font-family:"AvenirNextLTW01-Regular";
  text-align: center !important;
  color: #2b2b2b !important;
  max-width: 1240px;
  border-top: 1px solid #EBEBEB;
  padding-top: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid #EBEBEB;   
  margin-bottom: 25px;
}
footer {
  text-align: center;
  padding:30px;
}
footer a {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  color: #686868;
  text-decoration: none !important;
}

.navbar-light img {
    height: 40px;
    width: auto;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input{
    padding:13px 17px;
}

p.notice.newd {
  display: block !important;
}

.notice{
  padding: 14px 12px;
  clear: both;
  background-image: url(https://www.toddleapp.com//wp-content/uploads/2021/10/Group-2831.png);
  background-size: 14px;
  background-position-x: 15px;
  padding-left: 36px;
  background-repeat: no-repeat;
  background-position-y: 17px;
  background-color: #FFF9EB;
  font-family: "AvenirNextLTW01-Medium" !important;
  font-weight:normal;
  font-size: 12px;
  color: #C28200;
  padding-left: 36px;
  margin-bottom: 0;
}

.selectize-input > *{
    font-family: "AvenirNextLTW01-Medium" !important;
    font-size: 16px;
    font-weight: normal;
}

.selectize-dropdown .create {
  color: #797979 !important;
  font-size: 14px;
  font-weight: 300;
  text-overflow: ellipsis;
  font-family: "AvenirNextLTW01-Medium";
  padding: 15px 13px;
  display: -webkit-box;
  display: flex;
  background-image: url(/wp-content/uploads/2022/10/ezgif.com-gif-maker-2022-10-11T161418.768.webp);
  background-size: 14px;
  background-position-x: 15px;
  padding-left: 36px;
  background-repeat: no-repeat;
  background-position-y: 17px;
}
img.spike, img.connector, img.half-circle {
  position: absolute;
}

.selectize-input.items.not-full.has-options {
  z-index: 0;
  padding: 0 !important;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input{
  width: 100% !important;
  max-width: 100% !important;
  font-family: "AvenirNextLTW01-Medium !important";
  font-weight:normal;
  font-size: 16px !important;
}




.selectize-dropdown {
  top: 52px !important;
  z-index: 999999999999 !important;
}

.selectize-dropdown [data-selectable].option {
  width: 100%;
  padding: 15px 13px;
  font-size: 15px;
  min-height: 24px;
  font-weight: 300;
  word-break: break-all;
  margin-top: 0px;
  color: black !important;
}
	
	a.js-anchor-link {
    text-decoration: none !important;
}

	.selectize-input.items.not-full.has-options {
    cursor: pointer;
    position: unset;
}
	span#country-error {
    position: absolute;
    bottom: -24px;
    z-index: 0;
    display: block;
    left: 0;
}
	.selectize-input.items.has-options.full.has-items span#country-error {
    display: none;
}

	.country-new input[type="text"] {
    width: 100px !important;
}

	.selectize-input.items.not-full.has-options {
    z-index: 0;
}
	.selectize-dropdown {
    top: 52px !important;    z-index: 999999999999
	}
	.selectize-control.single .selectize-input.dropdown-active:after{
		    border-color: transparent transparent #999 transparent;
		    border-width: 0 6px 7px 6px;
	}
	
	.selectize-control.single .selectize-input:after {
    border-width: 7px 6px 0 6px ;
    border-color: #999 transparent transparent transparent ;
}
	.selectize-input.focus {
    border-color: rgb(121, 121, 121) !important;
    outline: 0;
    -webkit-box-shadow: none !important;
		
	}
	.selectize-dropdown .active {
    background-color: #f2f9fc !important;
    color: black !important;
}
	.selectize-dropdown [data-selectable].option {
    width: 100%;
    padding: 15px 13px;
font-family: "AvenirNextLTW01-Regular";
font-weight:normal;
    font-size: 15px;
    min-height: 24px;font-weight:300;    word-break: break-all;
    margin-top: 0px;
    color: black !important;
}
	.selectize-input {
		   font-family:"AvenirNextLTW01-Regular";
       font-weight:normal;
    cursor: pointer;
    font-size: 15px;font-weight:300; 
    width: 100%;
    padding: 15px 13px;
    border: 1px solid rgb(219, 219, 219);
    min-height: 24px;
    word-break: break-all;
    margin-top: 2px !important;
    color: #000;
    border-radius: 8px !important;
    margin-bottom:-9px;
    background: transparent;
}
	
	.country-new .selectize-control {
    padding: 0px !important;
    border: 0px !important;
}
/*the container must be positioned relative:*/
.country-new,.role-new, .studCount-new {
  position: relative;
}

.country-new select, .role-new select, .studCount-new select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
   position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #999 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
   border-color: transparent transparent #999 transparent;
  top: 16px;
}

.select-items div, .select-item div  {
 width: 100%;
    padding: 15px 13px;
        font-family:"AvenirNextLTW01-Regular";
        font-weight:normal;
    font-size: 15px;
    min-height: 24px;
    word-break: break-all;
    margin-top: 0px;
    color: black !important;
    
}

.talk_post-template .studCount-new .select-selected,	.talk_post-template .role-new .select-selected, .resource_post-template .role-new .select-selected{
    padding: 15px 13px !important;
}
	
.select-selected {
	font-size:16px ;
 width: 100%;    position: relative;
    padding: 4px 13px;
    border: 1px solid rgb(219, 219, 219);
    min-height: 24px;
    word-break: break-all;
    margin-top: 7px;
    color: #000 ;
    border-radius: 8px;background:transparent;
    margin-bottom: 0px;
}
.select-arrow-active4 {
    color: #000000 !important;
}
/*style items (options):*/

 .select-items, .select-item{
    left: 0;
    right: 0;
    z-index: 99;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    margin-top: 0px;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1000;
}


/*hide the items when the select box is closed:*/
.select-hide,.country-new .validation-error ,.role-new .validation-error,.studCount-new .validation-error, .country-new .validation-error {
  display: none;
}

 .same-as-selected, .select-items div:hover, .select-item div:hover{
	    background-color: #f2f9fc;
	}
::placeholder {
	font-family:"AvenirNextLTW01-Regular";
  font-weight:normal;
font-size:16px ;
	}
	#curriculum-error,#country-error, #students-error{
    height: 15px;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
    position: static;
    font-family: "Avenir Next LT W01 Demi";
    font-weight:normal;
    color: #fa575d;
    transition: all 0.2s ease 0s;
    letter-spacing: normal;
    margin: 0;
}
 footer.ul-footer a, footer.ul-footer:last-child {
    display: none !important;
}
@media (min-width: 992px) {

iframe#ul-frame{
max-width:360px !important;
}
}

.wrapperLearningJam {
    display: none;
    flex: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    justify-content: center;
    align-items: center;
    transition: all .5s;
  }

  .crossIcon{
    position: absolute;
    top: 16px;
    right: 16px;
    height: 40px;
    cursor: pointer;
    font-size: 30px;
    width: 40px;
    z-index:99999;
}

.crossIcon_1{
  position: absolute;
    top: 16px;
    right: 16px;
    height: 40px;
    cursor: pointer;
    font-size: 30px;
    width: 40px;
    z-index:99999;
}

   .container_1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height:100%;
    max-height: 560px;
    width: 800px;
    background-color: transparent;
    padding: 0px;
    position:relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("https://www.toddleapp.com/wp-content/uploads/2021/11/01-web-1-min.png");
  }

  .container_interstitial {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height:100%;
    max-height: 560px;
    width: 800px;
    background-color: transparent;
    padding: 0px;
    position:relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/wp-content/uploads/2022/10/ezgif.com-gif-maker-2022-10-11T161527.255-scaled.webp");
  }
	
	.foot-logo.ties-foo-logo {
    margin-top: 0;
}
	.footer-secdc-ties {
    max-width: 417px;
}

	.privacy-go svg.CaseStudies-svg___ssPmp {
    font-family: "AvenirNextLTW01-Medium";
    font-weight:normal;
    cursor: pointer;
    font-size: 18px;    margin-top: -4px;
    line-height: 1.78;    width: 24px;
    text-align: left;    margin-left: 6px;
    color: #000000;
	}
	
	.privacy-go .CaseStudies-svg_color___2QCgR {
    color: #000;
    fill: #000;
}
	.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
	.DesktopFooter-socialIcon___1g7-R {
    width: 16px !important;    color: #2b2b2b;
}

@media (min-width: 1450px) {
	.container_interstitial{
		max-height: 760px;
		width: 1085px;
	}
}

@media screen and (max-width:1025px) {
  .footer-secdc-dp-thinkathon-disclaimer{
      max-width:240px !important;
    }
}


	 @media screen and (min-width:415px) and (max-width:991px){

h3#toddeve {
    text-align: left;
    padding: 9px 0;
}
.footer-secdc-ties {
    margin: 0 auto !important;
    text-align: center;
    max-width: 90% !important;
}
}


	 @media screen and (min-width:991px) and (max-width:1025px){

	.main-footer {
    padding: 60px 40px 50px !important;
}
	}
	@media screen and (max-width: 767px){

.footer-secdc-ties h3 {
    text-align: center;
    padding-bottom: 13px;
}

		 .container_1{
        width: 100%;
        height: 100%;
        max-width: 375px;
        max-height: 668px;
        background-repeat:no-repeat;
        background-image:url("/wp-content/uploads/2022/10/ezgif.com-gif-maker-2022-10-11T161638.879.webp");
    }


    .footer-secdc-ties{
      justify-content: center;
      align-items: center;
      display: flex;
      flex-direction: column;
text-align: center;
    padding: 15px 25px;
        display: block;
    font-size: 14px;
    }

    .footer-secdc-ties P{
      text-align:center;
    }

    .crossIcon{
        top: 16px;
        right: 6px;
    }

    .crossIcon_1{
      top: 16px;
        right: 6px;
    }

    li#menu-item-3832 {
        font-weight: 600 !important;
    }


    .container_interstitial{
        width: 100%;
        height: 100%;
        max-width: 375px;
        max-height: 668px;
        background-repeat:no-repeat;
        background-image:url("/wp-content/uploads/2022/10/ezgif.com-gif-maker-2022-10-11T161739.322.webp");
    }

  .wrapperLearningJam {
        padding:0;
    }
  }

  @media (max-width: 360px) {
  	 .wrapperLearningJam_1{
        padding:6px;
    }

    .wrapperLearningJam{
        padding: 6px;
    }
  }




	@media screen and (max-width: 991px){

img.play-new {
	    height: 21px !important;
	position: relative !important; 
       left: 2% !important;
    top: 1% !important;
}

	.footer-sec h3.togs::before, .footer-tri h3#footer-tri-comm.togs::before, .footer-tri h3#learnh3.togs::before, h3#footer-fyvh3.togs::before {
	  background-image: url(https://staging-www.toddleapp.com/wp-content/uploads/2021/02/r1cTAASnD.png);
	  background-size: 20px 20px;
	  display: inline-block;
	  width: 20px;
	  height: 20px;
	  content: "";
	  position: absolute;
	  right: 0;
	}

    .footer-one-dp-thinkathon p.copyrights{
      display:none !important;
    }

    .container_interstitial{
        width: 100%;
        
    }

    .wrapperLearningJam {
        padding:0px;
       
        justify-content:center;
        align-items:center;
    }

		.main-footer ul li a {
    font-size: 14px !important;    color: #2b2b2b;
}
		ul#menu-footer1, ul.toddeveul, ul.footmypcomm,ul#menu-footer2,ul#menu-footer3 {
    margin-bottom: 0 !important;
}
.footer-tri-dec {
   
    padding: 22px 24px;
}
.footer-tri-desc {
    border-bottom: 1px solid #ebebeb;
    padding: 24px 24px;
}
		.footer-sec br {
    display: none;
}
		.footer-secdc{
    border-bottom: 1px solid #ebebeb;
    padding: 24px 24px;}
		.footer-secd {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 24px 24px;
}
		
		.menu-item-has-children>a::after, .page_item_has_children>a::after{display:none !important;}
		p.tabledesc {
    padding: 20px 25px 27px 16px !important;
		}
		td {
    width: auto !important;
}
		 .main-price-table3 tr td:first-child, .main-price-table4 tr td:first-child, .main-price-table5 tr td:first-child, .main-price-table6 tr td:first-child, .main-price-table7 tr td:first-child , .main-price-table8 tr td:first-child, .main-price-table9 tr td:first-child, .main-price-table10 tr td:first-child, .main-price-table11 tr td:first-child    { 
    padding: 16px 16px !important;    
}
		.main-price-table2 tr td:first-child{padding: 16px 16px !important;     }
		
		.main-price-table1 tr:nth-child(4) td {
    padding-bottom: 0px;
}
		p.txtmost {
    margin-bottom: 0;
    text-align: left;font-family: "Avenir Next LT W01 Demi";
    font-weight:normal;
    line-height: 24px;
    font-size: 16px;
    margin-top: 50px;color:black;
}
		p.subpr {
    display: none !important;
}
		.footer-four-mob ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    justify-content: space-around;
}
		.footer-four-mob ul li  {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 17px 14px 17px !important;
    border: solid 1px #f9f9fb;
    background-color: #f9f9fb;
    border-radius: 50%;
}
		.footer-four-mob {
    padding: 24px 24px 0px;
}
		.footer-four-mob {
    display: block !important;
}
		.menu-footer2-container {
    padding-top: 25px;    margin-top: -15px;
}
		.main-footer h3 {
    position: relative !important; margin-bottom: 0px !important;font-size: 16px !important; 
}
 .footer-fyv {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 24px 24px 24px;
}
		.footer-fyv h3, .footer-sec h3, .footer-four-mob h3{ margin-bottom:0px !important;}
		

	.main-footer {
    padding: 0;
}
	.hideit,.footer-one,.menu-footer1-container,.footer-four,.menu-footer3-container, .menu-footer2-container,.learn ul.sub-menu,ul.toddeveul,ul.footmypcomm, .menu-tiesfootermoresection-container {
    display: none;
} 

.hideit,.footer-one,.menu-footer1-container,.footer-four,.menu-footer3-container, .menu-footer2-container,.learn ul.sub-menu,ul.toddeveul,ul.footmypcomm, .menu-dpthinkathonfootermoresection-container ,.menu-ties-2023-footer-container{
    display: none;
} 

.footer-one-dp-thinkathon{
  display:flex;
}

.footer-secdc-dp-thinkathon{
  padding:24px;
}

.footer-secdc-dp-thinkathon-disclaimer{
  max-width:100% !important;
}
		
		ul.footmyp {
    padding: 10px 24px 24px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}.footer-tri br ,.products ul.sub-menu, .pricing-mobile ul.sub-menu{
    display: none;
}
		h3#learnh3 {
   font-family: "Avenir Next LT W01 Bold";
   font-weight:normal;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #000000;margin-bottom:0px;
}
		ul.footmyp li a{ font-family: "Avenir Next LT W01 Bold"; font-weight:normal; color: #000000;}
		.main-footer ul li {
    margin-top: 25px;
}
		
		.footer-sec h3:before,h3#learnh3:before,h3#footer-fyvh3:before,.products:before,.pricing-mobile:before,h3#footer-tri-comm:before {
    background-image: url(https://staging-www.toddleapp.com/wp-content/uploads/2021/02/B1f0RArhw.png);
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    right: 0;
}
		.togs:before{  background-image: url(https://staging-www.toddleapp.com/wp-content/uploads/2021/02/r1cTAASnD.png);
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    right: 0;}
		
		.footer-sec h3,h3#learnh3,h3#footer-fyvh3 {position:relative;}
	}
		
	::placeholder, select, .select-selected {
      font-family: "AvenirNextLTW01-Medium";
      font-weight:normal;
}
/* veracross footer styles */
.footer_about{
  font-family: "Avenir Next LT W01 Bold";
  font-weight:normal;
  font-size:16px;
  color:#000;
  max-width:400px;
  margin-top:24px !important;
  line-height:24px;
  margin-bottom:8px !important;
}
.footer_about_paragraph{
  font-family:"AvenirNextLTW01-Medium";
  font-weight:normal;
  font-size:14px;
  line-height:24px;
  color:#686868;
  max-width:400px;
  margin-bottom:40px;
}


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


	img.play-new {
    position: absolute !important;
    height: 21px !important;
    left: 49%;
    

}

	.menu-footer3-container, ul.footmypcomm, .menu-footer2-container, ul.toddeveul, .menu-footer1-container {
    display: block !important;
}
	.main-footer h3 {
    pointer-events: none;
}
.main-footer {
    border-top: 1px solid #DBDBDB;
    padding: 80px 20px 50px;
}
}


.products a, .learn a {
    
    cursor: pointer;
}



 .wrapperLearningJam_1{
    display: none;
    flex: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    justify-content: center;
    align-items: center;
    transition: all .5s;
  }

   .wrapperLearningJam_1{
        padding:0px;
       
       justify-content:center;
       align-items:center;
    }

  	p.footer-secdc-dp-roundtable-disclaimer {
    max-width: 477px;
    font-size: 12px;
    font-family: 'AvenirNextLTW01-Medium';
    font-weight:normal;
    font-style: italic;
    line-height: 20px;
    color: #484848;
    padding-top: 24px;
}


.ppp a {
    color: black !important;
}