* {
	padding: 0;
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	outline: none;
}
a {
	outline: none;
	transition: all 0.2s;
/*	color: #4dbee9;*/
	color: #004b87;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 18px;

}

h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	font-size: 22px;
	/*line-height: 30px;*/
	margin-top: 5px;
	margin-bottom: 15px;
}
h3 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 5px;
}
h4 {
	font-weight: 600;
	font-size: 16px;
}

h6 {
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	margin-bottom: 15px;
}

p {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
}
strong {
	font-weight: 600;
}

#preloader  {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;

 }

#status  {
     width: 80px;
     height: 80px;
     position: absolute;
     left: 50%;
     top: 50%;
     margin: -40px 0 0 -40px;
 }


/* Back to Top */

#BTT_button {
  display: inline-block;
  background-color: rgba(77, 190, 233, 1.0);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 80px;
  right: 10px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 4;

  background-image:url('../img/up.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 45%;

}

#BTT_button::after {
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#BTT_button:hover {
  cursor: pointer;
  background-color: rgba(77, 190, 233, 0.8);
}
#BTT_button:active {
}
#BTT_button.show {
  opacity: 1;
  visibility: visible;
}

/* site regular button */

.siteBTN_container {
	display: flex;
}

.siteBTN a {
	font-size: 17px;
	text-decoration: none;
	background-color:rgba(251,68,69,1.0);
	color: white;
	display: inline-block;
	padding: 13px;
	border-radius: 4px;
}
.siteBTN a:hover {
	background-color:rgba(251,68,69,0.7);
}


/* siteHeaderSecure ------------------------------------------------------ */

#siteHeaderSecure {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 40px;
	background-color: #004b87;
	color: white;
}


/* hamburger menu */

/*.icon_menu {
	display: none;
}
*/
/* ---------------------------------------------------------------- */

/* Client Login nav */

.clientFormContainer {
	max-width: 500px;
}
.clientNavWrap {
}
#clientLogo {
	width: 20%;
}
#clientNav {
	width: 80%;
}
#clientNav ul {
	list-style: none;
	display: flex;
	justify-content: right;
}
#clientNav ul li {
	font-size: 15px;
}
#clientNav ul li a {
	text-decoration: none;
	font-size: 15px;
	color: white;
	margin-left: 18px;
}
#clientNav ul li a:hover {
	text-decoration: underline;
}


/* BOF  OJAMBO APPENDED STYLES */
body.ctc_secure_login ul.pagination {
	margin-top: 20px;
	text-align: center;
}

body.ctc_secure_login ul.pagination li {
	display: inline-block;
}
body.ctc_secure_login ul.pagination li a,
body.ctc_secure_login ul.pagination li li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	background-image: none;
	border: none;
	background-color: rgba(191, 191, 191, 1.0);
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 13px;
	padding-right: 13px;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
	color: white;
}
body.ctc_secure_login ul.pagination li a:hover,
body.ctc_secure_login ul.pagination li li a:hover {
	background-color: rgba(191, 191, 191, 0.85);
}

body.ctc_secure_login ul.pagination li.active a, 
body.ctc_secure_login ul.pagination li.active a {
	background-color: #004b87;
	color: white;
}

body.ctc_secure_login #secure_upload {
	/*padding-top: 20px;*/
	text-align: left;
}
body.ctc_secure_login #secure_upload form {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	border: solid 1px #a0a0a0;
	/*padding: 40px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	/*padding-left: 40px;*/
	padding-right: 40px;
	color: #464646;
	text-align: center;
	margin-bottom: 40px;
}
body.ctc_secure_login #secure_upload form.over,
body.ctc_secure_login #secure_upload form:hover {
	background-color: #f1f1f1;
}
body.ctc_secure_login #secure_upload form .box__icon {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	fill: #01137f;
	display: block;
	margin-bottom: 20px;
}
body.ctc_secure_login #secure_upload form .box__file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
body.ctc_secure_login #secure_upload form .box__file + label {
	color: white;
	max-width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #7c7c7c;
	font-size: 12px;
}
body.ctc_secure_login #secure_upload form .box__dragndrop {
    display: inline;
}
body.ctc_secure_login #secure_upload form .box__button {
	text-transform: none;
	-webkit-appearance: button;
	cursor: pointer;
	border: none;
	font-weight: 700;
	color: #e5edf1;
	background-color: #67b23c;
	/*display: none;*/
	padding: 8px 16px;
	margin: 40px auto 0;
}
body.ctc_secure_login #secure_upload form .box__uploading {
	font-style: italic;
}
body.ctc_secure_login #secure_upload form .box__uploading ol {
	list-style: none;
}
body.ctc_secure_login #secure_upload form .box__uploading .file-list li {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 10px;
	background-color: white;
	text-align: left;
	font-size: 11px;
}
body.ctc_secure_login #secure_upload form .box__uploading .file-list li:nth-child(even) {
	background-color: #d8d8d8;

}
body.ctc_secure_login #secure_upload form .box__uploading .progress-bar-container .progress-bar {
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	background: #93cb47;
}
body.ctc_secure_login #secure_upload form .box__uploading .progress-bar-container-error .progress-bar {
	background-color: #f36c4e;
}

div#wrapper_global h4.red {
	color: red;
	margin-bottom: 5px;
}


/* EOF  OJAMBO APPENDED STYLES */



/* productBar ----------------------------------------------------- */


#productBar {
	position: fixed;
	top: 40px;
	z-index: 8;
	width: 100%;
	height: 6px;
}
.pBColor {
	background-color: #ffa84d;
}
.pBCognitive {
	background-color: #a0d263;
}

.pBAdult {
	background-color: #f077c5;
}

.pBCustom {
	background-color: #4dbee9;
}

/* -------------------------------------------------------------- */



.pageWrap, .navPageWrap, .carouselPageWrap, .clientNavWrap {
	width: 94%;
	height: 100%;
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: center;
}

/* ------------------------------------------------------------- */
/*.top_menu {
	display: initial;
}
*/
/* CTC logo */

/*#mainLogo {
	flex-grow: 1;
}
#mainLogo img {
	width: 100%;
	width: 43px;
	display: flex;
	align-items: center;
}

#mainLogoMobile {
	display: none;
}

#mainNav {
	flex-grow: 9;
	align-self: flex-end;
}
#mainNav nav ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
}
#mainNav nav ul li a {
	text-decoration: none;
	display: block;
	font-size: 15px;
	color: white;
	padding-bottom: 4px;
	margin-left: 18px;
	border-bottom: 6px solid #004b87;
}
*/

/********** Achievement ************/
/* Hover */
/*#mainNav nav ul li:nth-child(1) a:hover {
	border-bottom: 6px solid  #ffa84d;
	color: #ffa84d;
}
*//* Active */
/*body.page-achievement #menu-main-nav li.current-menu-item a,
body.page-achievement #menu-main-nav li.current-page-ancestor a {
	border-bottom: 6px solid  #ffa84d;
}
*/
/********** Cognitive ************/
/* Hover */
/*#mainNav nav ul li:nth-child(2) a:hover {
	border-bottom: 6px solid  #a0d263;
	color: #a0d263;
}
*//* Active */
/*body.page-cognitive #menu-main-nav li.current-menu-item a,
body.page-cognitive #menu-main-nav li.current-page-ancestor a {
	border-bottom: 6px solid  #a0d263;
}
*/
/********** Adult Literacy Numeracy ************/
/* Hover */
/*#mainNav nav ul li:nth-child(3) a:hover {
	border-bottom: 6px solid  #f077c5;
	color: #f077c5;
}
*//* Active */
/*body.page-adult-literacy-numeracy #menu-main-nav li.current-menu-item a,
body.page-adult-literacy-numeracy #menu-main-nav li.current-page-ancestor a {
	border-bottom: 6px solid  #f077c5;
}
*/
/********** Custom Services ************/
/* Hover */
/*#mainNav nav ul li:nth-child(4) a:hover {
	border-bottom: 6px solid  #4dbee9;
	color: #4dbee9;
}
*//* Active */
/*body.page-custom-services #menu-main-nav li.current-menu-item a,
body.page-custom-services #menu-main-nav li.current-page-ancestor a {
	border-bottom: 6px solid  #4dbee9;
}
*/

/*#mainOther {
	display: flex;
	justify-content: right;
	align-items: center;
	flex-grow: 1;
	margin-left: 15px;
}


#mainOther img {
	width: 15px;
	cursor: pointer;
	vertical-align: middle;
}
.bagIcon {
	margin-left: 20px;
	position: relative;
}

.bagNumber {
	font-size: 12px;
	text-align: center;
	background-color: #fb4445;
	padding: 3px;
	border-radius: 35%;
	position: absolute;
	top: -5px;
	right: -12px;
}
*/

/* homeLinks */

/*#homeLinks {
	position: absolute;
	z-index: 11;
	top: 0;
	width: 100%;
	height: 100vh;
	display: none;
}

#homeLinksDropdown, #homeLinksOverlay {
	position: fixed;
}
#homeLinksDropdown {
	z-index: 2;
	background-color: white;
	margin: 0;
	width: 96%;
	max-width: 946px; 
	top: 6px;
	left: 50%;
	transform: translate(-50%);
	border-radius: 3px;
}
#homeLinksOverlay {
	z-index: 1;
	width: 100%;
	height: calc(100vh - 40px);
	top: 40px;
	background: rgba(0, 0, 0, 0.7); 
}
#homeLinksDropdownInner {
	padding: 10px;
}

#homeLinksBar {
	width: 100%;
}

#barIcon, #barSearch, #barClose {
	display: inline-block;
	margin-left: -4px;
}

#barIcon {
	width: 2.5%;

}
#barIcon img {
	width: 14px;
}

#barSearch {
	width: 95.5%;
}

#barSearch input {
	border: none;
	outline: none;
	width: 100%;
	height: 25px;
	font-size: 17px;
	color: #7d7d7d;

}

#barClose {
	width: 2%;
	cursor: pointer;
	text-align: right;
}
#barClose img {
	width: 14px;
}

#homeLinksNav {
	margin-top: 15px;
	color: #004b87;
}
#homeLinksNav nav {
	margin-top: 5px;
}
#homeLinksNav nav ul {
	list-style: none;
}
#homeLinksNav nav ul li {
}
#homeLinksNav nav ul li:first-child {
	margin-top: 10px;
}
#homeLinksNav nav ul li:last-child {
	margin-bottom: 3px;
}

#homeLinksNav nav ul li a {
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
	text-decoration: none;
	color: #004b87;
	font-size: 14px;
}
#homeLinksNav nav ul li a:hover {
	border-left: 5px solid #00a2df;
	padding-left: 5px;
}
*/
/* ------------------------------------------------------------------------ */

