/*
Theme Name: LiiNK
Theme URI: 
Description: A lightweight, 2-3 columns, widget ready, SEO optimized, fast loading, easy to customize WordPress theme.
Version: 1.8.11
Author: Infusion
Author URI: https://www.ilfusion.com/
Tags: two-columns, three-columns, right-sidebar, threaded-comments, sticky-post, custom-background
Text Domain: liink
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
LiiNK WordPress Theme, Copyright 2019 ilfusion.com
LiiNK is distributed under the terms of the GNU GPL
*/

/* Begin Typography &amp; Colors
------------------------------------- */
@font-face {
  font-family: "Aktiv Grotesk";
  src: url("fonts/AktivGrotesk.eot"),
    /* IE9 Compat Modes */ url("fonts/AktivGrotesk.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/AktivGrotesk.woff") format("woff"),
    /* Pretty Modern Browsers */ url("fonts/AktivGrotesk.ttf")
      format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "Aktiv Grotesk Medium";
  src: url("fonts/AktivGroteskMedium.eot"),
    /* IE9 Compat Modes */ url("fonts/AktivGroteskMedium.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/AktivGroteskMedium.woff")
      format("woff"),
    /* Pretty Modern Browsers */ url("fonts/AktivGroteskMedium.ttf")
      format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "Aktiv Grotesk Bold";
  src: url("fonts/AktivGroteskBold.eot"),
    /* IE9 Compat Modes */ url("fonts/AktivGroteskBold.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/AktivGroteskBold.woff")
      format("woff"),
    /* Pretty Modern Browsers */ url("fonts/AktivGroteskBold.ttf")
      format("truetype"); /* Safari, Android, iOS */
}

html,
body {
  font-family: "Aktiv Grotesk", Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;

  position: relative;
  height: 100%;
}
* {
  outline: none;
}

#tophdr_menu .cart-counter{display:none !important;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Aktiv Grotesk Medium", Roboto, Arial, sans-serif;
}

p {
}

#innerpage-content a {
  color: #4e2683;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

ol,
ul {
}

ol li,
ul li {
}

#foursteps2 .top h4,
#foursteps2 .top .num,
b,
strong {
  font-family: "Aktiv Grotesk Bold";
}

.clearfx {
  clear: both;
  display: block;
  position: relative;
}

.clearafter:after {
  content: " ";
  clear: both;
  display: block;
  position: relative;
}

#fbfeed{width:100%;}

#page .container {
  max-width: 1190px;
}

.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}

.custom-container {
  max-width: 1160px;
  margin: 0px auto;
  position: relative;
}

.colorscheme {
  color: #4e2683;
}

.cbtn {
  text-decoration: none !important;
}

/*** -------------------HEADER------------------- ***/
#header.sticky #mainhdr .menu{
  padding:26px 0;
}
#header.sticky .in-head #logo img{
  width:100px;
}
#header .in-head{
  box-shadow: 0 4px 3px rgba(0,0,0,0.2);
}
#header.sticky .in-head{
  transition: all 0.4s ease;
  position: fixed;
  top:0;
  left:0;
  width:100%;
  z-index:777;
  top:0;
  left:0;
  background-color: #fff;
}
#header {
}
#header #tophdr {
  background: #4e2683 !important;
}
#header #tophdr .top-option-links {
  max-width: 1160px;
  margin: 0px auto;
}
#header #tophdr #tophdr_logo {
}
#header #tophdr #tophdr_logo #tcu {
  display: block;
  padding: 18px 0px 18px;
}
#header #tophdr #tophdr_logo #tcu img {
	width:100%;max-width:57px;height:auto;
}
#header #tophdr #tophdr_menu {
}
#header #tophdr #tophdr_menu a.ms-3:hover,
#header #tophdr #tophdr_menu a.ms-2:hover{
  background-color:#02b2e3
}
#header #tophdr #tophdr_menu a {
  text-decoration: none;
  font-weight: 400;
  padding: 20px 25px;
  border-right: 1px solid #fff;
  display: inline-block;
  float:left;
}
#header #tophdr #tophdr_menu a:hover {
  color: #fff !important;
}
#header #mainhdr {
}
#header #mainhdr #logo {
  display: block;
  margin: 22px 0px;
	max-width: 195px;
}

#header #mainhdr .menu {
  float: right;
  padding: 50px 0px;
}
#header #mainhdr .menu ul {
  list-style: none;
  padding: 0px 0px;
  margin: 0px 0px;
  
}
#header #mainhdr .menu ul li {
  display: inline-block;
}
#header #mainhdr .menu ul li a {
  color: #02b2e3;
  font-weight: 400;
  font-family: "Aktiv Grotesk Medium";
  font-size: 15px;
  padding: 10px 15px;
  display: block;
}
#header #mainhdr .menu li>a:hover{
    color: #4e2683;
    text-decoration: none;
	text-shadow: 0px 0px 1px #4e2683;
}
#header #mainhdr .menu .sub-menu li a:hover{
	color: #4e2683;
    text-decoration: none;
	text-shadow: none;
}

#header #mainhdr .menu .sub-menu .sub-menu {
    position: absolute;
    top: 0px;
    right: -200px;
    border-left: 1px solid #fff;
	display:none;
}
#header #mainhdr .menu .sub-menu li:hover .sub-menu{
	display:block;
}

#page.home{
  overflow: hidden;
}

/*** -------------------BANNER------------------- ***/
#homebanner {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 575px;
  position: relative;
}

#homebanner .slick-slide{
  min-height: 575px;
  background-repeat: no-repeat;
  background-size: cover;
}

#homebanner .join-the-movement {
  position: absolute;
  bottom: -82px;
  width: 100%;
  max-width: 835px;
  background: rgba(78, 38, 131, 0.85);
  padding: 45px 60px;

  z-index: 22;
}
#homebanner .join-the-movement p {
  font-size: 18px;
  color: #fff;
  line-height: 150%;
  float: left;
  width: 75%;
}
#homebanner .join-the-movement .learnhow{
	float: right;
    width: 25%;
}
#homebanner .join-the-movement .cbtn {
    display: block;
    float: right;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    padding: 18px 20px 18px;
    font-family: "Aktiv Grotesk Medium";
    margin-top: 10px;
    margin-left: 10px;
    width: 100%;
    text-align: center;
}
#homebanner .join-the-movement .cbtn:hover {
  background: #fff;
  color: #4e2683;
}
#homebanner .join-the-movement h2 {
  font-size: 78.99px;
  color: #fff;
  margin: 0px 0px;
  clear: both;
}

/*** -------------------HOME TAGLINE------------------- ***/
#home-taglin {
}
#home-taglin .custom-container {
  padding: 185px 0px 100px;
  background: #fff url(images/child-bg.png) no-repeat 95% 20px;
}
#home-taglin label {
  color: #4e2683;
  font-size: 45px;
  line-height: 100%;
  text-align: center;
  font-family: "Aktiv Grotesk Medium";
}
#home-taglin label span {
  color: #00bdf2;
}

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

#four-steps-learning {padding-bottom: 50px;}
#four-steps-learning .full-section {
}
#four-steps-learning .full-section .section-row {
}
#four-steps-learning .col-steps {
  float: left;
  width: 25%;
  text-align: center;
}
#four-steps-learning .steps-learning {
  overflow: hidden;
  position: relative;
}
#four-steps-learning .steps-learning img {
  width: 100%;
}
#four-steps-learning .steps-learning .desc {
  display: none;
  opacity: 0;

  *background: #21afe5 url(images/learning-blue-bg.jpg) no-repeat 0px 0px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
}
#four-steps-learning .steps-learning .fspc{
	width: 100%;
	height: 100%;
    display: table;
	position:relative;
	z-index:22;
}
#four-steps-learning .steps-learning .f4rstepcontent{
	vertical-align: middle;
    display: table-cell;
}
#four-steps-learning .steps-learning .desc:before{
    content: " ";
    display: block;
    background: rgba(2, 178, 227, 0.85);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
#four-steps-learning .steps-learning .desc p {
  font-size: 27.28px;
  color: #fff;
  line-height: 150%;
  font-family: "Aktiv Grotesk Medium";
  text-align: center;
}
#four-steps-learning .steps-learning .desc a {
  display: block;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding: 18px 30px 18px;
  font-family: "Aktiv Grotesk Medium";
  margin: 25px auto 0px;
  max-width: 170px;
  text-align: center;
}
.steps-img{
  position: relative;
    display: inline-block;
    width: 100%;
    height: 403px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
}
#four-steps-learning .steps-learning .desc a:hover {
  background: #fff;
  color: #00bdf2;
}
#four-steps-learning .col-steps label {
  background: transparent url(images/learning-numbers-sprite.png) no-repeat 0px
    0px;
  display: inline-block;
  width: 144px;
  height: 144px;
  text-indent: -99999px;
  top: -39px;
  z-index: 23;
  position: relative;
}
#four-steps-learning .col-steps.step1 label {
}
#four-steps-learning .col-steps.step2 label {
  background-position: -156px 0px;
}
#four-steps-learning .col-steps.step3 label {
  background-position: -315px 0px;
}
#four-steps-learning .col-steps.step4 label {
  background-position: -474px 0px;
}

#four-steps-learning .steps-learning .desc{
  transition: all 0.2s ease;
}
#four-steps-learning .steps-learning:hover .desc {
	display: block;
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;
	vertical-align: middle;
}

#four-steps-learning .steps-learning + label {
  
}
#four-steps-learning .steps-learning:hover + label {
  /* opacity: 0; */
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
}


@-webkit-keyframes fadeOutDown {
  0% {
     opacity: 1;
     -webkit-transform: translateY(0);
  }
  100% {
     opacity: 0;
     -webkit-transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
     opacity: 1;
     transform: translateY(0);
  }
  100% {
     opacity: 0;
     transform: translateY(20px);
  }
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#innerpage-content h1 {
    color: #4e2683;
    font-size: 44px;
    font-weight: 600;
    line-height: 100%;
}
#innerpage-content h2 {
    color: #4e2683;
    font-size: 34px;
    font-weight: 600;
    line-height: 100%;
}
#innerpage-content h3 {
    color: #4e2683;
    font-size: 36px;
    margin-bottom: 15px;
}
#innerpage-content h4 {
    color: #4e2683;
	font-size: 1.5rem;
    margin-bottom: 15px;
}
#innerpage-content h4 {
    color: #4e2683;
	font-size: 24px;
    margin-bottom: 15px;
}
#innerpage-content h5 {
    color: #4e2683;
	font-size: 20px;
    margin-bottom: 15px;
}
#innerpage-content h6 {
    color: #4e2683;
	font-size: 18px;
    margin-bottom: 15px;
}

/*** -------------------BECOME A LIINK SCHOOL------------------- ***/
.margin-0 {
  margin: 0px 0px !important;
}
.padding-0 {
  padding: 0px 0px !important;
}

#become-liink {
  background: #4e2683;
  overflow: hidden;
}
#become-liink .container {
  width: 100%;
  max-width: 100%;
  padding: 0px 0px;
}

#become-liink .full-img {
  overflow: hidden;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#become-liink .full-img.videofull{min-height:190px;}
#become-liink .full-img img {
  width: 100%;
  height: auto;
}

.page-id-21 #become-liink .become-liink-desc h2{
  font-size:70px;
  line-height: 70px;
}
.page-id-21 #become-liink .become-liink-desc h2 span{
  font-size:34px;
  line-height: 30px;
  display: inline-block;
}
.page-id-21 #become-liink .become-liink-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*** -------------------Workshops and Consultant------------------- ***/

#wac {
  background: #02b2e3;
  overflow: hidden;
}
#wac .container {
  width: 100%;
  max-width: 100%;
  padding: 0px 0px;
}

#wac .full-img {
  overflow: hidden;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#wac .full-img img {
  width: 100%;
  height: auto;
}

#wac .become-liink-desc{
	width: 100%;
    max-width: 725px;
    padding: 55px 20px 40px 60px;
}
#wac .become-liink-desc h2{
    font-size: 43.13px;
    color: #fff;
    line-height: 115%;
    margin: 0px 0px 40px;
}
#wac .become-liink-desc ul{
    padding: 0px 0px 0px 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 120%;
}
#wac .become-liink-desc ul li{
	margin-bottom:10px;
}
#wac .become-liink-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wac-form{}
.wac-form h2{
	color: #4e2683;
    margin: 40px 0px 20px;
}
.wac-form p{}

.wac-form .datepicker-group{
	text-align: center;padding-top:10px;
}
.wac-form .datepicker-fields input{
    background: #f5f5f5 url(images/calendar-ico.svg) no-repeat 90% center;
    background-size: 30px auto;
    padding: 15px 54px 15px 10px !important;
    cursor: hand;
    cursor: pointer;
    font-size: 18px !important;
    margin: 0px 0px !important;
}
.wac-form .datepicker-fields .wdate1,
.wac-form .datepicker-fields .wdate2,
.wac-form .datepicker-fields .wdate3{
	display: inline-block;
    float: left;
    width: 33.33%;
    padding: 0px 10px;
}
.wac-form .dformat{
	text-align: center;
}