/* Product nav */

#productNav {
	display: flex;
	width: 94%;
	height: 100%;
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
	margin-top: 60px;
	margin-bottom: 15px;
}


#productNavLogo, #productNavItems {
	display: flex;
	/*align-items: stretch;*/
}
#productNavLogo {
	flex-grow: 2;
}
#productNavLogo img {
	display: block;
	margin: 0 auto;
	max-width: 125px;
}
#productNavItems {
	flex-grow: 8;
	justify-content: flex-end;
}
#productNavItems nav ul {
	display: flex;
	list-style: none;
}
#productNavItems nav ul li a {
	text-decoration: none;
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: black;
	padding: 8px;
}

/*body.page-multiple-choice #productNavItems li.current-menu-item a,*/
#productNavItems nav ul li.current-page-ancestor a, 
#productNavItems nav ul li.current-menu-item a,
#productNavItems nav ul li a:hover, #productNavItems nav ul li.activeProduct a {
	background-color: #004b87;
	color: white;
}



/* product carousel */

.sticky {
  position: fixed;
  z-index: 7;
  top: 46px;
  width: 100%;

	box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.3);  
}

#productCarousel {
	width: 100%;
	height: 105px;
	background-color: rgba(77,190,233,0.3);
}

.CarouselBG_1 {
	/*background-color: rgba(255, 168, 77, 0.25);*/
	background-color: rgba(255, 233, 210, 1.0);
}
.CarouselBG_2 {
	/*background-color: rgba(160, 210, 99, 0.3);*/
	background-color: rgba(226, 241, 208, 1.0);
}
.CarouselBG_3 {
	/*background-color: rgba(240, 119, 197, 0.25);*/
	background-color: rgba(251, 221, 240, 1.0);
}
.CarouselBG_4 {
	/*background-color: rgba(77, 190, 233, 0.25);*/
	background-color: rgba(210, 239, 249, 1.0);
}


.productSlider {
	width: 100%;
	height: 105px;
	text-align: center;
}
.carouselHover {
	height: 105px;
}
.carouselHover a {
	display: inline-block;
	width: 100%;
	height: inherit;
}

.carouselHover a:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

/*
.slick-slide.slick-current.slick-active .carouselHover a,
a.currentCarousel:link {
	background-color: rgba(255, 255, 255, 1.0);
}
*/

/*
.slick-slide.slick-current.slick-active .carouselHover a.currentCarousel, {
	background-color: rgba(255, 255, 255, 1.0);
}
*/

.slick-slide.slick-active .carouselHover a.currentCarousel:link {
    background-color: rgba(255, 255, 255, 1.0);
}


.productSlider div a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

.sliderIcon {
	width: 45px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px;
	margin-bottom: 10px;
}
.sliderIcon img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: center;
	transform-origin: center top;
}
.sliderText {
	font-size: 12px;
	color: #004b87;
	padding-left: 5px;
	padding-right: 5px;
}

#pageProductContenWrap {
	width: 94%;
	height: 100%;
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 50px;
	align-items: center;
}
#pageProductContenWrap h2 {
	/*color: #004b87;*/
	color: #4dbee9;	
}

.wp-video { width: 100% !important }
.wp-video video { width: 100% !important; height: 100% !important; }


/* pageContenWrap */

#pageContenWrap h1, #pageContenWrap h2, #pageContenWrap h3, #pageContenWrap h4, #pageContenWrap h5 {
	/*color: #004b87;*/
	color: #4dbee9;
}

#pageContenWrap {
	width: 94%;
	height: 100%;
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 75px;
	margin-bottom: 50px;
	align-items: center;
}
#pageContenWrap video {
	width: 100%;
}

.imgFloatLeft img {
	float: left;
	margin-right: 5px;
}

#pageContenWrap ul, #pageProductContenWrap ul, #pageContenWrap ol, #pageProductContenWrap ol {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#pageContenWrap ul li, #pageProductContenWrap ul li, #pageContenWrap ol li, #pageProductContenWrap ol li {
	margin-bottom: 5px;
}
#pageContenWrap ul ul, #pageProductContenWrap ul ul, #pageContenWrap ol ol, #pageProductContenWrap ol ol {
	margin-top: 5px;
}

/* downloadContainer */

.downloadContainer {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.downloadContainer section {
	margin-bottom: 10px;
	padding: 5px;
}

.downloadContainer section:hover {
	background-color:rgba(77,190,233,0.15);
}

.dlOS, .dlDiscript, .dlLink {
	display: inline-block;
	vertical-align: middle;
	padding: 8px;
}

.dlOS {
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	width: 15%;
	color: #004b87; /* 4dbee9  004b87 */
}

.dlDiscript_1 {
	font-weight: 600;
}
.dlDiscript_2 {
	font-weight: 300;
}

.dlDiscript {
	font-size: 15px;
	width: 45%;
	padding-right: 50px;
}
.dlLink {
}

/* disclaimer */

.disclaimer {
	margin-top: 10px;
	font-size: 12px;
}

/* Site download links */


.siteDownloadLinks {
	width: 100%;
	margin-bottom: 3.5%;
}

.siteDownloadLinks a {
	display: block;
	padding: 10px;
	margin-bottom: 8px;
	background-color:rgba(215,215,215,0.3);
	text-decoration: none;
	color: #004b87;
	/* 4dbee9 */
}

.siteDownloadLinks a:hover {
	background-color:rgba(215,215,215,0.5);
}

.siteDownloadLinks a:last-child {
	margin-bottom: initial;
}
.siteDocLink a {
	padding-left: 37px;
	background-image:url('../img/link_doc.svg');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 18px;
}

.siteVideoLink a {
	padding-left: 37px;
	background-image:url('../img/link_vid.svg');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 20px;
}

/* Table Styling */


.tableMain {
  font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 16px;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 3.5%;
}

.tableMain td, .tableMain th {
  padding: 8px;
}

.tableMain td, .tableMain th {
	border-right: 5px solid white;
}

.tableMain th:last-child, .tableMain td:last-child {
	border-right: initial;
}

.tableMain tr:nth-child(even){
	background-color: rgba(210, 239, 249, 0.45);
}

.tableMain tr:hover {
	/*background-color:rgba(215,215,215,0.5);*/
}

.tableMain th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #004b87 !important;
  color: white !important;
}

/*  colHeader  */

.colHeader {
	width: 100%;
	text-align: center;
	background-color: #004b87;
	padding-top: 15px;
	padding-bottom: 15px;
}

.colHeader h4 {
	color: white;
	font-weight: normal;
}

.colHeader h2 {
	font-size: 28px;
	color: #4dbee9;
	text-transform: uppercase;
}

/* accordTitles */

.accordTitles {
	width: 100%;
	display: flex;
	margin-top: 15px;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	font-size: 13px;
}

.accordTitlesCol {
	width: 50%;
}

.accordTitlesCol:first-child {
	text-align: left;
}

.accordTitlesCol:last-child {
	text-align: right;
}


/* accordVideoLinks */
#pageProductContenWrap .accordVideoLinks ul {
	margin-left: initial;
}

.accordVideoLinks {
	width: 100%;
	display: flex;
	margin-top: 10px;
	margin-bottom: 5px;
}

.accordVideoLinks ul {
	list-style: none;
	width: 100%;
}

.accordVideoLinks ul li {
	display: inline-block;
	width: 100%;
	background-image:url('../img/link_vid.svg');
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.accordVideoLinks ul li:hover {
	background-color:rgba(215,215,215,0.2);
}

.accordVideoLinks ul li a {
	text-decoration: none;
	color: #004b87;
	padding-left: 28px;
	font-size: 15px;
}

.accordVideoLinks ul li a:hover {
	text-decoration: underline;
}

.accordVideoLinks ul li img {
	float: right;
	width: 18px;
	padding-right: 5px;
}



/* Main Accordion */


section .accordHeader {
  overflow: hidden;
  margin: 0;
  padding: 8px;
  cursor: pointer;
  font-family: 'Roboto Slab', serif;
	font-size: 16px;
	transition: all 0.2s;
}

section:nth-child(odd) .accordHeader {
  background-color: rgba(210, 239, 249, 0.45);
}

section .accordHeader:hover {
    background-color: #004b87;
    color: white;
}

section .accordHeader::after {
  content:"+";
  float: right;
  font-family: 'Roboto', sans-serif;
}

section .accordHeader.opened {
    background-color: #004b87;
    color: white;
}

section .accordHeader.opened::after {
  content:"–";
  font-family: 'Roboto', sans-serif;
}

section .accordBlock {
  margin: 0;
  padding: 8px 10px;
  display: none;
}
section .accordBlock h3 {
	color: #4dbee9;
}

/* Main section header */

.mainSectionHeader {
	background-color: #004b87; /* 4dbee9  004b87 */
	color: white;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
  padding: 10px;
  margin-bottom: 15px;
}

/* FAQ */

input.faqInput {
	font-family: 'Roboto Slab', serif;
	font-size: 17px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 35px;
	outline: none;
	transition: all 0.2s;
	border: thin #c2c2c2 solid;
	margin-bottom: 20px;
	background-image: url('../img/searchGray.svg');
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 20px;

}
input.faqInput:hover {
	border: thin #004b87 solid;
}
input.faqInput:focus {
	border: thin #004b87 solid;
}


.faqContainer {
	margin-bottom: 40px;
	background-color: white;
}

section .faqHeader {
  overflow: hidden;
  margin: 0;
  padding-left: 8px;
  padding-right: 60px;
  padding-top: 13px;
  padding-bottom: 13px;
  cursor: pointer;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
	font-size: 17px;
	line-height: 24px;
	transition: all 0.2s;
	position: relative;
	border-bottom: thin #acacac solid;
	color: #004b87;
}

section:nth-child(1) .faqHeader {
  border-top: thin #acacac solid;
}

section .faqHeader:hover {
    background-color: #004b87;
    color: white;
}

section .faqHeader::after {
  content:"+";
  font-size: 120%;
  position: absolute;
  top: 50%;
  right: 8px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section .faqHeader.faqOpened {
    background-color: #004b87;
    color: white;
    border-bottom: initial;
}

section .faqHeader.faqOpened::after {
  content:"–";
}

section .faqBlock {
  margin: 0;
  padding: 8px 10px;
  display: none;

  /*font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;*/
}



/* Page Image */
#pageImage {
	width: 100%;
	margin-bottom: 40px;
}
#pageImage img {
	width: 100%;
}

/* pageTitle */

#pageTitle {
	/*margin-top: 5px;*/
}
#pageTitle h1 {
	color: #004b87;
}

/* pageCarousel default */

.single-item_default {
	margin-bottom: 20px;
	width: 100%;
}
.single-item_default div {
	/*height: 30vh;*/
	/*background-color: lightgray;*/
	text-align: center;
}

.single-item_default div > img {
	width: 100%;
}

.single-item_default div > video {
	width: 100%;
	height: auto;
}

.single-item_default > .slick-prev,
.single-item_default > .slick-next {
    width: 40px;
    height: 40px;
}

.single-item_default > .slick-prev:before,
.single-item_default > .slick-next:before {
    font-size: 40px;
    opacity: .30;
    color: #004b87;
}

.single-item_default > .slick-prev {
    left: 10px;
}

[dir='rtl'] .single-item_default > .slick-prev {
    right: 0;
    left: auto;
}

.single-item_default > .slick-next {
    right: 10px;
}

[dir='rtl'] .single-item_default > .slick-next {
    right: auto;
    left: 0;
}

.productSlider > .slick-prev:before {
    /*content: url("../slick/back.svg");*/
}





/* product Display */

.productDisplay {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	/*margin-bottom: 30px;*/
}

.productDisplay > div {
	width: 25%;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 50px;
	padding-right: 15px;
}


.pImage {
	margin-bottom: 10px;
}

.pImage img {
	display: block;
	width: 60%;
}
.pName {
	font-family: 'Roboto Slab', serif;
	line-height: 18px;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 6px;
}
.pGrade {
	font-size: 12px;
	margin-bottom: 6px;
	color: #666666;
}
.pISBN {
	font-size: 12px;
	margin-bottom: 5px;
	color: #666666;
}
.pBtn {
	margin-top: 12px;
}
.pBtn a {
	font-size: 12px;
	text-decoration: none;
	background-color:rgba(251,68,69,1.0);
	color: white;
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 13px;
	padding-right: 13px;
	border-radius: 4px;
}
.pBtn a:hover {
	background-color:rgba(251,68,69,0.7);
}

/* product Display Single */

.productDisplaySingle > div {
	width: 50%;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 50px;
	padding-right: 15px;
}



/* Search page */

/*#searchContainer {
	margin-top: 40px;
	margin-bottom: 60px;
}
*/
#searchContainer article {
	border-bottom: thin #acacac solid;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 25px;
	padding-bottom: 25px;
	display: flex;
	margin-bottom: initial;
}

#searchContainer article:first-child {
	border-top: thin #acacac solid;
}

#searchContainer article:hover {
	background-color:rgba(215,215,215,0.2);
}


.entry-thumbnail {
	width: 10%;
	min-width: 80px;
	margin-right: 15px;
}
.entry-thumbnail img {
	width: 100%;
}

.searchText {
	width: 90%;
}

.entry-header a {
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
}
.entry-header a:hover {
	text-decoration: underline;
}
.entry-link a {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: green;
	text-decoration: none;
}



/* search Pagination */

nav.navigation.pagination {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
}

.page-numbers {
	display: inline-block;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 4px;
	text-decoration: none;
}
.page-numbers.current {
	color: white;
	background-color:rgba(40,183,227,1.0);
}

a.page-numbers {
	color: #004b87;
	background-color:rgba(215,215,215,0.7);
}
a.page-numbers:hover {
	background-color:rgba(215,215,215,0.4);
}

a.page-numbers.prev, a.page-numbers.next {
	color: white;
	background-color:rgba(0,75,135,1.0);
}

a.page-numbers.prev:hover, a.page-numbers.next:hover {
	background-color:rgba(0,75,135,0.8);
}

/* ctcForms */

.wpcf7-not-valid-tip {
	display: block;
  margin-top: -15px;
  margin-bottom: 15px;
}


.wpcf7-not-valid {
  border: thin solid red !important;
}

.mandatory {
	color: red;
}
.hiddenField {
	display: none;
}

.ctcForms {
	background-color:rgba(77,190,233,0.25);
	padding: 25px;
	margin-bottom: 20px;
}

.ctcFormsInsetBG {
	background-color:rgba(77,190,233,0.35);
	padding: 15px;
	margin-bottom: 10px;
}

.ctcForms .mainColumn_Container > .mainCol_2:nth-child(1) {
	/*padding-right: 1.5%;*/
}
.ctcForms .mainColumn_Container > .mainCol_2:nth-child(2) {
	/*padding-left: 1.5%;*/
}

.ship {
	margin-top: 5px;
	margin-bottom: 14px;
}

.ship .wpcf7-list-item {
	display: block;
	margin-bottom: 10px;
}
.ship .wpcf7-list-item:last-child {
	margin-bottom: initial;
}
.radioGenGroup {
	margin-top: 10px;
	margin-bottom: 10px;
}
.radioGenGroup .wpcf7-list-item {
	display: inline-block;
	width: 33%;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin-bottom: 7px;

}

.ship .wpcf7-list-item-label {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin-bottom: 20px;
}

.ctcForms h2 .wpcf7-list-item-label {
	/*font-family: 'Roboto Slab', serif;
	font-weight: 600;
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 15px;*/
}

.ctcForms input[type=checkbox] {
	cursor: pointer;
}


.ctcForms h2 input[type=checkbox] {
	/*width: 20px;
	height: 20px;*/
}

.ctcForms label, .ctcForms input, .ctcForms select, .faqMaster select {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}

.ctcForms label {
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	color: #004b87;
	display: inline-block;
	/*width: 100%;*/
	padding-bottom: 5px;
}

.ctcForms input[type=text], .ctcForms input[type=tel], .ctcForms input[type=email], .ctcForms input[type=date], .ctcForms input[type=password] {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	display: block;
	width: 100%;
	outline: none;
	background-color: white;
	transition: all 0.2s;
	border: thin solid white;
	height: 35px;
	margin-bottom: 20px;
	text-indent: 8px;
}

/* Chrome, Safari, Edge, Opera */
.ctcForms input::-webkit-outer-spin-button,
.ctcForms input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.ctcForms input[type=number] {
  -moz-appearance: textfield;
}


.wpcf7-list-item {
	margin: initial;
}
.wpcf7-list-item-label {
	font-size: 14px;
}

/* product table */

.tableQTY {
	margin-bottom: 10px;
}

.tableQTY div {
	display: inline-block;
}
.tableQTY table {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	border-collapse: collapse;
  width: 100%;
}
.tableQTY table tr {
	height: 45px;
	transition: all 0.2s;
}
.tableQTY table tr, .tableQTY table td {
	padding: 5px;
}
.tableQTY table tr:hover {
	background-color:rgba(77,190,233,0.15);
}

.tableQTY input[type=number] {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	width: 70px;
	outline: none;
	background-color: white;
	border: thin solid #004b87;
	height: 30px;
	text-align: right;
	padding-right: 5px;
	display: none;
}

.videoDrop {
	margin-left: 23px;
}





/* SSOF list */

.ssof {
	margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
  width: 100%;
}

.ssof .wpcf7-list-item {
	display: block;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin-bottom: 10px;
}

.ssof input[type=number] {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	width: 70px;
	outline: none;
	background-color: white;
	border: thin solid #004b87;
	height: 30px;
	text-align: right;
	padding-right: 5px;
}

.ssofLogo {
	width: 100%;
	display: flex;
}
.ssofLogo img {
	/*display: inline-block;*/
	background-color: white;
	max-width: 100px;
	padding: 5px;
}

.ssof .indent {
	margin-left: 20px;
}

/* School/Group List */

.groupList {
	background-color: rgba(77,190,233,0.25);
	padding: 15px;
	margin-bottom: 10px;
}

.groupList .mainColumn_Container {
	margin-bottom: initial;
}

.groupList textarea {
	height: 92px;
}

/* Add /Remove buttons */

button.wpcf7cf_add, button.wpcf7cf_remove {
	transition: all 0.2s;
	cursor: pointer;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	border-radius: 2px;
	color: white;
}
button.wpcf7cf_add {
	background-color: rgba(51,204,51,1.0);
}
button.wpcf7cf_add:hover {
	background-color: rgba(51,204,51,0.8);
}


button.wpcf7cf_remove {
	background-color: rgba(255,51,51,1.0);
}
button.wpcf7cf_remove:hover {
	background-color: rgba(255,51,51,0.8);
}


.ctcForms select {
	display: block;
	width: 100%;
	height: 35px;
	margin-bottom: 20px;
	outline: none;
	transition: all 0.2s;
	border: thin solid white;

	padding-left: 7px;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0px;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 98% 50%;
	background-color: #ffffff;
}

/* faqMaster styles */

.faqMaster {
	margin-bottom: 30px;
}

.faqMaster select {
	font-weight: 600;
	font-size: 23px;
	display: block;
	width: 100%;
	height: 70px;
	margin-top: 20px;
	margin-bottom: 20px;
	outline: none;
	transition: all 0.2s;
	border: thin solid #004b87;
	padding-left: 10px;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0px;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 98% 50%;
	background-color: #ffffff;
	background-size: 2.5%;
	color: #004b87;
}

/* end faqMaster styles */

.ctcForms input[type=text]:hover, .ctcForms input[type=text]:hover, .ctcForms textarea:hover, .ctcForms input[type=tel]:hover, .ctcForms textarea:hover, .ctcForms input[type=email]:hover, .ctcForms select:hover, .ctcForms input[type=date]:hover, .ctcForms input[type=password]:hover {
	border: thin solid #004b87;
}

.ctcForms input[type=text]:focus, .ctcForms input[type=text]:focus, .ctcForms textarea:focus, .ctcForms input[type=tel]:focus, .ctcForms input[type=email]:focus, .ctcForms select:focus, .ctcForms input[type=date]:focus, .ctcForms input[type=password]:focus {
	border: thin solid #004b87;
}