@media(min-width:1550px){
  .page-id-21 #become-liink .become-liink-desc {
    min-height: 500px;
  }
}
.page-id-21 #become-liink,
.page-id-21 #become-liink .become-liink-desc {
  background-color: #00bdf2;
}
#become-liink .become-liink-desc {
  height: 100%;
  background: #4e2683;
  padding: 75px 75px 60px 60px;
}
#become-liink .become-liink-desc h2 {
  font-size: 43.13px;
  color: #fff;
  line-height: 115%;
  margin: 0px 0px 25px;
}
#become-liink .become-liink-desc h2 span {
  font-size: 59.99px;
}
#become-liink .become-liink-desc p {
  color: #fff;
  font-size: 18px;
  line-height: 150%;
}
#become-liink .become-liink-desc a.cbtn {
  display: inline-block;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding: 18px 30px 18px;
  font-family: "Aktiv Grotesk Medium";
  margin: 20px 0px 0px;
  text-align: center;
}
#become-liink .become-liink-desc a.cbtn:hover {
  background: #fff;
  color: #4e2683;
}
/*** -------------------BUY A BOOK------------------- ***/

#buy-a-book {
  padding: 85px 0px 60px;
}
#buy-a-book .featured-book {
}
#buy-a-book .buy-a-book-desc {
  padding: 15px 10px;
}
#buy-a-book .buy-a-book-desc h2 {
  color: #4e2683;
  font-size: 34px;
  font-weight: 600;
  line-height: 100%;
}
#buy-a-book .buy-a-book-desc p {
  font-size: 17px;
  line-height: 150%;
  margin: 20px 0px 25px;
}
#buy-a-book .buy-a-book-desc a.cbtn {
  display: inline-block;
  border: 1px solid #4e2683;
  font-size: 18px;
  color: #4e2683;
  padding: 12px 20px 12px;
  font-family: "Aktiv Grotesk Medium";
  margin: 0px 0px;
  text-align: center;
}
#buy-a-book .buy-a-book-desc a.cbtn:hover {
  background: #4e2683;
  color: #fff;
}
#buy-a-book .liink-shop-link {
  margin-top: 15px;
}
#buy-a-book .shop-link-products-copy{
	display: block;
    position: relative;	
}
#buy-a-book .shop-link-products-copy label{
	position: absolute;
    top: 28px;
    width: 100%;
    font-size: 90px;
    font-weight: 700;
    line-height: 0.95;
    color: #00bdf2;
}
#buy-a-book .shop-link-products-copy label span{
	display: block;
    font-size: 39px;
    font-weight: 700;
    color: #4e2683;
}

/*** -------------------NEWSLETTER------------------- ***/

/*** -------------------INNER PAGE------------------- ***/
#innerpagebanner {
}
#innerpagebanner .inner-page-banner-content {
  min-height: 499px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
#innerpagebanner .inner-page-banner-content .bhdrtitle {
  position: absolute;
  bottom: -40px;
  width: 100%;
}
#innerpagebanner .inner-page-banner-content h1 {
  background: rgba(78, 38, 131, 0.85);
  padding: 2% 20px 4%;
  z-index: 33;
  width: 100%;
  max-width: 860px;
  margin: 0px auto;
  color: #fff;
  text-align: center;
}

#innerpage-content .content a:hover{
  color:#c5c5c5;
}
#innerpage-content .content {
  padding: 80px 0px 60px;
}
#innerpage-content {
  padding: 80px 0px 0;
}
#innerpage-content p {
  line-height: 160%;
  margin-bottom: 25px;
}
#innerpage-content .content {
  display: block;
  width: 100%;
}

#innerpage-tagline {
}
#innerpage-tagline .custom-container {
  border-top: 1px solid #00bdf2;
}
#innerpage-tagline .custom-container h2 {
  text-align: center;
  color: #4e2683;
  margin: 0px 0px;
  padding: 65px 0px 45px;
}

#liinkproject {
  padding: 40px 0px 60px;
}
#liinkproject img {
  margin: 25px 0px 0px;
}
#liinkproject ul {
  margin: 0px 0px 20px;
}
#liinkproject ul li {
  color: #4f2684;
  font-size: 21.08px;
  margin: 0px 0px 10px;
  line-height: 120%;
}

#rate-counter {
  background: #f0f0f2;
  padding: 75px 0px 80px;
}
#rate-counter .about-ctr {
  text-align: center;
}
#rate-counter .about-ctr h3 {
  color: #4e2683;
  font-size: 72.2px;
  line-height: 1;
  margin: 0px 0px 15px;
}
#rate-counter .col-md-3:first-child h3:after {
  *content: "%";
}
#rate-counter .about-ctr label {
  color: #868787;
  font-size: 22.72px;
  line-height: 120%;
}

#innerpage-bg-img {
  max-height: 650px;
  overflow: hidden;
}
#innerpage-bg-img img {
  width: 100%;
}

.contact-us #innerpage-content .container {
  max-width: 1030px;
}
.contact-us #innerpage-content img {
}
.contact-us #innerpage-content h4 {
  text-align: left;
  margin: 0px 0px 10px;
  font-size: 20px;
}
.contact-us #innerpage-content p {
  text-align: left;
  font-size: 17px;
  line-height: 135%;
}
.contact-us #innerpage-content strong {
  display: block;
  margin: 7px 0px 0px;
}
.contact-us #innerpage-content .custom-border-right {
  padding: 0px 20px 0px 50px;
}
.contact-us #innerpage-content .custom-border-left {
  border-left: 1px solid #ccc;
  padding: 0px 15px 0px 40px;
}
.wpcf7 form.sent .wpcf7-response-output{width:100%;}
.contact-us #innerpage-content .contactform {
  width: 100%;
  padding: 40px 7px 40px;
}
.contact-us #innerpage-content .contactform h2 {
  color: #00bdf2;
  font-size: 36px;
  margin: 40px 0px 20px;
  padding: 0px 7px;
}
.contact-us #innerpage-content .wpcf7 .half {
  width: 50%;
  float: left;
  padding: 0px 8px;
}
.contact-us #innerpage-content .wpcf7 .half .wpcf7-form-control-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
}
.contact-us #innerpage-content .wpcf7 .half .wpcf7-not-valid-tip {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 2px 8px 4px;
  background: #f44336;
  color: #fff;
  font-size: 12px;
  width: initial;
}
.contact-us #innerpage-content .wpcf7 input:focus + .wpcf7-not-valid-tip {
  display: none;
}
.contact-us #innerpage-content .wpcf7 input[type="text"],
.contact-us #innerpage-content .wpcf7 input[type="email"] {
  width: 100%;
  background: #f5f5f5;
  border: 0px;
  color: #929291;
  font-size: 20px;
  padding: 15px 20px;
  margin-bottom: 15px;
}
.contact-us #innerpage-content .wpcf7 textarea {
  width: 100%;
  background: #f5f5f5;
  border: 0px;
  color: #929291;
  font-size: 20px;
  padding: 15px 20px;
  margin-bottom: 12px;
  resize: none;
  max-height: 135px;
}
.contact-us #innerpage-content .wpcf7 input[type="submit"] {
  display: inline-block;
  background: #fff;
  border: 1px solid #4e2683;
  font-size: 20px;
  color: #4e2683;
  padding: 12px 20px 12px;
  font-family: "Aktiv Grotesk Medium";
  margin: 0px 0px 0px;
  text-align: center;
}
.contact-us #innerpage-content .wpcf7 input[type="submit"]:hover {
  background: #4e2683 !important;
  color: #fff !important;
}

#innerpage-content .faq-content {
  width: 100%;
  max-width: 965px;
  margin: 0px auto;
}
#innerpage-content .faq-content .faq-list {
  list-style: none;
  padding: 0px 0px;
  margin: 0px 0px;
}
#innerpage-content .faq-content .faq-list li {
  margin-bottom: 38px;
}
#innerpage-content .faq-content .faq-list li .faq-question:before {
  color: #4e2683;
  content: "Q";
  display: inline-block;
  font-size: 64.87px;
  font-family: "Aktiv Grotesk Bold";
  line-height: 100%;
  position: absolute;
  top: 1px;
  left: 10px;
}
#innerpage-content .faq-content .faq-list li .faq-question {
  background: #f0f0f0;
  border-left: 5px solid #4e2683;
  padding: 12px 12px 12px 80px;
  font-size: 18px;
  position: relative;
}
#innerpage-content .faq-content .faq-list li .faq-question p {
  margin: 10px 0px;
}

#innerpage-content .faq-content .faq-list li .faq-answer:before {
  color: #00bdf2;
  content: "A";
  display: inline-block;
  font-size: 64.87px;
  font-family: "Aktiv Grotesk Bold";
  line-height: 100%;
  position: absolute;
  top: 2px;
  left: 10px;
}
#innerpage-content .faq-content .faq-list li .faq-answer {
  background: #fff;
  border-left: 5px solid #00bdf2;
  padding: 12px 12px 12px 80px;
  font-size: 18px;
  position: relative;
}
#innerpage-content .faq-content .faq-list li .faq-answer p {
  margin: 5px 0px 0px;
  line-height: 120%;
}
#innerpage-content .faq-content .faq-list li .faq-answer ul,
#innerpage-content .faq-content .faq-list li .faq-answer ol {
  line-height: 120%;
}

#innerpage-content .faq-content .faq-list li .faq-answer ul li,
#innerpage-content .faq-content .faq-list li .faq-answer ol li {
  line-height: 120%;
}

/*** -------------------SGIN UP NEWSLETTER------------------- ***/
#newsletterform {
  text-align: center;
  padding: 60px 0px;
}
#newsletterform .newsletter-form {
  width: 100%;
}
#newsletterform .newsletter-form .nhalf{
	position:relative;width:100%;
}
#newsletterform .newsletter-form .nhalf:after{content:" ",display:block;clear:both;}
#newsletterform .newsletter-form .nhalf.first{}
#newsletterform .newsletter-form .nhalf.last{}
#newsletterform .newsletter-form .nhalf .wpcf7-form-control-wrap{
	display: block;
    float: left;
    width: 50%;
    padding: 0px 5px;
	margin-bottom: 10px;
}
#newsletterform label {
  color: #00bdf2;
  font-size: 36px;
  margin: 0px 0px 20px;
}
#newsletterform label span {
  color: #4e2683;
}
#newsletterform form {
  max-width: 675px;
  margin: 0px auto;
}

#newsletterform form input[type="text"],
#newsletterform form input[type="email"] {
  background: #f5f5f5;
  border: 0px;
  color: #929291;
  font-size: 17.88px;
  padding: 13px 20px;
  width: 100%;
}
#newsletterform form input[type="submit"] {
  display: inline-block;
  background: #fff;
  border: 1px solid #4e2683;
  font-size: 18px;
  color: #4e2683;
  padding: 12px 20px 12px;
  font-family: "Aktiv Grotesk Medium";
  margin: 0px 0px 0px 8px;
  text-align: center;
}
#newsletterform form input[type="submit"]:hover {
  background: #4e2683;
  color: #fff;
}

#newsletterform .wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  top: 0px;
  right: 15px;
  padding: 2px 8px 4px;
  background: #f44336;
  color: #fff;
  font-size: 12px;
  width: initial;
}
#newsletterform .wpcf7 input:focus + .wpcf7-not-valid-tip {
  display: none;
}

.search-page {
  margin: 60px 0px;
}
.search-page,
.search-news {
  max-width: 860px;
  margin: 0px auto 25px;
}
.search-news form {
}

.search-page #s,
.search-news #s {
  background: #f5f5f5 url(images/search.png) no-repeat 15px center;
  border: 0px;
  font-size: 17.88px;
  padding: 14px 16px 14px 50px;
  float: left;
  width: 79%;
  margin-right: 1%;
}
.search-page #searchsubmit,
.search-news #searchsubmit {
  display: inline-block;
  background: #fff;
  border: 1px solid #4e2683;
  font-size: 15.31px;
  color: #4e2683;
  padding: 15px 25px 15px;
  font-family: "Aktiv Grotesk Bold";
  margin: 0px 0px;
  text-align: center;
  float: right;
  width: 20%;
}
.search-page #searchsubmit:hover,
.search-news #searchsubmit:hover {
  background: #4e2683;
  color: #fff;
}

.wpcf7 .wpcf7-form .rcaptcha{
	float: left;
    width: 50%;
    padding: 0px 5px;
}
.wpcf7 .wpcf7-form .rcaptcha .recaptcha{    display: block;}
.wpcf7 .wpcf7-form .btn-submit{
	float: left;
    width: 50%;
    text-align: right;
    padding: 0px 5px;
}
#wpcf7-f90-o1 .ajax-loader{
    margin: 25px 0px 0px -15px;display: block;
}
#wpcf7-f1494-o1 .recaptcha,
#wpcf7-f1531-o1 .recaptcha,
#wpcf7-f1391-o1 .recaptcha{
	display: block;
    width: 302px;
    margin: 0px auto;
}
#wpcf7-f1531-o1 .recaptcha{margin-top:20px;}

.wac-form #wpcf7-f1494-o1 .wpcf7-not-valid-tip,
.wac-form #wpcf7-f1531-o1 .wpcf7-not-valid-tip,
#blsform #wpcf7-f1391-o1 .wpcf7-not-valid-tip{
	display: block !important;
    font-size: 12px;
}
#wpcf7-f1494-o1 .ajax-loader,
#wpcf7-f1531-o1 .ajax-loader,
#wpcf7-f1391-o1 .ajax-loader{display: block;}