.ctcForms textarea {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	display: block;
	width: calc(100% - 8px);
	/*height: 200px;*/
	outline: none;
	background-color: white;
	transition: all 0.2s;
	border: thin solid white;
	/*margin-bottom: 20px;*/
	padding-left: 8px;
	padding-top: 5px;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus::-moz-placeholder {
   opacity: 0;
}
 
input:focus:-ms-input-placeholder {
    opacity: 0;
}
 
input:focus:-moz-placeholder {
   opacity: 0;
}

.acceptCon {
	width: 100%;
	margin-top: 10px;
}
.acceptCon .wpcf7-list-item-label {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.subCon {
	margin-top: 20px;
}

.ctcForms input[type=submit] {
	width: initial;
	cursor: pointer;
	padding-left: initial;
	height: initial;
	text-indent: initial;
	margin-bottom: initial;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 600;
	font-size: 25px;
	color: white;
	border: none;
	background-color: #86ce04;
	transition: all 0.2s;
}
.ctcForms input[type=submit]:hover {
	background-color: #7fc501;
}

.wpcf7 .wpcf7-submit:disabled {
	background-color: gray;
}
.wpcf7 .wpcf7-submit:disabled:hover {
	background-color: gray;
}

.ctcForms .wpcf7-not-valid-tip {
	/*margin-top: -15px;
	margin-bottom: 15px;*/
	font-size: 14px;
}

.wpcf7-response-output {

}

/* product accordian */

.hideBox {
	display: none;
}

.productDropWrapper {
}
.productDrop {
	padding: 10px;
  background-color: white;
  margin-bottom: 10px;
} 

.productDrop input[type=checkbox] {
	width: 18px;
	height: 18px;
}
.productDrop .wpcf7-list-item-label {
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
	font-size: 18px;
	color: #004b87;
	cursor: pointer;
}

.productDropInner {
	padding-top: 15px;
	padding-bottom: 15px;
}

.productDropInner input[type=checkbox] {
	width: initial;
	height: initial;
}
.productDropInner .wpcf7-list-item-label {
	font-size: 15px;
	font-weight: initial;
	color: black;
	width: 100%;
}

/* Parents section */

.checkAll {
	/*margin-bottom: 15px;*/
}
.checkAll span.wpcf7-list-item {
	display: block;
}

.checkAll input[type=checkbox] {
	margin-bottom: 10px;
}

.parent input[type=text], .parent input[type=email], .parent select  {
	border: thin solid #004b87;
}

.parent canvas {
	border: thin solid #004b87;
	cursor: pointer;
}

.formDivider {
	width: 100%;
	border-bottom: thin lightgray solid;
	margin-top: 25px;
	margin-bottom: 25px;
}

.hoverCol:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

/* Pop up styles */
#pop_guidelines {
	max-width: 800px;
}
#pop_guidelines h2 {
	color: #4dbee9;
}
#pop_guidelines ol {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	margin-left: 15px;
}
#pop_guidelines li {
	margin-bottom: 8px;
}


.declarationContainer {
	display: flex;
	width: 100%;
}
.declare_name {
	width: 67%;
	margin-right: 20px;
}

.declare_age {
	width: 10%;
	margin-right: 20px;
}
.declare_grade {
	width: 23%;
}

.parent input[type=file] {
	margin-bottom: 10px;
}

.parentOptions, .parentOptionsSeason {
	margin-bottom: 15px;
}

.parentOptionsSpecial span.wpcf7-list-item, .parentOptionsSeason span.wpcf7-list-item {
	margin-right: 15px;
}

.parentOptionsSeason input[type=radio] {
	cursor: pointer;
}

.parentOptionsSpecial input[type=radio] {
	width: 17px;
	height: 17px;
	cursor: pointer;
}
.parentOptionsSpecial .wpcf7-list-item-label {
	font-size: 17px;
}


/* Main Columns */


.mainColumn_Container {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 25px;
	margin-bottom: 25px;
}
.mainColumn_Container img {
	width: 100%;
}




/* 2 Columns */

.mainColumn_Container > .mainCol_2 {
	width: 50%;
}

.mainColumn_Container > .mainCol_2:nth-child(1) {
	padding-right: 1.2%;
}
.mainColumn_Container > .mainCol_2:nth-child(2) {
	padding-left: 1.2%;
}


/* 3 Columns */

.mainColumn_Container > .mainCol_3 {
	width: 33.33%;
}

.mainColumn_Container > .mainCol_3:nth-child(2) {
	padding-left: 2%;
	padding-right: 2%;
}

/* 4 Columns */

.mainColumn_Container > .mainCol_4 {
	width: 25%;
}

.mainColumn_Container > .mainCol_4:nth-child(1) {
	padding-right: 0.75%;
}
.mainColumn_Container > .mainCol_4:nth-child(2) {
	padding-left: 0.75%;
	padding-right: 0.75%;
}

.mainColumn_Container > .mainCol_4:nth-child(3) {
	padding-left: 0.75%;
	padding-right: 0.75%;
}

.mainColumn_Container > .mainCol_4:nth-child(4) {
	padding-left: 0.75%;
}

/* home_container */
.home_container {
	margin-top: 45px;
	text-align: center;
}
.cat5_home_container {
	/*margin-top: 20px;*/
	text-align: center;
	width: 100%;
	height: auto;
}
.home_container img {
	display: block;
}
.cat5_home_container img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* fullpage container minus header */

.more {
	position: absolute;
	bottom: 30px;
	font-size: 14px;
}

.fullPageContainer {
	display: flex;
  justify-content: center;
  align-items: center;
	width: 100%;
	height: calc(100vh - 45px) !important;
	position: relative;
}

.fullpageInner {
	width: 94%;
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
}

/* Cat5 landing */

.cat5fullPageContainer {
	display: flex;
  justify-content: center;
  align-items: center;
	width: 100%;
	/*height: calc(100vh - 105px) !important;*/
	height: 100vh;
	flex-direction: column;
}

.cat5fullPageSlideContainer {
	display: flex;
  justify-content: center;
  align-items: center;
	width: 100%;
	height: calc(100vh - 105px) !important;
	flex-direction: column;
}


.cat5fullPageContainer ul {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.cat5fullPageContainer ul li {
	width: 33%;
	background-color: rgba(0,0,0,0.3);
	padding-top: 25px;
	padding-bottom: 25px;
	transition: all 0.2s;
}

.cat5fullPageContainer ul li:nth-child(2) {
	margin-left: 20px;
	margin-right: 20px;
}

.cat5fullPageContainer ul li h2 {
	margin-bottom: initial;
	color: white;
	font-size: 18px;
	transition: all 0.2s;
}

.cat5fullPageContainer ul li:hover {
	background-color: rgba(0,0,0,0.5);
}

.cat5fullPageContainer ul li a {
	text-decoration: none;
}

.cat5fullPageContainer ul li img {
	width: 90%;
	height: 110px;
	margin-bottom: 20px;
}

.cat5p1 {
	background-image:url('../img/student_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: white;
}
.cat5p7 {
  background-image: url(../img/scape.svg);
  background-color: #e47100;
  background-repeat: no-repeat;
  background-position:center bottom;
	color: white;	
}


.cat5HomeLogo {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.cat5HomeLogo img {
	width: 100%;
}

.cat5HomeImage {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.cat5HomeImage img {
	width: 100%;
}


.cat5MoreLink {
	margin-top: 25px;
}
.cat5MoreLink a {
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	display: inline-block;
	background-color: rgba(0,0,0,0.3);
	padding: 15px;
	color: white;
	font-size: 25px;
	text-decoration: none;
	border-radius: 10px;
	cursor: pointer;
}
.cat5MoreLink a:hover {
	background-color: rgba(0,0,0,0.6);
}
a.joinStudy {
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	background-color: rgba(255,198,0,0.8);
	text-decoration: none;
	font-size: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: black;
}
a:hover.joinStudy {
	background-color: rgba(255,198,0,1.0);
}

/* Cat5 Overview page */

.schoolBuilding {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/o1.svg);
}
.schoolBuildingPadding {
	/*margin-bottom: 280px;*/
}
.shadow h1 {
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
}

#cat5slideBox {
	width: 80%;
	min-width: 900px;
	max-width: 1550px;
	height: 75vh;
	min-height: 500px;
	overflow: hidden;
	position: relative;
	background-color: white;
}
#cat5slideBox h1 {
	font-size: 25px;
}

.slideBox {
	position: absolute;
	width: 100%;
	height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slideBox > .slideBoxInner p {
	margin-bottom: 20px;
}
.slideBoxInner {
	padding-top: 40px;
	padding-left: 110px;
	padding-right: 110px;
}

.homeSlide {
	background-image: url(../img/o1.svg);
	z-index: 2;
}

.homeBox {
	display: none;
	display: flex;
	justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #c0e3f5;
}
.homeBox h1 {
	color: #004b87;
}
.homeBoxLogo {
	margin-bottom: 20px;
}
#homeboxDirectionLinks {
	margin-top: 40px;

}
#homeboxDirectionLinks a {
	background-color:rgba(0,75,135,1.0);
	cursor: pointer;
	padding: 15px;
	color: white;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
}

#homeboxDirectionLinks a:first-child {
	margin-right: 10px;
}
#homeboxDirectionLinks a:last-child {
	margin-left: 10px;
}


#homeboxDirectionLinks a:hover {
	background-color:rgba(0,75,135,0.8);
}



/* Operational */

.opBox1 {
	display: none;
	background-image: url(../img/o1.svg);
}

.opBox2 {
	background-color: #c0e3f5;
	display: none;
}
.opBox2 h1 {
}
.opBox2 img {
	width: 75%;
	min-width: 200px;
	margin-top: 8%;
}

.opBox3 {
	background-image: url(../img/princ1.svg);
	display: none;
}
.opBox3 h1, .opBox3 p {
	color: white;
}

.opBox4 {
	background-image: url(../img/princ2.svg);
	display: none;
}
.opBox4 h1, .opBox4 p {
	color: white;
}

.opBox5 {
	background-image: url(../img/teach1.svg);
	display: none;
}
.opBox5 h1, .opBox5 p {
	color: white;
}

.opBox6 {
	background-image: url(../img/teach2.svg);
	display: none;
}
.opBox6 h1, .opBox6 p {
	color: white;
}


.opBox7 {
	background-image: url(../img/student1.svg);
	display: none;
}
.opBox7 h1, .opBox7 p {
	color: white;
}

.opBox8 {
	background-image: url(../img/teach3.svg);
	display: none;
}
.opBox8 h1, .opBox8 p {
	color: white;
}