.news-list {
}
body .news-list .news-content .newsfimg img{
  min-height: 218px;
  object-fit: cover;
  object-position: 0 0;
}
.news-list .news-content .newsfimg{
	max-height: 218px;
    overflow: hidden;
    width: 100%;
}
.news-list .news-content .newsfimg img{
	width: 100%;
    height: auto;
    display: block;
}
.news-list .news-content {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  padding-bottom: 10px;
}
.news-list .news-articles {
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}
.news-list .news-articles li {
  float: left;
  width: 33.333%;
  padding: 0px 12px;
  margin-bottom: 25px;
}
.news-list .news-articles li img {
  width: 100%;
}
.news-list .news-articles li .meta {
  padding: 15px 15px;
}
.news-list .news-articles li .meta .tagline {
  display: block;
  margin: 0px 0px 8px;
  text-transform: uppercase;
  font-family: "Aktiv Grotesk Medium";
}
.news-list .news-articles li .meta .tagline a {
  color: #132140;
  text-decoration: none;
}
.news-list .news-articles li .meta .ntime {
  color: #37445c;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0px 0px;
}
.news-list .news-articles li h3 {
  color: #132140;
  font-size: 21px;
  padding: 0px 15px;
}
.news-list .news-articles li a {
  text-decoration: none;
  color: #132140;
}
.news-list .news-articles li h3:after {
  background: #fff url(images/news-title-arrow.png) no-repeat 0px 0px;
  content: " ";
  display: inline-block;

  width: 5px;
  height: 7px;
  position: relative;
  top: -3px;
  left: 5px;
}
.news-list .news-articles li p {
  padding: 0px 15px;
}
.news-list .news-articles li .news-copy {
  overflow: hidden;
  height: 320px;
}

.news-pagination {
  margin-top: 60px;
  text-align: center;
  clear: both;
}
.news-pagination .page-numbers:hover {
  background-color: #efefef;
}
.news-pagination .page-numbers.prev,
.news-pagination .page-numbers.next {
  width: initial;
  background: transparent !important;
  text-transform: uppercase;
  font-family: "Aktiv Grotesk Bold";
  margin: 0px 45px;
}
.news-pagination .page-numbers {
  color: #4e2683;
  width: 40px;
  padding: 8px 5px;
  display: inline-block;
  background: #efefef;
  margin: 0px 2px;
  text-decoration: none;
}
.news-pagination .page-numbers:hover,
.news-pagination .current {
  color: #fff;
  background: #4e2683;
}
.news-pagination .page-numbers.prev:hover,
.news-pagination .page-numbers.next:hover {
  color: #4e2683;
  background: transparent;
}

#playbreaks-tagline {
  padding: 0px 20px;
  margin-bottom: 80px;
}
#playbreaks-tagline .custom-container {
  border-top: 1px solid #00bdf2;
  border-bottom: 1px solid #00bdf2;
}
#playbreaks-tagline .custom-container h2 {
  font-family: "Aktiv Grotesk Medium";
  text-align: center;
  color: #4e2683;
  margin: 0px 0px;
  padding: 65px 0px 45px;
}
#playbreaks-tagline .custom-container h2 span {
  color: #00bdf2;
}

#recess-benefits {
  background: #f0f0f2;
  overflow: hidden;
}
#recess-benefits h2 {
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-family: "Aktiv Grotesk Bold";
  background: #00bdf2;
  line-height: 1;
  padding: 25px 20px 25px;
}

#recess-benefits .status-bars {
  margin: 60px 0px;
  padding: 0px 0px;
  list-style: none;
}
#recess-benefits .status-graph .status-bars{
  position: relative;
  border-right:5px solid #dcdcdc
}
#recess-benefits .status-graph .status-bars .status-bar {
  border-right: 0;
  margin-left:100%;
}
#recess-benefits .status-graph.startanim .status-bars .status-bar {

  -webkit-animation: slide 1.5s forwards;
    -webkit-animation-delay: 1s;
    animation: slide 1s forwards;
    animation-delay: 0.3s;
}


@-webkit-keyframes slide {
  100% { margin-left: 0; }
}

@keyframes slide {
  100% { margin-left: 0; }
}

#recess-benefits .status-graph .status-bars .status-bar {
  float:none;
  width:auto
}
#recess-benefits .status-bars .status-bar {
  float: left;
  width: 35%;
  text-align: right;
  height: 44px;
  padding: 5px 0px;
  border-right: 5px solid #dcdcdc;
}
#recess-benefits .status-bars .status-bar .bar {
  height: 33px;
  border-radius: 20px 0px 0px 20px;
  display: inline-block;
  width: 100%;
  max-width: 355px;
  position: relative;
}

#recess-benefits .status-bars .status-label {
  float: left;
  width: 65%;
  clear: right;
  min-height: 44px;
  padding: 5px 10px;
}
#recess-benefits .status-bars .status-label label {
  color: #4e2683;
  font-size: 23.06px;
  margin: 0px 0px;
}

#recess-benefits .status-bars .bar1,
#recess-benefits .status-bars .bar3,
#recess-benefits .status-bars .bar5,
#recess-benefits .status-bars .bar7,
#recess-benefits .status-bars .bar9 {
  background: #4e2683;
}

#recess-benefits .status-bars .bar2,
#recess-benefits .status-bars .bar4,
#recess-benefits .status-bars .bar6,
#recess-benefits .status-bars .bar8,
#recess-benefits .status-bars .bar10 {
  background: #22beef;
}

#recess-benefits .status-bars .status-bar .bar1 {
  max-width: 310px;
}
#recess-benefits .status-bars .status-bar .bar2 {
  max-width: 245px;
}
#recess-benefits .status-bars .status-bar .bar3 {
  max-width: 355px;
}
#recess-benefits .status-bars .status-bar .bar4 {
  max-width: 275px;
}
#recess-benefits .status-bars .status-bar .bar5 {
  max-width: 310px;
}

.a404 {
  padding: 10% 0px;
}
.a404 h2 {
  text-align: center;
  font-family: "Aktiv Grotesk";
  text-transform: uppercase;
  padding: 0px 20px;
}
.a404 h3 {
  text-align: center;
  font-family: "Aktiv Grotesk";
  text-transform: uppercase;
  padding: 0px 20px;
  font-size: 18px;
  margin: 0px 0px 25px;
}

/*** -------------------DONORS------------------- ***/

.donors-list{
	    list-style: none;
    margin: 0px;
    padding: 0px;
}
.donors-list li{
	    border-bottom: 2px solid #02b2e3;
    padding: 0px 0px 20px;
    margin: 0px 0px 20px;
}
.donors-list li .organization{}
.donors-list li .organization h4{color: #4e2683;}
.donors-list li .organization a{color: #02b2e3 !important;}
.donors-list li:last-child{border-bottom: none;}

/***----------------single page---------------------***/
.single #innerpage-content .alignleft{
	display: inline;
    margin: 4px 1em 1em 0;
    padding: 0px;
    float: left;
}
.single #innerpage-content .alignright{
	display: inline;
    margin: 4px 0 1em 1em;
    padding: 0px;
    float: right;
}

#innerpage-content p.wp-caption-text{
	font-size: 14px;
    color: #888;    text-align: center;
}

/*** -------------------PRODUCTS------------------- ***/
#innerpage-content .woocommerce.columns-4{
  padding-top:30px;
}
.woocommerce-page ul.products li.product{
	-webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.woocommerce-page ul.products li.product:hover{
	-webkit-box-shadow: 0 4px 44px 0 rgba(0,0,0,0.3);
    box-shadow: 0 4px 44px 0 rgba(0,0,0,0.3);
}
#header #tophdr #tophdr_menu a.cart-counter {
  border: 0px;
  line-height: 1;
  padding: 8px 20px 0px 0px;
}
.cart-counter::before{
  content: " ";
  display: inline-block;
  background: transparent url(images/cart-ico.png) no-repeat 0px 0px;
  width: 35px;
  height: 30px;
  position: relative;
  top: 8px;
}
body .cart-counter:hover::before{
  background: transparent url(images/cart-ico2.png) no-repeat 0px 0px;
}
.cart-counter .cart-contents-count {
  display: inline-block;
  background: #02b2e3;
  border-radius: 40px;
  color: #fff;
  padding: 5px 5px 6px;
  line-height: 1;
  width: 28px;
  text-align: center;
}
.single-product #innerpagebanner {
  margin-bottom: 105px;
}

.single-product #innerpagebanner .inner-page-banner-content img {
  width: 100%;
}
.shop #innerpagebanner h1 {
  background: rgba(78, 38, 131, 0.85);
  font-size: 54.99px;
  padding: 25px 20px 85px;
  z-index: 33;
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: 0px auto;
  color: #fff;
  text-align: center;
  margin-top: -125px;
}
.single-product #innerpagebanner h2 {
  background: rgba(78, 38, 131, 0.85);
  font-size: 54.99px;
  padding: 25px 20px 70px;
  z-index: 33;
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: 0px auto;
  color: #fff;
  text-align: center;
  margin-top: -125px;
}

.single-product .woocommerce-product-gallery {
  float: none !important;
  width: 100% !important;
  margin: 0px 0px !important;
}
.single-product .product-content h1 {
  font-size: 35.99px;
  color: #4e2683;
  font-family: "Aktiv Grotesk Bold";
  margin: -8px 0px 30px !important;
}
.single-product .product-content p {
}
.single-product .product-content ul {
}
.single-product .product-content ul li {
}

.single-product .summary {
  float: none !important;
  width: 100% !important;
}
.single-product .summary .price {
}
.single-product .summary .price .amount {
  color: #00bdf2;
  font-size: 35.99px;
  font-family: "Aktiv Grotesk Bold";
}

.single-product .summary .variations {
  margin-bottom: 0px !important;
}
.single-product .summary .variations .label {
  max-width: 65px;
  width: 60px;
  padding: 0px 0px 0px !important;
}
.single-product .summary .quantity {
  margin: 0px 0px;
  border: 1px solid #ccc;
  overflow: hidden;
  height: 42px;
}
.single-product .summary .quantity .minus {
  color: #00bdf2;
  border: 0px;
  background: #fff;
  font-size: 45px;
  line-height: 0px;
  height: 43px;
  position: relative;
  top: -8px;
}
.single-product .summary .quantity .qty {
  border: 0px;
  height: 45px;
  position: relative;
  top: -12px;
  font-size: 25px;
  width: 45px;
}
.single-product .summary .quantity .plus {
  color: #00bdf2;
  border: 0px;
  background: #fff;
  font-size: 45px;
  line-height: 0px;
  height: 43px;
  position: relative;
  top: -8px;
}

.single-product .woocommerce-message{
	border-top-color: #02b2e3;
}
.single-product .woocommerce-message::before {
    content: "\e015";
    color: #00bdf2;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #a2a2a2 !important;
}
.woocommerce table.shop_table{
    border: 1px solid #a2a2a2 !important;
    border-top: 0px !important;
    border-radius: 0px !important;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button{
	display: block;
    background: #4e2683 !important;
    border: 1px solid #4e2683;
    font-size: 18px;
    font-weight: normal;
    color: #fff !important;
    padding: 18px 20px 16px !important;
    font-family: "Aktiv Grotesk Medium", Roboto, Arial, sans-serif;
    margin: 0px 0px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover{
	background: #00bdf2 !important;border: 1px solid #00bdf2;
}

.woocommerce-cart-form .shop_table button,
.single-product .summary .single_variation_wrap .button,
.single-product .summary .cart .single_add_to_cart_button {
  display: inline-block;
  background: #4e2683 !important;
  border: 1px solid #4e2683;
  font-size: 15.31px;
  color: #fff !important;
  padding: 12px 20px 12px !important;
  font-family: "Aktiv Grotesk Bold";
  margin: 0px 0px 0px 8px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0px;
}
.woocommerce-cart-form .shop_table button:hover,
.single-product .summary .cart button:hover,
.single-product .summary .single_variation_wrap button:hover {
  background: #00bdf2 !important;border: 1px solid #00bdf2;
}

.single-product .summary .woocommerce-product-details__short-description,
.single-product .product_meta {
  display: none;
}

.single-product .product-img {
  border-right: 1px solid #ccc;
  padding-left: 0px;
  padding-right: 60px;
  padding-bottom: 60px;
}
.single-product .product-content {
  padding-right: 0px;
  padding-left: 50px;
  padding-bottom: 60px;
}
.single-product .product-overviews {
  border-top: 1px solid #ccc;
}
.single-product .product-overviews .product-ov {
  padding: 0px 0px;
  float: left;
}
.single-product .product-overviews .product-ov.ov1 {
  padding-right: 25px;
}
.single-product .product-overviews .product-ov.ov2 {
  padding-left: 25px;
}
.single-product .product-overviews .product-ov h2 {
  font-size: 24px;
  color: #4e2683;
  margin: 28px 0px 10px;
  font-family: "Aktiv Grotesk Bold";
}
.single-product .product-overviews .product-ov p {
  font-size: 16px;
}

#page-block-fproducts {
  background: #f0f0f2;
  margin: 45px 0px 0px;
  padding: 40px 0px 60px;
  text-align: center;
}
#page-block-fproducts h2 {
  font-size: 35.99px;
  color: #4e2683;
  margin: 0px 0px 25px;
  font-family: "Aktiv Grotesk Bold";
  min-height: 62px;
}
#page-block-fproducts .rltdfproducts {
  list-style: none;
  margin: 0px auto;
  padding: 0px 0px;
  max-width: 1042px;
}
#page-block-fproducts .rltdfproducts .product {
  float: left;
  width: 25%;
  padding: 0px 12px;
}

#page-block-fproducts .rltdfproducts .product a {
    display: block;
    border: 1px solid #dddddd;
    text-decoration: none;
    height: 100%;
    background: #fff;
	-webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#page-block-fproducts .rltdfproducts .product a:hover{
    -webkit-box-shadow: 0 4px 44px 0 rgba(0,0,0,0.3);
    box-shadow: 0 4px 44px 0 rgba(0,0,0,0.3);
}
#page-block-fproducts .rltdfproducts .product img {
}
#page-block-fproducts .rltdfproducts .product .fpdessc {
  background: #fff;
}
#page-block-fproducts .rltdfproducts .product .fpdessc h4 {
  color: #4e2683;
  font-size: 17.69px;
  padding: 20px 20px 0px;
  margin: 0px 0px 15px;
}
#page-block-fproducts .rltdfproducts .product .fpdessc label {
  color: #00bdf2;
  font-size: 26.59px;
  font-family: "Aktiv Grotesk Bold";
  line-height: 1;
  margin-bottom: 20px;
}
#page-block-fproducts .rltdfproducts .product .fpdessc label span {
}

.shop #innerpage-content {
  padding: 80px 0px 0px;
}
.shop #innerpage-content .container {
  max-width: 1180px;
}
.shop #innerpage-content .products {
}
.shop #innerpage-content .products .product a {
  display: block;
  border: 1px solid #dddddd;
  text-align: center;
}
.shop #innerpage-content .products .product h2 {
  color: #4e2683;
  font-size: 19.95px;
  padding: 0px 20px 0px;
  margin: 0px 0px 15px;
  min-height: 46px;
  max-height: 46px;
  overflow: hidden;
}
.shop #innerpage-content .products .product .price {
  color: #00bdf2;
  font-size: 26.59px;
  font-family: "Aktiv Grotesk Bold";
  line-height: 1;
  display: block;
  margin-bottom: 25px;
}

.shop #innerpage-content .products .product .add_to_cart_button {
  display: none;
}

#support_the_movement {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 60px 0px 40px;
  text-align: center;
}
#support_the_movement .the_movement {
  display: block;
  width: 100%;
  max-width: 755px;
  margin: 0px auto;
}
#support_the_movement h2 {
  font-family: "Aktiv Grotesk Medium";
  color: #fff;
  font-size: 69.99px;
  margin: 0px 0px 10px;
}
#support_the_movement p {
  font-size: 21px;
  color: #fff;
}
#support_the_movement .cbtn {
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding: 12px 20px 12px;
  font-family: "Aktiv Grotesk Medium";
  margin: 10px 0px 0px;
  text-align: center;
  text-decoration: none;
}
#support_the_movement .cbtn:hover {
  background: #fff;
  color: #4e2683;
}

/*** -------------------CART & CHECKOUT------------------- ***/

.cart_item {
}
.cart_item .quantity {
}
.cart_item .quantity .minus {
  color: #00bdf2;
  border: 0px;
  background: #fff;
  font-size: 45px;
  line-height: 0px;
  height: 43px;
  position: relative;
  top: -8px;
}
.cart_item .quantity .qty {
  padding: 5px 5px;
  border: 1px solid #ccc;
  font-size: 18px;
  width: 50px;
}
.cart_item .quantity .plus {
  color: #00bdf2;
  border: 0px;
  background: #fff;
  font-size: 45px;
  line-height: 0px;
  height: 43px;
  position: relative;
  top: -8px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #4e2683;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: transparent;
  border-radius: 0px;
  display: inline-block;
  border: 1px solid #4e2683;
  font-size: 17.31px;
  color: #4e2683;
  padding: 13px 15px 15px !important;
  margin: 0px 0px;
  text-align: center;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #4e2683;
  color: #fff;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #4e2683;
}

form.woocommerce-checkout {
  max-width: 980px;
  margin: 0px auto;
}
.woocommerce-billing-fields {
}
.woocommerce-billing-fields {
}
.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3 {
  color: #4e2683;
  font-size: 34px;
  line-height: 100%;
  font-family: "Aktiv Grotesk Bold";
  margin: 0px 0px 30px;
}
.woocommerce-shipping-fields h3 {
  margin: 40px 0px 25px;
  font-size: 28px;
}
.order_review_heading {
  color: #4e2683;
  font-size: 34px;
  line-height: 100%;
  font-family: "Aktiv Grotesk Bold";
  padding: 0px 15px;
}

.woocommerce-additional-fields p,
.woocommerce-shipping-fields p,
.woocommerce-billing-fields p {
  margin-bottom: 15px !important;
}

.woocommerce-shipping-fields p#billing_address_1_field,
.woocommerce-billing-fields p#billing_address_1_field {
  margin-bottom: 5px !important;
}

.woocommerce-additional-fields label,
.woocommerce-shipping-fields label,
.woocommerce-billing-fields label {
  display: block;
  line-height: 1 !important;
  margin: 0px 0px 10px;
}

.woocommerce-additional-fields .woocommerce-input-wrapper,
.woocommerce-shipping-fields .woocommerce-input-wrapper,
.woocommerce-billing-fields .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.woocommerce-shipping-fields input[type="text"],
.woocommerce-shipping-fields input[type="email"],
.woocommerce-shipping-fields input[type="number"],
.woocommerce-shipping-fields input[type="tel"],
.woocommerce-billing-fields input[type="text"],
.woocommerce-billing-fields input[type="email"],
.woocommerce-billing-fields input[type="number"],
.woocommerce-billing-fields input[type="tel"] {
  border: 1px solid #ccc;
  padding: 8px 10px;
  color: #333;
  font-size: 17px;
}

.woocommerce-shipping-fields
  .select2-container--default
  .select2-selection--single,
.woocommerce-billing-fields
  .select2-container--default
  .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 40px;
}
.woocommerce-shipping-fields
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.woocommerce-billing-fields
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 5px;
  width: 20px;
}
.woocommerce-shipping-fields
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.woocommerce-billing-fields
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #333;
  line-height: 28px;
  padding: 5px 10px;
}

.woocommerce-additional-fields textarea {
  border: 1px solid #ccc;
  padding: 8px 10px;
  color: #333;
  font-size: 17px;
}

#ship-to-different-address .checkbox {
  position: relative;
}
#ship-to-different-address .checkbox span {
  cursor: hand;
  cursor: pointer;
}
#ship-to-different-address .checkbox span:after,
#ship-to-different-address .checkbox span:before {
  content: " ";
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  display: inline-block;
  margin-right: 10px;
  background-color: transparent;
}

#ship-to-different-address .checkbox span:before {
  border-color: #bdc3c7;
  border-radius: 100%;
  position: relative;
  top: 3px;
}
#ship-to-different-address .checkbox span:after {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
#ship-to-different-address .input-checkbox {
  display: none;
}
#ship-to-different-address .input-checkbox:checked + span:after {
  background: #ccc;
  border-radius: 20px;
  position: absolute;
  left: 0px;
  top: 3px;
}

#order_review_heading {
  color: #4e2683;
  font-size: 28px;
  line-height: 100%;
  font-family: "Aktiv Grotesk Bold";
  padding: 0px 15px;
  margin: 20px 0px 10px;
}
#order_review {
  padding: 0px 15px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f1f1f1;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #00bdf2;
  color: #fff;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #00bdf2;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

#stripe-payment-data {
}
#stripe-payment-data #wc-stripe-cc-form {
  background: transparent;
  max-width: 680px;
  margin: 10px auto;
}
#stripe-payment-data .wc-saved-payment-methods {
  padding: 0px 0px 1px;
  max-width: 680px;
  margin: 0px auto !important;
}
#stripe-payment-data .wc-saved-payment-methods li {
}
#stripe-payment-data .wc-saved-payment-methods li input {
  display: none;
}
#stripe-payment-data .wc-saved-payment-methods li label {
  position: relative;
}

#stripe-payment-data .wc-saved-payment-methods li label:after,
#stripe-payment-data .wc-saved-payment-methods li label:before {
  content: " ";
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  display: inline-block;
  margin-right: 10px;
  background-color: transparent;
}
#stripe-payment-data .wc-saved-payment-methods li label:before {
  border-color: #ffffff;
  border-radius: 100%;
  position: relative;
  top: 3px;
}
#stripe-payment-data .wc-saved-payment-methods li label:after {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
#stripe-payment-data .wc-saved-payment-methods li input:checked + label:after {
  background: #fff;
  border-radius: 20px;
  position: absolute;
  left: 0px;
  top: -3px;
}

#stripe-payment-data .form-row {
  padding: 0px 0px !important;
}
#stripe-payment-data .form-row label {
  line-height: 1;
  margin: 0px 0px 10px;
  display: block;
  width: 100%;
}
#stripe-payment-data .form-row #stripe-card-element,
#stripe-payment-data .form-row #stripe-exp-element,
#stripe-payment-data .form-row #stripe-cvc-element {
  width: 300px;
  padding: 10px 10px;
  border: 0px;
}

#payment #stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew {
  max-width: 680px;
  margin: 0px auto !important;
}
#payment #stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew input {
  width: auto;
  display: inline-block;
  margin: 0px 5px 0px 0px;
}
#payment #stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew label {
  display: inline;
  width: initial;
  font-family: "Aktiv Grotesk";
}
#payment .methods .wc_payment_method label {
  width: 100%;
  font-family: "Aktiv Grotesk Bold";
  text-transform: uppercase;
}

#payment #stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew input {
  display: none;
}
#payment #stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew label {
  position: relative;
  cursor: hand;
  cursor: pointer;
}

#payment
  #stripe-payment-data
  .woocommerce-SavedPaymentMethods-saveNew
  label:after,
#payment
  #stripe-payment-data
  .woocommerce-SavedPaymentMethods-saveNew
  label:before {
  content: " ";
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  display: inline-block;
  margin-right: 10px;
  background-color: transparent;
}
#payment
  #stripe-payment-data
  .woocommerce-SavedPaymentMethods-saveNew
  label:before {
  border-color: #ffffff;
  position: relative;
  top: 3px;
}
#payment
  #stripe-payment-data
  .woocommerce-SavedPaymentMethods-saveNew
  label:after {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
#payment
  #stripe-payment-data
  .woocommerce-SavedPaymentMethods-saveNew
  input:checked
  + label:after {
  background: #fff;
  position: absolute;
  left: 0px;
  top: 3px;
}

.woocommerce-page
  .woocommerce-order
  .woocommerce-customer-details
  .woocommerce-column {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px 0px;
  margin-bottom: 20px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
  margin: 40px 0px 25px;
  background: #4e2683;
  color: #fff;
  padding: 20px 20px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-notice {
  background: #9e9e9e;
  color: #fff;
  padding: 4px 0px 5px;
  text-align: center;
}
.woocommerce-order-received .woocommerce-order .woocommerce-notice--failed,
.woocommerce-order-received .woocommerce-order .woocommerce-notice--cancel {
  background: F44336;
}
.woocommerce-order-received .woocommerce-order .woocommerce-notice--success {
  background: #8bc34a;
}
.woocommerce ul.order_details li strong {
  font-family: "Aktiv Grotesk bold";
}
.woocommerce .woocommerce-customer-details address {
  line-height: 169%;
  padding: 15px 18px 18px;
}
.woocommerce .woocommerce-customer-details address p {
  margin: 0px 0px 0px !important;
}

/*** -------------------ACCOUNT------------------- ***/

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
  padding: 0px 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0px;
  margin: 0px 0px;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  background: #02b2e3 !important;
  color: #fff !important;
  padding: 5px 20px 6px;
  text-transform: uppercase;
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 80%;
  background: #f1f1f1;
  padding: 15px 15px;
  min-height: 275px;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: none;
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/*** -------------------CALENDAR------------------- ***/
#calendar-of-events {
  background: #eaebec;
  padding: 40px 0px 60px;
}
#calendar-of-events h3 {
  color: #4e2683;
  display: block;
  font-size: 69.44px;
  font-family: "Aktiv Grotesk Bold";
  clear: both;
  width: 100%;
  margin: 0px 0px 20px;
  padding: 0px 15px;
  line-height: 1;
}

.monthcalendar {
  background: #fff;
  padding: 29px 30px;
}
.monthcalendar h4 {
  font-size: 21.16px;
  font-family: "Aktiv Grotesk Bold";
  color: #4e2683;
  margin: 0px 0px 20px;
  line-height: 1;
}
.monthcalendar h4 span {
  color: #c1c0c0;
}
.monthcalendar table {
  width: 100%;
}
.monthcalendar table .days {
}
.monthcalendar table .days th {
  text-align: center;
  font-size: 10px;
  font-family: "Aktiv Grotesk Medium";
  text-transform: uppercase;
}