.opBox9 {
	background-image: url(../img/teach4.svg);
	display: none;
}
.opBox9 h1, .opBox9 p {
	color: white;
}

.cat5Callt0Action {
	margin-top: 5%;
}
.cat5Callt0Action a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 30px;
	padding: 20px;
	background-color:rgba(0,75,135,1.0);
	color: white;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	border-radius: 10px;
}
.cat5Callt0Action a:hover {
	background-color:rgba(0,75,135,0.8);
}

.opBox10 {
	background-image: url(../img/o1.svg);
	display: none;
}

/* Norming */

.normBox1 {
	background-image: url(../img/o1.svg);
	display: none;
}

.normBox2 {
	background-color: #c0e3f5;
	display: none;
}
.normBox2 img {
	width: 35%;
	min-width: 200px;
	margin-top: 8%;
}

.normBox3 {
	background-color: white;
	display: none;
}

.normBox3 h1 {
	margin-top: 130px;
	margin-bottom: 20px;
}
.normBox3 img {
	width: 65%;
	min-width: 300px;
	margin-top: 3%;
}


.normBox4 {
	background-color: white;
	display: none;
}
.normBox4 h1 {
	margin-top: 130px;
	margin-bottom: 20px;
}
.normBox4 img {
	width: 75%;
	min-width: 300px;
	margin-top: 3%;
}


.normBox5 {
	background-color: crimson;
	display: none;
}

.normBox6 {
	background-color: olive;
	display: none;
}

.normBox7 {
	background-color: gray;
	display: none;
}

.normBox8 {
	background-color: indigo;
	display: none;
}

.normBox9 {
	background-color: mintcream;
	display: none;
}

.normBox10 {
	background-color: white;
	display: none;
}



.Cat5slideBTN {
	background-color: orange;
	position: absolute;
	top: 50%;
	/*z-index: 100;*/
	padding: 15px;
	cursor: pointer;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
}
.cat5slideReset {
}
.cat5slideReset a {
	position: absolute;
	z-index: 10;
	top:  0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
	padding: 10px;
	color: white;
	text-decoration: none;
	font-size: 14px;
}
.cat5slideReset a:hover {
	background-color: rgba(0,0,0,0.6);
}

.b {
	left: 0;
}

.n {
	right: 0;
}



/* ezclasstest landing */
.ezbox1 {
	text-align: left;
	width: 40%;
	max-width: 700px;
	margin-left: 45%;
	margin-right: auto;
}
.ezbox1 h1 {
	color: #004b87;
}
.ezbox1 img {
	margin-top: 20px;
	margin-bottom: 20px;
}

.fuzz1 {
	background-image: url("../img/ezbox1.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 42%;
}

.ezbox2 p {
	color: white;
	margin-bottom: 50px;
}

.ezbox2 img {
  margin-left: auto;
  margin-right: auto;
}

.ezbox2 > .mainColumn_Container > .mainCol_3 img {
	width: 60%;
	max-width: 220px;
}

.ezbox2 > .mainColumn_Container > .mainCol_3 a {
	text-decoration: none;
	color: white;
}

.ezbox2Icon {
	margin-bottom: 25px;
	width: 40px;
}
.ezbox2Icon img {
	width: 100%;
}

/* CAT4 landing */

.cat4Box1BG {
	background-image: url("../img/cat4_bottom.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}

#cat4Box1 img {
	margin-bottom: 60px;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}
#cat4Box1 a {
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	font-size: 18px;
	color: #004b87;
	background-color: white;
	text-decoration: none;
	padding: 15px 25px 15px 25px; /* top, right, bottom, left */
	border: 1px solid #004b87;
	border-radius: 5px;
}

#cat4Box1 a:first-child {
	margin-right: 15px;
}

#cat4Box1 a:last-child {
	margin-left: 15px;
}


#cat4Box1 a:hover {
	color: white;
	background-color: #004b87;
}

/* CAT4 online landing */


#cat4OnlineBox1 {
	/*margin-bottom: 25%;*/
}

.cat4OnlineBox1BG {
	background-image: url("../img/CAT4_onlineBG.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.cat4OnlineBoxHeader {
	color: #004b87;
	font-weight: 300;
	font-size: 80px;
}

#cat4OnlineBox1 h2 {
	margin-bottom: 1.5%;
}

#cat4OnlineBox1Video {
	margin-bottom: 10px;
}

#cat4OnlineBox1Video video {
	width: 50%;
	min-width: 700px;
	margin-bottom: 1.3%;
	cursor: pointer;
}

#cat4OnlineBox2, #cat4OnlineBox3 {
	width: 96%;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 130px;
	margin-bottom: 130px;
}
#cat4OnlineBox2 h1 {
	color: #004b87;
}

#cat4OnlineBox2 img, #cat4OnlineBox3 img {
	margin-left: auto;
	margin-right: auto;
}
#cat4OnlineBox3 img {
	margin-top: 60px;
	margin-bottom: 80px;
	width: 50%;
	max-width: 600px;
}


#cat4OnlineBox2 ul img {
	width: 40px;
	margin-bottom: 15px;
}

#cat4OnlineBox2 ul {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 50px;
}

#cat4OnlineBox2 ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
	width: 30%;
	max-width: 350px;
	min-height: 220px;
	background-color: rgba(254,203,98,0.3);
	padding: 15px;
	margin: 0.5%;
	transition: all 0.2s;
	border-radius: 10px;
}

#cat4OnlineBox2 ul li:hover {
	background-color: rgba(254,203,98,0.6);
	color: #004b87;
}

#cat4OnlineBox1 a, #cat4OnlineBox2 a, #cat4OnlineBox3 a {
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	font-size: 18px;
	color: #004b87;
	background-color: white;
	text-decoration: none;
	padding: 15px 25px 15px 25px; /* top, right, bottom, left */
	border: 1px solid #004b87;
	border-radius: 5px;
}

#cat4OnlineBox1 a:first-child, #cat4OnlineBox2 a:first-child, #cat4OnlineBox3 a:first-child {
	margin-right: 15px;
}

#cat4OnlineBox1 a:last-child, #cat4OnlineBox2 a:last-child, #cat4OnlineBox3 a:last-child {
	margin-left: 15px;
}


#cat4OnlineBox1 a:hover, #cat4OnlineBox2 a:hover, #cat4OnlineBox3 a:hover {
	color: white;
	background-color: #004b87;
}


/* tiles_container */

#tiles_container {
	margin-top: 45px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	padding-top: 1%;
	padding-left: 0.5%;
	padding-right: 0.5%;
	text-align: center;
}

#tiles_container img {
	margin-left: auto;
	margin-right: auto;
}

.col1, .RET, .col2, .col3, .col4 {
	display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1%;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


.col1 {
	width: 99%;
	height: 85vh;
	max-height: 700px;
}

.RET {
	width: 99%;
	height: 25vh;
	max-height: 250px;
	margin-left: 0.5%;
	margin-right: 0.5%;
	background-color: rgba(77,190,233,0.2);
}

.RET .colInner a {
	color: white;
	text-decoration: none;
	background-color:rgba(251,68,69,1.0);
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 13px;
	padding-right: 13px;
	border-radius: 4px;
}
.RET .colInner a:hover {
	text-decoration: none;
	background-color:rgba(251,68,69,0.7);
}
.RET .colInner h1 {
	color: #004b87;
}

.col2 {
	width: 49%;
	height: 65vh;
	max-height: 600px;
	margin-left: 0.5%;
	margin-right: 0.5%;
}

.col3 {
	width: 32.3%;
	height: 40vh;
	max-height: 350px;
	margin-left: 0.5%;
	margin-right: 0.5%;
}

.col4 {
	width: 24%;
	height: 30vh;
	max-height: 300px;
	margin-left: 0.5%;
	margin-right: 0.5%;
}

.colInner {
	padding: 20px;
}
.colInner img {
	width: 45%;
	min-width: 175px;
	margin-bottom: 10px;
}
.colInner h1 {
	font-size: 25px;
	margin-bottom: initial;
	margin-bottom: 5px;
}
.colInner h2 {
	font-size: 16px;
}
.colInner a {
	display: inline-block;
	color: #4dbee9;
	text-decoration: none;
	margin-top: 8px;
}
.colInner a:hover {
	text-decoration: underline;
}

/* title clients */

.cat5BG {
	color: white;
	background-image: url('../img/Cat5.jpg');
}
.cat5BG a {
	margin-bottom: 25%;
}

.cat4BG {
	background-image: url('../img/cat4.jpg');
}
.cat4BG a {
/*	margin-bottom: 10%;*/
}
.cat4BG img {
	/* max-width: 95px; */
	width: 40%;
}

.ezBG {
	background-image: url('../img/ez.jpg');
}
.ezBG img {
	margin-top: 35%;
}

.cat3BG {
	background-image: url('../img/cat3.jpg');
}
.cat3BG img {
	min-width: 70%;
}

.hsBG {
	background-image: url('../img/hs.jpg');
}

.insightBG {
	background-image: url('../img/insight.jpg');
	color: white;
}
.insightBG a {
	color: white;
}

.ctcsBG {
	background-color: rgba(253,94,84,0.2);
}

.celtBG {
	background-image: url('../img/celt.jpg');
}
.celtBG img {
	margin-top: 30%;
}

.castBG {
	background-image: url('../img/cast.jpg');
	color: white;
}
.castBG a {
	color: white;
}
.customBG {
	background-color: rgba(77,190,233,0.2);
}
.customBG img {
	min-width: 90px;
	max-width: 120px;
}

.hlmBG {
	background-color: rgba(30,67,155,0.1);
}

.hlmBG img {
	min-width: 90px;
	max-width: 120px;
}

/* Team page */




/* Our Team */ 

#teamContainer {
	margin-top: 30px;
	margin-bottom: 50px;
	display: grid;
	/*grid-template-columns: 22.5% 22.5% 22.5% 22.5%;
	grid-gap: 30px;*/

	grid-template-columns: 32% 32% 32%;
	grid-gap: 19px;
}

#teamContainer > div {
	margin-bottom: 20px;
}