.monthcalendar table .week {
}
.monthcalendar table .week td {
  background: #eaebec;
  border: 2px solid #fff;
  padding: 25px 0px;
  text-align: center;
  width: 14.2857%;
  position: relative;
}
.monthcalendar table .week td.upcoming-event{background: #4e2683;color: #fff;}
.monthcalendar table .week td.upcoming-event a{color:#fff !important;}
.monthcalendar table .week td .date {
  position: absolute;
  bottom: 4px;
  right: 7px;
  font-size: 13px;
  font-family: "Aktiv Grotesk Medium";
}

.monthcalendar table .week .blur {
  background: #00bdf2;
  color: #fff;
}
.monthcalendar table .week .blur a {
  color: #fff !important;
}
.monthcalendar table .days th:last-child,
.monthcalendar table .week td:last-child a {
  color: #4e2683;
}

.home-event-lists {
  list-style: none;
  padding: 0px 0px;
  margin: 0px 0px;
}
.home-event-lists li {
  background: #fff;
  position: relative;
  margin-bottom: 6px;
}
.home-event-lists li a {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  color: #4e2683;
}
.home-event-lists li a h4 {
  margin: 0px 0px;
  padding: 26px 50px 0px 0px;
  font-size: 21.16px;
  font-family: "Aktiv Grotesk Bold";
  position: relative;
  overflow: hidden;
  height: 80px;
}
.home-event-lists li a:hover h4:after {
  background: transparent url(images/event-arrow2.png) no-repeat 0px 0px;
}
.home-event-lists li a h4:after {
  content: " ";
  display: block;
  background: transparent url(images/event-arrow.png) no-repeat 0px 0px;
  width: 23px;
  height: 24px;
  position: absolute;
  top: 34px;
  right: 20px;
}
.home-event-lists li a label {
  display: inline-block;
  float: left;
  height: 90.4px;
  /* height: 103px; */
  width: 100px;
  background: #00bdf2;
  color: #fff;
  text-align: center;
  margin: 0px 20px 0px 0px;
  font-family: "Aktiv Grotesk Bold";
  font-size: 40px;
  line-height: 0.9;
  padding: 20px 0px;
  text-transform: uppercase;
}
.home-event-lists li a label span {
  font-size: 20px;
  display: block;
}

#innerpage-content #tribe-events-content .tribe-events-schedule h2 {
  background: #02b2e3;
  color: #fff;
  padding: 10px 40px 10px 15px;
  font-family: "Aktiv Grotesk Bold";
  position: relative;
}
#innerpage-content #tribe-events-content .tribe-events-schedule h2:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-right: 28px solid #fff;
  position: absolute;
  right: 0px;
  top: 0px;
}

.single-tribe_events #innerpage-content{padding: 0px 0px;}
.single-tribe_events #innerpage-content #tribe-events-header .tribe-events-nav-pagination{display:none;}
.single-tribe_events #innerpage-content .tribe-events-single .tribe-events-schedule h2{
    font-size: 16px;
    font-weight: 400;
    font-family: "Aktiv Grotesk";
    margin: 0px 0px 0px;
    padding: 12px 41px 13px 15px;
}

#innerpage-content .tribe-events-single-section {
  background: #4e2683;
  border-radius: 4px;
}
#innerpage-content .tribe-events-single-section h2 {
  color: #fff;
  font-family: "Aktiv Grotesk Bold";
}
#innerpage-content .tribe-events-single-section dl dt {
  color: #fff;
  font-family: "Aktiv Grotesk Bold";
}
#innerpage-content .tribe-events-single-section dl dd {
  color: #fff;
}
#innerpage-content .tribe-events-single-section dl dd a {
  color: #02b2e3;
}
#innerpage-content .tribe-events-single-section .tribe-events-cal-links a {
  background-color: #02b2e3;
}

#tribe-events .tribe-events-page-title {
  color: #4e2683;
  display: block;
  font-family: "Aktiv Grotesk Bold";
  clear: both;
  width: 100%;
  margin: 0px 0px 20px;
  padding: 0px 15px;
  line-height: 1;
}
#tribe-events .tribe-events-calendar th {
  background-color: #4e2683;
  color: #fff;
}
#tribe-events #tribe-events-content .tribe-events-calendar td,
#tribe-events #tribe-events-content table.tribe-events-calendar {
  border: 1px solid #4e2683;
}
#tribe-events
  .tribe-events-calendar
  td.tribe-events-present
  div[id*="tribe-events-daynum-"],
#tribe-events
  .tribe-events-calendar
  td.tribe-events-present
  div[id*="tribe-events-daynum-"]
  > a {
  background-color: #02b2e3;
  color: #fff;
}
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button {
  background-color: #00bdf2;
}

/*** -------------------homepage social media posts------------------- ***/
#social_media_posts {
  padding: 40px 0px 0px;
}
#social_media_posts .tab{text-align:center;}
#social_media_posts .tab .tablinks{
	border: 1px solid #4e2683;
    width: 51px;
    font-size: 30px;
    color: #4e2683;
    background: #fff;
	transition:background 0.3s ease;
}
#social_media_posts .tab .tablinks:hover,
#social_media_posts .tab .tablinks.active{
	background: #4e2683;
    color: #fff;
}

#social_media_posts .sm-list {
  margin: 20px auto 0px;
  position: relative;
  max-width: 1160px;
}
#social_media_posts .bx-wrapper {
  margin: 0px auto;
  position: relative;
}
#social_media_posts .sm-articles {
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
}
#social_media_posts .sm-articles li {
  padding: 0px 2.5px;
}
#social_media_posts .sm-articles a {
  display: block;
  position: relative;
}
#social_media_posts .sm-articles img {
  max-width: 100%;
}
#social_media_posts .sm-articles p {
    position: absolute;
    bottom: 0px;
    left: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin: 0px 0px;
    padding: 8px 15px 10px;
    width: 100%;
    text-align: left;
    background: rgb(0 0 0 / 50%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2024160005799195) 20%, rgb(0 0 0 / 77%) 100%);
}
#social_media_posts .sm-articles p span {
  display: block;
}

#social_media_posts .slick-prev {
  background: rgba(0, 0, 0, 0.5) url(images/sm-arrow-sprite.png) no-repeat -32px
    9px;
  background-size: 50px;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  display: block;
  border-radius: 35px;
  border: 1px solid #fff;
  position: absolute;
  top: 45%;
  left: 20px;
  z-index: 33;
}
#social_media_posts .slick-next {
  background: rgba(0, 0, 0, 0.5) url(images/sm-arrow-sprite.png) no-repeat 12px
    9px;
  background-size: 50px;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  display: block;
  border-radius: 35px;
  border: 1px solid #fff;
  position: absolute;
  right: 20px;
  top: 45%;
  z-index: 33;
}
#social_media_posts .slick-dots {
  display: none !important;
}

.smwrappercontent {
  position: relative;
}
.smwrappercontent .smOverlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 33;
}

.sm-sorter {
}
.sm-sorter .sortme {
  list-style: none;
  padding: 0px 0px;
  width: 238px;
  margin: 0px auto;
}
.sm-sorter .sortme li {
  display: inline-block;
  border: 1px solid #4e2683;
}
.sm-sorter .sortme li a {
  background: #fff url(images/sm-icon-sprite.png) no-repeat 0px 0px;
  display: block;
  width: 54px;
  height: 56px;
  text-indent: -9999px;
}
.sm-sorter .sortme li.all a {
  background-position: 14px 10px;
}
.sm-sorter .sortme li.facebook a {
  background-position: -52px 10px;
}
.sm-sorter .sortme li.instagram a {
  background-position: -121px 10px;
}
.sm-sorter .sortme li.youtube a {
  background-position: -188px 10px;
}

.sm-sorter .sortme li.all.active,
.sm-sorter .sortme li.facebook.active,
.sm-sorter .sortme li.instagram.active,
.sm-sorter .sortme li.youtube.active {
  background-color: #4e2683;
}

.sm-sorter .sortme li.all:hover a,
.sm-sorter .sortme li.all.active a {
  background-position: 14px -50px;
  background-color: #4e2683;
}
.sm-sorter .sortme li.facebook:hover a,
.sm-sorter .sortme li.facebook.active a {
  background-position: -52px -50px;
  background-color: #4e2683;
}
.sm-sorter .sortme li.instagram:hover a,
.sm-sorter .sortme li.instagram.active a {
  background-position: -121px -50px;
  background-color: #4e2683;
}
.sm-sorter .sortme li.youtube:hover a,
.sm-sorter .sortme li.youtube.active a {
  background-position: -188px -50px;
  background-color: #4e2683;
}

.sm-list p {
  text-align: center;
  font-size: 20px;
  margin: 40px 0px;
}

/*** -------------------ARCHIVE CATEGORY SEARCH------------------- ***/

.archive article,
.category article,
.search-results article {
  margin: 25px 0px 0px;
}

.archive article h2,
.category article h2,
.search-results article h2 {
  color: #4e2683;
  display: block;
  font-family: "Aktiv Grotesk Bold";
  clear: both;
  width: 100%;
  margin: -10px 0px 20px;
  padding: 0px 0px;
  line-height: 120%;
}

.archive article h2 a,
.category article h2 a,
.search-results article h2 a {
  color: #4e2683;
}
.archive article span,
.category article span,
.search-results articlespan {
  font-size: 14px;
  margin: 0px 0px 10px;
  display: block;
  color: #02b2e3;
}

.archive .single-thumbnail,
.category .single-thumbnail,
.search-results .single-thumbnail {
}
.archive .single-thumbnail a,
.category .single-thumbnail a,
.search-results .single-thumbnail a {
  display: block;
  text-decoration: none;
}
.archive .single-thumbnail a img,
.category .single-thumbnail a img,
.search-results .single-thumbnail a img {
  max-width: 100%;
}

.archive article p a,
.category article p a,
.search-results article p a {
  text-decoration: none;
  color: #4e2683;
}

.archive article .tags a,
.category article .tags a,
.search-results article .tags a {
  text-decoration: none;
  font-size: 14px;
  color: #4e2683;
  padding: 0px 0px 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
}


/*** -------------------RESULT SUBPAGES ------------------***/

#resultsubpage-tagline h2 {
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-family: "Aktiv Grotesk Bold";
    background: #00bdf2;
    line-height: 1;
    padding: 25px 20px 25px;    margin: 0px;
}

#intervention_comparison{
	background: #f0f0f2;
    overflow: hidden;
    position: relative;
    padding: 55px 0px 35px;
    text-align: center;
}
.cognitive_intcom p{
    margin: 0px 0px 40px;
    font-size: 16px;
    color: #000;
}
.physical_intcom p{
    font-size: 17.16px;
    font-weight: 600;
    color: #7b7b7b;
    margin-bottom: 40px;
    max-width: 420px;
    margin: 13px auto 20px;
}
#intervention_comparison .custom-container{}
#intervention_comparison .statistics{}
#intervention_comparison .statistics h3{
	    font-size: 35.38px;
    font-weight: 600;
    color: #4e2683;
    border-bottom: 2px solid #4e2683;
    display: inline-block;
    padding: 5px 25px;
    margin: 0px 0px 20px;
}
#intervention_comparison .statistics h4{
    display: block;
    font-size: 47.17px;
    color: #22beef;
    font-weight: 700;
    margin: 0px 0px;
    line-height: 125%;
    margin-bottom: -2px;
}
#intervention_comparison .statistics br{display:none;}

#AFSM-chart{
	text-align: center;
    padding: 80px 0px 60px;
}
#AFSM-chart .content{}
#AFSM-chart .content h3{
	    color: #4e2683;
    font-size: 36px;
    font-weight: 600;
}
#AFSM-chart .content p{margin: 0px 0px 40px;}
#AFSM-chart .content img{margin-bottom: 20px;}

#AFSM-chart .chart2{}
#AFSM-chart .chart2 img{padding:0px 5px;}

#AFSM-chart .ezc-chart{
	border: 1px solid #ccc;
    max-width: 680px;
    margin: 0px auto 50px;
    padding: 20px 20px;
}

#AFSM-chart .ez-chartcol2:after{content:" ";clear:both;display:block;}

#AFSM-chart .ez-chartcol2 .ezc{
    max-width: 50%;
    width: 100%;
    float: left;
    padding: 0px 15px;
	text-align:center;
}
#AFSM-chart .ez-chartcol2 .ezc .ezccontent{
    border: 1px solid #ccc;padding-top:15px;
}

#CSP_section{
	background:#f0f0f2;position:relative;    padding-bottom: 50px;
}
#CSP_section .CSP_section-container{position:relative;padding-top: 39px;}
#CSP_section .CSP_section-container:before{
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 110px;
    background: #fff;
	z-index:11;
}
#CSP_section .custom-container{
	z-index: 22;
    max-width: 1020px;
    padding-bottom: 70px;
}
#CSP_section .custom-container:last-child{padding-bottom: 50px;}
#CSP_section .custom-container:after{content:" ";display:block;clear:both;}
#CSP_section .featimg{
	width: 25%;
    float: left;
    padding: 0px 20px;
	text-align:center;
}
#CSP_section .featimg img{}
#CSP_section .featimg .cbtn{
    display: inline-block;
    background: transparent;
    border: 1px solid #4e2683;
    font-size: 18px;
    color: #4e2683;
    padding: 8px 20px 9px;
    font-family: "Aktiv Grotesk Medium";
    margin: 25px 0px 0px;
    text-align: center;
}

#CSP_section .show-m{
	display:none;
    background: transparent;
    border: 1px solid #4e2683;
    font-size: 18px;
    color: #4e2683;
    padding: 8px 20px 9px;
    font-family: "Aktiv Grotesk Medium";
    margin: 0px 0px 40px;
    text-align: center;
}
#CSP_section .featimg .cbtn:hover{
	background: #4e2683;
	color:#fff;
}
#CSP_section .csp-content{
	width: 75%;
    float: left;
    padding: 0px 20px 0px;
}
#CSP_section .csp-content h2{
	color: #4e2683;
    font-size: 45px;
    font-weight: 600;
    margin: 0px 0px 70px;
}
#CSP_section .csp-content p{
	color: #000;
    font-size: 16px;
    margin-bottom: 30px;
}
#CSP_section .csp-content p .customtxt{
	font-size: 24px;
    color: #4e2683;
    font-weight: 600;
    margin: 0px 15px 0px 0px;
}
#CSP_section .csp-content p:last-child{margin-bottom: 0px;}
#CSP_section .csp-content p span{
	color: #4e2683;
    font-size: 24px;
    font-weight: 600;
    padding-right: 20px;
}

#result_engsection{
	background: #f0f0f2;
    padding-bottom: 10px;    margin-top: 120px;
}
#result_engsection h2{
	text-align: center;
    color: #fff;
    font-size: 48px;
    font-family: "Aktiv Grotesk Bold";
    background: #00bdf2;
    line-height: 1;
    padding: 25px 20px 25px;
}
#result_engsection .column{
	max-width: 1150px;
    margin: 50px auto 15px;
}
#result_engsection .column2 ul{
	padding: 0px 40px;
    width: 50%;
    float: left;
}
#result_engsection .column:after{content:" ";display:block;clear:both;}
#result_engsection li{
	padding: 0px 0px;
    color: #4e2683;
    font-size: 20.88px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 120%;
    position: relative;
}

#result_healthection{
	background: #f0f0f2;
    padding-bottom: 10px;
}
#result_healthection h2{
	text-align: center;
    color: #fff;
    font-size: 48px;
    font-family: "Aktiv Grotesk Bold";
    background: #00bdf2;
    line-height: 1;
    padding: 25px 20px 25px;
}
#result_healthection ul{
	max-width: 1150px;
    margin: 50px auto;
    padding: 0px;
    list-style: none;
}
#result_healthection ul:after{content:" ";display:block;clear:both;}
#result_healthection li{
    padding: 0px 35px;
    color: #4e2683;
    font-size: 20.88px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 120%;
    position: relative;
	width:50%;float:left;
}
#result_healthection li:before{
    content: " ";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    width: 8px;
    height: 8px;
    background: #4e2683;
    border-radius: 10px;
}

.page-template .results-subpage{}
.page-template #page .results-subpage .subpagecontent{
	max-width: 980px;
    margin: 0px auto;
    padding: 30px 0px 45px;
}


/*** -------------------FOOTER------------------- ***/

#footer {
  background: #4e2683;
  padding: 40px 0px;
}
#footer .footer-top {
  border-bottom: 3px solid #fff;
}
#footer .footer-top .footer-widget {
}
#footer .footer-top .footer-widget h5 {
  color: #fff;
  font-size: 15.54px;
  font-family: "Aktiv Grotesk Medium";
}
#footer .footer-top .footer-widget p {
  color: #fff;
  font-size: 15.54px;
}
#footer .footer-top .footer-widget a {
}
#footer .footer-top #foooter-logo img{max-width:105px;}

#footer .footer-top .widget1 img {
}
#footer .footer-top .widget1 a.cbtn {
  display: inline-block;
  border: 1px solid #fff;
  font-size: 15.31px;
  color: #fff;
  padding: 15px 25px 15px;
  font-family: "Aktiv Grotesk Medium";
  margin: 0px 0px;
  text-align: center;
}
#footer .footer-top .widget1 a.cbtn:hover {
  background: #fff;
  color: #4e2683;
}
#footer .footer-top .widget2,
#footer .footer-top .widget3 {
  width: 50%;
  float: left;
  padding: 0px 20px;
  margin-bottom: 40px;
}

#footer .footer-top .quick-links {
  color: #fff;
  font-size: 14px;
}
#footer .footer-top .quick-links a {
  color: #fff;
}
#footer .footer-top .copyright {
  color: #fff;
  font-size: 14px;
}
#footer .footer-top .copyright a {
  color: #fff;
  font-family: "Aktiv Grotesk Medium";
}

#footer .footer-bot {
  padding: 40px 0px 0px;
}
#footer .footer-bot p {
  color: #fff;
  font-size: 13.5px;
}

/**********************JQUERY SHOW LESS/MORE CONTENT************************/
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none;
}

.addReadMore.showmorecontent .readMore {
  display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
  margin-left: 2px;
  color: #00bdf2;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}
.addReadMoreWrapTxt.showmorecontent .readLess {
  font-size: 16px;
  letter-spacing: 0.3px;
}

#liink-staffs a{
  color:#4e2683
}
#liink-staffs {
  padding: 70px 0px 50px;
}
#liink-staffs .staffs-desc .container {
  max-width: 1020px;
}
#liink-staffs .staffs-desc {
  text-align: center;
  padding: 0px 10px;
}

#liink-staffs .staffs-desc img {
  display: block;
  max-width: 100%;
  margin: 0px auto 20px;
}
#liink-staffs .staffs-desc h3 {
  font-size: 18.69px;
  font-family: "Aktiv Grotesk Bold";
  color: #4e2683;
  margin: 0px 0px 10px;
}
#liink-staffs .staffs-desc p {
  color: #000000;
  font-size: 16px;
}

a.cbtn:hover,
.sm-sorter .sortme li a:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.wpcf7 input[type="submit"]:hover,
.woocommerce-cart-form .shop_table button:hover,
.single-product .summary .single_variation_wrap .button:hover,
.single-product .summary .cart .single_add_to_cart_button:hover,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order:hover,
#newsletterform form input[type="submit"]:hover{
    transition: all 0.5s ease;
}

/* The side navigation menu */
.mmenu {
  background: #fff url(images/mmenu.png) no-repeat -3px 0px;
  background-size: 38px;
  width: 35px;
  height: 38px;
  display: none;
  text-indent: -9999px;
  float: right;
  margin: 43px 0px 0px;
  cursor: hand;
  cursor: pointer;
  position:relative;
  z-index:99;
}
#mmoverlay{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 35%);
    z-index: 887;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 888;
  top: 0;
  left: 0;
  background-color: #02b2e3;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  box-shadow: 0px 0px 5px 0px #000;
}

.sidenav #menu-mobile {
  margin: 0px 0px;
  padding: 0px 0px;
  list-style: none;
}
.sidenav #menu-mobile li {
  white-space: nowrap;position:relative;    padding: 8px 0px;
}
.sidenav #menu-mobile li .mmsm{
	position: absolute;
    top: 8px;
    right: 10px;
    width: 30px;
    height: 26px;
    cursor: pointer;
    cursor: hand;
    color: #fff;
    font-size: 30px;
    line-height: 0.5;
    text-align: center;
    background: #09aad7;
}
.sidenav #menu-mobile li .mmsm .fa{line-height: 0.9;}
.sidenav #menu-mobile li .sub-menu{display:none;}
.sidenav a {
  padding: 0px 8px 0px 32px;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-decoration: none !important;
}
.sidenav #menu-mobile .sub-menu{
	list-style: none;
    padding: 10px 0px 10px 15px;
    margin: 0px;
	background: #009eca;
}
.sidenav #menu-mobile .sub-menu li{padding: 0px 0px;}
.sidenav #menu-mobile .sub-menu li a{
	font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.sidenav #menu-mobile .sub-menu .sub-menu{}
.sidenav #menu-mobile .sub-menu .sub-menu li{}
.sidenav #menu-mobile .sub-menu .sub-menu li a{}

.sidenav #menu-mobile  .sub-menu li .mmsm{
	font-size: 28px;
    height: 24px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

.woocommerce-result-count,
.woocommerce-ordering {
  display: none !important;
}

.mem-img {
  overflow: hidden;
  margin: 1em 0;
}

.team-members > div{
  padding-bottom:2em;
}
.team-members a:hover h5{
  color:#00bdf2;
}
.team-members {
  padding-top: 2em;
  padding-bottom: 2em;
}
.team-members h6 {
  color: #000;
}
#innerpage-content .h3::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 45%;
  border-bottom: 2px solid #00bdf2;
  left: 0;
  z-index: 0;
}
#innerpage-content .h3 {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 60px 0 30px;
  display: inline-block;
}
#innerpage-content .h3 h3 {
  font-size: 36px;
  color: #4e2683;
  display: inline-block;
  padding: 10px;
  z-index: 1;
  position: relative;
  background-color: #fff;
}
#mainhdr li.menu-item-has-children {
  position: relative;
}
#mainhdr li.menu-item-has-children:hover .sub-menu li{
  display:block!important;
}
#mainhdr li.menu-item-has-children:hover .sub-menu {
  display: block;
  min-width: 200px;
}
#mainhdr .menu-item-has-children > .sub-menu > li > a:hover{
  background-color:#4e2683;
  text-decoration: none;
}
#mainhdr .menu-item-has-children > .sub-menu > li > a{
  color:#fff!important;
}
.sticky #mainhdr .menu-item-has-children > .sub-menu{
  background-color:rgba(0,170,220,0.8);
}
#mainhdr .menu-item-has-children > .sub-menu{
  background-color:rgba(0,170,220,0.8);
}
/*
#mainhdr .menu-item-has-children > .sub-menu .sub-menu a {
  color: #c5c5c5 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 12px !important;
}*/
#mainhdr .menu-item-has-children > .sub-menu .sub-menu {
  position: relative;
}
#mainhdr .sub-menu {
  display: none;
  position: absolute;
  z-index: 1;
  padding: 15px;
  /* background-color: #fff; */
}
.page-template-page-team-member #innerpage-content h5 {
  color: #00bdf2;
}
.page-template-page-team-member #innerpage-content h1 {
  color: #512683;
}

/* #character-curriulum p, */
.bbord,
.team-members h6,
.page-template-page-team-member #innerpage-content h1 {
  font-family: "Aktiv Grotesk", Roboto, Arial, sans-serif;
}

#three-cal .cal-deetz p,
#playmates .slick .slick-slide {
  font-family: "Aktiv Grotesk Medium";
}

#playmates{
    padding-bottom: 85px;
    padding-top: 25px;
}
#playmates .slick-slider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  z-index: 1;
  height: 100%;
}

#playmates .slick-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  z-index: 1;
  height: 100%;
}

#playmates .slick-slider .slick-list {
  margin: 0 -50px;
}
#playmates .slick-slider {
  position: relative;
  overflow: hidden;
}
#playmates .slick .slick-slide {
  text-align: center;
  font-size: 22px;
  color: #b0b0b0;
}

#support-training h4 {
  color: #22beef;
  font-size: 23px;
  margin-top: 24px;
}
#support-training h2 {
  color: #4e2683;
  font-size: 45px;
}
#blueheader h2 {
  color: #fff;
  margin: 0;
  font-size: 44px;
}
#blueheader {
  background-color: #2dc1ef;
  padding: 25px 0;
}

#three-cal .cal-deetz {
}

#three-cal {
  background-color: #f0f0f2;
}
#three-cal .cal-deetz p {
  color: #22beef;
  font-size: 23px;
  line-height: normal;
}
#three-cal .cal-deetz {
  background-color: #fff;
  margin-bottom: 30px;
}
#three-cal .col-12::before {
  content: "";
  background: url(images/calendar-hdr-ico.svg)
    center top no-repeat;
  background-size: 107% auto;
  width: 100%;
  display: inline-block;
  height: 85px;
  position: relative;
  top: 7px;
}
#three-cal h4 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  background-color: #4e2683;
  padding-bottom: 25px;
  /* padding:15px; */
}
#menu-navigation li.current_page_parent > a {
  color: #4e2683 !important;    text-shadow: 0px 0px 1px #4e2683;
}

#discussions .discussion-deets p {
  margin-bottom: 10px;
}

#discussions .discussion-deets::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 103px;
  width: 0;
  height: 0;
  border: 100px solid transparent;
  border-top-color: #f0f0f2;
  border-bottom: 0;
  border-left: 0;
  margin-left: -50px;
  margin-bottom: -100px;
}
#discussions .offset-lg-2 .discussion-deets::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 103px;
  width: 0;
  height: 0;
  border: 100px solid transparent;
  border-top-color: #f0f0f2;
  border-bottom: 0;
  border-right: 0;
  margin-left: -50px;
  margin-bottom: -100px;
}
#discussions .discussion-deets {
  position: relative;
  padding: 53px 58px;
  background-color: #f0f0f2;
}
#discussions .col-12 {
  margin-bottom: 50px;
}
#discussions h4 {
  padding: 10px 58px;
  font-size: 40px;
  color: #4e2683;
}

.ez-chartcol2{}
.ez-chartcol2 h3{}
.ez-chartcol2:after{content:" ";clear:both;display:block;}
.ez-chartcol2 .ezc1{
	max-width: 50%;
    width: 100%;
    float: left;
    padding-right: 20px;
}
.ez-chartcol2 .ezc2{
	max-width: 50%;
    width: 100%;
    float: right;
    padding-left: 20px;
}

#behavioral_measure .ez-chartcol2:after,
.page-template-page-results-physical .ez-chartcol2:after{content:" ";clear:both;display:block;}