.teamImage {
	background-image: linear-gradient(#d7d7d7, #f7f6f7);
}

.teamImage img {
	width: 100%;
}
.teamName {
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.teamName a {
	color: #004b87;
}

.teamTitle {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
}
.teamEmail a {
	font-size: 14px;
}

/* team header */

#teamHeader {
	padding-top: 40px;
	width: 100%;
	height: 270px;
	background-image: linear-gradient(#d7d7d7, #f7f6f7);
}

.teamInner1 {
	width: 45%;
}
.teamInner1 h1 {
	color: #004b87;
}
.teamInnerEmail {
	margin-bottom: 5px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}


.teamInner2 {
	width: 55%;
	text-align: center;
	align-self: flex-end;
}
.teamInner2 img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 62%;
}

#teamContenWrap {
	width: 94%;
	height: 100%;
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

/* Insight videos */

.insightVideo {
	margin-bottom: 10px;
	width: 100%;
}
.inImage {
	width: 100%;
	margin-bottom: 10px;
}
.inImage img {
	width: 100%;
}

.insightVideo table {
	width: 100%;
}
.insightVideo table th {
	text-align: center;
	padding-bottom: 5px;
}

.insightVideo table td {
	padding: 6px;
	text-align: center;
}
.insightVideo table td img {
	display: block;
  margin-left: auto;
  margin-right: auto;
}

.insightVideo table td:first-child {
	text-align: left;
}


.demoHover:hover {
	background-color:rgba(192,192,192,0.3);
}

.noHoverColor:hover {
	background-color:rgba(255,255,255,0.0);
}

.demoHoverBox {
	display: block;
	width: 14px;
	height: 14px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -99999px;
	background-image: url(../img/box_a.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	outline:none;
}

.demoHoverBox:hover {
	background-image: url(../img/box_ahover.jpg);
}

a.demoHoverBox {
	padding: 0;
}


#TandC {
	width: 90%;
	/*height: 70vh;
	max-height: 500px;*/
	max-width: 900px;
	overflow: auto;
}
#TandC h2 {
	color: #004b87;
}

/* footer */

footer {
	width: 100%;
	background-color: #333333;
	padding-top: 40px;
	padding-bottom: 40px;
	color: white;
}

footer > .pageWrap {
	align-items: initial;
}

#footAdress {
	width: 35%;
	margin-right: 5%;
}

#footAdress a {
	font-size: 13px;
	font-weight: 300;
	display: block;
	color: white;
	text-decoration: none;
}

#footAdress a:hover {
	color: #4dbee9;
}

#footNav {
	width: 60%;
}

#footNav ul {
	list-style: none;
	column-count: 2;
	column-fill: balance;
	column-gap: 1em;
	background-color: none;
}
#footNav ul li {
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 12px;
	line-height: 18px;
}

#footNav ul li a {
	color: white;
	text-decoration: none;
}

#footNav ul li a:hover {
	color: #4dbee9;
	background: none;
}

#footerLogo, #footerInfo, #footerIcons, #footerCopyright {
	width: 100%;
}

#footerCopyright {
	margin-top: 30px;
}

#fLogo {
	width: 50px;
}

#fLogo img {
	width: 100%;
	align-items: center;
}

#footerLogo {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
#fLogoName {
	margin-left: 15px;
	font-weight: 500;
	font-size: 16px;
}

#footerInfo {
	margin-bottom: 15px;
	line-height: 23px;
	font-weight: 300;
	font-size: 15px;
}

#footerInfo strong {
	font-weight: 500;
	font-size: 110%;
	padding-left: 3px;
	padding-right: 3px;
	color: #4dbee9;
}

#footerInfo a {
	display: inline-block;
	margin-bottom: initial;
}

#footerIcons {
	margin-top: 5px;
	margin-bottom: 30px;
	display: flex;
}

#footerIcons a {
	display: block;
	width: 35px;
	height: 35px;
	margin-right: 17px;
	display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(149,149,149,1.0);
}
#footerIcons a img {
	width: 55%;
}
#footerIcons a:hover {
	background-color: rgba(149,149,149,0.8);
}


/* Breadcrumb */

#crumbs {
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	background-color: #f2f2f2;
	color: #004b87;
	padding: 5px;
}

/* Gallery */
#GalleryContainer {
	display: flex;
	margin-top: 30px;
}

#GalleryLeft {
	width: 18%;
	margin-right: 2%;
}
#GalleryMain {
	width: 80%;
}

#GalleryMainPage {
	width: 100%;
}

#navGroup {
	position: sticky;
  top: 80px;
}

#G_Search input {
	font-family: 'Roboto Slab', serif;
	width: 96%;
	height: 25px;
	padding-left: 5px;
	border: thin black solid;
	font-size: 13px;
	margin-bottom: 8px;
}

#G_Search input:focus {
  outline-color: transparent;
  outline-style: none;
}

.form-text .text-muted {
	margin-top: 5px;
}

ul.G_container li a {
	text-decoration: none;
	color: #000;
}

#pageProductContenWrap #GalleryContainer {
	margin-bottom: 20px;
}


#pageContenWrap ul.G_container, #pageProductContenWrap ul.G_container {
	margin-left: initial;
	margin-bottom: initial;
	list-style: none;
}
#pageProductContenWrap ul.G_container a {
	cursor: pointer;
}

#pageContenWrap ul.G_container li {
	margin-bottom: initial;
}

.G_head {
	font-weight: 800;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 5px;
}

.G_des {
	font-family: 'Roboto', sana-serif;
	font-size: 13px;
	margin-top: 3px;
	line-height: initial;
}

#G_list {
	display: grid;
  grid-template-columns: 32% 32% 32%;
	column-gap: 2%;
  row-gap: 30px;
}
.filterItems {
	display: none;
}

.G_thumb {
	background-color: orange;
	margin-bottom: 3px;
}

.G_thumbImage {
	position: relative
}

.G_thumbImage img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.G_play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-image: url(../img/play.svg); */
	background-image: url(../img/play.png);
	background-size: 10%;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.2s;
	background-color: rgba(0, 0, 0, 0.2);
}
.G_play:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.G_thumbTimestamp {
	position: absolute;
	bottom: 5px;
	right: 8px;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	padding-left: 4px;
	padding-right: 4px;
}



.G_show {
  display: block;
  animation: 350ms showing linear;
}

#G_sort-options{
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}

.G_btn {
	display: block;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  font-size: 14px;
  text-align: left;
}

.G_btn:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.G_btn:focus{
  outline: none;
  background-color: #4dbee9;
  color: white;
}

.G_btn:active {
  background-color: #4dbee9;
  color: white;
}

@keyframes showing{
  from{
    opacity: 0;
  }to{
    opacity: 1;
  }
}

/* Pagination */

#G_paginationControls {
	margin-top: 40px;
	text-align: center;
	font-size: 15px;
}
#G_paginationControls button {
	cursor: pointer;
	outline: none;
	border: none;
	background-color: #4dbee9;
	color: white;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 3px;
}
#G_prevPage {
	margin-right: 5px;
}
#G_nextPage {
	margin-left: 5px;
}


/* End Gallery */

/* Cat5 CNR Landing Page */

.landingCentre {
	text-align: center;
}
.landingCentre img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
}
.landingCentre .siteBTN {
	margin-top: 30px;
	margin-bottom: 50px;
}
.landingCentre video {
	width: 100%;
	margin-bottom: 40px;
	border: thin #000 solid;
}
#pageContenWrap.landingCentre h3 {
	color: #000000;
}

/* L13 BB ad for parents pop up */
#L13pop {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
  justify-content: center;
  align-items: center;
}
#L13popBox {
	width: 92%;
	max-width: 550px;
	background-color: #fff;
	text-align: center;
}
#L13popBoxInner {
	padding: 35px;
}
#L13popBoxInner h1 {
	color: #004b87;
}
#L13popBoxInner img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	width: 45%;
	max-width: 170px;
}
#L13popLink {
	margin-top: 30px;
	margin-bottom: 30px;
}
#L13popLink a {
	background-color: rgba(245, 41, 52, 0.8);
	color: #fff;
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	padding-right: 18px;
	text-decoration: none;
	border-radius: 7px;
	transition: all 0.2s;
}
#L13popLink a:hover {
	background-color: rgba(245, 41, 52, 1.0);
}
#L13popClose a {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}

/* Legend */
.legend {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	margin-bottom: 30px;
}

.legendItem {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: 400;
}
.legendItem:last-child {
	margin-bottom: initial;
}
.legendItem img {
	margin-right: 10px;
}
.legendItem em {
	margin-left: 5px;
}

/* Cat5 Reports */
.report-item {
  display: none; /* hide all by default */
  margin-top: 20px;
}
.report-item video {
	width: 100%;
	border: thin black solid;
	margin-bottom: 20px;
}

.modal {
	display: none;
	width: 45%;
}
.modal video {
	width: 100%;
	border: thin black solid;
	margin-bottom: 20px;
}

.modalContent {
	height: 200px;
	overflow-y: scroll;
}




/* tablets */
@media only screen and (max-width: 1023px) {

/* site regular button */

	.siteBTN_container {
		justify-content: center;
	}

	.siteBTN a {
	}
	.siteBTN a:hover {
	}

	/* productBar */

	#productBar {
		top: 60px;
	}


	/* siteHeaderSecure -------------------------------------------------- */

	#siteHeaderSecure {
		height: 40px;
		position: fixed;
	}


	/* CTC logo */

/*	#mainLogo {
		display: none;
	}

	#mainLogoMobile {
		display: block;
		position: fixed;
		top: 18px;
  	left: 50%; 
		transform: translate(-50%);
	}

	#mainLogoMobile img {
		width: 100%;
		width: 43px;
		display: block;
	}
*/

	/* hamburger menu */

/*.icon_menu {
  height: 32px;
  width: 32px;
  position: fixed;
  z-index: 100;
  top: 22px;
  left: 3%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}*/ 