#behavioral_measure .ez-chartcol2 .ezc,
.page-template-page-results-physical .ez-chartcol2 .ezc{
    max-width: 50%;
    width: 100%;
    float: left;
    padding: 25px 15px 15px;
	text-align:center;
}
#behavioral_measure .ez-chartcol2 .ezc .ezccontent,
.page-template-page-results-physical .ez-chartcol2 .ezc .ezccontent{
    border: 1px solid #ccc;padding-top:15px;
}
#behavioral_measure .ez-chartcol2 .ezc span,
.page-template-page-results-physical .ez-chartcol2 .ezc span{
	font-weight: 600;
    font-size: 14px;
    padding: 0px 40px;
    display: block;
	text-align:left;
}


.results-subpage{}
.results-subpage h3{
	font-size: 36px;
    color: #4e2683;
    margin-bottom: 20px;
}

#physical_activity_chart{padding: 60px 0px 40px;}
#physical_activity_chart h3{
	font-size: 36px;
    color: #4e2683;
    margin-bottom: 20px;
}
#physical_activity_chart p{    margin-bottom: 25px;}
#physical_activity_chart .ez-chartcol2{
	border-bottom: 2px solid #40cef5;
    padding-bottom: 70px;
}


#teachers_daily_activity{padding:25px 0px 80px;}
#teachers_daily_activity p{margin-bottom:35px;}

.social-content-charts .ezcsolo{
	text-align: center;
    border: 1px solid #ccc;
    padding: 20px 10px;
    max-width: 680px;
    margin: 20px auto;
}
.social-content-charts .ezcsolo.ezc1stchart{
	max-width: 800px;    margin-bottom: 70px;
}
.social-content-charts .ezcsolo.ezc1stchart p{display:none;}
.social-content-charts .ezcsolo h3{}
.social-content-charts .ezcsolo .ec-uv-chart-container{}
.social-content-charts h5{
    font-size: 21px;
    margin-bottom: 30px;
}
#innerpage-content .social-content-charts p{    margin-bottom: 40px;}

#behavioral_measure{padding: 25px 0px 50px;}
#behavioral_measure .custom-container{
	border-top: 2px solid #40cef5;
    padding: 55px 0px 0px;
}
#behavioral_measure h3{
		font-size: 36px;
    color: #4e2683;
    margin-bottom: 20px;
}
#behavioral_measure p{    margin-bottom: 25px;}

#behavioral_measure .ez-chartcol2 .ezc{padding: 25px 15px 15px;;}


.bbord {
  border-top: 2px solid #a3dff9;
  border-bottom: 2px solid #a3dff9;
  width: 100%;
  color: #4e2683;
  font-size: 35px;
  padding: 50px 0;
}

.bg-gray {
  background-color: #f0f0f2;
}

#character-curriulum p {
  font-size: 23.06px;
  color: #4e2683;
  line-height: 44px;
}

.pt-4-5 {
  padding-top: 38px;
}

#quote-section p {
  font-size: 19.45px;
}

#foursteps2 .fs:nth-child(even) .cbtn {
  left: 0;
  right: auto;
}
#foursteps2 .fs:nth-child(even) .row {
  flex-direction: row-reverse;
}
#foursteps2 .fs .container {
  max-width: 874px;
}
#foursteps2 .fs p {
  font-size: 18px;
}
#foursteps2 .fs {
  margin-bottom: 180px;
}
#foursteps2 .top .num {
  font-size: 128.14px;
  color: #fff;
  background-color: rgba(0, 167, 231, 0.8);
  line-height: 142px;
  /* width: 100%; */
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
  position: absolute;
  z-index: 1;
}
#foursteps2 .top h4 {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 36px;
  color: #4e2683;
  font-size: 38px;
  margin-bottom: 0;
}
#foursteps2 .bottom .cbtn:hover {
  background-color: #4e2683;
  color: #fff;
}
#foursteps2 .bottom .cbtn {
  text-transform: uppercase;
  border: 1px solid #4e2683;
  display: inline-block;
  padding: 14px 20px;
  position: absolute;
  right: 0;
  top: 40px;
}
#foursteps2 .bottom::before {
  content: "";
  height: 100%;
  width: 100vw;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #f0f0f2;
}
#foursteps2 .bottom::after {
  content: "";
  height: 100%;
  width: 100vw;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #f0f0f2;
}
#foursteps2 .fs:nth-child(even) .bottom .img {
  text-align: left;
}
#foursteps2 .bottom .img {
  text-align: right;
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
}
body #resourcesection.container{
  max-width:980px;
  margin-top:60px;
  margin-bottom:60px;
}
#resourcesection p{
  font-size:18px;
}
#resourcesection h3{
  color:#4e2683;
  font-size:36px;
  margin-bottom: 15px;
}
.graybg{
  background-color:#f0f0f2;
  margin-bottom:50px;
  padding:45px;
}
.cbtn:hover{
  background: #4e2683;
  color: #fff;
}
.cbtn{
  display: inline-block;
  background: transparent;
  border: 1px solid #4e2683;
  font-size: 18px;
  color: #4e2683;
  padding: 8px 20px 9px;
  font-family: "Aktiv Grotesk Medium";
  margin: 25px 0px 0px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #foursteps2 .bottom .col-lg-7 {
    /* padding-right:30px; */
  }
  #foursteps2 .fs.alte .bottom .col-lg-7 {
    /* padding-left:30px;
    padding-right:15px; */
  }
}
#foursteps2 .bottom .col-lg-7 {
  padding-top: 88px;
}
#foursteps2 .bottom {
  background-color: #f0f0f2;
  position: relative;
  padding-bottom: 15px;
}
#foursteps2 {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  #discussions .col-12{
    margin-bottom:110px;
  }

  #three-cal .col-lg-4 {
    margin: 0 auto;
    max-width: 392px;
  }
  #foursteps2 .fs p {
    text-align: center;
  }

  #foursteps2 .bottom .img {
    position: relative;
    text-align: center !important;
    top: auto;
    margin-top: 15px;
  }
  #foursteps2 .bottom .cbtn {
    position: relative;
    top: auto;
  }

  #foursteps2 .top .num {
    position: relative;
    max-width: 140px;
    width: 100%;
  }
}

@media only screen and (max-width: 1550px) {
  #four-steps-learning .steps-learning .desc p {
    font-size: 24px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1350px) {
  #four-steps-learning .steps-learning .desc {
    padding: 25px 20px;
  }
  #four-steps-learning .steps-learning .desc p {
    font-size: 18px;
  }
  #four-steps-learning .steps-learning .desc a {
    font-size: 16px;
    padding: 12px 20px 12px;
    max-width: 140px;
  }
}
@media only screen and (max-width: 1220px) {
  #header #tophdr,
  #header #mainhdr {
    padding: 0px 25px;
  }
  #home-taglin label {
    padding: 25px 20px;
  }

  .shop #innerpage-content {
    padding: 80px 20px 0px;
  }

  #innerpage-content {
    /* padding: 80px 20px 40px; */
  }

  #innerpage-content .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1155px) {
	#header #mainhdr .menu ul li a {
		font-size: 15px;
		padding: 10px 10px;
	}
}

@media only screen and (max-width: 1085px) {
  #header #mainhdr .menu ul li a {
    font-size: 15px;
    padding: 10px 10px;
  }
  #four-steps-learning .col-steps label {
    background-size: 455px;
    display: inline-block;
    width: 105px;
    height: 105px;
  }
  #four-steps-learning .col-steps.step2 label {
    background-position: -115px 0px;
  }
  #four-steps-learning .col-steps.step3 label {
    background-position: -233px 0px;
  }
  #four-steps-learning .col-steps.step4 label {
    background-position: -350px 0px;
  }

  #recess-benefits .status-bars .status-bar {
    float: none;
    text-align: right;
    margin: 0px auto;
  }
  #recess-benefits .status-bars .status-label {
    float: none;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 990px) {
	#header{height: auto !important;}
	#header #mainhdr .menu {
	display: none;
	}
	#header #mainhdr #logo{
	float: left;
	width: 100%;
	height: 100%;
	max-width: 90px;
	margin: 12px 0px;
	}
	.mmenu {
	display: block;
	margin: 20px 0px 0px;
	}
	#mainhdr .col-md-3 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	}
	#four-steps-learning .steps-learning .desc p {
	font-size: 16px;
	}
	
	#become-liink .become-liink-desc {
	padding: 30px 40px 30px 40px;
	}
	#become-liink .become-liink-desc a.cbtn {
	font-size: 16px;
	padding: 15px 25px 15px;
	}
	
	.wac-form .delformat{
		display: block;
		text-align: center;
	}
	.wac-form .datepicker-group {
		text-align: center;
		padding-top: 0px;
		padding-bottom: 20px;
	}
	
	#buy-a-book .shop-link-products-copy label {
		font-size: 65px;
	}
	#buy-a-book .shop-link-products-copy label span {
		font-size: 30px;
	}
	
	#buy-a-book .shop-link-products-copy {
		max-width: 350px;
		margin: auto;
	}
	
}

@media only screen and (max-width: 920px) {
	#four-steps-learning .steps-learning .desc {
	padding: 18px 20px;
	}
	
	#four-steps-learning .steps-learning .desc p {
	font-size: 15px;
	margin: 0px 0px;
	font-family: "Aktiv Grotesk";
	}
	
	#four-steps-learning .steps-learning .desc a {
	font-size: 16px;
	padding: 10px 20px 10px;
	max-width: 140px;
	margin: 15px auto;
	}
	
	#innerpage-tagline {
	padding: 0px 20px;
	}
	#liinkproject {
	padding: 40px 20px 60px;
	}
	.search-news {
	padding: 0px 20px;
	}
	.news-list {
		padding: 0px 10px;
	}
	#homebanner .slick-slide{background-position: top center;}
	
}

@media only screen and (max-width: 850px) {
	#four-steps-learning .col-steps {
		float: left;
		width: 50%;
		text-align: center;
	}
	#four-steps-learning .steps-learning .desc p {
		font-size: 24px;
		margin: 0px 0px;
		font-family: "Aktiv Grotesk";
	}
	
	#four-steps-learning .steps-learning .desc {
		padding: 15% 20px;
	}
	
	#four-steps-learning .steps-learning .desc a {
		font-size: 18px;
		padding: 10px 25px 10px;
		max-width: 160px;
		margin: 20px auto;
	}
	
	#innerpagebanner .inner-page-banner-content {
		min-height: 350px;
	}
	
	#innerpagebanner .inner-page-banner-content h1 {
		padding: 3% 20px 5%;
	}
	#innerpagebanner .inner-page-banner-content .bhdrtitle {
		position: absolute;
		bottom: -30px;
		width: 100%;
	}
	
	#calendar-of-events .col-md-6 {
		float: none;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.monthcalendar {
		margin-bottom: 40px;
	}
	.news-list .news-articles li {
		float: left;
		width: 50%;
		padding: 0px 12px;
		margin-bottom: 25px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#buy-a-book .shop-link-products-copy label {
		font-size: 46px;
		line-height: 1.1;
	}
	#buy-a-book .shop-link-products-copy label span {
		font-size: 22;
	}
}

@media only screen and (max-width: 768px) {
	#foursteps2 .fs {
		margin-bottom: 90px;
	}
	#header #tophdr .align-items-center {
		-ms-flex-align: left !important;
		align-items: left !important;
	}
	#header #mainhdr #logo {
		max-width: 150px;
	}
	#header #tophdr .top-option-links {
		display: block !important;
	}
	
	#header #tophdr #tophdr_logo {
		float: left !important;
		width: 85px;
		display: inline-block;
	}
	#header #tophdr #tophdr_menu a.text-light {
		display: none;
	}
	#header #tophdr #tophdr_menu {
		float: right !important;
		display: inline-block;
		width: 70px;
		clear: none;
	}
	#header #tophdr #tophdr_menu a.cart-counter {
		padding: 0px 0px;
	}
	
	#homebanner .join-the-movement h2 {
		font-size: 42px;
	}
	#home-taglin .custom-container {
		padding: 125px 0px 50px;
	}
	#four-steps-learning .col-steps {
		float: left;
		width: 50%;
		text-align: center;
	}
	#home-taglin label {
		padding: 25px 20px;
	}
	.page-id-21 #become-liink .become-liink-desc h2 {
		font-size: 36px;
		line-height: 120%;
	}
	#liink-staffs .staffs-desc{margin-bottom: 40px;}
	
	#become-liink .become-liink-desc {
		padding: 45px 25px 40px 25px;
	}
	
	#calendar-of-events h2 {
		font-size: 42px;
	}
	.page-template-page-become-a-liink-school #blspips{text-align: center;}
	.page-template-page-become-a-liink-school #blspips h4 {
		margin: 15px 0px 15px;
	}
	.contact-us #innerpage-content .wpcf7 input[type="submit"]{
		font-size: 15px;
		padding: 12px 14px 12px;
		width: 100%;
	}
	
	#newsletterform .newsletter-form {
		padding: 0px 20px;
	}
	
	#buy-a-book .buy-a-book-desc {
		padding: 15px 10px;
		text-align: center;
	}
	#buy-a-book .buy-a-book-desc h2 {
		font-size: 28px;
	}
	
	#footer .footer-top .footer-widget a {
		display: block;
		text-align: center;
		margin-bottom: 15px;
	}
	#footer .footer-top .widget1 a.cbtn{float:none !important;}
	#homebanner .join-the-movement p {
		float: none;
		width: 100%;
	}
	#homebanner .join-the-movement .cbtn {
		display: inline-block;
		float: none;
		margin-top: 10px;
		margin-left: 0px;
		margin-bottom: 15px;
	}
	#buy-a-book .shop-link-products-copy label {
		font-size: 65px;
	}
	#buy-a-book .shop-link-products-copy label span {
		font-size: 30px;
	}
	.news-list .news-articles li {
		float: none;
		width: 100%;
		padding: 0px 12px;
		margin-bottom: 25px;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	body .news-list .news-content .newsfimg img {
		min-height: auto;
		width: 100%;
	}
	#homebanner .join-the-movement .learnhow {
		float: none;
		width: 100%;
		position: relative;
		top: 50px;
	}
	#homebanner .join-the-movement h2 {
		position: relative;
		top: -90px;
		text-align: center;
	}
	
	#recess-benefits .status-graph .status-bars {
		display:none;
	}
	#character-curriulum p {
		font-size: 19px;
		color: #4e2683;
		padding: 0px 20px 0px;
		line-height: 180%;
		text-align: center;    width: 100%;
	}
	.page-template-page-playbreaks #character-curriulum p {
		padding: 30px 20px 40px;
	}
	.page-template-page-playbreaks #innerpage-content {
		padding: 25px 20px 0px;
	}
	
	#footer .footer-top .footer-widget {
	margin-bottom: 20px;
	padding: 0px 20px;text-align: center;
	}
	
	#footer .footer-top .widget2,
	#footer .footer-top .widget3 {
	text-align: center;
	}
	
	#footer .footer-top .align-right {
	text-align: center;
	margin-bottom: 15px;
	}
	
	#footer .footer-bot p {
	padding: 0px 20px;
	}
	
	#innerpagebanner .inner-page-banner-content h1 {
	padding: 25px 20px 60px;
	}
	
	#innerpage-content .content {
	padding: 40px 20px 25px !important;
	}
	#innerpage-content {
	padding:25px 0px 0px;
	}
	
	#innerpage-tagline .custom-container h2 {
	padding: 40px 20px 45px;
	}
	#liinkproject {
	padding: 5px 20px 40px;
	}
	#liinkproject img {
	margin: 25px 0px 30px;
	}
	
	#rate-counter .about-ctr {
	text-align: center;
	margin-bottom: 40px;
	}
	
	#rate-counter {
	padding: 50px 0px 20px;
	}
	
	.contact-us #innerpage-content .custom-border-right {
	padding: 0px 15px 0px 10px;
	width: 50%;
	margin-top: 25px;
	}
	
	.contact-us #innerpage-content .custom-border-left {
	border-left: 1px solid #ccc;
	padding: 0px 0px 0px 15px;
	width: 50%;
	margin-top: 25px;
	}
	
	.news-list {
	max-width: 480px;
	margin: 0px auto;
	}
	.news-list .news-articles li {
	float: none;
	width: 100%;
	padding: 0px 12px;
	margin-bottom: 25px;
	}
	.news-list .news-articles li .news-copy {
	height: initial;
	}
	
	.search-news #s {
	float: none;
	width: 100%;
	max-width: 480px;
	margin: 0px auto;
	display: block;
	}
	.search-news #searchsubmit {
	display: block;
	margin: 10px auto;
	text-align: center;
	float: none;
	width: initial;
	}
	
	.shop #innerpage-content .products {
	padding: 0px 25px;
	}
	
	#support_the_movement {
	padding: 40px 0px 40px;
	}
	
	#support_the_movement .the_movement {
	padding: 0px 25px;
	}
	#support_the_movement h2 {
	font-size: 42px;
	margin: 0px 0px 10px;
	}
	
	#innerpagebanner .inner-page-banner-content {
	min-height: 299px;
	}
	
	.shop #innerpagebanner h1 {
	font-size: 32px;
	padding: 25px 20px 50px;
	margin-top: -85px;
	}
	.single-product #innerpagebanner {
	margin-bottom: 65px;
	}
	.single-product #innerpagebanner h2 {
	font-size: 32px;
	padding: 25px 20px 50px;
	margin-top: -125px;
	}
	.single-product .product-img {
	border-right: 1px solid #ccc;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 0px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	}
	.single-product .product-content {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 0px;
	margin-top: 25px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	}
	.single-product .product-overviews {
	padding: 0px 20px !important;
	}
	.single-product .product-overviews .product-ov {
	padding: 0px 0px !important;
	float: none;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	}
	
	#page-block-fproducts .rltdfproducts .product {
	float: none;
	width: 100%;
	padding: 0px 12px;
	margin: 0px auto 20px;
	max-width: 365px;
	}
	
	#page-block-fproducts .rltdfproducts .product a {
	display: block;
	}
	
	#homebanner .join-the-movement {
	padding: 25px 20px;
	}
	
	#four-steps-learning {
	padding: 0px 20px;
	}
	
	#result_engsection {
	margin-top: 50px;
	}
	
	#CSP_section {
		padding-bottom: 10px;
	}
	
	#result_healthection li,
	#result_engsection .column2 ul {
		padding: 0px 20px 0px 40px;
		width: 100%;
		float: none;
		height: initial;
	}
	
	#CSP_section .featimg{display:none;}
	#CSP_section .show-m{display:inline-block;}
	
	#CSP_section .csp-content {
		width: 100%;
		float: none;
		padding: 0px 25px;
	}
	#CSP_section .csp-content h2 {
		margin: 0px 0px 35px;
	}
	#CSP_section .CSP_section-container:before {
		height: 95px;
	}
	#CSP_section .CSP_section-container {
		position: relative;
		padding-top: 30px;
	}
	
	#CSP_section .csp-content p {
		margin-bottom: 28px;
	}
	
	#intervention_comparison .statistics {
		margin: 40px 0px 0px;
	}
	
	#AFSM-chart {
		text-align: center;
		padding: 60px 20px 40px;
	}
	#AFSM-chart .ez-chartcol2 .ezc {
		max-width: 100%;
		width: 100%;
		float: none;
		padding: 20px 10px;
		text-align: center;
	}
	#behavioral_measure .custom-container {
		padding: 55px 20px 0px;
	}
	#behavioral_measure .ez-chartcol2 .ezc, .page-template-page-results-physical .ez-chartcol2 .ezc{
		max-width: 100%;
		width: 100%;
		float: none;
		padding: 20px 5px;
	}
	#intervention_comparison {
		padding: 10px 0px 55px;
	}
	#intervention_comparison .statistics h3 {
		margin: 0px 0px 5px;
	}
	#physical_activity_chart {
		padding: 45px 20px 30px;
	}
	#teachers_daily_activity {
		padding: 25px 20px 40px;
	}
	#wac .become-liink-desc{
		padding: 40px 20px 40px 20px;
	}
	#wac .become-liink-desc h2 {
		font-size: 32.13px;
		margin: 0px 0px 20px;
	}
	#wac .become-liink-desc ul {
		padding: 0px 0px 0px 20px;
		font-size: 18px;
	}
	.page-section.mt-5, .page-section.my-5 {
		margin-bottom: 1rem !important;
		margin-top: 0rem !important;
	}
	.wac-form {
		padding-bottom: 25px;
	}
	.wac-form h2 {
		color: #4e2683;
		margin: 15px 0px 20px;
	}
	.wac-form .pb-4, .wac-form .py-4{
		padding-bottom: 10px !important;
		padding-top: 10px !important;
	}
}

@media only screen and (max-width: 620px) {
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }
  
  .contact-us #innerpage-content .custom-border-right{
	width: 100%;
    float: none;
  }

  #homebanner .join-the-movement .cbtn {
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    padding: 12px 20px 12px;
  }

  #homebanner .join-the-movement h2 {
    font-size: 32px;
  }
  #home-taglin label {
    padding: 25px 20px;
    font-size: 32px;
    line-height: 120%;
  }

  #four-steps-learning .col-steps {
    float: none;
    width: 100%;
    text-align: center;
  }

  #become-liink .become-liink-desc {
    padding: 45px 20px 40px 20px;
    text-align: center;
  }

  #four-steps-learning .steps-learning .desc p {
    font-size: 32px;
    padding: 45px 25px 0px;
  }
  .wac-form .datepicker-fields .wdate1,
  .wac-form .datepicker-fields .wdate2,
  .wac-form .datepicker-fields .wdate3 {
		display: block;
		float: none;
		width: 100%;
		padding: 0px 10px;
		text-align: center;
	}
	.wac-form .datepicker-fields input {
		max-width: 300px;
	}
	
	.monthcalendar .tmscroller{
	overflow-x: scroll;
    padding-bottom: 15px;
	}
	
	#homebanner .join-the-movement h2 {
		top: -75px;
	}
	#newsletterform .newsletter-form .nhalf .wpcf7-form-control-wrap {
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width: 580px) {
  #newsletterform form input[type="submit"] {
    margin-top: 10px;
  }
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 420px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }

  .monthcalendar {
    display: none;
  }

  .smwrappercontent {
    overflow: hidden;
    position: relative;
    max-height: 170px;
  }
}
.max-890{
  max-width:890px!important;
}

#innerpage-content .fourpdfs.PDF-group h4,
#innerpage-content .fourpdfs.Books-group h4{font-size:18px;margin: 10px 0px 40px;}

.fourpdfs.PDF-group{
	border-bottom: 1px solid #0fc0f2;
    padding-bottom: 2em;
    margin-bottom: 4em;
}
.fourpdfs h4  {
  font-size:19px;
  margin-top:30px;
  margin-bottom:30px;
}

.become-a-liink-school #innerpage-content{
	padding: 80px 0px 20px;
}
.community-support #innerpage-content,
.parent-support #innerpage-content,
.school-support #innerpage-content{
  padding-top:120px;
  padding-bottom:30px;
}

.parent-support .fourpdfs .block-01,
.parent-support .fourpdfs .block-02,
.parent-support .fourpdfs .block-03,
.parent-support .fourpdfs .block-04{
    border-bottom: 1px solid #0fc0f2;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
}
.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.smlbigh3 span{
  font-size: 26px;
}
.smlbigh3{
  color:#4e2683;
  font-size:40px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 100%;
  width:100%;
}
.videofull{
  display:flex;
  align-items: center;
  justify-content: center;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videofull a:hover{
  opacity: 0.8;
}
.imgcon img{
  object-fit: cover;
  object-position: 0 0;
  min-height:170px;
}
.imgcon{
  overflow: hidden;
  height:170px;
  width:170px;
}
#blspips h4{
  color:#4e2683;
  font-size: 18px;
}
#blspips{    padding-top: 30px;}
#blspips .container:last-child{
	margin-top: 4rem!important;
    margin-bottom: 4rem!important;
}

#blsform .wpcf7-form ::-webkit-input-placeholder { /* Edge */
  color: #929291;
}
#blsform .wpcf7-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #929291;
}
#blsform .wpcf7-form ::placeholder {
  color: #929291;
}
#blsform .wpcf7-form{
	padding-bottom: 30px;
}
#blsform form .row>div{
	padding-left:6px;
	padding-right:6px;
	font-size: 20px;
	color: #929291;
}
#blsform form .row{
  margin-left:-6px;
  margin-right:-6px;

}
#blsform .cbtn{
  text-transform: uppercase;padding: 18px 28px;border: 1.5px solid #4e2683;
}
#blsform .container{
  max-width:1000px;
}
#blsform textarea,
#blsform input[type="email"],
#blsform input[type="text"]{
	width: 100%;
    padding: 14px 20px;
    background-color: #f5f5f5;
    margin-bottom: 12px;
    border: 0;
    font-size: 20px;
    line-height: 100%;
}
#blsform textarea{
	color: #929291;
	padding: 18px 20px;
    max-height: 160px;
    resize: none;
}
#blsform select{
    width: 100%;
    padding: 12px 55px 12px 20px;
    background: #f5f5f5 url(images/bcm-a-link-arrow.png) no-repeat 95% center;
    margin-bottom: 12px;
    border: 0;
    font-size: 20px;
    -webkit-appearance: none;
    display: block;
    color: #929291;
}
#blsform .wpcf7-radio .wpcf7-list-item.first{margin-left:0px;}
#blsform .wpcf7-radio label{cursor: pointer;cursor: hand;}
#blsform .wpcf7-radio .wpcf7-list-item-label {
    position: relative;
    padding: 0px 0px 0px 25px;
}
#blsform .wpcf7-radio .wpcf7-list-item-label:before{
	content: " ";
    border: 1px solid #929291;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 20px;
    box-shadow: 2px 0px 0px 0px #929291;
    margin-right: 5px;
    position: absolute;
    top: 6px;
    left: 0px;
}
#blsform .wpcf7-radio .wpcf7-list-item-label:after{content:" ";}
#blsform .wpcf7-radio input[type="radio"]{display:none;}
#blsform .wpcf7-radio input[type=radio]:checked ~ span:before{
	border: 1px solid #929291;
    background: #02b2e3;
}

#blsform .wpcf7-not-valid-tip{display:none !important;}
#blsform .wpcf7-not-valid{border:1px solid #f44336 !important;}
#blsform .wpcf7-radio.wpcf7-not-valid{
	border: none !important;
    border-bottom: 1px solid #F44336 !important;
}