/*	.icon_menu > div {
 		color: white;
 		margin-top: -10px;
 		font-size: 10px;
 		font-weight: 500;
 		text-transform: uppercase;
 		letter-spacing: 1px;
 }
 .icon_menu > div a:hover {
 	text-decoration: none;
 }
*/
/* middle line */
/*.icon_menu span {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: -2px;
  position: absolute;
  left: 0;
  top: 50%;
  transition: all 0.3s ease;
  background-color: white;
}

.icon_menu:before,
.icon_menu:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  transform-origin: center center;
  transform: rotate(0deg);
  transition: all 0.3s ease;
  background-color: white;
}
*/
/* top line */
/*.icon_menu:before {
  top: 9px;
  margin-top: -2px;
}
*/
/* bottom line */
/*.icon_menu:after {
  bottom: 10px;
  margin-bottom: -2px;
}
*/
/*.menu_shown .icon_menu span {
  background: transparent;
}

.menu_shown .icon_menu:before {
  top: 50%;
  transform: rotate(45deg);
  background-color: #4dbee9;
}

.menu_shown .icon_menu:after {
  bottom: 50%;
  transform: rotate(-45deg);
  background-color: #4dbee9;
}

.top_menu {
  display: block;
  position: fixed;
  top: 60px;
  left: 0;
  width: 250px;
  height: calc(100vh - 60px) !important;
  background-color: #022d4f;
  padding-left: 3%;
  padding-right: 3.5%;
  padding-top: 20px;
  z-index: 10;
  transition: all .4s ease-in-out;
  transform: translateX(-100%);
}

.menu_shown .top_menu {
  transform: translateX(0);
}

	#top_menuOverlay {
		position: fixed;
		z-index: 5;
		width: 100%;
		left: 0;
		height: calc(100vh - 60px);
		top: 60px;
		background: rgba(0, 0, 0, 0.8);
		display: none; 
	}


	#mainNav {
		flex-grow: initial;
		align-self: initial;
	}

	#mainNav nav ul {
		display: block;
	}


	#mainNav nav ul li a {
		display: block;
		color: white;
		margin-left: initial;
		margin-bottom: 10px;
		padding-bottom: initial;
		border-bottom: none;
		font-weight: 500;
		font-size: 16px;
	}

	.navPageWrap {
		width: initial;
		display: initial;
	}
*/


	/* Hover and Active nav link */


		/********** Achievement ************/
	/* Hover */
/*	#mainNav nav ul li:nth-child(1) a:hover {
		border: none;
		color: #ffa84d;
	}
*/	/* Active */
/*	body.page-achievement #menu-main-nav li.current-menu-item a,
	body.page-achievement #menu-main-nav li.current-page-ancestor a {
		border: none;
		color: #ffa84d;
	}
*/
	/********** Cognitive ************/
	/* Hover */
/*	#mainNav nav ul li:nth-child(2) a:hover {
		border: none;
		color: #a0d263;
	}
*/	/* Active */
/*	body.page-cognitive #menu-main-nav li.current-menu-item a,
	body.page-cognitive #menu-main-nav li.current-page-ancestor a {
		border: none;
		color: #a0d263;
	}
*/
	/********** Adult Literacy Numeracy ************/
	/* Hover */
/*	#mainNav nav ul li:nth-child(3) a:hover {
		border: none;
		color: #f077c5;
	}
*/	/* Active */
/*	body.page-adult-literacy-numeracy #menu-main-nav li.current-menu-item a,
	body.page-adult-literacy-numeracy #menu-main-nav li.current-page-ancestor a {
		border: none;
		color: #f077c5;
	}
*/
	/********** Custom Services ************/
	/* Hover */
/*	#mainNav nav ul li:nth-child(4) a:hover {
		border: none;
		color: #4dbee9;
	}
*/	/* Active */
/*	body.page-custom-services #menu-main-nav li.current-menu-item a,
	body.page-custom-services #menu-main-nav li.current-page-ancestor a {
		border: none;
		color: #4dbee9;
	}


	#mainOther {
		display: none;
	}
*/
	/* homeLinks */


/*	#homeLinks {
		position: relative;
		width: initial;
		height: inherit;
		display: initial;
	}

	#homeLinksDropdown, #homeLinksOverlay {
		position: initial;
	}
	#homeLinksDropdown {
		z-index: 2;
		background-color: initial;
		margin: 0;
		width: initial;
		transform: none;
		border-radius: none;
	}
	#homeLinksOverlay {
		display: none; 
	}
	#homeLinksDropdownInner {
		padding: initial;
	}

	#homeLinksBar {
		width: 100%;
	}

	#barIcon, #barSearch, #barClose {
		display: inline-block;
		margin-left: -4px;
	}

	#barIcon {
		display: none;

	}
	#barIcon img {
	}

	#barSearch {
		width: 100%;
	}

	#barSearch input {
		border: none;
		outline: none;
		width: 100%;
		height: 35px;
		font-size: 16px;
		padding-left: 5px;
		color: #7d7d7d;

	}

	#barClose {
		display: none;
	}
	#barClose img {
	}

	#homeLinksNav {
		color: white;
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-bottom: white 1px solid;
	}
	#homeLinksNav nav {
		margin-top: 5px;
	}
	#homeLinksNav nav ul {
		list-style: none;
	}
	#homeLinksNav nav ul li {
	}
	#homeLinksNav nav ul li:first-child {
		margin-top: 10px;
	}
	#homeLinksNav nav ul li:last-child {
		margin-bottom: initial;
	}

	#homeLinksNav nav ul li a {
		padding-top: 5px;
		padding-bottom: 5px;
		display: block;
		text-decoration: none;
		color: white;
		font-size: 14px;
	}
	#homeLinksNav nav ul li a:hover {
	}
*/
	/* -------------------------------------------------------------------- */


	/* Product nav */

	#productNav {
		display: inherit !important;
		margin-top: 80px;
	}

	#productNavLogo img {
		/*max-width: 100px;*/
	}


	#productNavLogo, #productNavItems {
		display: initial;
		width: 100%;
		text-align: center;
	}

	#productNavItems nav {
		margin-top: 15px;
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
	#productNavItems nav ul {
		display: initial;
		list-style: none;
	}
	#productNavItems nav ul li {
		display: inline-block;
	}






	/* product carousel */


	.sticky {
	  top: 66px;
	}

	.carouselPageWrap {
		width: 82%;
	}


	/* Main Columns */

	.mainColumn_Container {
		flex-wrap: wrap;
	}

	.mainColumn_Container img {
		width: 100%;
	}



	/* 2 Columns */

	.mainColumn_Container > .mainCol_2 {
		width: 100%;
	}

	.mainColumn_Container > .mainCol_2:nth-child(1) {
		padding-right: initial;
		margin-bottom: 30px;
	}

	.mainColumn_Container > .mainCol_2:nth-child(2) {
		padding-left: initial;
	}

		/* 3 Columns */

	.mainColumn_Container > .mainCol_3 {
		width: 100%;
	}

	.mainColumn_Container > .mainCol_3:nth-child(1) {
		padding-right: initial;
		/*margin-bottom: 30px;*/
	}

	.mainColumn_Container > .mainCol_3:nth-child(2) {
		padding-left: initial;
		padding-right: initial;
	}




	/* ctcForms */


	.ctcForms .mainColumn_Container > .mainCol_2:nth-child(1) {
		/*padding-right: initial;*/
		margin-bottom: initial;
	}

	.ctcForms .mainColumn_Container > .mainCol_2:nth-child(2) {
		/*padding-left: initial;*/
	}

	/* Parents section */

	/* Pop up styles */
	#pop_guidelines {
		max-width: 90%;
	}

	.declarationContainer {
		flex-direction: column;
	}

	.declare_name {
		width: 100%;
		margin-right: initial;
	}

	.declareMobile {
		display: flex;
	}

	.declare_age {
		width: 100%;
		margin-right: initial;
	}
	.declare_grade {
		width: 100%;
	}

	.parentOptionsSeason span.wpcf7-list-item {
		display: block;
		margin-bottom: 10px;
	}




	/* home_container */
	.home_container {
		margin-top: 65px;
	}

	/* fullpage container minus header */


	.fullPageContainer {
		height: calc(100vh - 65px) !important;
	}


	/* ezclasstest landing */
	.ezbox1 {
		text-align: center;
		width: 90%;
		max-width: initial;
		margin-left: auto;
		margin-right: auto;
	}
	.ezbox1 h1 {
	}
	.ezbox1 img {
	  margin-left: auto;
	  margin-right: auto;
	  max-width: 250px;
	}

	.fuzz1 {
		background-image: none;
	}

	.ezbox2 p {
		margin-bottom: 30px;
	}

	.ezbox2 img {
	}

	.ezbox2 > .mainColumn_Container > .mainCol_3 {
		margin-bottom: 20px;
	}

	.ezbox2 > .mainColumn_Container > .mainCol_3:last-child {
		margin-bottom: initial;
	}

	.ezbox2 > .mainColumn_Container > .mainCol_3 img {
		width: 30%;
		max-width: 160px;
	}

	.ezbox2 > .mainColumn_Container > .mainCol_3 a {
	}

	.ezbox2Icon {
		margin-bottom: 10px;
	}


	.fullpageInner {
		max-width: initial;
	}

	/* Cat5 */

	.cat5fullPageSlideContainer {
		display: initial;
	}


	#cat5slideBox {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
		min-width: initial;
		max-width: 1550px;
		height: 400px;
		margin-bottom: 30px;
	}

	.slideBoxInner {
		padding-top: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.Cat5slideBTN {
		background-color: orange;
		position: absolute;
		top: initial;
		/*z-index: 100;*/
		padding: 15px;
		cursor: pointer;
		font-size: 12px;
		font-family: 'Roboto Slab', serif;
		font-weight: 600;
	}

	.b {
		bottom: 0;
	}

	.n {
		bottom: 0;
	}

	#homeboxDirectionLinks {
		display: flex;
		justify-content: center;
	  align-items: center;
	  flex-wrap: wrap;
	}

	#homeboxDirectionLinks a {
		margin-bottom: 10px;
	}

	#homeboxDirectionLinks a:first-child {
		margin-right: 5px;
		margin-left: 5px;
	}
	#homeboxDirectionLinks a:last-child {
		margin-right: 5px;
		margin-left: 5px;
	}

	.cat5Callt0Action a {
		font-size: 20px;
		padding: 10px;
	}


	/* CAT4 online landing */

	#cat4OnlineBox1 {
		/*margin-bottom: initial;
		margin-top: -25%;*/
	}

	.cat4OnlineBox1BG {
		background-image: url("../img/CAT4_onlineBG_mobile.jpg");
	}

	.cat4OnlineBoxHeader {
		/*font-size: 80px;*/
	}

	#cat4OnlineBox1Video {
	}

	#cat4OnlineBox1Video video {
		width: 60%;
		min-width: initial;
		margin-bottom: 2%;
		margin-top: 1.5%;
	}




	/* tiles_container */

	#tiles_container {
		margin-top: 60px;
	}

	#tiles_container img {
	}

	.col1, .col2, .col3, .col4 {
	}


	.col1 {
		height: 50vh;
		max-height: 600px;
	}

	.col2 {
		height: 28vh;
		min-height: 280px;
	}

	.col3 {
		height: 40vh;
		max-height: 300px;
	}


	.colInner {
		padding: 20px;
	}
	.colInner img {
		width: 20%;
		min-width: 100px;
	}
	.colInner h1 {
		font-size: 20px;
		margin-bottom: initial;
		margin-bottom: 5px;
	}
	.colInner h2 {
		font-size: 13px;
	}
	.colInner a {
		margin-top: 3px;
	}
	.colInner a:hover {
	}

	/* title clients */

	.cat5BG {
		color: white;
		background-image: url('../img/Cat5.jpg');
	}
	.cat5BG img {
		min-width: 50%;
	}
	.cat5BG a {
		margin-bottom: 25%;
	}

	.cat4BG {
		background-image: url('../img/cat4.jpg');
	}
	.cat4BG a {
/*		margin-bottom: 30%;*/
	}

	.ezBG {
		background-position: center top;
	}
	.ezBG img {
		margin-top: 35%;
	}

	.cat3BG {
	}

	.insightBG img {
		min-width: 35%;
	}
	.insightBG a {
	}

	.ctcsBG img {
		min-width: 35%;
	}

	.celtBG {
	}
	.celtBG img {
		min-width: 50%;
	}

	.castBG img {
		min-width: 35%;
	}
	.castBG a {
	}
	.customBG {
	}
	.customBG img {
		min-width: 25%;
	}

	.hlmBG {
		background-color: rgba(30,67,155,0.1);
	}

	.hlmBG img {
		min-width: 30%;
	}

	/* product Display */


	.productDisplay > div {
		width: 33%;
		box-sizing: border-box;
		text-align: center;
		margin-bottom: 50px;
		padding-right: 15px;
	}

	.pImage img {
		margin-left: auto;
		margin-right: auto;
		width: 60%;
	}


	.productDisplaySingle > div {
		text-align: center;
	}

	.productDisplaySingle > div .pImage img {
		width: 100%;
	}

	/* Team page */

	.teamInner1 {
		width: 100%;
	}


	/* team header */

	#teamHeader {
		padding-top: 60px;
		height: 350px;
	}




	/* Our Team */ 

	#teamContainer {
		grid-template-columns: 49% 49%;
	}

	/* downloadContainer */

	.dlOS, .dlDiscript {
		width: 100%;
		padding: 4px;
	}
	.dlDiscript_1, .dlDiscript_2 {
		padding-right: 5px;
	}

	/* Gallery */

	#GalleryContainer {
		flex-direction: column;
		justify-content: center;
	}

	#GalleryLeft {
		width: 100%;
		margin-right: initial;
		margin: 0 auto 30px auto;
		text-align: center;
	}
	#GalleryMain {
		width: 100%;
	}

	#navGroup {
		position: initial;
	}

	#G_Search {
		width: 35%;
		margin: 0 auto 30px auto;
	}

	#G_Search input {
		height: 40px;
		padding-left: 8px;
		font-size: 18px;
	}

	#G_list {
	  grid-template-columns: 48.5% 48.5%;
		column-gap: 3%;
	  row-gap: 30px;
	}

	#G_sort-options{
	  flex-direction: initial;
	  justify-content: center;
	  flex-wrap: wrap;
	}


	.G_btn {
		white-space: nowrap;
	  padding-top: 7px;
	  padding-bottom: 7px;
	  padding-left: 12px;
	  padding-right: 12px;
	  margin: 5px;
	  border-radius: 3px;
	  font-size: 13px;
	  text-align: center;
	  background-color: #333333;
	  color: white;
	}

	.G_btn:hover {
	  background: none;
	}

	.G_btn:focus{
	  outline: none;
	  background-color: #4dbee9;
	  color: white;
	}

	.G_btn:active {
	  background-color: #4dbee9;
	  color: white;
	}


	/* footer */

	footer > .pageWrap {
		display: flex;
		flex-direction: column-reverse;
	}

	#footAdress {
		width: 100%;
		margin-right: initial;
	}

	#footNav {
		width: 100%;
		margin-bottom: 60px;
	}

	#footNav ul {
		column-count: 3;
	}







}





/* phones */
@media only screen and (max-width: 600px) {


	/* main menu ----------------------------------------------- */

/*	.top_menu {
	  padding-left: 4%;
	  padding-right: 4%;
	}
*/
	/* -------------------------------------------------------- */



	.pageWrap {
		width: 94%;
		height: 100%;
		max-width: initial;
	}



	/* product carousel */

	.carouselPageWrap {
		width: 76%;
	}


	/* ezclasstest landing */

	.ezbox2 p {
		color: white;
		margin-bottom: 50px;
	}

	.ezbox2 img {
	  margin-left: auto;
	  margin-right: auto;
	}

	.ezbox2 > .mainColumn_Container > .mainCol_3 img {
		display: none;
	}

	.ezbox2 .mainColumn_Container h2 {
		margin: initial;
	}

	.ezbox2 .mainColumn_Container .mainCol_3 {
		margin: initial;
	}

	.ezbox2 > .mainColumn_Container > .mainCol_3 a {
		display: block;
		background-color: rgba(0,0,0,0.6);
		padding: 10px;
		margin-bottom: 10px;
		border-radius: 8px;
	}


		/* CAT4 landing */


		.cat4Box1BG {
		}

		#cat4Box1 img {
		}

		#cat4Box1 a {
			display: inline-block;
			font-size: 15px;
			padding: 10px 15px 10px 15px; /* top, right, bottom, left */
		}

		#cat4Box1 a:first-child {
			margin-right: initial;
		}

		#cat4Box1 a:last-child {
			margin-left: initial;
		}


		#cat4Box1 a:hover {
		}





		/* CAT4 online landing */

		#cat4OnlineBox1 {
			/*margin-top: -45%;*/
		}

		.cat4OnlineBox1BG {
		}

		.cat4OnlineBoxHeader {
			font-size: 50px;
		}

		#cat4OnlineBox1 h2 {
			/*margin-bottom: 10%;*/
		}

		#cat4OnlineBox1Video video {
			width: 94%;
			min-width: initial;
			margin-bottom: 2.5%;
			margin-top: 3%;
		}

		#cat4OnlineBox1 a, #cat4OnlineBox2 a, #cat4OnlineBox3 a {
			display: inline-block;
			font-size: 15px;
			padding: 10px 15px 10px 15px; /* top, right, bottom, left */
			margin-bottom: 5px;
		}

		#cat4OnlineBox1 a:first-child, #cat4OnlineBox2 a:first-child, #cat4OnlineBox3 a:first-child {
			margin-right: 0;
		}

		#cat4OnlineBox1 a:last-child, #cat4OnlineBox2 a:last-child, #cat4OnlineBox3 a:last-child {
			margin-left: 0;
		}

	#cat4OnlineBox3 img {
		margin-top: 30px;
		margin-bottom: 40px;
		width: 50%;
		max-width: 600px;
	}

	#cat4OnlineBox2 ul img {
		width: 30px;
		margin-bottom: 10px;
	}

	#cat4OnlineBox2 ul {
		list-style: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 20px;
		margin-bottom: 50px;
	}

	#cat4OnlineBox2 h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	#cat4OnlineBox2 h2 {
		font-size: 13px;
		margin-bottom: 10px;
	}

	#cat4OnlineBox2 h3 {
		font-size: 10px;
		margin-bottom: 10px;
	}

	#cat4OnlineBox2 ul li {
		width: 40%;
		max-width: initial;
		padding: 15px;
		margin: 0.5%;
	}

	#cat4OnlineBox2 ul li:hover {
	}






	/* tiles_container */

#tiles_container {
	padding-top: 4%;
	padding-left: 3%;
	padding-right: 3%;
}

	#tiles_container img {
	}

	.col1, .col2, .col3, .col4 {
		width: 99%;
		height: 30vh;
		max-height: 300px;
		min-height: initial;
		margin-bottom: 4%;
	}






	.colInner {
		padding: 20px;
	}
	.colInner img {
		width: 150px;
		min-width: initial;
	}
	.colInner h1 {
		font-size: 20px;
		margin-bottom: initial;
		margin-bottom: 5px;
	}
	.colInner h2 {
		font-size: 13px;
	}
	.colInner a {
		margin-top: 3px;
	}
	.colInner a:hover {
	}

	/* title clients */

	.cat5BG {
		background-image: none;
		background-color: #6e4b1a;
	}
	.cat5BG img {
		min-width: initial;
	}
	.cat5BG a {
		margin-bottom: initial;
	}

	.cat4BG a {
		margin-bottom: initial;
	}

	.cat4BG img {
		max-width: initial;
	}

	.cat3BG h1 {
		display: none;
	}


	.ezBG {
		background-image: url('../img/ez_mobile.jpg');
		background-position: center top;
	}
	.ezBG img {
		margin-top: 15%;
	}


	.insightBG img {
		min-width: initial;
		width: 150px;
	}
	.insightBG a {
	}

	.ctcsBG img {
		min-width: initial;
	}

	.celtBG img {
		min-width: initial;
	}
	.celtBG h1 {
		display: none;
	}

	.castBG img {
		min-width: initial;
	}


	.hlmBG img, .customBG img {
		min-width: initial;
		width: 90px;
	}



	/* product Display */


	.productDisplay > div {
		width: 50%;
	}

	.pImage img {
	}

	/* Cat5 */

	#cat5slideBox {
		min-height: initial;
		height: 300px;
	}

	/* Cat5 landing */

	.cat5fullPageContainer:last-child {
		height: initial;
		padding-top: 20px;
		padding-bottom: 30px;
	}


	.cat5fullPageContainer ul {
		flex-direction: column;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.cat5fullPageContainer ul li {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.cat5fullPageContainer ul li:nth-child(2) {
		margin: auto;
		margin-bottom: 10px;
	}

	.cat5fullPageContainer ul li img {
		display: none;
	}

	a.joinStudy {
		font-size: 20px;
	}
	a:hover.joinStudy {
	}

.cat5p7 {
  background-image: none;	
}


	/* Our Team */ 

	#teamContainer {
		grid-template-columns: 100%;
		grid-gap: initial;
	}

	/* Gallery */

	#G_list {
	  grid-template-columns: 100%;
		column-gap: none;
	  row-gap: none;
	}





	/* footer */

	#footNav ul {
		column-count: 2;
	}



}
