/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */


/*COLORS
Bright Blue (nav) - #0093E0 / 0, 147, 224
Blue - #0082C6
Dark TB Blue - #002B54
Text Blue - #213B54
Text Blue lighter - #3B5266 / 59, 82, 102
Btn Red - #E6433F
Btn Red hover - #DB3D3E
Btn Green - #00A164
Btn Green hover - #00995B
Social and Ads - #AADFF1 / 170, 223, 241

Light Green 1 - #7CCDA7
Lime Green 2 - #99ce4d
Green 3 - #00a156

English - #ffd870 / 255, 216, 112
Maths - #3abdff / 58, 189, 255
Science - #ff6459 / 255, 100, 89
Green - #6cd8a6 / 108, 216, 166
*/


@font-face {
	font-family: 'ChevinDemibold';
	src: url('../eot/aqachevinpro-demibold-webfont.eot');
	src: url('../eot/aqachevinpro-demibold-webfontd41d.eot#iefix') format('embedded-opentype'),
		 url('../woff/aqachevinpro-demibold-webfont.woff') format('woff'),
		 url('../ttf/aqachevinpro-demibold-webfont.ttf') format('truetype'),
		 url('../svg/aqachevinpro-demibold-webfont.svg#webfont') format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family: 'ChevinMedium';
	src:url('../eot/aqachevinpro-medium-webfont.eot');
	src: url('../eot/aqachevinpro-medium-webfontd41d.eot#iefix') format('embedded-opentype'),
		 url('../woff/aqachevinpro-medium-webfont.woff') format('woff'),
		 url('../ttf/aqachevinpro-medium-webfont.ttf') format('truetype'),
		 url('../svg/aqachevinpro-medium-webfont.svg#webfont') format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family: 'ChevinLight';
	src: url('../eot/aqachevinpro-light-webfont.eot');
	src: url('../eot/aqachevinpro-light-webfontd41d.eot#iefix') format('embedded-opentype'),
		 url('../woff/aqachevinpro-light-webfont.woff') format('woff'),
		 url('../ttf/aqachevinpro-light-webfont.ttf') format('truetype'),
		 url('../svg/aqachevinpro-light-webfont.svg#webfont') format('svg');
	font-weight:normal;
	font-style:normal;
}

html { font-size: 100%; }

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.938em; /*15px*/
	font-size: 1.125em; /* 16 x 1.125 = 18px */
	font-size: 1em; /* 16 x 1 = 16px */
	font-weight: 400;
/*	line-height: calc(1.4em + .1vw);*/
	line-height: 1.5;
	color: #213B54;
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: antialiased;
	/*padding-top: 66px;*/
}

body.home {
	background: #ffffff;
}

.page-template-page-homepage-php #main article {
	margin: 0;
	padding: 0;
}


h1, h2, h3, h4, h5 {
	font-family: 'ChevinDemibold', Helvetica, Arial, san-serif;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 0.6em;
}

h1 {
	font-size: 2.4em; /* 16 x 2.4 = 38.4px */
	font-weight: normal;
}

h2 {
	font-size: 2.0em; /* 16 x 2 = 32px */
	font-weight: normal;
}

h3 {
	font-size: 1.5em; /* 16 x 1.5 = 24px */
	font-weight: normal;
}

h4 {
	font-size: 1.25em; /* 16 x 1.25 = 20px */
	font-weight: normal;
}

h5 {
	font-size: 1.125em; /* 16 x 1 = 18px */
	font-weight: normal;
}

p {
	margin: 0 0 1.1em;
}

small,
.font_small {
	font-size: 0.84em; /* 16 x .84 = 13.5px */
}

a {
	/*color: #0093E0;*/
	color: rgb(0, 147, 224);
	color: #0082C6;
	text-decoration: none;
	vertical-align: baseline;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
	font-weight: 500;
}

a:hover,
a:focus {
	color: #0082C6;
	text-decoration: underline;
}

ul, ol {
	padding-left: 1rem;
	margin: 0 0 1rem;
}


li { padding-left: .5rem; }

ol li { margin-bottom: .5rem; }

ol.bullets,
ul.bullets {
	list-style: disc;
	margin: 0 2px 20px;
}

.subhead {
	font-family: 'ChevinLight';
	font-size: 24px;
	font-size: 1.5rem;
    line-height: 1.25em;  
}

.lead {
	font-size: 1.25rem;
}

.img-border img { border: 1px solid #ddd; }
.img-border-white img { border: 1px solid #fff; }
.img-border-blue img { border: 1px solid #0093E0; }
.img-border-bold img { border-width: 4px; }

.shadow { box-shadow: 0px 2px 6px rgb(0, 0, 0, .35); }

.relative { position: relative; }


/*FAQ wpbakery toggle*/
.vc_toggle_default .vc_toggle_icon {
    background: #0093e0 !important;
    border: 1px solid #0093e0 !important;
}
.vc_toggle_default .vc_toggle_icon::before {border-color: #0093e0 !important; }
.vc_toggle_default .vc_toggle_icon::after, .vc_toggle_default .vc_toggle_icon::before { background: #0093e0 !important; }
.vc_toggle_title:hover h4 { text-decoration: underline; }


/* Tooltips */
/* Tooltip on product tables */
.tooltip2 {
	position: relative;
}

.tooltip2 p,
.tooltip2 ul {
	margin-bottom: 10px;
}

.tooltip2 .fa-info-circle {
	color: #c5c4c4;
}

/*https://stackoverflow.com/questions/36043002/stop-text-from-wrapping-under-an-icon-inside-an-anchor*/
.tooltip2 .fa-info-circle {
	float: left;
	padding: 0 10px 0 0;
}

.tooltip2 .tooltip-subject {
	display: block;
	overflow: hidden;
}
/*end fix*/

.tooltip2 .tooltiptext {
	font-weight: normal;
	visibility: hidden;
	width: 28em;
	background-color: #0093e0;
	color: #fff;
	text-align: left;
	padding: 20px;
	border-radius: 6px;

	background-color: #ffffff;
	color: #213b54;
	box-shadow: -2px 2px 10px 2px rgba(6, 8, 8,.20);

	/* Position the tooltip text */
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 105%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip2:hover .tooltiptext {
	visibility: visible;
}

/* left arrow */
.tooltip2 .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 15px;
	right: 100%; /* To the left of the tooltip */
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #0093e0 transparent transparent;

	border-color: transparent #ffffff transparent transparent;
}

.bullets-blue ol,
.bullets-blue ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bullets-blue ol li,
.bullets-blue ul li {
	padding-left: 1em;
	text-indent: -.7em;
}

.bullets-blue ol li:before,
.bullets-blue ul li:before {
	content: "• ";
	color: #0092E0; /* or whatever color you prefer */
}

.strong-points ul {
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
}

.strong-points li {
	padding-left: 0;
}

.strong-points span {
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
}

hr { height: 1px; color: #eee; background: #eee; }

img { max-width: 100%; }

.clear { clear: both; }


.img-pri,
.img-sec {
	display: block;
	width: 100%;
	margin: 40px auto;
}

.img-pri { max-width: 396px; }

.img-sec { max-width: 369px; }

.img-about {
	display: block;
	width: 100%;
	max-width: 375px;
	margin: 10px auto 40px;
}

.standout {
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 3px 0px rgba(0, 130, 198, 1);
	box-shadow: 0 3px 0px rgba(0, 130, 198, 1);
}

.standout2 {
	-moz-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.35);
	box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.35);
}

.img-standout {
	-moz-box-shadow: 0 -2px 16px -3px rgba(0, 0, 0, 0.20);
	box-shadow: 0 -2px 16px -3px rgba(0, 0, 0, 0.20);
	border-bottom: 4px solid #d5d5d5;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img {
	-moz-box-shadow: 0 -2px 16px -3px rgba(0, 0, 0, 0.20);
	box-shadow: 0 -2px 16px -3px rgba(0, 0, 0, 0.20);
	border-bottom: 4px solid #d5d5d5;
}

.text-normal { font-weight: normal; }
.text-red { color: #e6433f; }
.text-blue { color: #0082C6; }



.bg-dawn {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(227,245,252,1) 50%);
}

.bg-day {
	background: rgb(0,147,224);
	background: linear-gradient(0deg, rgba(0,147,224,1) 0%, rgba(186,229,247,1) 58%, rgba(255,255,255,1) 100%);
}

.bg-night {
    background: rgb(0,43,84);
    background: linear-gradient(0deg, rgba(0,43,84,1) 0%, rgba(0,136,219,1) 100%);   
}

/*COOKIE NOTICE*/
/* #cookie-notice .cookie-notice-container {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 400;
	color: #213b54;
	letter-spacing: .5px;
	background-color: #ffe699;
	border-top: 3px solid #FFE085;
}

.cn-text-container,
.cn-buttons-container {
	vertical-align: middle;
}

.cookie-notice-container .cn-text-container { text-align: left; margin: 0; }
.cookie-notice-container .cn-buttons-container { text-align: right; }

#cookie-notice .button.wp-default {
	font-size: 16px;
	font-weight: 600;
	text-shadow: none;
	background: #ffc517;
	border: solid 2px transparent;
	padding: 8px 12px;
	margin: 5px;
	color: #213B54;
	text-decoration: none;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

#cookie-notice .button.cn-more-info {
	background: transparent;
	border: solid 2px #ffc517 ;
}

#cookie-notice .button.wp-default:hover,
#cookie-notice .button.wp-default:focus {
	background: #ffc517;
	border: solid 2px transparent;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.cn-close-icon {
	display: none;
}

.cn-close-icon:before,
.cn-close-icon:after {
	background-color: #213B54 !important;
} */
/*END COOKIE BANNER*/

/*CookieYES*/
.cky-consent-container .cky-consent-bar {
	box-shadow: none !important;
	border: none !important;
}

.cky-consent-bar .cky-notice-content-wrapper {
	max-width: 1170px;
	padding: 1.5rem .9375rem .75rem !important;
	margin: 0 auto;
}

.cky-notice-des *,
.cky-preference-content-wrapper *,
.cky-dma-content-wrapper *,
.cky-accordion-header-des *,
.cky-gpc-wrapper .cky-gpc-desc * {
	font-size: 1rem !important;
	font-weight: normal;
}

.cky-notice-des a.cky-policy,
.cky-notice-des button.cky-policy,
.cky-dma-content-wrapper a.cky-policy,
.cky-dma-content-wrapper button.cky-policy {
	font-weight: 600 !important;
}

.cky-btn {
	font-size: 1rem !important;
	font-weight: 600 !important;
	border-radius: 25px !important;
}

.cky-btn-customize,
.cky-btn-customize:hover {
	text-decoration: underline !important;
}

.cky-preference-center {
	background-color: #FFFFFF !important;
}

.cky-footer-shadow {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #dddddd 100%) !important;
}

.cky-show-desc-btn {
	color: #0093e0 !important;
	font-weight: 600 !important;
}


@media (max-width: 425px) {
    .cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper{
        padding: 0 1rem !important;
    }
}

@media (max-width: 1200px) {
    .cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper {
        padding: 0 1rem !important;
    }
}
/*END CookieYES*/




/*Search form styles*/
.form-inline .input-group > .form-control {
	height: 100%;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	margin-left: -1px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 17px;
	padding-right: 22px;
	height: 128%;
	background: #0093E0;
	font-size: 26px;
	border: none;
}

.input-group-btn:last-child > .btn:hover,
.input-group-btn:last-child > .btn-group:hover {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/*tab styles*/

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
	background: #0293e0 !important;
}

.wpb-js-composer .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	background: rgba(0, 147, 224, 0.18) !important;
}


/*.wpb-js-composer .tb-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #213B54;
	border-bottom: 3px solid #BBE2F1;
}*/

.wpb-js-composer .tb-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a,
.wpb-js-composer .tb-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #213B54;
	border-bottom: 3px solid rgba(0, 147, 224, 0.18);
	border-bottom: 3px solid #d4ecfb;
}

.wpb-js-composer .tb-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
	color: #ffffff;
}

.wpb-js-composer .tb-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	/*background: #88CCE7;*/
	background: rgba(0, 147, 224, 0.18);
}

.wpb-js-composer .tb-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a:hover {
	/*background: #88CCE7;*/
	background: rgba(0, 147, 224, 0.18);
}



.wpb-js-composer .tb-tabs.vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
	margin: 20px 0;
	/*background: rgba(170, 223, 241, 0.5);
	background: #BBE2F1;*/
	background: #d4ecfa;
	padding: 10px;
}

.wpb-js-composer .tb-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .tb-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
	/*background: rgba(170, 223, 241, 0.5);
	background: #BBE2F1;*/
	background: #d4ecfa;
}

.tb-tabs .blueline {
	border-top: 2px solid #0093E0;
	padding: 5px 0;
	margin: 0;
}


/*TB button - BLUE brighter with sandout border - default is blue*/
.tb-btn.shadow .vc_btn3.vc_btn3-color-primary,
.tb-btn.shadow .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
	background: #009FF5;
	border-radius: 25px;
}

.tb-btn.shadow .vc_btn3.vc_btn3-color-primary:hover,
.tb-btn.shadow .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover {
	background: #0092E0;
}

.tb-btn.shadow.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg,
.tb-btn.shadow.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md,
.tb-btn.shadow.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm,
.tb-btn.shadow.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs,
.tb-btn.shadow .vc_general.vc_btn3 {
	font-size: 18px;
	font-weight: bold;
	background: #009FF5;
	border-radius: 25px;
	-moz-box-shadow: 0 3px 0px rgba(0, 130, 198, 1);
	box-shadow: 0 3px 0px rgba(0, 130, 198, 1);
}

.tb-btn.shadow.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg:hover,
.tb-btn.shadow.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md:hover,
.tb-btn.shadow.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm:hover,
.tb-btn.shadow.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs:hover,
.tb-btn.shadow .vc_general.vc_btn3:hover {
	background: #0092E0
}


/*TB button - RED with standout border*/
.tb-btn-red.shadow .vc_btn3.vc_btn3-color-primary,
.tb-btn-red.shadow .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
	background: #e94c3e;
	border-radius: 25px;
}

.tb-btn-red.shadow .vc_btn3.vc_btn3-color-primary:hover,
.tb-btn-red.shadow .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover {
	background: #e6433f;
	background: #E32926;
}

.tb-btn-red.shadow.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg,
.tb-btn-red.shadow.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md,
.tb-btn-red.shadow.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm,
.tb-btn-red.shadow.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs,
.tb-btn-red.shadow .vc_general.vc_btn3 {
	font-size: 18px;
	font-weight: bold;
	background: #e94c3e;
	border-radius: 25px;
	-moz-box-shadow: 0 3px 0px #ce2b24;
	box-shadow: 0 3px 0px #ce2b24;
}

.tb-btn-red.shadow.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg:hover,
.tb-btn-red.shadow.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md:hover,
.tb-btn-red.shadow.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm:hover,
.tb-btn-red.shadow.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs:hover,
.tb-btn-red.shadow .vc_general.vc_btn3:hover {
	background: #e6433f;
	background: #E32926;
}


/*TB button plain = original blue / NO STANDOUT BORDER */
.tb-btn .vc_btn3.vc_btn3-color-primary,
.tb-btn .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
	background: #0092E0;
}

.tb-btn .vc_btn3.vc_btn3-color-primary:hover,
.tb-btn .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover {
	background: #0082C6;
}

.tb-btn.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg,
.tb-btn.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md,
.tb-btn.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm,
.tb-btn.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs,
.tb-btn .vc_general.vc_btn3 {
	font-weight: bold;
	background: #0092E0;
}

.tb-btn.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg:hover,
.tb-btn.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md:hover,
.tb-btn.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm:hover,
.tb-btn.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs:hover,
.tb-btn .vc_general.vc_btn3:hover {
	background: #0082C6;
}

.blue { background: #0082C6; }
.blue:hover { background: #0093E0; }

.green { background: #7CCDA7; }

.turq { background: #aadff1; }

.brightblue { background: #0093E0; }
.brightblue:hover { background: #0082C6; }

.red { background: #E6433F; }
.red:hover { background: #ff6459; }

.softred { background: #e9544d; }
.softred:hover { background: #ff6459; }

.dkgreen { background: #16929E; }
.dkgreen:hover { background: #19A5B3; }


blockquote {
	font-family: 'ChevinDemibold', Helvetica, Arial, san-serif;
	padding: 0;
	margin: 20px;
	font-size: 18px;
	border-left: none;
}

blockquote p {
	font-size: 1em;
}

.blockquote-hero {
	background: rgba(0, 147, 224, 0.8);
	background: rgba(255,255,255,0.45);
	padding: 25px 20px 20px 30px;
	max-width: 500px;
	margin: 0 auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border-left: 5px solid #0082C6;
}

.blockquote-hero blockquote {
	font-size: 18px;
}

select { padding: 10px; border: 1px solid #eee; background: #efefef; font-size: 20px;  }

select:focus { background: #f3f4f5;  }

.inset-text {
	/* Shadows are visible under slightly transparent text color */
	color: rgba( 0, 147, 224, 0.8);
	text-shadow: 1px 1px 2px #fff, 0 0 0 rgba( 0, 0, 0, 0.5), 1px 1px 2px #fff;
}

/* Don't show shadows when selecting text */
::-moz-selection { background: #5af; background: #AADFF1; text-shadow: none; }
::selection { background: #5af; background: #AADFF1; text-shadow: none; }

label {
	vertical-align: middle;
	text-align: left;
	display: block;
	padding: 10px 5px 0;
}

label.agree { display: inline-block }

textarea {
	font-family: Helvetica, Arial, sans-serif;
	background: #efefef;
	color: #213B54;
	max-width: 100%;
	border: 1px solid #eee;
	padding: 15px;
	font-size: 20px;
}

textarea:focus { background: #f3f4f5; }

input[type="submit"] { cursor: pointer; }

input[type="button"] { cursor: pointer; }

input[type=text], input[type=password] {
	vertical-align: middle;
	font-size: 20px;
	color: #213B54;
	border: 2px solid #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow:
	  inset 1px 1px 5px  rgba(0,0,0,0.2)/*,
			0 0 16px rgba(0,0,0,0.1)*/;
	-moz-box-shadow:
	  inset 1px 1px 5px  rgba(0,0,0,0.2)/*,
			0 0 16px rgba(0,0,0,0.1)*/;
	box-shadow:
	  inset 1px 1px 5px  rgba(0,0,0,0.2)/*,
			0 0 16px rgba(0,0,0,0.1)*/;
	padding: 12px;
	background: #efefef;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	outline: none;
}

input[type=text]:focus, input[type=password]:focus {
  -webkit-box-shadow:
	  inset 1px 1px 5px  rgba(0,0,0,0.2)/*,
			0 0 16px rgba(0,0,0,0.1)*/;
	-moz-box-shadow:
	  inset 1px 1px 5px  rgba(0,0,0,0.2)/*,
			0 0 16px rgba(0,0,0,0.1)*/;
	box-shadow:
	  inset 1px 1px 5px  rgba(0,0,0,0.2)/*,
			0 0 16px rgba(0,0,0,0.1)*/;
  padding: 15px;
  background: #f3f4f5;
}

.checkbox input[type=checkbox] { visibility: hidden; }

label.checkbox span { position: relative; top: -8px; left: 5px; }

li.checkbox label { text-align: center; padding: 0;  }

.icon-form-control + .icon {
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.icon-form-control:hover + .icon {
	cursor: pointer;
	background: #f3f4f5;
	color: #f3f4f5;
	outline: 0;
}

.icon-form-control:active + .icon,
.icon-form-control:focus + .icon {
	border-color: #0093E0;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}
.checkbox .icon-form-checkbox {
	display: inline-block;
	width: 50px;
	height: 30px;
	font-size: 16px;
	background: #efefef;
	border: 2px solid #ffffff;
	color: #efefef;
	position: relative;
}
.checkbox .icon-form-control:checked + .icon-form-checkbox:before { border-color: #999; border-color: #0082C6; }
.checkbox .icon-form-control + .icon-form-checkbox:before {
	content: "";
	display: inline-block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 16px;
	width: 8px;
	background: transparent;
	border: 3px solid #efefef;
	border-top: 0px;
	border-left: 0px;
	top: 3px;
	left: 20px;
	position: absolute;
}

/*YouTube Videos and Video OneTrust Cookie banner*/
.gdpr-info-box-style {
    position: relative;
}

.ot-warning-banner {
    background: #FEE8E5;
    margin: 0 auto;
    padding: 1rem;
    border: 4px solid #e6433f;
}

.ot-warning-banner h2 {
	font-size: 22px;
    margin: 0 0 1rem;
}

.ot-d-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.ot-text-flex {
    flex-basis: 64%;
    flex-grow: 1;
    flex-shrink: 0;
}

.ot-text-flex .desc { margin-bottom: 0; }

.ot-btn-flex {
    flex-grow: 0;
}

.ot-warning-banner .btn-small {
    display: inline-block;
}

.btn-small:hover {
    cursor: pointer;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  padding-bottom: 50%; /* 16:9 */
  padding-top: 15px;
  height: 0;
  border: #dddddd 1px solid;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 540px) {
    .ot-warning-banner {
        padding: 1rem 1.5rem 1.5rem;
    }
}

@media (min-width: 768px) {
    .video-wrapper {
      margin-top: 0;
      margin-bottom: 0;
      padding-bottom: 51%; /* 16:9 */
      padding-top: 15px;
    }
}


/*repeatable elements*/

.allcaps { text-transform: uppercase; }

li.allcaps { text-transform: uppercase; }

.asterisk { color: #0093E0; letter-spacing: .4em;  }

.asterisk_red { color: #E6433F; letter-spacing: .4em;  }

.asterisk_done { color: #0093E0; letter-spacing: .4em;  }

.instruction { color: #0093E0; }

.error { color: #E6433F; text-align: right; }


/*BUTTONS*/
.btn-ico {
	max-width: 25px;
	display: inline-block;
	margin-right: 12px;
}

.nav > li > a > img.btn-ico {
	max-width: 29px;
	border-radius: 50%;
	float: left;
	border: 3px solid #ffffff;
}

.nav-links {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}

.nav-previous a,
.nav-next a {
	display: inline-block;
	padding: 2rem;
    background: #ffffff;
    border: 4px solid #0093E0;
    line-height: 0;
    border-radius: 50px;
}

.prev-arrow { margin-right: .5rem; }
.next-arrow { margin-left: .5rem; }

.btn,
.btn a,
.btn .vc_general.vc_btn3,
.btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	color: #ffffff;
	display: inline-block;
	padding: 4px 20px 5px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6875;
	text-align: center;
	letter-spacing: 0.02em;
	/*max-width: 100%;*/
	position: relative;
	white-space: normal;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}

.su-button-style-flat:hover span {
	top: 0px !important;
}

/*.vc_col-has-fill>.vc_column-inner {
	padding-top: 0 !important;
}*/

.btn-guide {
	width: 90%;
}

.btn-upgrade {
	padding: 7px 20px;
	margin: 10px auto 0;
	display: block;
	font-size: 18px;
	font-weight: normal;
	background: #009FF5;
}

.btn-guide {
	margin: -5px auto;
	color: #ffffff;
	font-weight: normal;
	display: block;
}

.btn-guide:hover {
	text-decoration: none;
	color: #ffffff;
}

.btn-red,
.btn-red a {
	margin: 0;
	background: #e94c3e;
	background: #e6433f;
}

.btn-ltred,
.btn-ltred a {
	color: #213b54;
	margin: 0;
	background: #fed2cb;
}

.btn-green,
.btn-green a {
	margin: 0;
	background: #00A164;
}

#header .btn-red,
#header .btn-ltred {
	margin: 0 10px 0 0;
}

.btn-cta .vc_btn3.vc_btn3-color-grey,
.btn-cta .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	font-family: 'ChevinDemibold', Helvetica, Arial, san-serif;
	padding: 16px 24px;
	font-size: 24px;
	color: #ffffff;
}

.btn-cta.btn-cta-hero-white .vc_btn3.vc_btn3-color-grey,
.btn-cta.btn-cta-hero-white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	color: #0093e0;
}

.btn-cta.btn-cta-hero-white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.btn-cta.btn-cta-hero-white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover,
.btn-cta.btn-cta-hero-white .vc_btn3.vc_btn3-color-grey:focus,
.btn-cta.btn-cta-hero-white .vc_btn3.vc_btn3-color-grey:hover {
	color: #0093e0;
}

.btn-cta-small .vc_btn3.vc_btn3-color-grey,
.btn-cta-small .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	font-family: 'ChevinDemibold', Helvetica, Arial, san-serif;
	padding: 12px 20px;
	font-size: 16px;
	color: #ffffff;
}

.btn-cta-hero .vc_btn3.vc_btn3-color-grey,
.btn-cta-hero .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	background: #8ac634;
	border-color: #add771;
	border-width: 10px;
	-moz-box-shadow: 0 5px 0px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 0px rgba(0, 0, 0, .2);
}

.btn-cta.btn-cta-hero .vc_btn3.vc_btn3-color-grey,
.btn-cta.btn-cta-hero .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat,
.btn-cta.btn-cta-hero-white .vc_btn3.vc_btn3-color-grey,
.btn-cta.btn-cta-hero-white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	padding: 10px 24px;
	font-size: 18px;
}

.btn-cta-hero .vc_btn3.vc_btn3-color-grey:focus,
.btn-cta-hero .vc_btn3.vc_btn3-color-grey:hover,
.btn-cta-hero .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.btn-cta-hero .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
	background: #8ac634;
	border-color: #add771;
	-moz-box-shadow: 0 3px 0px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 0px rgba(0, 0, 0, .3);
}

.btn-cta-hero-white .vc_btn3.vc_btn3-color-grey,
.btn-cta-hero-white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	background: #ffffff;
	border-width: 10px;
	-moz-box-shadow: 0 5px 0px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 0px rgba(0, 0, 0, .2);
}

.btn-cta-hero-white-tb .vc_btn3.vc_btn3-color-grey,
.btn-cta-hero-white-tb .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	border-color: rgba(0, 149, 226, .46);
}

.btn-cta-hero-white-ot .vc_btn3.vc_btn3-color-grey,
.btn-cta-hero-white-ot .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	border-color: rgba(173, 215, 113, .46);
}

.btn-cta.btn-cta-hero-white .vc_btn3.vc_btn3-color-grey:focus,
.btn-cta.btn-cta-hero-white .vc_btn3.vc_btn3-color-grey:hover,
.btn-cta.btn-cta-hero-white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.btn-cta.btn-cta-hero-white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
	background: #ffffff;
	-moz-box-shadow: 0 3px 0px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 0px rgba(0, 0, 0, .3);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-cta-hero-white-tb .vc_btn3.vc_btn3-color-grey:focus,
.btn-cta-hero-white-tb .vc_btn3.vc_btn3-color-grey:hover,
.btn-cta-hero-white-tb .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.btn-cta-hero-white-tb .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
	border-color: rgba(0, 149, 226, .46);
	border-color: #0083c7;
}

.btn-cta-hero-white-ot .vc_btn3.vc_btn3-color-grey:focus,
.btn-cta-hero-white-ot .vc_btn3.vc_btn3-color-grey:hover,
.btn-cta-hero-white-ot .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.btn-cta-hero-white-ot .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
	border-color: rgba(173, 215, 113, .46);
	border-color: #8dcb70;
}

.btn-cta-red .vc_btn3.vc_btn3-color-grey,
.btn-cta-red .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	background: #e6433f;
	border-color: #e6433f;
}

.btn-cta-red .vc_btn3.vc_btn3-color-grey:focus,
.btn-cta-red .vc_btn3.vc_btn3-color-grey:hover,
.btn-cta-red .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.btn-cta-red .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
	background: #e6433f;
	border-color: #e6433f;
}

.btn-cta-yellow .vc_btn3.vc_btn3-color-grey,
.btn-cta-yellow .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	background: #ffa300;
	border-color: #ffa300;
}

.btn-cta-yellow .vc_btn3.vc_btn3-color-grey:focus,
.btn-cta-yellow .vc_btn3.vc_btn3-color-grey:hover,
.btn-cta-yellow .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.btn-cta-yellow .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
	background: #ffa300;
	border-color: #ffa300;
}

.btn-cta-green .vc_btn3.vc_btn3-color-grey,
.btn-cta-green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	background: #00A164;
	border-color: #00A164;
	background: #179b6f;
	border-color: #179b6f;
}

.btn-cta-green .vc_btn3.vc_btn3-color-grey:focus,
.btn-cta-green .vc_btn3.vc_btn3-color-grey:hover,
.btn-cta-green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.btn-cta-green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
	background: #00A164;
	border-color: #00A164;
	background: #179b6f;
	border-color: #179b6f;
}

.btn-cta-purple .vc_btn3.vc_btn3-color-grey,
.btn-cta-purple .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	background: #6859a3;
	border-color: #6859a3;
}

.btn-cta-purple .vc_btn3.vc_btn3-color-grey:focus,
.btn-cta-purple .vc_btn3.vc_btn3-color-grey:hover,
.btn-cta-purple .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.btn-cta-purple .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
	background: #6859a3;
	border-color: #6859a3;
}


.btn-cta-ltgreen .vc_btn3.vc_btn3-color-grey,
.btn-cta-ltgreen .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	background: #aed778;
	border-color: #aed778;
	color: #00A164;
	color: #213B54;
}

.btn-cta.btn-cta-ltgreen .vc_btn3.vc_btn3-color-grey:focus,
.btn-cta.btn-cta-ltgreen .vc_btn3.vc_btn3-color-grey:hover,
.btn-cta.btn-cta-ltgreen .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.btn-cta.btn-cta-ltgreen .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
	background: #aed778;
	border-color: #aed778;
	color: #213B54;
}

.btn-cta-blue .vc_btn3.vc_btn3-color-grey,
.btn-cta-blue .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	background: #0093E0;
	border-color: #0093E0;
	/*background: #0088db;
	border-color: #0088db;*/
}

.btn-cta-blue .vc_btn3.vc_btn3-color-grey:focus,
.btn-cta-blue .vc_btn3.vc_btn3-color-grey:hover,
.btn-cta-blue .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.btn-cta-blue .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
	background: #0093E0;
	border-color: #0093E0;
}

.btn-cta-white .vc_btn3.vc_btn3-color-grey,
.btn-cta-white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	color: #0092E0;
	background: #ffffff;
}

.btn-cta-small.btn-cta-white .vc_btn3.vc_btn3-color-grey:focus,
.btn-cta-small.btn-cta-white .vc_btn3.vc_btn3-color-grey:hover,
.btn-cta-small.btn-cta-white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.btn-cta-small.btn-cta-white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover,
.btn-cta.btn-cta-white .vc_btn3.vc_btn3-color-grey:focus,
.btn-cta.btn-cta-white .vc_btn3.vc_btn3-color-grey:hover,
.btn-cta.btn-cta-white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.btn-cta.btn-cta-white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
	color: #0092E0;
	background: #ffffff;
}

.btn-white .vc_btn3.vc_btn3-color-grey,
.btn-white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	color: #0092E0;
	background: #ffffff;
}

.btn.btn-white .vc_btn3.vc_btn3-color-grey:focus,
.btn.btn-white .vc_btn3.vc_btn3-color-grey:hover,
.btn.btn-white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.btn.btn-white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
	color: #0092E0;
	background: #ffffff;
}


.btn.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
	padding: 12px 20px;
	font-size: 16px;
}

.btn-cta-hero.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg,
.btn-cta-red.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg,
.btn-cta-yellow.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg,
.btn-cta-green.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg,
.btn-cta-purple.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg,
.btn-cta-ltgreen.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg,
.btn-cta-blue.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
	padding: 16px 24px;
	font-size: 24px;
}

.btn-cta-small .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.btn-cta-small .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover,
.btn-cta-small .vc_btn3.vc_btn3-color-grey:focus,
.btn-cta-small .vc_btn3.vc_btn3-color-grey:hover,
.btn-cta .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.btn-cta .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover,
.btn-cta .vc_btn3.vc_btn3-color-grey:focus,
.btn-cta .vc_btn3.vc_btn3-color-grey:hover {
	color: #ffffff;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}


.btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover,
.btn .vc_btn3.vc_btn3-color-grey:focus,
.btn .vc_btn3.vc_btn3-color-grey:hover {
	color: #ffffff;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-small{
	font-family: 'ChevinDemibold', Helvetica, Arial, san-serif;
	padding: 10px 16px;
	font-size: 18px;
	color: #ffffff;
	border-radius: 25px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn-small:focus,
.btn-small:hover {
	text-decoration: none;
	color: #ffffff;
	/*-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);*/
}

.btn-small.btn-white:focus,
.btn-small.btn-white:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}


.btn-turq {
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0 0;
	background: #AADFF1;
	-webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
	color: #213B54;
}

.btn-blue,
.btn-blue a {
	margin: 0 0;
	background: #0092E0;
}

.btn-white,
.btn-white a {
	color: #0092E0;
	margin: 0 0;
	background: #ffffff;
	-webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
}

.btn-large {
	font-size: 19px;
	width: 70%;
}

.btn-two {
	font-size: 13px;
	width: auto;
}

.btn.focus,
.btn:focus,
.btn:hover,
.btn a.focus,
.btn a:focus,
.btn a:hover {
	text-decoration: none;
	color: #ffffff;
}

.btn-red:hover,
.btn-red a:hover {
	/*background: #D91F1C;
	background: #E32926;*/
	background: #e6433f;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-ltred:hover,
.btn-ltred a:hover {
	color: #213b54;
	background: #fed2cb;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-green:hover,
.btn-green a:hover {
	background: #00A164;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-blue:hover,
.btn-blue a:hover {
/*	background: #0082C6;*/
	background: #0093E0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-turq:hover {
	background: #0092E0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-white:hover,
.btn-white a:hover {
	color: #0092E0;
	-webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.12);
}

.caption { font-size: 12px; }

.caption p { margin: 5px; }

.btn-print {
	float: right;
	margin-top: 30px;
}

/*ARROW MENU BUTTONS*/
.menu-year-groups-container .menu {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	flex-direction: column;
}

.menu-year-groups-container .menu li {
	padding: 0;
	margin: 0;
}

.menu-year-groups-container .menu li a {
	display: block;
	height: 64px;
	color: #ffffff;
	font-family: 'ChevinDemibold', Helvetica, Arial, san-serif;
	color: #ffffff;
	text-align: center;
	padding: 20px 24px;
	font-size: 1.5rem;
	line-height: 1.5rem;
	position: relative;
}

.menu-year-groups-container .menu li a:hover,
.menu-year-groups-container .menu li a:focus {
	color: #ffffff;
	-webkit-box-shadow: inset 0 3px 5px -3px rgb(0 0 0 / 20%);
	box-shadow: inset 0 3px 5px -3px rgb(0 0 0 / 20%);
}

.menu-year-groups-container .menu .btn-red,
.menu-year-groups-container .menu .btn-red a:hover,
.menu-year-groups-container .menu .btn-red a:focus {
	background-color: #e6433f;
}

.menu-year-groups-container .menu .current_page_item {
	text-decoration: underline;
	color: #ffffff;
}

.menu-year-groups-container .menu .current_page_item a:hover,
.menu-year-groups-container .menu .current_page_item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default;
}

.btn-yellow { background-color: #ffa300; }
.btn-green { background-color: #179b6f; }
.btn-purple { background-color: #6859a3; }

.btn-arrow-red a::after,
.btn-arrow-yellow a::after,
.btn-arrow-purple a::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: -15px;
	top: 0;
	border-bottom: 32px solid #ffffff;
	border-right: 15px solid transparent;
	border-top: 32px solid #ffffff;
	border-left: 24px solid transparent;
}

@media (min-width: 768px) {
	.menu-year-groups-container .menu {
		flex-direction: row;
	}

	.menu-year-groups-container .menu li {
		flex: 1;
	}

	.btn-arrow-red a::after {
		border-bottom-color:#ffa300;
		border-top-color: #ffa300;
	}

	.btn-arrow-yellow a::after {
		border-bottom-color: #6859a3;
		border-top-color: #6859a3;
	}
}


/*Pop blocks from Year group pages*/
.pop-block-wrap {
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #ddd;
	border-top-width: 4px;
	border-top-color: #0088db;
}

.vc_section[data-vc-full-width]>.vc_row.pop-block-wrap {
	margin-left: 15px;
	margin-right: 15px;
}

.pop-block-wrap-red { border-top-color: #e6433f; }
.pop-block-wrap-yellow { border-top-color: #ffa300; }
.pop-block-wrap-green { border-top-color: #179b6f; }
.pop-block-wrap-purple { border-top-color: #6859a3; }

.pop-block-wrap h3 { font-size: 2.0em; }

.pop-block {
	background: #f8f8f8;
	border-radius: 10px;
	border: 1px solid #ddd;
	border-top-width: 4px;
}

.pop-block h4 {
	font-size: 1.5em;
	padding-bottom: 6px;
	border-bottom: 4px solid #ddd;
}

.pop-block h5 { margin-bottom: .6em; }

.pop-block-red {
	background-color: rgba(255,233,229,.45);
	border-color: rgba(255,233,229,.45);
}

.pop-block-yellow {
	background-color: rgba(255,163,0,.1);
	border-color: rgba(255,163,0,.05);
}

.pop-block-green {
	background-color: rgba(23,155,111,.1);
	border-color: rgba(23,155,111,.05);
}

.pop-block-blue {
	background-color: rgba(0,136,219,.1);
	border-color: rgba(0,136,219,.05);
}

.pop-block-purple {
	background-color: rgba(104,89,163,.1);
	border-color: rgba(104,89,163,.05);
}

.pop-block-red h4 { border-bottom-color: rgba(255,233,229,.8); }
.pop-block-yellow h4 { border-bottom-color: rgba(255,163,0,.1); }
.pop-block-green h4 { border-bottom-color: rgba(23,155,111,.1); }
.pop-block-blue h4 { border-bottom-color: rgba(0,136,219,.1); }
.pop-block-purple h4 { border-bottom-color: rgba(104,89,163,.1); }


/*Sidebars*/
.sidebar-blog {
	padding: 0 1rem 1rem;
	/*background: aliceblue;
	background: rgba(211,236,249,0.5);*/
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

.sidebar-blog .wp-block-heading {
	font-size: 1.5rem;
	padding: .5rem 0 .75rem;
	border-bottom: 1px solid #213b54;
	margin: 0;
}
	

.sidebar-blog .youtubeVideoDiv {
	margin-bottom: 1.5rem;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	margin: 0 0 1rem;
}


.wp-block-latest-posts li {
	padding: 0;
	border-bottom: 1px solid #213b54;
}

.wp-block-latest-posts li a {
	display: block;
	padding: .5rem 1rem 0;
	color: #213b54;
	font-weight: bold;
}

.wp-block-latest-posts li time {
	padding: 0 1rem .5rem;
}

.product-block {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 60px;
	position: relative;
}

.product-block a {
	color: #213B54;
}

.product-block h3 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
}

.product-block p {
	margin: 0;
	padding: 0 40px;
	text-align: center;
}

.product-block .wpb_text_column.wpb_content_element {
	margin-top: 140px;
	margin-bottom: 0px;
}

.product-svgs-A .product-block .wpb_text_column.wpb_content_element {
	margin-top: 160px;
	margin-bottom: 0px;
}

.product-svgs-B .product-block .wpb_text_column.wpb_content_element {
	margin-top: 160px;
	margin-bottom: 0px;
}

.product-icon img {
	display: block;
	position: absolute;
	left: 50%;
	height: 130px;
	width: 130px;
	margin-left: -65px;
	margin-top: 13px;
}

.product-icon-2 img {
	display: block;
	position: absolute;
	left: 50%;
	height: 110px;
	width: 110px;
	margin-left: -55px;
	margin-top: 13px;

	border: 2px solid transparent;
	padding: 8px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.product-icon-2 img:hover {
	border: 2px solid;
	padding: 8px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.product-icon-2.icon-tb img:hover {
	border-color: #e6433f;
}

.product-icon-2.icon-mt img:hover {
	border-color: #0093e0;
}

.product-icon-2.icon-ot img:hover {
	border-color: #01a165;
}


.product-icon-ani svg {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	/*height: 140px;
	width: 140px;*/
	height: 155px;
	width: 130px;
	margin-left: -65px;
}

.product-icon-ani svg#icon-tb-B {
	height: 150px;
	width: 120px;
	margin-left: -60px;
	margin-top: 12px;
}

.product-icon-ani svg#icon-ot-B {
	height: 150px;
	width: 100px;
	margin-left: -50px;
}

.product-icon-ani svg#icon-mt-B {
	height: 150px;
	width: 114px;
	margin-left: -57px;
}

.product-block a:hover img {
	animation: click-to-zoom .5s 1 cubic-bezier(0.445, 0.050, 0.550, 0.950) reverse;
	outline: 1px solid transparent; /*workaround for Firefox's' nasty habit of rendering transforming objects poorly*/
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

@-webkit-keyframes click-to-zoom{
	0%{-webkit-transform:scale(1);}
	50%{-webkit-transform:scale(1.1);}
	100%{-webkit-transform:scale(1);}
}
@-moz-keyframes click-to-zoom{
	0%{-moz-transform:scale(1);}
	50%{-moz-transform:scale(1.1);}
	100%{-moz-transform:scale(1);}
}
@-o-keyframes click-to-zoom{
	0%{-o-transform:scale(1);}
	50%{-o-transform:scale(1.1);}
	100%{-o-transform:scale(1);}
}
@keyframes click-to-zoom{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}
	50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
	100%{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}
}


.product-block a:hover #mag-glass {
	animation: click-ani .5s 1 cubic-bezier(0.445, 0.050, 0.550, 0.950) reverse;
	outline: 1px solid transparent;
}

@-webkit-keyframes click-ani{
	0%{-webkit-transform:scale(1);}
	50%{-webkit-transform:scale(1.1);}
	100%{-webkit-transform:scale(1);}
}
@-moz-keyframes click-ani{
	0%{-moz-transform:scale(1);}
	50%{-moz-transform:scale(1.1);}
	100%{-moz-transform:scale(1);}
}
@-o-keyframes click-ani{
	0%{-o-transform:scale(1);}
	50%{-o-transform:scale(1.1);}
	100%{-o-transform:scale(1);}
}
@keyframes click-ani{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}
	50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
	100%{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}
}

.product-block a:hover #plane {
	animation: click-ani-plane .5s 1 cubic-bezier(0.445, 0.050, 0.550, 0.950) reverse;
	outline: 1px solid transparent;
}

@-webkit-keyframes click-ani-plane{
	0%{-webkit-transform: translate(0,0);}
	50%{-webkit-transform: translate(5px,-5px);}
	100%{-webkit-transform: translate(0,0);}
}
@-moz-keyframes click-ani-plane{
	0%{-moz-transform:translate(0,0);}
	50%{-moz-transform:translate(5px,-5px);}
	100%{-moz-transform:translate(0x,0);}
}
@-o-keyframes click-ani-plane{
	0%{-o-transform:translate(0,0);}
	50%{-o-transform:translate(5px,-5px);}
	100%{-o-transform:translate(0,0);}
}
@keyframes click-ani-plane{
	0%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);}
	50%{-webkit-transform:translate(5px,-5px);-ms-transform:translate(5px,-5px);-o-transform:translate(5px,-5px);transform:translate(5px,-5px);}
	100%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);}
}

.product-block a:hover #ruler {
	animation: click-rot-right .5s 1 cubic-bezier(0.445, 0.050, 0.550, 0.950) reverse;
	outline: 1px solid transparent;
	transform-origin: center;
}

@-webkit-keyframes click-rot-right{
	0%{-webkit-transform: rotate(0deg);}
	50%{-webkit-transform: rotate(20deg);}
	100%{-webkit-transform: rotate(0deg);}
}
@-moz-keyframes click-rot-right{
	0%{-moz-transform:rotate(0deg);}
	50%{-moz-transform:rotate(20deg);}
	100%{-moz-transform:rotate(0deg);}
}
@-o-keyframes click-rot-right{
	0%{-o-transform:rotate(0deg);}
	50%{-o-transform:rotate(20deg);}
	100%{-o-transform:rotate(0deg);}
}
@keyframes click-rot-right{
	0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}
	50%{-webkit-transform:rotate(20deg);-ms-transform:rotate(20deg);-o-transform:rotate(20deg);transform:rotate(20deg);}
	100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}
}

.product-block a:hover #triangle {
	animation: click-rot-left .5s 1 cubic-bezier(0.445, 0.050, 0.550, 0.950) reverse;
	outline: 1px solid transparent;
	transform-origin: center;
}

@-webkit-keyframes click-rot-left{
	0%{-webkit-transform: rotate(0deg);}
	50%{-webkit-transform: rotate(-20deg);}
	100%{-webkit-transform: rotate(0deg);}
}
@-moz-keyframes click-rot-left{
	0%{-moz-transform:rotate(0deg);}
	50%{-moz-transform:rotate(-20deg);}
	100%{-moz-transform:rotate(0deg);}
}
@-o-keyframes click-rot-left{
	0%{-o-transform:rotate(0deg);}
	50%{-o-transform:rotate(-20deg);}
	100%{-o-transform:rotate(0deg);}
}
@keyframes click-rot-left{
	0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}
	50%{-webkit-transform:rotate(-20deg);-ms-transform:rotate(-20deg);-o-transform:rotate(-20deg);transform:rotate(-20deg);}
	100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}
}


/*GRIDS*/
.blog-grid-home .vc_grid-item-mini {
	display: flex;
	border-top: 1px solid #ddd;
}

.blog-grid-home .blog-grid-img {
	width: 260px;
	flex-grow: 0;
	flex-shrink: 0;
}

.blog-grid-title:hover,
.blog-grid-title:focus {
	text-decoration: underline;
}

.blog-grid-date {
	color: rgba(33, 59, 84, .8);
}

.vc_custom_heading .custom-more-link:hover,
.vc_custom_heading .custom-more-link:focus,
.vc_custom_heading .more-link:hover,
.vc_custom_heading .more-link:focus {
	text-decoration: underline;
	color: #0093e0;
}


/*NAVIGATION*/

/*HEADER*/
#header {
	background: #ffffff;
	-moz-box-shadow: 0 1px 2px rgba(6, 8, 8, 0.15);
	-webkit-box-shadow: 0 1px 2px rgba(6, 8, 8, 0.15);
	box-shadow: 0 1px 2px rgba(6, 8, 8, 0.15);
	height: auto;
	width: 100%;
	position: relative;
	z-index: 2000;
	margin-top: 68px;
}

.navbar.navbar-default {
	-moz-box-shadow: 0 1px 2px rgba(6, 8, 8, 0.15);
	-webkit-box-shadow: 0 1px 2px rgba(6, 8, 8, 0.15);
	box-shadow: 0 1px 2px rgba(6, 8, 8, 0.15);

	-moz-box-shadow: 0 1px 14px -1px rgba(6, 8, 8, 0.15);
	-webkit-box-shadow: 0 1px 14px -1px rgba(6, 8, 8, 0.15);
	box-shadow: 0 1px 14px -1px rgba(6, 8, 8, 0.15);
}

.navbar-brand {
	margin: 15px;
	padding: 0;
}

.logo {
	height: auto;
	width: 168px;
}

.logo img {
	display: block;
	width: 100%;
}

/*clear bootstrap style*/
.navbar {
	margin-bottom: 0;
	border: none;
}

#nav {
	vertical-align: top;
	width: auto;
}

.navbar-nav > li > a {
	padding: 7px 20px 8px;
}

.site, .action {
	vertical-align: top;
}

.site ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.site > li {
	text-align: center;
	padding: 0;
}

.site > li > a {
	display: block;
	font-size: 14px;
	letter-spacing: .25px;
	font-weight: bold;
	color: #002B54;
}

.navbar-default .site > li > a {
	color: #002B54;
}

.navbar-default .navbar-nav.action > li > a {
	font-family: 'ChevinDemibold';
	font-size: 16px;
	color: #ffffff;
}

.navbar-default .navbar-nav.action > li > a:hover {
	color: #ffffff;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.navbar-default .navbar-nav.action > li > a.btn-ltred,
.navbar-default .navbar-nav.action > li > a.btn-ltred:hover {
	color: #002B54;
}

.navbar-nav.action > li {
	color: #002B54;
}

.navbar-default .navbar-nav.action > .open > a,
.navbar-default .navbar-nav.action > .open > a:hover,
.navbar-default .navbar-nav.action > .open > a:focus {
	background-color: #e6433f;
}

.navbar-default .navbar-nav.action > .open > a.btn-ltred,
.navbar-default .navbar-nav.action > .open > a.btn-ltred:hover,
.navbar-default .navbar-nav.action > .open > a.btn-ltred:focus {
	background-color: #fed2cb;
}

.navbar-default .navbar-nav.action > li > a:hover,
.navbar-default .navbar-nav.action > li > a:focus {
	color: #ffffff;
	background-color: #e6433f;
}

.navbar-default .navbar-nav.action > li > a.btn-ltred:hover,
.navbar-default .navbar-nav.action > li > a.btn-ltred:focus {
	color: #002B54;
	background-color: #fed2cb;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #002B54;
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background: #f8f8f8;
	background: #ffffff;
	text-decoration: underline;
	color: #002B54;
}

.site > li > a.selected:hover,
.site > li > a.active:hover {
	cursor: default;
}

.action {
	padding: 0;
	text-align: right;
	z-index: 1050;
}

.action a {
	z-index: 1050;
	display: inline-block;
}

.action .dropdown-menu > li > a {
	text-align: left;
	display: block;
	width: 280px;
	padding: 23px 40px;
	clear: both;
	font-weight: bold;
	line-height: 1.42857143;
	color: #002B54;
	border: 1px solid #e9e9e9;
	white-space: nowrap;
}

.action .dropdown-menu > li > a > span {
	display: inline-block;
	margin-right: 12px;
	max-width: 40px;
}

.action .dropdown-menu > li > a > span.ico-tb {
	max-width: 48px;
}

.navbar-nav.action > li > .dropdown-menu {
	padding: 0;
	margin: 7px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border-bottom: none;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;

}

.navbar-default {
	background-color: #ffffff;
}

.navbar-toggle {
	border: 2px solid #0093E0;
	border-radius: 4px;
	margin-bottom: 0px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 10px;
	position: relative;
	color: #fff;
	background: #0093E0;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle {
	border-color: #0093E0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #0092e0;
	border-color: #0092e0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/*edit collapse bootstrap styles*/
.navbar-collapse.collapsing,
.navbar-collapse.collapse.in {
	background: #fff;
	-moz-box-shadow: 0 1px 2px rgba(6, 8, 8, 0.15);
	-webkit-box-shadow: 0 1px 2px rgba(6, 8, 8, 0.15);
	box-shadow: 0 1px 2px rgba(6, 8, 8, 0.15);
}

.navbar-collapse.collapsing > .site,
.navbar-collapse.collapse.in > .site,
.navbar-collapse.collapsing > .action,
.navbar-collapse.collapse.in > .action {
	margin-top: 0;
	margin-bottom: 0;
}

.navbar-collapse.collapsing .navbar-nav.action > li,
.navbar-collapse.collapse.in .navbar-nav.action > li {
	padding: 0;
}

.navbar-collapse.collapsing > .site > li,
.navbar-collapse.collapse.in > .site > li {
	float: none;
	height: auto;
	line-height: normal;
	text-align: left;
	margin: 0;
	border-bottom: 2px solid #eee;
}

.navbar-collapse.collapsing > .site > li > a,
.navbar-collapse.collapse.in > .site > li > a {
	display: block;
	font-size: 14px;
	line-height: normal;
	padding: 10px 20px;
	color: #002B54;
}

.navbar-collapse.collapse.in > .site > li > a:hover {
	background: #f2f2f2;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #002B54;
	background-color: transparent;
	border: none;
	border-left: 10px solid #0093E0;
	border-bottom-color: #0093E0;
}

.tab-style-2 .nav-tabs li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 8px .3em 0 0;
	border-bottom: 0;
	padding: 0;
	white-space: nowrap;
	background: white;
}

.tab-style-2 .nav-tabs>li.active>a,
.tab-style-2 .nav-tabs>li.active>a:focus,
.tab-style-2 .nav-tabs>li.active>a:hover {
	color: #002B54;
	background-color: transparent;
	border: none;
}

.tab-style-2 {
	position: relative;
	padding: 2em 0;
	zoom: 1;
	background: url("../bg_papers.html") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	box-shadow: none;
}

.tab-style-2 .nav-tabs li.active {
	padding-bottom: 15px;
	padding-top: 4px;
	border: 0;
	border-top: 10px solid #0093E0;
	background: #f2f2f2;
	margin: -3px .3em -1px 0;
}

.tab-style-2 .nav-tabs li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	border-bottom: 0;
	padding: 0;
	white-space: nowrap;
}

.tab-style-2 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	font-weight: normal;
	color: #3B5266;
}

.tab-style-2 .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-khtml-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.navbar-collapse.collapse.in > .site > li > a.selected,
.navbar-collapse.collapse.in > .site > li > a.active {
	background: #f2f2f2;
}

.navbar-collapse.collapse.in > .site > li > a.selected:hover,
.navbar-collapse.collapse.in > .site > li > a.active:hover {
	color: #002B54;
}

.navbar-collapse.collapsing > .action,
.navbar-collapse.collapse.in > .action {
	width: auto;
}

#header .navbar-collapse.collapsing .btn-red,
#header .navbar-collapse.collapse.in .btn-red,
#header .navbar-collapse.collapsing .btn-ltred,
#header .navbar-collapse.collapse.in .btn-ltred,
.navbar-collapse.collapsing .btn-box,
.navbar-collapse.collapse.in .btn-box {
	margin: 10px;
	width: auto;
	display: block;
	line-height: 1.6875;
	padding: 0.57143em 3%;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

#header .navbar-collapse.collapsing .btn-tb-order,
#header .navbar-collapse.collapse.in .btn-tb-order,
#header .navbar-collapse.collapsing .btn-tb-login,
#header .navbar-collapse.collapse.in .btn-tb-login,
#header .navbar-collapse.collapsing .btn-ot-order,
#header .navbar-collapse.collapse.in .btn-ot-order,
#header .navbar-collapse.collapsing .btn-ot-login,
#header .navbar-collapse.collapse.in .btn-ot-login {
	margin: 4px;
	width: auto;
	display: block;
	text-align: left;
	line-height: 1.8;
	padding: 6px 10px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

#header .navbar-collapse.collapsing .btn-tb-order,
#header .navbar-collapse.collapse.in .btn-tb-order,
#header .navbar-collapse.collapsing .btn-ot-order,
#header .navbar-collapse.collapse.in .btn-ot-order,
#header .navbar-collapse.collapsing .btn-ot-login,
#header .navbar-collapse.collapse.in .btn-ot-login {
	color: #ffffff;
}

#header .navbar-collapse.collapsing .btn-tb-login,
#header .navbar-collapse.collapse.in .btn-tb-login {
	color: #002B58;
}

.btn-tb-order {
	border: 2px solid #e6433f;
	background: #e6433f;
}

.btn-ot-order {
	border: 2px solid #00A164;
	background: #00A164;
}

.btn-tb-login {
	border: 2px solid #fed2cb;
	background: #fed2cb;
}

.btn-ot-login {
	border: 2px solid #0092e0;
	background: #0092e0;
}

.navbar-default .navbar-nav.action > li > a.btn-tb-order:hover,
.navbar-default .navbar-nav.action > li > a.btn-tb-order:focus {
	color: #ffffff;
	background-color: #e6433f;
}

.navbar-default .navbar-nav.action > li > a.btn-tb-login:hover,
.navbar-default .navbar-nav.action > li > a.btn-tb-login:focus {
	color: #002B58;
	background-color: #fed2cb;
}

.navbar-default .navbar-nav.action > li > a.btn-ot-order:hover,
.navbar-default .navbar-nav.action > li > a.btn-ot-order:focus {
	color: #ffffff;
	background-color: #00A164;
}

.navbar-default .navbar-nav.action > li > a.btn-ot-login:hover,
.navbar-default .navbar-nav.action > li > a.btn-ot-login:focus {
	color: #ffffff;
	background-color: #0092e0;
}

.vc_row.container {
	margin: 0 auto;
	padding: 0;
}

/*.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
	padding: 0 !important;
}*/

.login {
	padding-top: 30px;
	padding-bottom: 0;
	background: none;
}

.subject-page {
	position: relative;
}

.order {
	background: none;
}

.page-header {
	padding-bottom: 0;
	margin: 0;
	border-bottom: none;
}

.single .page-header {
	border: 6px solid #213b54;
	border-left: none;
	border-right: none;
	margin-bottom: 1rem;
	padding-top: 1rem;
	/*height: 8px;
	color: #ffa300;
	background: #ffa300;*/
}

.single .post-img img { margin-bottom: 0; }

.single .wp-post-image {
	margin-bottom: 1rem;
	width: 100%;
}

.single .content {
	padding: 0px
}

.archive .post_content img { margin-bottom: 1rem; }

/* Early bird table */
.form-intro h2 {
	font-weight: normal;
}

.form-intro p {
	margin-top: 8px;
}

.form-intro-2 p,
.eb-table,
.eb-table p,
.eb-table ul li {
	font-size: 14px;
}

.eb-table ul li {
	text-align: center;
	padding: 10px;
}

.eb-table p {
	margin: 0;
	font-weight: bold;
}

.eb-table {
	list-style-type: none;
	padding: 0;
	margin: 10px 0;
}

.ep-pack-title {
	background: rgba(211, 236, 249, 1);
	border-top: 4px solid #2dab66;
	font-size: 16px;
	font-weight: bold;
}

.eb-table > li {
	padding: 0;
	margin: 0 0 10px;
	border-top: none;
}

.eb-table > li > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.eb-table-body {
	background: rgba(211, 236, 249, 0.5);
}

.eb-table-head {
	color: #ffffff;
	background: #2dab66;
	font-weight: bold;
}

.line-through {
	text-decoration: line-through;
}

/*SUBNAV*/
/*cancel style from bootstrap before subnav*/
.container-fluid.subnav {
	background: #d3ecf9;
}

.page-template-page-sub-nav-ot .container-fluid.subnav {
	background: #D0E8B0;
}

.container-fluid.subnav .nav-tabs {
	border-bottom: none;
}

.nav-tabs > li > a {
	border: none;
	border-radius: 0;
}

.subnav .tab-style-2 .nav-tabs > li > a {
	border-left: none;
}

.subnav .nav-tabs {
	background: #f2f2f2;
	background: #d3ecf9;
	margin-right: -15px;
	margin-left: -15px;
	position: relative;
	z-index: 1999;
}

.page-template-page-sub-nav-ot .subnav .nav-tabs {
	background: #D0E8B0;
}

.subnav .nav-tabs li {
	display: inline-block;
	height: 67px;
	padding: 0;
	width: 50%;
}

.subnav .nav-tabs li a {
	height: 67px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #213B54;
	/*border-left: #cecece 10px solid;
	border-left: #AADFF1 10px solid;
	border-left: rgba(0, 147, 224, 0.18) 10px solid;*/
	border-left: #bae5f7 10px solid;
	padding: 16px 10px 0 10px;
	margin-top: -1px;
}

.page-template-page-sub-nav-ot .subnav .nav-tabs li a {
	color: #213B54;
	border-left-color: #aed778;
}

.subnav .nav-tabs .menu-item-60 a {
	padding: 16px 10px 0 10px;
}

.subnav .nav-tabs li a:hover {
	text-decoration: none;
	border-left: #0093E0 10px solid;
}

.page-template-page-sub-nav-ot .subnav .nav-tabs li a:hover {
	text-decoration: none;
	border-left-color: #00a164;
}

.subnav .nav-tabs li a.selected,
.subnav .nav-tabs li a.active,
.subnav .nav-tabs li.active a,
.subnav .nav-tabs li.selected a {
	border-left: #0093E0 10px solid;
	padding: 16px 10px 0 10px;
}

.page-template-page-sub-nav-ot .subnav .nav-tabs li a.selected,
.page-template-page-sub-nav-ot .subnav .nav-tabs li a.active,
.page-template-page-sub-nav-ot .subnav .nav-tabs li.active a,
.page-template-page-sub-nav-ot .subnav .nav-tabs li.selected a {
	border-left-color: #00a164;
}

.subnav .nav-tabs li a.selected:hover,
.subnav .nav-tabs li a.active:hover {
	cursor: default;
}

.wpb-js-composer .tb-tabs.vc_tta-color-white.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
	color: #213B54;
}

.tb-tabs ul,
.tb-tabs li {
	padding: 0;
	margin: 0;
}

.tb-tabs ul {
	width: auto;
	/*box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);*/
}

.wpb-js-composer .tb-tabs.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
	margin: 0;
}

.wpb-js-composer .tb-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
	/*background-color: #f2f2f2;*/
	/*color: #cccccc;*/
	background-color: #ffffff;
	border: 5px solid #eaeaea;
	color: #29324e;
	font-weight: 500;
	padding: 7px 14px;
	border-radius: 25px !important;
	margin: 5px 5px 0 1px;
}

.wpb-js-composer .tb-tabs.vc_tta.vc_general .vc_tta-tab.vc_active>a::after,
.wpb-js-composer .tb-tabs.vc_tta.vc_general .vc_tta-tab.vc_active>a::before {
	border: none;
}

.wpb-js-composer .tb-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:hover {
	background-color: #ffffff;
	color: #29324e;
	border: 5px solid #d3ecf9;
}

.wpb-js-composer .tb-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a {
	/*background-color: #ffffff;*/
	/*box-shadow: inset 0 10px 0 #0093E0;*/
	background-color: #d3ecf9;
	color: #29324e;
	border: 5px solid #d3ecf9;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}

.subject-page .subjectnav,
.subject-page .subjectnav-index {
	border-top: #0093E0 3px solid;
	border-bottom: #0093E0 3px solid;
}

.subject-page .subjectnav ul li,
.subject-page .subjectnav-index ul li {
	border-right: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background: none;
}

.subjectnav,
.subjectnav-index {
	padding: 0;
}

.subjectnav ul,
.subjectnav-index ul {
	height: 100%;
	list-style-type: none;
	background: #0093E0;
	color: #ffffff;
	padding: 0;
	margin: 0;
}

.subjectnav ul li {
	height: 70px;
	line-height: 70px;
	padding: 0;
}

.subjectnav-index ul li {
	padding: 0;
}

.subjectnav a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	padding-left: 50px;
	-webkit-box-shadow: 0 2px 1px -1px rgba(255, 255, 255, 1);
	box-shadow: 0 2px 1px -1px rgba(255, 255, 255, 1);
}

.subjectnav-index a {
	font-size: 18px;
	height: 70px;
	display: block;
	color: #ffffff;
	padding: 20px 0 20px 40px;
	-webkit-box-shadow: 0 2px 1px -1px rgba(255, 255, 255, 1);
	box-shadow: 0 2px 1px -1px rgba(255, 255, 255, 1);
}

.subjectnav a:hover {
	background: #0082C6;
	color: #ffffff;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 50px;
	-webkit-transition: opacity 0.2s;
	-moz-transition:    opacity 0.2s;
	-o-transition:      opacity 0.2s;
	transition:      opacity 0.2s;
}

.subjectnav-index a:hover {
	background: #0082C6;
	color: #ffffff;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: opacity 0.2s;
	-moz-transition:    opacity 0.2s;
	-o-transition:      opacity 0.2s;
	transition:      opacity 0.2s;
}

.eng a, .ma a, .sci a, .pri a, .sec a, .selected a, .active a, .opt a, .pri-2 a, .sec-2 a {
	position: relative;
}

.eng a { background: url(../png/btn_eng.png) 0 0 no-repeat; }
.ma a { background: url(../png/btn_ma.png) 0 0 no-repeat; }
.sci a { background: url(../png/btn_sci.png) 0 0 no-repeat; }
.pri a { background: url(../png/btn_pri.png) 0 0 no-repeat; }
.sec a { background: url(../png/btn_sec.png) 0 0 no-repeat; }

.eng a span { background: url(../png/btn_eng.png) no-repeat; }
.ma a span { background: url(../png/btn_ma.png) no-repeat; }
.sci a span { background: url(../png/btn_sci.png) no-repeat; }
.pri a span { background: url(../png/btn_pri.png) no-repeat; }
.sec a span { background: url(../png/btn_sec.png) no-repeat; }


.eng a span,
.ma a span ,
.sci a span,
.pri a span,
.sec a span {
	padding-left: 50px;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-position: -750px 0;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	-moz-transition:    opacity 0.2s;
	-o-transition:      opacity 0.2s;
	transition:      opacity 0.2s;
}

.eng a:hover span,
.ma a:hover span,
.sci a:hover span,
.pri a:hover span,
.sec a:hover span,
.pri-2 a:hover span,
.sec-2 a:hover span,
.opt a:hover span {
	opacity: 1;
}

.opt a { background: url(../png/btn_opt.png) 0 0 no-repeat; }
.pri-2 a { background: url(../png/btn_pri-2.png) 0 0 no-repeat; }
.sec-2 a { background: url(../png/btn_sec-2.png) 0 0 no-repeat; }

.opt a span { background: url(../png/btn_opt.png) no-repeat; padding: 20px 0 20px 40px; }
.pri-2 a span { background: url(../png/btn_pri-2.png) no-repeat; padding: 20px 0 20px 40px; }
.sec-2 a span { background: url(../png/btn_sec-2.png) no-repeat; padding: 20px 0 20px 40px; }

.opt a span,
.pri-2 a span,
.sec-2 a span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-position: -750px 0;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	-moz-transition:    opacity 0.2s;
	-o-transition:      opacity 0.2s;
	transition:      opacity 0.2s;
}


.subjectnav .active a,
.subjectnav-index .active a {
	background: #ffffff;
	color: #0082C6;
}

.subjectnav .active a:hover,
.subjectnav-index .active a:hover {
	cursor: default;
}

.subjectnav .eng.active a:hover span,
.subjectnav .ma.active a:hover span,
.subjectnav .sci.active a:hover span,
.subjectnav .pri.active a:hover span,
.subjectnav .sec.active a:hover span,
.subjectnav .pri-2.active a:hover span,
.subjectnav .sec-2.active a:hover span,
.subjectnav .opt.active a:hover span {
	opacity: 0;
}


/*BANNERS*/
.banner {
	height: 235px;
	position: absolute;
	left: 0;
	right: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 20px;
	z-index: 5;
}

#banner {
	padding: 20px 20px 80px;
	margin-left: -15px;
	margin-right: -15px;
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.page-template-page-no-banner-clean #banner,
.page-template-page-no-banner #banner,
.page-template-page-sub-nav #banner,
.page-template-page-sub-nav-ot #banner,
.error404 #banner {
	display: none;
}

.banner-404 {
	height: 150px;
	padding: 20px 20px 80px;
	display: block;
	position: relative;
	background: #0093e0 url('../png/bg-blue-pattern.png') bottom repeat-x;
	z-index: 0;
}

.banner-404-img {
	display: none;
}

.home #banner,
.page-template-page-homepage #banner {
	background: #0093e0 url('../png/bg-blue-pattern.png') bottom repeat-x;
}

.home #banner {
	background: #0093e0 url('../png/bg-blue-pattern.png') bottom repeat-x;
	/*background: #10A365 url('images/bg-green-pattern.png') bottom repeat-x;*/
}

.page-question-banks #banner {
	background: #fda598 url('../png/bg-salmon-pattern.png') bottom repeat-x;
}

.page-merit #banner {
	background: #91ddf2 url('../png/bg-turq-pattern.png') bottom repeat-x;
}

.page-optional-tests #banner {
	background: #aed778 url('../png/bg-lime-pattern.png') bottom repeat-x;
}

.page-id-239 #banner,
.page-id-242 #banner {
	background: #0093e0 url('../png/bg-rain-pattern.png') bottom repeat-x;
}

.page-id-245 #banner {
	background: #0093e0 url('../png/bg-rain-pattern-dark.png') bottom repeat-x;
}

.page-id-246 #banner {
	background: #0093e0 url('../png/bg-robot-pattern.png') bottom repeat-x;
}

#banner h1 {
	font-size: 36px;
	font-weight: normal;
	color: #213B54;
	margin: 0 0 10px;
	padding: 0;
}

.home #banner h1,
.page-template-page-homepage #banner h1 {
	font-size: 36px;
	/*font-size: 35px;*/
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	margin-top: 10px;
}

.home #banner h1 {
	text-align: center;
}

.page-id-239 #banner h1,
.page-id-239 #banner ul li,
.page-id-242 #banner h1,
.page-id-242 #banner ul li {
	color: #213B54;
	text-shadow: none;
}

#banner .banner-img {
	position: absolute;
	z-index: -2;
}

#banner .banner-img img {
	display: none;
}

#banner .post-meta {
	width: 100%;
}

#banner .post-meta,
#banner2 .post-meta {
	list-style-type: none;
	float: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

#banner .post-meta li {
	font-family: 'ChevinMedium', Helvetica, Arial, san-serif;
	font-size: 24px;
	/*font-size: 22px;*/
	color: #213B54;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#banner2 .post-meta li {
	color: #213B54;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#banner2 img {
	text-align: center;
}

.home #banner .post-meta li,
.page-template-page-homepage #banner .post-meta li {
	color: #ffffff;
}

#banner .post-meta li a {
	font-family: Helvetica, Arial, san-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 300px;
	margin: 0 auto;
}

.home #banner .post-meta li a {
	font-size: 24px;
	margin: 20px auto;
}

.homebanner-tagline {
	margin: 0;
	margin-bottom: 20px;
	text-align: center;
}

.banner-tagline {
	margin: 0;
	margin-bottom: 20px;
}

#banner .post-meta-key {
	display: none;
}

#banner2 .post-meta-key {
	display: none;
}

/*.english { background: url(images/banner_eng.png) 0 0 no-repeat; }

.maths { background: url(images/banner_ma.png) 0 0 no-repeat; }

.science { background: url(images/banner_sci.png) 0 0 no-repeat; }

.primary { background: url(images/banner_pri.png) 0 0 no-repeat; }

.secondary { background: url(images/banner_sec.png) 0 0 no-repeat; }*/



.banner h1 {
	/*text-align: center;*/
	font-size: 40px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	margin: 0;
	padding: 0;
}

.banner ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

.banner ul li {
	display: inline-block;
	text-align: center;
	margin: 5px 0;
	padding: 0;
	width: 100%;
}

.banner ul li a {
	width: 100%;
	max-width: 420px;
}

/*SAMPLES*/
.samples h3 {
	font-family: 'ChevinMedium', Helvetica, Arial, san-serif;
	font-weight: normal;
	margin-top: 0;
	padding-top: 3%;
}


.sample-subhead {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0 10px;
}

.sample-subhead2 {
	display: block;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 10px 0;
}

.sample-thumb {
	background: #eaeaea;
	background: rgba(255, 255, 255, 0.23);
	/*background: rgba(0, 147, 224, 0.18);*/
	padding: 3%;
	margin-right: 15px;
	float: left;
	max-width: 50%;
}

.sample-thumb:hover {
	transition: .2s;
	background: rgba(0, 147, 224, 0.18);
}

#main article .sample-thumb img {
	width: 100%;
	max-width: 150px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

a.vc_single_image-wrapper.vc_box_shadow.vc_box_border_grey.prettyphoto:hover {
	box-shadow: 0px 7px 7px #eeeeee;
	position: relative;
	/*left: 3px;*/
	top: -3px;
}


/*TESTIMONIALS*/
#testimonials{
	background: #AADFF1;
	padding: 20px;
	margin-bottom: -20px;
}

#testimonials .fa-star:before {
	color: #ffffff;
	font-size: 28px;
	margin: 0 2px;
}

.testimonial-widget h1 {
	text-align: center;
	font-size: 28px;
	color: #213b54;
}

.testimonial-widget h2 {
	text-align: center;
	font-size: 22px;
	color: #213b54;
}


/*NEW TESTIMONIAL ROTATOR - RkT 2023*/
.wpmtst-testimonial-inner.testimonial-inner .wpmtst-testimonial-heading.testimonial-heading, 
.wpmtst-testimonial-inner .wpmtst-testimonial-field, 
.vc_column-inner .wpb_wrapper .testimonial-body,
.wpb_wrapper .strong-view.wpmtst-simple .wpmtst-testimonial-inner {
    text-align: center;
}

.wpmtst-testimonial-inner.testimonial-inner .wpmtst-testimonial-heading.testimonial-heading {
    font-size: 32px;
    }
    
.wpb_wrapper .strong-view.wpmtst-simple .wpmtst-testimonial-inner .wpmtst-testimonial-content.testimonial-content {
    padding: 5px 40px 10px 40px;
    margin-bottom: 35px;
}

.wpb_wrapper .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before,
.wpb_wrapper .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before{
    background: rgba(0,0,0,0.2);
    height: 40px;
    width: 29px;
}

.wpb_wrapper .strong-view.wpmtst-simple .wpmtst-testimonial-inner .wpmtst-testimonial-field.testimonial-field  {
    margin-bottom: 0;
}

.wpb_wrapper .strong-view.wpmtst-simple.controls-type-sides .wpmtst-testimonial-inner {
    margin: 0 auto;
    max-width: 750px;
    padding: 5px 40px 10px
}

.wpmtst-testimonial-content.testimonial-content .vc_row.wpb_row.vc_row-fluid {
    display: flex;
    align-items: stretch;
}


/*CONTENT*/

.color-anchor {
	display: none;
	height: 20px;
	/*background-color: #d3ecf9;*/
	background-color: #bae5f7;

	/*gradient*/
	/*background: rgb(186,229,247);
	background: linear-gradient(180deg, rgba(186,229,247,1) 0%, rgba(255,255,255,1) 77%);*/
}


.page-key-to-good-assessment .color-anchor,
.page-envision-proficiency .color-anchor,
.page-identifying-starting-points .color-anchor,
.page-teaching-and-learning .color-anchor,
.page-reviewing-outcomes .color-anchor {
	display: block;
	height: 20px;
}


.content {
	background: #ffffff;
	height: auto;
	min-height: 450px;
	padding: 20px 0 0;
}

.page-template-page-testimonials .content {
	padding: 20px 0 0;
}

.index {
	padding: 0;
}

.index.maintenance {
	padding: 10px 20px;
	background: rgba(254, 108, 97, 0.3);
	background-attachment: none;
}

.index.maintenance p {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	font-family: 'ChevinMedium', Helvetica, Arial, san-serif;
	text-align: left;
}

.vc_column_container>.vc_column-inner {
	height: auto !important;
}

/*ADVERTS*/
.advert-box {
	padding: 20px 20px 0;
}

.advert-box h3 {
	margin-top: 0;
	font-size: 1.5em;
}

.advert-img,
.advert-img2 {
	display: none;
}

.box1 h3,
.box2 h3 { margin-top: 40px;}

.content.subject-page {
	background: #ffffff;
	padding: 0;
}

.index h1 {
	color: #ffffff;
	font-size: 22px;
	margin: 0 0 30px;
	font-weight: normal;
	line-height: 1.5em;
}

.index a:hover { text-decoration: none; }

.ad-fullwidth {
	padding: 30px;
}

.ad-fullwidth ul li {
	padding-bottom: 5px;
}

.subject-page .content {
	padding: 220px 15px 0;
}

.subject-page h2:first-child {
	margin: 0.414em 0 0.5em
}

.order .content {
	background: none;
	width: auto;
	float: none;
}

.login .content.center {
	background: none;
}

.content.subjects {
	background: url(../jpg/bg_subjects2.jpg) 0 center no-repeat;
}

.info {
	margin-top: 20px;
}

.info .info-col {
	margin: 0 0 30px;
}

/*New primary page columns*/
.info .info-col.pri-col {
	margin-bottom: 40px;
}

.pri-col h3 {
	border-top: 3px solid;
	border-bottom: 3px solid;
	padding: 10px;
	margin-left: -15px;
	margin-top: 0;
}

.pri-col p {
	margin: 0 0 .6em;
}

.pri-section {
	padding-top: 40px;
	padding-bottom: 20px;
}

.pri-eng {
	background: #fee581;
}

.pri-eng h3 {
	border-color: #f6a80b;
}

.pri-ma {
	background: #addcee;
}

.pri-ma h3 {
	border-color: #0882c5;
}

.pri-sci {
	background: #f7c2b0;
}

.pri-sci h3 {
	border-color: #ec6739;
}

.pri-archive {
	border-top: 10px solid #0092E0;
	padding-top: 0px;
}

.pri-archive h3 {
	border: none;
	margin-right: -15px;
	border-bottom: 3px solid #0092E0;
}

/*LOGIN*/

#login { margin: 40px auto 80px; }
#login h1 { color: #ffffff; font-weight: normal; margin-bottom: 0; }
#login h2 { font-size: 22px; font-weight: normal; margin: 18px 0 0; }

.qmark { vertical-align: middle; }

#login a { font-size: 1em; font-style: italic; }
#login input[type=submit] { float: right; }
#login form {  position: absolute; top: 200px; }
#login_main form { width: 360px; }
#login_accman form { width: 230px; }
#login_main input[type=text], #login_main input[type=password] { width: 92%; }
#login_accman input[type=text], #login_accman input[type=password] { width: 88%; }

#am_info { position: absolute; display: block; background: #ffffff; width: 100%; z-index: 1002; padding: 20px; }

#login .btn-blue,
#login .btn-white {
	width: 100px;
	-webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
}

#login .errorMsg {
	font-size: 0.75em;
	margin: 0;
	color: #E6433F;
	background:#fff;
	padding:3px 7px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#login_main, #login_accman {
	height: 360px;
	-moz-border-radius: 20px 0;
	-webkit-border-radius: 20px 0;
	-khtml-border-radius: 20px 0;
	border-radius: 20px 0;
}

#login_main {
	float: left;
	width: 360px;
	padding:40px 60px;
	border:#0093E0 1px solid;
	background:#0093E0;
}

#login_main p { color: #ffffff; }

#login_accman{
	float: right;
	width: 240px;
	padding:40px 30px;
	border:#DBDBDB 1px solid;
}

ul.loginlink  { padding: 0; color: #ffffff; padding-bottom: 3px; float: left; list-style: none; font-size: .813em; }
ul.loginlink li  { padding-left: 0; }

#login_main ul.loginlink li a { vertical-align:top; font-weight: normal; color: #dbdbdb; }
#login_main ul.loginlink li a:hover { color: #ffffff; }

#login_accman ul.loginlink a { color: #0093E0; }
#login_accman ul.loginlink a:hover { color: #0082C6; }

.oldlogin {
	font-family: "ChevinDemibold", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 18px;
}

.oldlogin a {
	color: #E6433F;
}

/*SUBJECT PAGE*/
.subject-page #main article {
  margin-bottom: 0px;
  margin-top: -1px;
  padding: 0px;
}

.subject-page .post_content {
	padding: 220px 0px 80px
}

.post-8 .banner {
	display: none; /*hide header on subjects page*/
}

.post-20 .banner {
	background: url(../png/banner_eng.png) 0 0 no-repeat;
}

.post-18 .banner {
	background: url(../png/banner_ma.png) 0 0 no-repeat;
}

.post-19 .banner {
	background: url(../png/banner_sci.png) 0 0 no-repeat;
}

.post-21 .banner {
	background: url(../png/banner_pri.png) 0 0 no-repeat;
}

.post-22 .banner {
	background: url(../png/banner_sec.png) 0 0 no-repeat;
}

.page-id-8 .content {
	min-height: auto;
}

.subject-page #post-8 .post_content {
	display: none;
}

/*ORDER*/

#order { background: #f2f2f2 url(../bg_order.html) top center repeat-y }

#order .container { background: none; }

#order .content { background: none; }

#myorder .table-row{ background: #ffffff; }

#myorder > ul { list-style-type: none; }

.order table,
.table-row {
	width: 100%;
	font-size: 13px;
}

.order table ul,
.table-row ul {
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

.order table ul li,
.table-row ul {
	margin: 5px 0;
	padding: 0;
}

.table-row {
	margin: 25px auto;
	border-collapse: collapse;
	border-bottom: 3px solid #0093E0;
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05);
}

table {
	margin: 25px auto;
	border-collapse: collapse;
	border-bottom: 3px solid #0093E0;
}

.table-responsive {
	overflow-x: visible;
	overflow-y: scroll;
}

/*packages table*/
.table.table-packages {
	border: 4px solid #0093E0;
	margin: 0;
}

.table.table-packages.table-packages-ot {
	border-color: #00a164;
}

.table.table-packages.table-packages-qb {
	border-color: #e6433f;
}

.table.table-packages h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

.table.table-packages h4:hover {
	cursor: pointer;
}

.table.table-packages h4:hover .fa-info-circle {
	color: #0092e0;
}

.table.table-packages.table-packages-ot h4:hover .fa-info-circle {
	color: #00a164;
}

.table.table-packages.table-packages-qb h4:hover .fa-info-circle {
	color: #e6433f;
}

.table.table-packages td {
	text-align: center;
	border-bottom: 2px solid #0093E0;
	border-left: 1px solid #e1e1e1;
	border-top: none;
}

.table.table-packages.table-packages-ot td {
	border-bottom: 2px solid #00a164;
}

.table.table-packages.table-packages-qb td {
	border-bottom: 2px solid #e6433f;
}

.table.table-packages > thead > tr > th {
	font-family: "ChevinDemibold", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	vertical-align: top;
	text-align: center;
	border: none;
}

.table.table-packages > tbody > tr > th {
	border-bottom: 2px solid #0093E0;
	border-top: none;
	text-align: left;
}

.table.table-packages.table-packages-ot > tbody > tr > th {
	border-color: #00a164;
}

.table.table-packages.table-packages-qb > tbody > tr > th {
	border-color: #e6433f;
}

.table.table-packages > thead > tr > th,
.table.table-packages > thead > tr {
	text-transform: uppercase;
}

.table.table-packages .pack-main {
	background: #97C75E;
	background: #FDA5A1;
	background: #d3ecf9;
}

.table.table-packages.table-packages-ot .pack-main {
	background: #aed778;
}

.table.table-packages.table-packages-qb .pack-main {
	/*background: #e6433f;*/
	background: rgba(253, 165, 152, 0.7);
}

.table.table-packages th.pack-title {
	border-left: 1px solid #e1e1e1;
	width: 130px;
}

.info-price {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	margin: 0 0 10px;
}

.plain {
	border: none;
	border-bottom: none;
	box-shadow: none;
}

.subject-tabs-content h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
}

.subject-tabs-content p {
	font-size: 13px;
	margin: 0 0 20px;
}

.tb-tabs .subject-tabs-content ul {
	padding: 5px 0;
	margin: 0;
	padding-left: 20px;
}

.subject-tabs-content .wpb_content_element {
	margin-bottom: 20px;
}

.orderlist {
	font-size: 13px;
	clear: both;
}

.orderlist ul {
	border-bottom: 1px solid #eee;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.orderlist li {
	padding: 2px;
}

table tr.active:hover,
.table-col > ul.active:hover {
	background: #ffffff;
}

.table-col > ul.addusers.active:hover {
	background: #AADFF1;
}

table tr.active:hover td,
.table-col > ul.active:hover > li {
	color: #213B54;
}

table td,
.table-col > ul > li {
	color: #3B5266;
	padding: 10px;
}

.order table td,
.table-col > ul {
	border-top: 1px solid #eee;
	border-collapse: collapse;
	border-color: #dddddd;
	margin: 0;
}

.plain td,
.plain .table-col > ul {
	border: none;
}

.addusers {
	background: #AADFF1;
}

.addusers:hover {
	background: #AADFF1;
}

.addusers td {
	border-color: rgba(0, 147, 224, 0.2)
}

.plain .total {
  color: #0093E0;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.table-col.table-head ul li {
  border-collapse: collapse;
  padding: 12px;
  background: #0093E0;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.small { font-size: 12px; }

.left { text-align: left; padding: 10px 15px; }

.center { text-align: center; }

.top { vertical-align: top; }

.right { text-align: right; }

.table-col .separator {
	text-align: center;
	background: #e0e0e0;
	background: #AADFF1;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	border-left-color: #AADFF1;
	border-right-color: #AADFF1;
}

.tothead {
	text-align: right;
	font-weight: bold;
}

.adduserhead {
	text-align: right;
	font-style: italic;
}

.orderbox {
	font-size: 13px;
	background: #ffffff;
	padding: 0 20px;
	margin: 25px auto;
	border-collapse: collapse;
	border: 1px solid #eee;
	border-bottom: 2px solid #0093E0;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05);
}

.orderbox input[type=text] { width: 60%; }

.orderbox td,
.orderbox .table-col { text-align: left; }

.orderbox .btn-blue { width: 25%; }

.orderformbox {
	background: #ffffff;
	padding: 20px 40px 50px;
	margin: 25px auto;
	border-collapse: collapse;
	border: 1px solid #eee;
	border-bottom: 2px solid #0093E0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0 ;
	border-radius: 8px 8px 0 0;
}

.orderformbox input[type=text] { width: 100%; }

.orderformbox input[type=submit] {
	float: right;
	margin-bottom: 20px;
	margin-top: 25px;
}

.orderformbox textarea { width: 100%; }

.orderformbox select { width: 100%; }

.orderformbox .checkbox {
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}

.orderformbox p { margin: 10px 0 }

.orderformbox p.instruction {
	color: #0093E0;
	text-align: right;
}

.orderformbox span.asterisk {
	color: #0093E0;
	letter-spacing: .4em;
}

a.btn-remove {
	display: block;
	height: 16px;
	width: 16px;
	background: url(../png/btn_remove.png) center no-repeat;
	margin: auto;
}

a.btn-remove:hover {
	background: url(../png/btn_remove_ovr.png) center no-repeat;
	text-decoration: none;
}

.order .checkbox {
	display: table-cell;
	margin-top: 0;
}

/*sal's new order styles*/

.schoolEntry {
	padding: 3px;
	cursor: pointer;
	background-color:#f2f2f2;
	border: 1px solid #dddddd;
	border-bottom: none;
	color: #3B5266;

}
.schoolEntry:hover {
	background-color:#ffffff;
}

#hitlist {
	height: 180px;
	max-width: 450px;
	overflow: auto;
	text-align: left;
}

#searchMessage {
	margin-top: 15px;
	height: 20px;
	text-align: left;
	padding-left: 6px;
	color: #E6433F;
}


/*HOMEPAGE 2019*/

/*for static image instead of video*/
.hero-green-bottom {
	box-shadow: inset 0px -7px 0 #84CE7E;
}

.img-homehero {
	position: absolute;
	z-index: 11;
	bottom: -38px;
	right: 20px;
	/*max-width: 620px;*/
	max-width: 57%;
}

.img-homehero.wpb_single_image img {
	/*max-width: 569px;*/
	max-width: 100%;
}

@media (min-width: 1200px) {
	.img-homehero.wpb_single_image img {
		max-width: 600px;
	}
}

@media (min-width: 1500px) {
	.img-homehero {
		right: 10%;
	}

	.img-homehero.wpb_single_image img {
		max-width: 700px;
	}
}
/*end static image instead of video*/

.index .hero-light h1,
.row-home-2019.row-unique h2,
.row-icons h2 {
	font-size: 34px;
	margin-bottom: 10px;
	line-height: 1.2em;
}

.index .hero-light h1 {
	color: #213b54;
}

.row-home-2019.row-reviews h2 {
	color: #ffffff;
}

.img-cloud-left,
.img-cloud-right {
	position: absolute;
	z-index: 10;
	top: -200px;
	opacity: .5;
	max-width: 100%;
}

.img-cloud-left {
	left: 0;
	left: -218px;

	left: -200px;
	top: -300px;
}

.img-cloud-right {
	right: 0;
	right: -218px;

	right: -100px;
	top: -300px;
	width: 86%;
}

.img-flowers {
	position: absolute;
	max-width: 200px;
	bottom: -95px;
	left: -110%;
}

.img-flowers-foot {
	position: absolute;
	max-width: 200px;
	bottom: -60px;
	left: 10px;
}

.img-teacher {
	position: absolute;
	max-width: 140px;
	bottom: -70px;
	right: -20px;
	z-index: 1000;
}

.img-rainbow {
	position: absolute;
	max-width: 664px;
	bottom: 0;
	left: -15px;
	z-index: 0;
}

.row-home-2019.row-unique {
	box-shadow: inset 0 25px 0 rgba(66,117,105,.1);
	padding-top: 0;
	padding-bottom: 0;
}

.hero-light {
	margin-bottom: -1px;
	padding-top: 0;
	padding-bottom: 0;
}

.row-home-2019.row-reviews {
	box-shadow: inset 0 25px 0 rgba(33,59,84,.1);
}

.home .btn-cta-hero .vc_btn3.vc_btn3-color-grey,
.home .btn-cta-hero .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	background-color: #0093e0;
	border-color: #78C3ED;
	border-color: rgba(186, 229, 247, 0.88);
	border: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.home .btn-cta-hero.vc_btn3-container.vc_btn3-left,
.home .btn-cta-hero.vc_btn3-container.vc_btn3-left {
	text-align: center;
}

.home .btn-cta-hero .vc_btn3.vc_btn3-color-grey:hover,
.home .btn-cta-hero .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
	background-color: #7dc377;
	background-color: #0093e0;
	border-color: #78C3ED;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.home .btn-cta-cloud .vc_btn3.vc_btn3-color-grey::after,
.home .btn-cta-cloud .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat::after {
	content: url(../png/cta-cloud.png);
	position: absolute;
	top: -64px;
	left: 6px;
}

.home .btn-cta-hero.btn-cta-unique .vc_btn3.vc_btn3-color-grey,
.home .btn-cta-hero.btn-cta-unique .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	background-color: #ffffff;
	border-color: rgb(125, 195, 119);
	border: none;
	color: #213b54;
}

.home .btn-cta-hero.btn-cta-unique .vc_btn3.vc_btn3-color-grey:hover,
.home .btn-cta-hero.btn-cta-unique .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
	background-color: #ffffff;
	border-color: #79bd73;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.hero-video {
	box-shadow: 0 2px 2px -1px rgba(33,59,84,.5);
	border: 5px solid #bae5f7;
}

.ytp-cued-thumbnail-overlay-image {
	background-color: white;
	background-image: none !important;
}

.quote {
	background-color: #ffffff;
	border-width: 20px;
	border-style: solid;
	padding: 20px;
	border-color: #0088db;
}

.quote-bright-red { border-color: #ff6161; }
.quote-bright-yellow { border-color: #ffc245; }
.quote-bright-green { border-color: #33b483; }
.quote-bright-purple { border-color: #7F5AD8; border-color: #7a6ab9; }
.quote-red { border-color: #e6433f; }
.quote-yellow { border-color: #ffa300; }
.quote-green { border-color: #179b6f; }
.quote-purple { border-color: #6859a3; }

.quote:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 45px solid transparent;
	border-bottom: 0;
	margin-left: -22.5px;
	margin-bottom: -45px;
	border-left: 0;
	border-top-color: #0088db;
}

.quote-bright-red:after { border-top-color: #ff6161; }
.quote-bright-yellow:after { border-top-color: #ffc245;}
.quote-bright-green:after { border-top-color: #33b483; }
.quote-bright-purple:after { border-top-color: #7F5AD8; border-top-color: #7a6ab9; }
.quote-red:after { border-top-color: #e6433f; }
.quote-yellow:after { border-top-color: #ffa300;}
.quote-green:after { border-top-color: #179b6f; }
.quote-purple:after { border-top-color: #6859a3; }

.quote h3 {
	text-align: center;
}

.quote-text {
	font-family: 'ChevinMedium';
	font-size: 24px;
	line-height: 1.9rem;
}

.quote-author {
	font-size: 16px;
	text-align: right;
}

/*footer*/

.home .footer {
	background: #213b54;
}

.home .footer-top {
	background-image: url(../png/footer-dkblue.png);
	background-color: #2c6470;
	margin-top: -1px;
}

.home #main article {
	padding-bottom: 0;
	margin-bottom: 0;
}

/*utilities*/
.nobreak { white-space: nowrap; }

@media(min-width: 768px) {
	.index .hero-light h1,
	.row-home-2019.row-unique h2 {
		font-size: 46px;
		font-size: 2rem;
	}

	.hero-light {
		margin-bottom: -1px;
		padding-top: 0;
		padding-bottom: 20px;
	}

	.row-home-2019.row-unique {
		padding-top: 0;
		padding-bottom: 200px;
	}

	.row-home-2019.row-reviews {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.img-pupil-flowers.wpb_single_image img {
		width: 100%;
		max-width: 250px;
	}

	.img-pupil-flowers.img-pupil-left,
	.img-pupil-flowers.img-pupil-right {
		position: absolute;
	}

	.img-pupil-flowers.img-pupil-left {
		bottom: -217px;
		left: 20%;
	}

	.img-pupil-flowers.img-pupil-right {
		bottom: -217px;
		right: 20%;
	}

	.quote:after {
		bottom: 80px;
	}

	.home .btn-cta-hero.vc_btn3-container.vc_btn3-left,
	.home .btn-cta-hero.vc_btn3-container.vc_btn3-left {
		text-align: left;
	}

	.home .btn-cta-hero.btn-cta-unique .vc_btn3.vc_btn3-color-grey,
	.home .btn-cta-hero.btn-cta-unique .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
		min-width: 300px;
	}

	.home .btn-cta-hero .vc_btn3.vc_btn3-color-grey,
	.home .btn-cta-hero .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
		min-width: 300px;
	}
}

@media(min-width: 992px) {
	.img-flowers {
		max-width: 230px;
	}

	.img-flowers-foot {
		max-width: 230px;
	}

	.img-teacher {
		max-width: 150px;
		right: 10px;
		bottom: -40px;
	}

	/*.img-rainbow {*/
	/*    max-width: 664px;*/
	/*    bottom: 0;*/
	/*    left: -15px;*/
	/*    z-index: 0;*/
	/*}*/

	.img-pupil-flowers.img-pupil-left,
	.img-pupil-flowers.img-pupil-right {
		position: absolute;
		min-width: 300px;
	}

	.img-flowers-foot {
		left: 0;
	}

	/*.img-pupil-flowers.img-pupil-left {*/
	/*    bottom: -201px;*/
	/*    left: 20%;*/
	/*}*/

	/*.img-pupil-flowers.img-pupil-right {*/
	/*    bottom: -201px;*/
	/*    right: 20%;*/
	/*}*/
}

@media(min-width: 1025px) {
	.index .hero-light h1,
	.row-home-2019.row-unique h2 {
		font-size: 50px;
		font-size: 2rem;
	}

	.hero-light p,
	.row-home-2019.row-unique p {
		font-size: 20px;
		line-height: 1.4em;
	}

	.row-home-2019.row-unique {
		padding-top: 0;
		padding-bottom: 132px;
	}

	.img-pupil-flowers.img-pupil-left {
		bottom: -149px;
	}

	.img-pupil-flowers.img-pupil-right {
		bottom: -149px;
	}

	.home .btn-cta-hero .vc_btn3.vc_btn3-color-grey,
	.home .btn-cta-hero .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
		min-width: 340px;
	}

	.home .btn-cta-hero.btn-cta-unique .vc_btn3.vc_btn3-color-grey,
	.home .btn-cta-hero.btn-cta-unique .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
		min-width: 340px;
	}

	.home .btn-cta-cloud .vc_btn3.vc_btn3-color-grey::after,
	.home .btn-cta-cloud .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat::after {
		content: url(../png/cta-cloud.png);
		top: -72px;
		left: 27px;
	}
}

@media(min-width: 1400px) {
	.index .hero-light h1,
	.row-home-2019.row-unique h2 {
		font-size: 50px;
		font-size: 2.4rem;
	}

	.img-pupil-flowers.wpb_single_image img {
		max-width: 350px;
	}

	.img-pupil-flowers.img-pupil-left {
		left: 40%;
	}

	.img-pupil-flowers.img-pupil-right {
		right: 40%;
	}
}


/*Optional Tests page  - 2018 and 2019*/
.page-optional-tests .wpb_single_image.img-ot-news img {
	margin-bottom: -20px;
}

.page-optional-tests .wpb_single_image.img-ot-news-2 img {
	width: 140px;
}

.page-optional-tests img.img-ot-news-inline {
	vertical-align: middle;
	margin-right: 20px;
}

.page-optional-tests .lead-text h4 {
	font-family: "ChevinMedium";
	margin: 0;
}

.page-optional-tests .lead-text h4 strong {
	font-family: "ChevinDemibold";
	font-size: 1.2em;
	margin: 0;
}

.page-optional-tests .row-benefits {
	margin-bottom: 20px;
}

.page-optional-tests .row-benefits p {
	font-size: 20px;
	font-family: 'ChevinMedium';
}

.page-optional-tests .text-benefits p strong {
	font-family: 'ChevinDemibold';
	font-size: 1.2em;
}

.page-optional-tests .ot-package .vc_column-inner {
	background: #d3ecf9;
}

.page-optional-tests .col-benefits {
	padding: 15px;
	padding-top: 0;
}

.page-optional-tests .text-benefits {
	line-height: 1.6em;
}

.page-optional-tests .col-benefits-ot .vc_column-inner {
	background: #dfefc9;
	padding: 10px 0 0;
}

.page-optional-tests .col-benefits-me .vc_column-inner {
	background: #d3ecf9;
	padding: 20px 0 0;
}

.page-optional-tests .col-benefits-onct .vc_column-inner {
	background: #ddefe5;
	background: #CEEFC9;
	padding: 20px 0 0;
}


.page-optional-tests .ico-benefits-ot { margin: 0 5px; }
.page-optional-tests .ico-benefits-me { margin: 0 5px; }

.page-optional-tests .wpb_single_image.ico-benefits-ot img { max-width: 65%; }
.page-optional-tests .wpb_single_image.ico-benefits-me img { max-width: 85%; }

.page-optional-tests .text-benefits-ot,
.page-optional-tests .text-benefits-me {
	text-align: center;
	max-width: 85%;
}

.page-optional-tests .text-benefits-ot { margin: 5px auto 30px;}
.page-optional-tests .text-benefits-me { margin: 20px auto 30px;}

.page-optional-tests .ico-benefits-inline {
	float: left;
	max-width: 20%;
	margin: 0 5px 20px;
}

.page-optional-tests .text-benefits-inline {
	float: left;
	max-width: 75%;
	margin-bottom: 20px;
}

.page-optional-tests .col-benefits-modtests .vc_column-inner {
	background: #ffe28b;
	padding: 20px 10px 0 0;
}

.page-optional-tests .col-benefits-dispatch .vc_column-inner {
	background: #fed2cb;
	padding: 20px 10px 0 0;
}

.page-optional-tests .col-benefits-timeline .vc_column-inner {
	background: #dfefc9;
	padding: 20px 10px 0 0;
}


/*QUESTION BANKS PAGE - 2018 and 2019*/
.row-qbank-hero {
	background: url(../png/footer-white.png) repeat-x bottom center;
	padding-bottom: 40px;
}

.page-question-banks .content,
.page-question-banks-2019 .content {
	padding: 0;
}

.screenshot-blocks {
	background: #ffffff;
	padding: 10px;
	box-shadow: 0px 6px 6px rgba(33,59,84,.5);
}

.screen-content {
	max-width: 1487px;
}

.screen-search {
	max-width: 516px;
}

.wpb_content_element.cloud-block {
	margin-bottom: 10px;
}

.cloud-block {
	background: rgba(0,147,224,.12);
	border-radius: 70px;
	padding: 20px 40px;
	position: relative;
	z-index: 999;
}

.tb-package-block .wpb_content_element {
	margin-bottom: 10px;
}

.tb-package-block h2,
.tb-package-block h3 {
	margin-top: 0;
}

.tb-package-block h2 {
	font-size: 28px;
}

.tb-package-block h3 {
	font-size: 21px;
}

.tb-package-block ul li {
	padding-left: 2px;
	margin-left: 14px;
	padding-bottom: 0;
	padding-top: 0;
}

.tb-package-title.vc_column_container>.vc_column-inner,
.tb-package-blue .vc_column_container>.vc_column-inner,
.tb-package-yellow .vc_column_container>.vc_column-inner {
	padding-right: 5px;
	padding-left: 5px;
}

.tb-package-ks1,
.tb-package-ks2,
.tb-package-ks1ks2,
.tb-package-ks3,
.tb-package-rmr {
	padding: 20px;
}

.tb-package-titlebar {
	background: #e6433f;
	padding: 10px 15px;
}

.tb-package-titlebar h2 {
	display: inline-block;
	color: #ffffff;
	margin-bottom: 3px;
}

.tb-package-titlebar p {
	font-family: 'ChevinDemibold';
	font-size: 1.55em;
	float: right;
	color: #ffffff;
}

.tb-package-ks1,
.tb-package-ks2,
.tb-package-ks1ks2,
.tb-package-ks3 {
	/*background: #fee4e0;*/
	/*background: #ffe9e5;*/
	background: #fee3df;
}

.tb-package-rmr {
	/*background: #ffe8b5;*/
	background: #ffedcc;
}

.tb-package-blue h3 {
	margin-top: 0;
	/*border-bottom: 4px solid #99d4f3;
	border-bottom: 4px solid #fec0b7;*/
	border-bottom: 4px solid #fed2cb;
	padding-bottom: 10px;
}

.tb-package-yellow h3 {
	margin-top: 0;
	/*border-bottom: 4px solid #ffd16c;*/
	border-bottom: 4px solid rgba(255,163,0,0.2);
	padding-bottom: 10px;
}

.tb-package-ks1ks2 h3,
.tb-package-ks1ks2 ul,
.tb-package-ks3 h3,
.tb-package-ks3 p {
	display: inline-block;
	vertical-align: middle;
}

.tb-package-ks3 h3 {
	border-bottom: none;
	/*border-right: 4px solid #99d4f3;
	border-right: 4px solid #fec0b7;*/
	/*border-right: 4px solid rgba(230,67,63,0.1);*/
	border-right: 4px solid #fed2cb;
	padding-right: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-bottom: 0;
}

.tb-package-ks1ks2 h3 {
	border-bottom: none;
	padding-right: 20px;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.tb-package-ks1ks2 ul {
	border-left: 4px solid #fed2cb;
	padding-left: 20px;
}

.row-testimonials {
	padding-top: 30px;
	padding-bottom: 30px;
}

.quote-left,
.quote-right {
	max-width: 30px;
}

.quote-left {
	position: static;
	margin-bottom: .5rem;
}

.quote-right {
	display: none;
}


/*KEY TO GOOD ASSESSMENT MENU*/
#menu-the-key-to-good-assessment {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	margin: 0;
	padding: 0;
}

#menu-the-key-to-good-assessment li {
	list-style-type: none;
	padding: 6px;
	flex-basis: 25%;
}

#menu-the-key-to-good-assessment li a {
	display: block;
	text-align: center;
	color: white;
	padding: 6px;
	font-size: 22px;
	font-family: "ChevinDemibold", Helvetica, Arial, sans-serif;
	min-width: 250px;
}

#menu-the-key-to-good-assessment li a .key-name {
	padding: 6px 6px 12px;
	display: block;
}

#menu-the-key-to-good-assessment li a .key-number {
	font-size: 30px;
	padding: 12px;
	background: rgba(255,255,255,.2);
	border-radius: 50%;
	margin: 6px auto;
	display: block;
	height: 45px;
	width: 45px;
	line-height: 1.5rem;
}

#menu-the-key-to-good-assessment li a:hover,
#menu-the-key-to-good-assessment li a:focus {
	text-decoration: none;
}

#menu-the-key-to-good-assessment li a:hover {
	box-shadow: 0px 1px 2px -1px rgba(0,0,0,.35);
	filter: brightness(95%);
}

#menu-the-key-to-good-assessment li.menu-key-1 a {
	background: #e6433f;
	background: #ec6165;
}

#menu-the-key-to-good-assessment li.menu-key-2 a {
	background: #ffc245;
	background: #fac046;
}

#menu-the-key-to-good-assessment li.menu-key-3 a {
	background: #00a164;
	background: #41b6a3;
}

#menu-the-key-to-good-assessment li.menu-key-4 a {
	background: #7f5ad8;
	background: #6859a3;
}

#menu-the-key-to-good-assessment li a::after {
	display: block;
	padding: 10px;
	background: white;
	color: initial;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: calc(1.4em + .1vw);
	color: #213B54;
}


#menu-the-key-to-good-assessment li.menu-key-1 a::after {
	content:'What does ‘success’ look like?';
	border: 1px solid #e6433f;
}

#menu-the-key-to-good-assessment li.menu-key-2 a::after {
	content:'What do the pupils know and understand now?';
	border: 1px solid #fac046;
}

#menu-the-key-to-good-assessment li.menu-key-3 a::after {
	content:'How do pupils become proficient?';
	border: 1px solid #00a164;
	border: 1px solid #41b6a3;
}

#menu-the-key-to-good-assessment li.menu-key-4 a::after {
	content:'Have children achieved proficiency?';
	border: 1px solid #7f5ad8;
	border: 1px solid #6859a3;
}

#menu-the-key-to-good-assessment li.menu-key-1.current-menu-item,
#menu-the-key-to-good-assessment li.menu-key-2.current-menu-item,
#menu-the-key-to-good-assessment li.menu-key-3.current-menu-item,
#menu-the-key-to-good-assessment li.menu-key-4.current-menu-item {
	filter: opacity(20%);
}




@media (min-width: 768px) {
	.row-qbank-hero .btn-cta-blue {
	  margin-top: -35px;
	}

	.screen-search {
		position: absolute;
		top: -150px;
	}


	.wpb_content_element.cloud-block {
		margin-bottom: 35px;
	}

	.cloud-block {
		background: rgba(0,147,224,.32);
	}

	.cloud-block p {
		font-family: 'ChevinMedium';
		font-size: 20px;
	}

	.cloud-block-1,
	.cloud-block-2,
	.cloud-block-3,
	.cloud-block-5 {
		margin-top: 80px;
	}

	.cloud-block-4 {
		margin-top: 40px;
	}

	.cloud-block::after {
		content: '';
		position: absolute;
		left: 50%;
		width: 0;
		height: 0;
		border: 55px solid transparent;
		margin-left: -27.5px;
		margin-bottom: -55px;
	}

	.cloud-block-1::before,
	.cloud-block-2::before,
	.cloud-block-3::before,
	.cloud-block-5::before {
		content: '';
		background: url('../png/img-cloud-top%402x.png') no-repeat center top;
		background-size: contain;
		position: absolute;
		height: 100%;
	}

	.cloud-block-1::before,
	.cloud-block-2::before,
	.cloud-block-5::before{
		width: 80%;
		top: -52px;
	}

	.cloud-block-3::before {
		width: 0%;
	}

	.cloud-block-4::before {
		width: 0%;
	}

	.cloud-block-4 {
		margin-bottom: 80px;
	}

	.cloud-block-1::after {
		bottom: 0;
		border-top-color: rgba(0,147,224,.32);
		border-bottom: 0;
		left: 36%;
		border-left: 0;
	}

	.cloud-block-2::after {
		bottom: 0;
		border-top-color: rgba(0,147,224,.32);
		border-bottom: 0;
		left: 30%;
		border-left: 0;
		border-width: 100px;
		margin-left: -50px;
		margin-bottom: -100px;
	}

	.cloud-block-3 {
		position: relative;
		top: -102px;
	}

	.cloud-block-3::after {
		bottom: -14px;
		border-top-color: rgba(0,147,224,.32);
		border-bottom: 0;
		left: 43%;
		border-left: 0;
		border-width: 69px;
	}

	.cloud-block-4::after {
		left: 70%;
		top: -55px;
		border-bottom-color: rgba(0,147,224,.32);
		border-top: 0;
		border-right: 0;
	}

	.cloud-block-5 {
		background-color: #99cff1;
	}

	.cloud-block-5::after {
		right: -38px;
		top: 25%;
		left: initial;
		border-left-color: #99cff1;
		border-right: 0;
		border-top: 0;
		border-width: 50px;
	}

	.page-question-banks-2019 .content {
		padding: 0;
	}

	.tb-complete .tb-package-ks1 {
		/*min-height: 225px;*/
		min-height: 342px;
	}

	.tb-complete .tb-package-rmr {
		/*min-height: 433px;*/
		min-height: 550px;
	}

	.tb-infant .tb-package-ks1 {
		min-height: 178.3px;
	}
}

@media (min-width: 992px) {
	.tb-complete .tb-package-ks1 {
		/*min-height: 202px;*/
		min-height: 296px;
	}

	.tb-complete .tb-package-rmr {
		/*min-height: 410px;*/
		min-height: 504px;
	}

	.tb-infant .tb-package-ks1 {
		min-height: 273.3px;
	}

	.row-search-by .vc_column_container {
		margin-top: -80px;
	}

	.cloud-block {
		max-width: 380px;
	}

	.cloud-block::after {
		content: '';
		position: absolute;
		left: 50%;
		width: 0;
		height: 0;
		border: 55px solid transparent;
		margin-left: -27.5px;
	}

	.cloud-block-1::before,
	.cloud-block-2::before,
	.cloud-block-3::before,
	.cloud-block-4::before,
	.cloud-block-5::before {
		content: '';
		background: url('../png/img-cloud-top%402x.png') no-repeat center top;
		background-size: contain;
		position: absolute;
		height: 100%;
		top: -66px;
	}

	.cloud-block-1::before,
	.cloud-block-2::before,
	.cloud-block-5::before{
		width: 80%;
		top: -66px;
	}

	.cloud-block-3::before {
		width: 70%;
		top: -45px;
	}

	.cloud-block-4::before {
		width: 53%;
		top: -44px;
	}

	.cloud-block-1::after {
		bottom: 0;
		border-top-color: rgba(0,147,224,.32);
		border-bottom: 0;
		left: 23%;
		border-right: 0;
	}

	.cloud-block-2::after {
		bottom: 0;
		border-top-color: rgba(0,147,224,.32);
		border-bottom: 0;
		left: 30%;
		border-left: 0;
		border-width: 100px;
		margin-left: -50px;
		margin-bottom: -100px;
	}

	.cloud-block-3 {
		top: 0px;
	}

	.cloud-block-3::after {
		bottom: -67px;
		border-top-color: rgba(0,147,224,.32);
		border-bottom: 0;
		left: 29%;
		border-left: 0;
		border-width: 122px;
	}

	.cloud-block-4::after {
		left: 70%;
		top: -55px;
		border-bottom-color: rgba(0,147,224,.32);
		border-top: 0;
		border-right: 0;
	}

	.cloud-block-5 {
		position: relative;
		right: -67px;
	}

	.cloud-block-5::after {
		right: -38px;
		top: 25%;
		left: initial;
		border-left-color: #99cff1;
		border-right: 0;
		border-top: 0;
		border-width: 50px;
	}

	.quote-left,
	.quote-right {
		max-width: 60px;
	}

	.quote-left {
		position: absolute;
		top: 20%;
		left: 12%;
		margin-bottom: 0;
	}

	.quote-right {
		display: block;
		position: absolute;
		bottom: 20%;
		right: 12%;
	}
}

@media (min-width: 1200px) {
	.tb-complete .tb-package-ks1 {
		min-height: 249.3px;
	}

	.tb-complete .tb-package-rmr {
		min-height: 422px;
	}

	.tb-infant .tb-package-ks1 {
		min-height: 201.3px;
	}

	.tb-infant .tb-package-rmr {
		 min-height: 160px;
	}

	.tb-package-ks1ks2 h3 {
		margin-bottom: 0;
	}

	.cloud-block {
		max-width: 470px;
	}

	.cloud-block-1::before,
	.cloud-block-2::before,
	.cloud-block-5::before{
		top: -85px;
	}

	.cloud-block-3::before {
		width: 80%;
		top: -59px;
		left: 36px;
	}

	.cloud-block-4::before {
		width: 56%;
		top: -54px;
	}

	.cloud-block-3 {
		top: 161px;
		top: 0px;
	}

	.cloud-block-5 {
		right: -58px;
		top: 50px;
	}
}

@media (min-width: 1600px) {
	.tb-complete .tb-package-ks1 {
		/*min-height: 206.3px;*/
		min-height: 254.3px;
	}

	.tb-complete .tb-package-rmr {
		/*min-height: 382px;*/
		min-height: 430px;
	}

	.tb-infant .tb-package-ks1 {
		min-height: 206.3px;
	}
}

.row-benefits {
	padding: 10px 20px;
}

.row-benefits h3 {
	font-family: 'ChevinDemibold';
	text-align: center;
	color: #ffffff;
	font-size: 60px;
	margin: 20px;
}

.row-benefits p {
	font-family: 'ChevinDemibold';
	text-align: center;
	font-size: 20px;
	margin: 5px 25px;
}

.ico-benefits {
	margin-bottom: 0;
}

.wpb_single_image.ico-benefits img {
	max-width: 120px;
}

.rhs-benefits {
	padding-top: 60px;
	padding-bottom: 60px;
}

.lhs-benefits {
	margin: 20px;
}

.page-question-banks-2019 #row-reviews {
	margin-top: 20px;
	padding-top: 40px;
	padding-bottom: 50px;
}

/*#row-reviews {
	margin-top: 20px;
	padding-top: 40px;
	padding-bottom: 50px;
}*/

#row-reviews h4 {
	color: #e6433f;
	font-size: 1.4em;
	border-bottom: 6px solid #e6433f;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.img-q-flowers {
	position: absolute;
	bottom: -76px;
	left: -10%;
	width: 125%;
}

.img-cloud-white {
	position: relative;
	right: -18%;
	width: 80%;
}

@media (min-width: 768px) {
	#row-reviews p { font-size: 1em; }

	.img-cloud-white {
		position: absolute;
		right: -20%;
		top: -70px;
		width: 80%;
		min-width: 260px;
	}
}





/*RESOURCES PAGE*/
.resource-flex > div {
	background: rgba(255,255,255,.3);
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 10px;
}

.resource-flex.resource-flex-greyline  > div {
	border-color: #dddddd;
}

.resource-flex .vc_column-inner > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.resource-flex .subhead {
	font-family: 'ChevinDemibold';
	color: rgba(33,59,84,.8);
}

.img-resource-flex {
	margin: 15px 20px 15px 0;
	flex: 1 0 33%;
	box-shadow: 0px 2px 2px -1px rgba(0,0,0,.32);
}


.img-resource {
	margin-top: 12px;
}

.table-resources table {
	border: 3px solid #0093E0;
	margin-top: 0;
}

.table-resources th {
	font-size: 14px;
	line-height: 1.3em;
	text-align: center;
	border: 1px solid rgba(0, 147, 224, 0.29);
	background: #d3ecf9;
	padding: 5px 0;
}

.table-resources td {
	color: #00A164;
	font-size: 24px;
	text-align: center;
	border: 1px solid #ddd;
}

.table-resources td.res-year {
	color: #213B54;
	font-weight: 700;
	font-size: 14px;
}


/*ABOUT PAGE*/

.wpb_single_image.wpb_content_element.vc_align_center.staff-img {
	margin-bottom: 10px;
}

h3.staff-name {
	font-size: 22px;
	margin-bottom: 0px;
	margin-top: 0;
}

h3.staff-role {
	text-transform: none;
	font-size: 18px;
	color: rgba(61, 84, 106, 0.67);
	margin-top: 0;
}

.stats {
	list-style-type: none;
	color: #0093E0;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin: 0 0 50px;
	padding: 0;
}

.stats li {
	text-align: center;
	padding: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.stats li span {
	display: block;
	padding-right: 0;
}

.stats li:last-child {
	border-right: 0 none;
	border-bottom: 0 none;
	padding-right: 0;
}

.stats .number {
	font-size: 36px;
	font-weight: bold;
}

.stats .desc { font-size: 16px; }

.about-table {
	margin: 20px 0px 40px;
	width: 100%;
}

.about-table tr { border-bottom: 3px solid #eee; }

.about-table th { text-transform: none; font-size: 14px; }

.about-table th a { color: #AADFF1; }

.about-table td { padding: 10px; }

.about-table .glyphicon {
	font-size: 20px;
	padding: 4px;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: rgba(20, 44, 58, 0.2);
	color: rgba(255, 255, 255, 0.61);
}

.about-table .glyphicon.glyphicon-circle-arrow-right:before,
.about-table .glyphicon.glyphicon-arrow-right:before {
	display: block;
	text-align: center;
}

.about-table td.yellow_fill,
.about-table td.blue_fill,
.about-table td.red_fill,
.about-table td.green_fill { padding: 0px; }

.about-table td.level {
	padding: 10px;
	vertical-align: middle;
	position: relative;
	left: 0;
}

.about-table td a {
	height: 30px;
	width: 60px;
	display: block;
	-webkit-box-shadow: 0px 2px 1.5px -1px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 2px 1.5px -1px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
}

.about-table td a:hover,
.about-table td a:focus {
	text-decoration: none;
	-webkit-box-shadow: inset 2px 2px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 2px 2px 1px 0 rgba(0, 0, 0, 0.2);
}

.about-table td.title a {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: none;
	border-radius: none;
	width: auto;
	height: auto;
}

.about-table td.title a:hover { -webkit-box-shadow: none; box-shadow: none; text-decoration: underline; }

td.white-fill a { background: #ffffff;  }

td.red-fill a { background: #ff6459;  }

td.blue-fill a { background: #3abdff;  }

td.yellow-fill a { background: #ffd870;  }

td.green-fill a { background: #7CCDA7;  }

/*NEWS PAGE*/

#news {
	background: #ffffff url(../bg_news.html) top center repeat-y;
}

.news {
	border: 1px solid #eee;
	padding-bottom: 80px;
}

.news h1 {	float:left; }

.news h3 {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 10px;
}

.news .caption { color: #999999; }

.newsitem {
	background: #f2f2f2;
	border: 1px solid #eee;
	-moz-border-radius: 20px 0;
	border-radius: 20px 0;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	margin: 0 0 20px;
	padding: 20px 20px 0;
}

#exhibitions .newsitem {
	background: none;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	box-shadow: none;
	vertical-align: top;
	border: none;
	border-top: 5px solid #dbdbdb;
	height: 200px;
	margin: 20px 0;
	padding: 20px 20px 0;
}


.social .ico { height: 40px; width: 30px; }

.twitter .ico { background: url(../png/ico_twitter.png) no-repeat left center; padding-right: 2px; }
.signup .ico { background: url(../png/ico_signup.png) no-repeat left center; padding-right: 2px; }

.social li.twitter, .social li.signup { background: #AADFF1; padding: 0; color: #ffffff; height: 40px; line-height: 37px; }

.social li a { display: block; }
.social li a:hover { text-decoration: none;  }

.social li.twitter a,
.social li.signup a {
	padding: 0 12px;
	color: #ffffff;
}

.social li.twitter a:hover .ico { background: url(../png/ico_twitter_ovr.png) no-repeat left center; }
.social li.signup a:hover .ico { background: url(../png/ico_signup_ovr.png) no-repeat left center; }


#allthenews { clear: both; }

/*NATIONAL TESTS PAGES*/



/*TABS STYLE*/

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border-top: 3px solid #eee;
	border-top: 2px solid #0093E0;
}

.table.table-timeline>tbody>tr>td,
.table.table-timeline>tbody>tr>th,
.table.table-timeline>tfoot>tr>td,
.table.table-timeline>tfoot>tr>th,
.table.table-timeline>thead>tr>td,
.table.table-timeline>thead>tr>th {
	border-top: 1px solid #dddddd;
}

.links .list-group-item { color: #cccccc; }

.midterm .links {
	padding: 0;
	margin: 0;
	min-width: auto;
	width: auto;
}

.midterm .links a {
	font-size: 18px;
	display: inline-block;
	float: none;
	padding: 5px;
	line-height: normal;
}

.midterm .coming,
.midterm .new {
	display: inline-block;
	color: #ff6459;
	font-size: 11px;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
}

.links th.midterm-year {
	font-size: 20px;
	line-height: normal;
	padding: 12px 12px 9px 12px;
	border: none;
	border-top: 5px solid #0082C6;
	text-align: center;
}

.links td.midterm-subject {
	color: #ffffff;
	font-size: 18px;
	line-height: normal;
	padding: 5px;
	border: none;
	border-top: none;
	text-align: center;
}

.links.midterm {
	margin-bottom: 100px;
}

.links.midterm td {
	border: none;
}

.midterm .panel {
	margin-bottom: 20px;
	border: 1px solid #f4f5f5;
	border-radius: 0px;
}

.panel-default>.panel-heading.bg-english {
	color: #fff;
	background-color: #FFC616;
	border-color: #FFC616;
	font-weight: bold;
	letter-spacing: .5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.panel-default>.panel-heading.bg-maths {
	color: #fff;
	background-color: #1D70B7;
	border-color: #1D70B7;
	font-weight: bold;
	letter-spacing: .5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.midterm .panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.midterm .list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #f4f5f5;
}

.bg-english { background:#FFD870; }
.bg-english-tint { background:#FFE9B4; }
.bg-maths { background:#3ABDFF; }
.bg-maths-tint { background:#ADD6F2; }


.links{
	font-size:20px;
	color:#ffffff;
	background:transparent;
	border: none;
	box-shadow: none;
	padding: 20px 0;
	padding: 0;
	width: 100%;
}

.links th,
.links td {
	font-size:12px;
	line-height: normal;
	background: transparent;
	border: none;
	border-top: 1px solid #eee;
}

.links td.no_border {
	border-top: none;
}

.links td {
	text-align: left;
	padding: 5px;
}

.links th {
	color:#0082C6;
	text-transform: none;
	background: #f4f5f5;
	padding: 8px;
	text-align: center;
}

.links_separator {
	border-right: 5px solid #eee;
}

.links .english_title,
.links .maths_title,
.links .science_title,
.links .green1_title,
.links .green2_title,
.links .green3_title {
	font-family: 'ChevinDemibold', Helvetica, Arial, san-serif;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 5px 25px 5px 5px;
	height: 66px;
	width: 20% !important;
}

.links .english_title  { background: url('../bubble_y.html') no-repeat center; }
.links .maths_title { background: url('../bubble_b.html') no-repeat center; }
.links .science_title { background: url('../bubble_r.html') no-repeat center; }
.links .green1_title { background: url('../bubble_g1.html') no-repeat center; }
.links .green2_title { background: url('../bubble_g3.html') no-repeat center; }
.links .green3_title { background: url('../bubble_g2.html') no-repeat center; }

.links .tb_brochure { text-align: center; }

.links .red { color: #ff6459; text-align: center; }

.links .red:hover { background: #ffffff; }


a.box{
	color:#0082C6;
	text-align:center;
	font-size:14px;
	border:#cccccc 1px solid;
	padding:10px;
	margin:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
}

a.box:hover{
	border:#adadad 1px solid;
}

.list{
	float:left;
	text-decoration:none;
	width:100px;
	list-style:none;
	color:#0082C6;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	border:#cccccc 1px solid;
	margin:10px 5px;
	padding:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
}

.list:hover{
	border:#adadad 1px solid;
}

.list p {
	text-align:center;
	font-size:14px;
	padding:5px 0 5px 0;
	margin:0;
}


/*link Button*/

.links h1 {
	font-size: 30px;
	font-family: 'ChevinDemibold', Helvetica, Arial, san-serif;
	font-weight: bold;
	vertical-align: middle;
	padding: 8px 8px 8px 20px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	border-radius: 10px 10px 0 0;
	margin-top: 40px;
}

.links .english-title,
.links .maths-title,
.links .science-title {
	margin-bottom: 0;
}


.links .english-title h1 {
	background: url('../png/banner_eng.png') no-repeat top center;
	color: #FFCE4D;
	margin-top: 0;
}

.links .maths-title h1 {
	background: url('../png/banner_ma.png') no-repeat top center;
}

.links .science-title h1 {
	background: url('../png/banner_sci.png') no-repeat top center;
	color: #FF908C;
}

.links h2 {
	font-size: 25px;
	color: #0082C6;
	color: #41586C;
	text-transform: none;
	background: #f4f5f5;
	padding: 8px 8px 8px 20px;
	margin: 0px 0 10px;
	width: 100%;
}

.links .last h2 {
	margin-top: 20px;
}

.links .first,
.links .last {
	margin-bottom: 0;
}

.links h3 {
	color: #41586C;
	font-size: 20px;
	margin: 10px 0 10px;
	border-bottom: 3px solid #eee;
	padding-bottom: 5px;
	padding-left: 5px;
}

.links a {
	display: inline-block;
	float: left;
	padding: 5px;
	font-size: 12px;
	line-height: normal;
}

.links a:hover { color: #0082C6; }

.links td span { color: #0082C6; font-style: italic; }

span.draft {
	color: #0082C6;
	font-style: italic;
}

span.paper-info {
	display: inline-block;
	width: 100px;
	padding-bottom: 10px;
}

span.ico-paper {
	display: inline-block;
	vertical-align: bottom;
}


.btnST {
	width: 66px;
	height: 66px;
	background: url('../png/btn_pdf_ovr.png') no-repeat center;
	border: 0px;
	cursor: pointer;
}

.btnST:hover {
	background:url('../png/btn_pdf.png') no-repeat center;
	text-decoration:none;
}

.links a.btnST,
.links a.btnFW,
.links a.btnMS {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	height: 70px;
	padding-left: 60px;
	padding-top: 10px;
	border: 0px;
	cursor: pointer;
}

.links a.btnST {
	background: url('../png/btn_pdf.png') no-repeat left center;
}

.links a.btnST:hover {
	background: url('../png/btn_pdf_ovr.png') no-repeat left center;
}

.links a.btnFW {
	background: url('../png/btn_pdf_fw.png') no-repeat left center;
}

.links a.btnFW:hover {
	background:url('../png/btn_pdf_fw_ovr.png') no-repeat left center;
}

.links a.btnMS {
	background: url('../png/btn_pdf_ms.png') no-repeat left center;
}

.links a.btnMS:hover {
	background:url('../png/btn_pdf_ms_ovr.png') no-repeat left center;
}

.links a.btnVid {
	background: url('../png/btn_vid.png') no-repeat left center;
}

.links a.btnVid:hover {
	background:url('../png/btn_vid_ovr.png') no-repeat left center;
}

.links a.btnSTsmall {
	display: block;
	width: 40px;
	padding-left: 50px;
	height: 66px;
	padding-top: 10px;
	background: url('../png/btn_pdf.png') no-repeat left center;
	border: 0px;
	cursor: pointer;
}

.links a.btnSTsmall:hover {
	background:url('../png/btn_pdf_ovr.png') no-repeat left center;
}

.midterm .links a.btnST {
	display: block;
	width: auto;
	padding-left: 55px;
	height: 66px;
	padding-top: 20px;
	background: url('../png/btn_pdf.png') no-repeat left center;
	border:0px;
	cursor:pointer;
}

.midterm .links a.btnST:hover {
	background:url('../png/btn_pdf_ovr.png') no-repeat left center;
}

.midterm .links a.btnMS {
	display: block;
	width: auto;
	padding-left: 55px;
	height: 66px;
	padding-top: 20px;
	background: url('../png/btn_pdf_ms.png') no-repeat left center;
	border:0px; cursor:pointer;
}

.midterm .links a.btnMS:hover {
	background:url('../png/btn_pdf_ms_ovr.png') no-repeat left center;
}

.pdf_list { margin: 20px 0 20px; }

.pdf_list2 { margin: 20px 0 20px; }

.pdf_list p {
	color: #ccc;
}

.pdf-list { margin-bottom: 20px; }

.pdf-list p { color: #ccc; }

.pdf-list h3 {
	font-size: 20px;
	margin: 20px 15px;
	padding-bottom: 10px;
	padding-left: 2px;
	box-shadow: inset 0px -5px 0 #eee;
}

.ico {
	display: inline-block;
	width: 50px;
	height: 68px;
	background: url('../png/btn_pdf.png') no-repeat center;
	vertical-align: middle;
	padding-right: 5px;
}

.ico-none {
	display: inline-block;
	width: 50px;
	height: 68px;
	background: url('../png/btn_pdf_none.png') no-repeat center;
	vertical-align: middle;
	padding-right: 5px;
}

.ico-vid {
	display: inline-block;
	width: 50px;
	height: 68px;
	vertical-align: middle;
	padding-right: 5px;
}

.ico-address {
	width: 32px;
	margin-top: -32px;
	fill: #0093e0;
	color: #0093e0;
}

.ico-maths {
	width: 80px;
	fill: #0093e0;
	color: #0093e0;
}

.ico-english {
	width: 80px;
	fill: #0093e0;
	color: #0093e0;
}

.ico-sci {
	width: 60px;
	fill: #0093e0;
	color: #0093e0;
}

.subject-page svg {
	height: 46px;
	vertical-align: bottom;
}

.ico-paper {
	display: inline-block;
	width: 50px;
	height: 68px;
	background: url('../png/btn_pdf_none.png') no-repeat center;
	vertical-align: middle;
	padding-right: 5px;
}

.coming,
.new {
	display: inline;
	color: #ff6459;
	font-size: 11px;
	vertical-align: top;
	padding: 5px;
}

a:hover .coming,
a:hover .new {
	color: #ff6459;
	text-decoration: underline;
}

.subject-page .coming,
.subject-page .new {
	vertical-align: middle;
	padding: 0 7px 5px 0;
}

.pdf_title,
.pdf-title {
	display: inline-block;
	line-height: normal;
	height: 100%;
	vertical-align: middle;
	padding: 5px;
	font-weight: 500;
}

.pdf_list a,
.pdf_list2 a {
	display: block;
	padding: 10px 20px;
	border: 3px solid #eee;
	line-height: 66px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}

.tb-tabs .pdf_list a,
.tb-tabs .pdf_list2 a {
	border: 3px solid #0093E0;
	line-height: normal;
}

.pdf-list a,
.pdf-list2 a {
	display: block;
	padding: 10px 20px;
	border: 3px solid #eee;
	line-height: 66px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}

.pdf-list a:hover,
.pdf-list2 a:hover { text-decoration: underline; }

.pdf-list a .ico,
.pdf-list2 a .ico { background:url('../png/btn_pdf.png') no-repeat center; }

.pdf-list a:hover .ico,
.pdf-list2 a:hover .ico { background:url('../png/btn_pdf_ovr.png') no-repeat center; }

.pdf-list a .ico-vid,
.pdf-list2 a .ico-vid { background:url('../png/btn_vid.png') no-repeat center; }

.pdf-list a:hover .ico-vid,
.pdf-list2 a:hover .ico-vid { background:url('../png/btn_vid_ovr.png') no-repeat center; }

a .ico-paper { background:url('../png/btn_pdf.png') no-repeat center; }

a:hover .ico-paper { background:url('../png/btn_pdf_ovr.png') no-repeat center; }

.pdf_list a:hover .pdf_title,
.pdf_list2 a:hover .pdf_title { text-decoration: underline; }

.pdf-list a:hover .pdf-title,
.pdf-list2 a:hover .pdf-title { text-decoration: underline; }

.btnSpacer { width:66px; height:66px; border:0px; }

.txtSpacer { width:66px; height:20px; border:0px; }

.txtSpacer2 { height:20px; border:0px; }

.txt-bold-blue {color: #0092E0; font-weight: bold;}


/*SUPPORT CONTACT PAGE*/

.contact-info { margin-bottom: 40px; }

.contact-details1 p:first-child { margin-top: 0; }

.contact-details2 { text-align: center; margin-top: 70px; }

.contact-details2 p { margin: 0 0 5px; }

#schoollist, #yourdfes { display:none; }

#schoollist{
	z-index:1000;
	position:absolute;
	background:white;
	border:1px solid #EFEFEF;
	width:600px;
	height: 300px;
	overflow: auto;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
	cursor:pointer;
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05);
}

#contactformbox {
	border-top: 3px solid #eee;
	padding: 20px 0 50px;
	border-collapse: collapse;
}

#contactformbox input[type=text] { width: 100%; padding: 10px; }

#contactformbox input[type=text]#yourname,
#contactformbox input[type=text]#yourposition,
#contactformbox input[type=text]#postcode,
.orderformbox input[type=text]#name,
.orderformbox input[type=text]#position,
.orderformbox input[type=text]#postcode,
.orderformbox input[type=text]#country,
.orderformbox input[type=text]#vat,
.orderformbox input[type=text]#ponumber { float: left; }

#contactformbox input[type=text]#postcode { width: 70%; }

#contactformbox select#yourposition,
#contactformbox select#subjectarea { width: 100%; font-size: 20px; padding: 10px; }

#contactformbox input[type=text]#yourname,
#contactformbox input[type=text]#yourposition,
.orderformbox input[type=text]#name,
.orderformbox input[type=text]#position,
.orderformbox input[type=text]#postcode,
.orderformbox input[type=text]#country,
.orderformbox input[type=text]#ponumber { width: 90%; }

.orderformbox input[type=text]#vat { width: 95%; }

#contactformbox input[type=text]:focus { padding: 12px; }

#contactformbox input[type=button] { float: right; margin-bottom: 20px; margin-top: 25px; }

#contactformbox input[type=button]#getpostcode { margin: 3px 5px; width: 25%; }

#contactformbox textarea { width: 100%; }

#contactformbox select { width: 50%; }

#contactformbox p { margin: 0; padding: 0; }

p.float { width: 50%; float: left; }

#contactformbox p.instruction { color: #0093E0; text-align: right; }

#contactformbox span.asterisk { color: #0093E0; letter-spacing: .4em;  }

.success_hide { display: none; }

.success { width: 600px; margin: 20px auto; }

#success ul { list-style-type: none; }

#success ul li { border-bottom: 1px solid #eee; padding: 6px; }

#message2 { color: #00A164; font-weight: bold; }

/*OPTIONAL TESTS*/
/*div table*/

/*Test timeline*/
.table-timeline {
	margin-top: 0;
}

.table-timeline th{
	text-align: left;
}

.table-timeline td{
	text-align: left;
	font-weight: bold;
}

.table-timeline {
	border-bottom: none;
}

.table-green {
	border-top: 4px solid #2dab66;
	border-top: 10px solid #4CB87D;
}

.table-green td {
	color: #2dab66;
}

.timeline-buttons {
	padding: 0;
	margin: 10px 0;
	list-style-type: none;
}

.timeline-buttons li {
	display: inline-block;
	padding: 0;
	/*margin-right: 5px;*/
}

.timeline-buttons li a {
	display: block;
	width: 100%;
}

.timeline ul {
	list-style-type: none;
	border-top: 4px solid #e7e7e7;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px;
}

.timeline ul:last-child {
	border-bottom: none;
}

.timeline-block {
	/*color: #ffffff;*/
	font-size: 1em;
	/*border-radius: 10px;*/
	text-align: center;
	/*padding: 20px;*/
	/*height: 100px;*/
}

.timeline td {
	font-size: 10px;
}

.timeline p {
	margin: 0;
}

.table.table-green>tbody>tr>td,
.table.table-green>tbody>tr>th,
.table.table-green>tfoot>tr>td,
.table.table-green>tfoot>tr>th,
.table.table-green>thead>tr>td,
.table.table-green>thead>tr>th {
	vertical-align: middle;
}

.cell-ltgreen {
	background: rgba(45, 171, 102, 0.08);
}

.rowspan-border {
	border-left: 1px solid #ddd;
}

.rowspan-borders {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.headbar {
	background-color: #62B445;
	color: #ffffff;
	font-size: 1.25em;
	padding: 10px;
	clear: both;
	-moz-border-radius: 10px 0;
	-webkit-border-radius: 10px 0;
	-khtml-border-radius: 10px 0;
	border-radius: 10px 0;
}

.contentbar {
	background-color: #ffffff;
	border-bottom: 1px solid #62B445;
}

.contentbar.last {
	border-bottom: none;
}

.contentbar span {
	display: block;
	float: left;
}

.contentbar span.month {
	width: 30%;
}

.contentbar span.month p {
	font-weight: bold;
	margin: 5px 0 0 5px;
}

.contentbar span.infocell {
	width: 60%;
	background-color: #E5F0DD;
	padding-left: 5%;
	padding-right: 5%
}

.ot-sample {
	position: relative;
	margin-top: 20px;
	border-bottom: 1px solid #dbdbdb;
}

.ot-sample h1,
.ot-sample h2,
.ot-sample p {
	padding: 0;
	margin: 0;
	color: #0093E0;
	color: #0082c6;
}

.ot-sample h1 {
	font-size: 24px;
}

.ot-sample h2 {
	font-size: 20px;
}

.ot-sample h3 {
	font-size: 12px;
}

.ot-sample p {
	font-style: italic;
}

.ot-thumb {
	width: 140px;
	max-width: 140px;
}

.ot-details {
	padding: 20px;
}

.ot-sample img {
	max-width: 120px;
	border: 1px solid #dbdbdb;
}

.ot-sample img:hover {
	background: #f8f8f8;
}

#main article img.icon-ot-subject {
	max-width: 50px;
}

.ot-package h3 {
	margin-top: 10px;
	margin-bottom: 0px;
}

.ot-package p {
	margin-top: 0px;
}

/********* SATS PAPERS *********/

/*NEW sats papers 2016-2018 table styles*/

.page-past-papers blockquote p {
	color: #0093e0;
	font-size: 1.2em;
	line-height: 1.5rem;
}

.page-past-papers .quoter {
	font-size: .9em;
}

.sample-thumb.thumb-inline {
	margin-right: 0;
	margin-bottom: 20px;
}

#main article .sample-thumb.thumb-inline img {
	max-width: 70px;
}

.sample-thumb.thumb-greyed img {
	opacity: 0.5;
}

.sample-thumb.thumb-greyed:hover {
	background: rgba(255, 255, 255, 0.23);
}

.tab-section h3 {
	color: #213b53;
	padding: 5px 0px;
	margin-bottom: 0px !important;
	font-size: 26px;
	border-top: 6px solid #0093e0;
}

.wpb_content_element.pp-subject,
.pp-subject {
	margin-bottom: 10px;
}

.wpb_content_element.pp-subhead,
.pp-subhead {
	margin-bottom: 10px;
}

.pp-subject.pp-subhead-mobile,
.pp-subhead-mobile {
	border-bottom: 2px solid #b4dcf5;
	margin-bottom: 0;
}

.pp-subject h4 {
	padding: 10px;
	border-bottom: 3px solid #213b54;
}

.pp-year h4 {
	padding-top: 20px;
	text-align: right;
}

.warning p {
	background: #fed2cb;
	margin: 0 0 0.3em;
	padding: 10px 15px;
	color: #e6433f;
}

.warning p a {
	color: #e6433f;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.tab-section h3 {
		background: #0093e0;
		border-top: none;
		color: #ffffff;
		padding: 5px 10px 7px;
		margin-bottom: 0 !important;
	}

	.pp-subhead-mobile {
		border-bottom: none;
	}

	.sample-thumb.thumb-inline {
		margin-right: 0;
		margin-bottom: 5px;
	}

	.sample-thumb.thumb-inline.thumb-center {
		float: none;
		margin: 0 auto 5px;
	}
}
/*end new sats papers styles*/

#papers { background: #f2f2f2 url(../bg_papers-2.html) bottom center no-repeat; }

.blueblock {
	background: rgba(170, 223, 241, 0.5);
	padding: 20px;
	overflow: visible;
	-moz-border-radius: 20px 0;
	-webkit-border-radius: 20px 0;
	-khtml-border-radius: 20px 0;
	border-radius: 20px 0;
	-moz-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px -1px rgba(0, 0, 0. 0.2); }

.blueblock h3 {
	color: #3B5266;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

.blueblock.english_pp { background: rgba(255, 216, 112, 0.5); }
.blueblock.maths_pp { background: rgba(58, 189, 255, 0.5); }
.blueblock.science_pp { background: rgba(255, 100, 89, 0.5); }

.blueblock section {
	border-top: 1px solid #0093E0;
	padding: 5px 0;
	margin: 0;
}

.pastpapers { margin: 0; }

.pastpapers a { font-weight: 500; }

.pastpapers section {
	border-bottom: solid 1px rgba(0, 147, 224, 0.1);
	padding: 0;
	margin: 0;
}

.pastpapers ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.pastpapers li {
	padding: 10px 0;
}

.pastpapers table {
	box-shadow: none;
	margin: 10px 0;
	font-size: 12px;
	border-bottom: none;
}

.pastpapers tr td {
	vertical-align: middle !important;
}

.blueblock .leftalign li { text-align: left; padding-right: 15px; }

.blueblock .centeralign { text-align: center; padding-right: 4px; }

.blueblock .contents { text-align: left; }

.blueblock .contents ul { list-style-type: none; margin-bottom: 0px; }

.blueblock .contents ul li { padding: 2px; font-size: 12px; }

.blueblock .package {
	font-weight: bold;
	padding-left: 0;
}

.uses .blueblock > ul {
	margin: 0;
}

.pastpapers li a {
	padding: 4px;
	margin: 6px;
	font-size: 12px;
	color: #0082C6;
	border: solid 1px transparent;
}

.pastpapers li a:hover {
	padding: 7px;
	margin: 0;
	border: solid 1px rgba(0, 147, 224, 0.5);
	text-decoration: none;
}

.pastpapers .fix { padding: 10px; }
.pastpapers .fix .satsyear { padding: 10px 0; }
.pastpapers .fix li a { padding: 4px 0 0; margin: 0; border: none; border-bottom: solid 1px transparent; }
.pastpapers .fix li a:hover { padding: 4px 0 0; margin: 0; border: none; border-bottom: solid 1px rgba(0, 147, 224, 0.5); }


.pastpapers .satsyear {
	font-size: 16px;
	font-weight: bold;
	color: #3B5266;
	text-align: left;
	padding: 10px;
	padding: 5px;
	margin: 0;
}

.pastpapers .satstier {
	font-size: 13px;
	font-weight: bold;
	color: #3B5266;
}

.pastpapers .divide-top { border-top: 2px rgba(0, 147, 224, 0.5) solid; }

.pastpapers .last{ border-bottom: none; }

li.width-60 { min-width: 60px; }

.width-60 li { min-width: 60px; }

li.width-70 { min-width: 70px; }

.width-70 li { min-width: 70px; }

li.width-80 { min-width: 80px; }

.width-80 li { min-width: 80px; }

li.width-90 { min-width: 90px; }

.width-90 li { min-width: 90px; }

li.width-100 { min-width: 100px; }

.width-100 li { min-width: 100px; }




/*FAQs*/
/*see assets/css/faqs.css*/




/*REVIEWS*/

.reviews .wpb_button,
.reviews .wpb_content_element, ul.wpb_thumbnails-fluid>li {
	margin-bottom: 20px;
}

.casestudy {
	width: 826px;
	display: block;
	border: 1px solid #eee;
	padding: 2px;
}

.reviews .row div {
	margin-bottom: 40px;
}

.reviews blockquote,
.bubble blockquote {
	padding: 10px 0px;
	margin: 1em 0;
	border-top: 5px solid #0082C6;
}

.reviews blockquote p {
	margin: 1em 0;
}

p.cite { font-size: 12px; margin-bottom: 1em; color: #797f85; }

p.more { font-size: 12px; margin-bottom: 1em; /*color: #0093E0;*/ font-weight: bold; }

p.image { text-align: center;  height: 100px; overflow: hidden; border: 1px solid #eee; padding: 2px; }


.bubble blockquote {
	font-size: 18px;
	padding: 12px 12px 12px 14px;
}

.bubble blockquote p {
	font-size: 18px;
	padding: 12px 12px 12px 14px;
}

.ot-quote {
	background: #ffffff;
	-moz-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.35);
	box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.35);
	border-top: 15px solid #ffcd00;
	margin:0;
	padding: 20px;
}

.vc_btn3-container.ot-btn.wpb_animate_when_almost_visible.wpb_appear.vc_btn3-center.wpb_start_animation {
	font-family: 'ChevinDemibold', Helvetica, Arial, san-serif;
}

.ot-btn .vc_btn3.vc_btn3-size-lg {
	font-size: 20px;
	padding: 20px;
}

/*FOOTER */

.footer-top {
	background: url(../png/footer.png) center -1px repeat-x;
	margin-top: 40px;
	height: 21px;
}

.home .footer-top,
.page-template-page-testimonials .footer-top {
	margin-top: -1px;
}

.footer {
	background: #0082C6;
	padding-bottom: 50px;
}

.footer .container-fluid {
	color: #AADFF1;
	min-height: 300px;
	padding-top: 50px;
}

.footer .row {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.footer h3 {
	color: #AADFF1;
	font-size: 18px;
}

.footer ul {
	list-style-type: none;
	vertical-align: top;
	padding: 0;
}

.footer ul li { padding: 0; }

.footer li a {
	color: #f2f2f2;
	display: block;
}

.footer li a:hover {
	color: #ffffff;
}

.footer .ico-twitter .fa-twitter {
	font-size: 26px;
}

.nav-footer-wrap {
	padding-left: 0px;
	padding-right: 0px;
}

.nav-footer {
	text-align: center;
	margin-bottom: 2rem;
}

.nav-footer li {
	display: inline-block;
	box-shadow: 2px 0 0 -1px rgba(200, 199, 204, .8);
	padding: 0 2px;
	margin-bottom: 10px;
}

.nav-footer li:last-child {
	box-shadow: none;
}

.nav-footer li a {
	font-size: 18px;
	display: block;
	margin: 0 15px;
}

.legal-footer-wrap {
	font-family: 'ChevinMedium';
	font-size: 16px;
	text-align: center;
}

.legal-footer-wrap span {
	display: inline-block;
	margin: 0 15px 10px;
}

.menu-legal {
	display: inline-block;
	margin-bottom: 0;
}

.menu-legal li {
	display: inline-block;
	padding: 0 2px;
	margin-bottom: 10px;
}

.menu-legal li a {
	display: block;
	margin: 0 15px;
}

.menu-social {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}

.menu-social li {
	font-size: 26px;
	margin: 0 .65rem;
}

.social-footer-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	margin-bottom: 2.5rem;
}

.social-footer-wrap a {
	display: flex;
	justify-content: center;
}

.logo-aqafamily {
	/*display: block;
	margin: 0 auto;*/
	max-width: 200px;
}

.social {
	text-align: right;
}

.social li {
	display: inline-block;
	margin: 0 0 5px 10px;
}

.ce-plus {
	max-width: 62px;
	height: auto;
}


/*YOAST override*/

#yst_prominent_words_version {
	display: none;
}


@media (min-width: 480px) {
	.ot-thumb {
		padding-bottom: 20px;
	}

	/*Promo adverts*/
	.advert-box {
		padding: 20px 20px 0;
		float: left;
		width: 75%;
	}

	.advert-img {
		display: inline;
		float: left;
		width: 25%;
		margin-top: 20px;
	}

	.advert-img2 {
		display: inline;
		width: 15%;
		position: absolute;
		bottom: 10px;
		right: 5px;
	}
}

@media (max-width: 992px) {
	.table-responsive {
		border: 1px solid #b5dcf6;
	}
}

@media (min-width: 768px) {
	h1 {
		font-size: 2.625em; /* 16 x 2.625 = 42px */
		font-weight: normal;
	}

	.subhead {
		font-size: 30px;
	}

	.resource-flex .subhead {
		font-size: 1.12rem;
	}

	#header {
		margin-top: 99px;
	}

	#banner {
		height: 200px;
		height: 192px;
		padding: 20px;
		display: block;
		position: relative;
		overflow: hidden;
		z-index: 0;
	}

	#banner h1 {
		font-size: 36px;
	}

	.banner-404 {
		height: 200px;
	}

	.banner-404-img {
		display: inline;
		position: absolute;
		max-width: 593px;
		height: auto;
		top: 40px;
		right: 15%;
	}

	.home #banner h1 {
		padding-right: 30%;
		text-align: left;
	}

	.home #banner,
	.page-template-page-homepage #banner,
	.banner-404 {
		height: 258px;
	}

	.home #banner {
		background-position-y: -52px;
	}

	.page-question-banks #banner,
	.page-merit #banner,
	.page-optional-tests #banner {
		background-position-y: -103px;
	}

	.homebanner-tagline {
		text-align: left;
		padding-right: 30%;
	}

	.banner-tagline {
		padding-right: 35%;
	}

	.page-question-banks .banner-tagline {
		padding-right: 30%;
	}

	#banner .banner-img {
		bottom: -9px;
		right: 2%;
	}

	.home #banner .banner-img {
		bottom: 3px;
		right: -14px;
		right: 1%;
	}

	#banner .banner-img img,
	.home #banner .banner-img img {
		display: block;
		height: 220px;
	}

	/*.home #banner .banner-img img {
		display: block;
		height: 200px;
	}*/

	.content {
		padding: 40px 0 0;
	}

	/*TESTIMONIALS*/
	#testimonials{
		padding: 20px 80px;
		margin-top: 40px;
	}

	/*NAVBAR*/
	#nav {
		min-height: 103px;
	}

	#header {
		margin-top: 103px;
	}

	.navbar-nav {
		float: right;
	}

	.navbar-right {
		margin: 10px 0 0 10px;
	}

	.navbar-right.site {
		margin: 10px 0 0 10px;
	}

	.site > li {
		height: auto;
	}

	.site > li > a {
		padding: 7px 18px;
		border-right: #eee 2px solid;
		border: none;
	}

	.site > li > a:hover {
		text-decoration: underline;
	}

	.site > li > a:focus {
		text-decoration: underline;
	}


	/*OLD SUBJECT PAGES*/
	.subject-page #post-8 .post_content {
		display: block;
		padding: 50px 20px;
	}

	.subject-page .post_content {
		padding: 240px 60px 80px
	}

	.subjectnav-index a {
		height: 150px;
		padding: 60px 0 0 40px;
	}

	.subjectnav-index .opt a {
		padding: 50px 0 0 40px;
	}
	.opt a span { padding: 50px 0 0 40px; }
	.pri-2 a span { padding: 60px 0 0 40px; }
	.sec-2 a span { padding: 60px 0 0 40px; }

	.index h1 {
		font-size: 30px;
	}

	.ad-fullwidth {
		padding: 40px 50px 20px;
	}

	.ad-fullwidth ul {
		font-size: 100%;
	}

	.post-8 .subject-content {
		background: url(../jpg/bg_subjects2.jpg) center center no-repeat;
		overflow: hidden;
		height: 450px;
		background-size: 100%;
	}

	/*h1:first-child {
		margin-top: 0;
	}*/

	ul li {
		padding-bottom: 2px;
		padding-left: 10px;
	}

	.product-block {
		margin-bottom: 80px;
	}

	.product-block p {
		padding: 0 20px;
		max-width: 280px;
		margin: 0 auto;
	}

	.col-sm-4-img img {
		display: inline-block;
		width: 100%;
	}

	.stats { padding: 20px 0; }

	.stats li {
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		border-bottom: 0 none;
		padding: 0;
	}

	.stats .number { font-size: 50px; }

	.stats .desc { font-size: 18px; }


	.btn-upgrade {
		margin: 20px auto 0;
	}

	.info {
		margin-top: 20px;
		padding: 0 100px 0 80px;
	}

	.subject-page .page-header {
		padding: 40px;
	}

	.subject-page .page-header h1 {
		text-align: left;
		font-size: 50px;
		display: inline-block;
		margin: 0 0 0 80px;
	}

	.subject-page .page-header ul {
		list-style-type: none;
		text-align: right;
		float: right;
		width: 50%;
		padding: 0;
	}

	#banner {
		padding: 30px 40px 40px;
	}

	.home #banner,
	.page-template-page-homepage #banner {
		padding: 40px;
		padding: 30px 40px;
	}

	.home #banner .post-meta li a {
		margin: 20px 0 0;
	}

	.banner {
		padding: 40px;
	}

	.banner h1 {
		text-align: left;
		font-size: 50px;
		display: inline-block;
		margin: 0 0 0 80px;
	}

	.banner ul {
		list-style-type: none;
		text-align: right;
		float: right;
		width: 50%;
		padding: 0;
		margin-top: 15px;
	}

	.banner.maths ul,
	.banner.english ul,
	.banner.science ul,
	.banner.primary ul {
		margin-top: 15px;
	}

	.banner ul li {
		text-align: right;
		padding: 0;
		margin: 0;
		width: 60%;
	}

	.banner.secondary ul li {
		width: 100%;
	}

	.banner.secondary ul li {
		margin: 3% 0 0;
	}

	/*SUBNAV*/
	.subnav .nav-tabs li {
		width: auto;
		height: 50px;
	}

	.subnav .nav-tabs li a {
		height: 50px;
	}

	.subject-page .content {
		padding: 220px 60px 0;
	}

	.subject-tabs-content {
		margin: 0 auto 10px;
		border-bottom: 3px solid #0093E0;
	}

	.subject-tabs-content h2 {
		font-size: 1.1em;
		margin: 0;
	}

	.index {
		padding: 0;
	}

	.links h2 {
		padding: 8px 8px 8px 20px;
		margin: 0 0 10px;
		width: auto;
	}

	.links .first h2 {
		margin-right: -15px;
	}

	.links .last h2 {
		margin-left: -15px;
		margin-top: 0;
	}

	.links h2 {
		margin: 0 0 10px;
	}

	.links-border-right {
		border-right: 5px solid #eee;
	}

	.links-border-left {
		border-left: 5px solid #eee;
	}

	.content.subjects {
		background-size: 100%;
	}

	.blockquote-hero {
		margin-top: 35px;
	}

	.blockquote-hero blockquote {
		font-size: 20px;
		padding: 5px 20px 15px;
	}

	.reviews blockquote,
	.bubble blockquote {
		font-size: 1em;
		padding: 0 10px;
		border-left: 5px solid #0082C6;
		border-top: none;
	}

	.ot-quote blockquote {
		margin: 0;
		padding: 10px;
	}

	.subjectnav ul li {
		height: 90px;
		line-height: 90px;
		border-right: thin solid rgba(255, 255, 255, 0.1);
	}

	.subjectnav a {
		font-size: 15px;
		padding-left: 28px;
		-webkit-box-shadow: 0 1px 1px -1px rgba(200, 199, 204, 1);
		box-shadow: 0 1px 1px -1px rgba(200, 199, 204, 1);
	}

	.subjectnav a:hover {
		padding-left: 28px;
	}

	.eng a span, .ma a span, .sci a span, .pri a span, .sec a span {
		padding-left: 28px;
	}

	.nav-footer li a {
		margin: 0 30px;
	}

	.nav-footer-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}

	.social-footer-wrap {
		gap: 6rem;
	}

	.contact-details2 { margin-top: 0px; }

	.pri-eng,
	.pri-ma,
	.pri-sci {
		min-height: 1150px !important;
	}

	/*ADVERTS*/
	.advert-box {
		float: none;
		width: auto;
	}

	.advert-box p {
		padding-right: 130px;
	}

	.advert-img {
		float: none;
		position: absolute;
		width: auto;
		bottom: 0;
		right: 5px;
	}

	.advert-img2 {
		width: 25%;
	}

	/* Early bird table */
	.ep-pack-title {
		border-top: none;
		font-weight: normal;
		font-size: 14px;
	}

	.eb-table > li {
		margin: 0px;
		border-bottom: 2px solid #ffffff;
	}

	.eb-table ul li {
		text-align: left;
	}

	.btn-cta.btn-cta-hero .vc_btn3.vc_btn3-color-grey,
	.btn-cta.btn-cta-hero .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat,
	.btn-cta.btn-cta-hero-white .vc_btn3.vc_btn3-color-grey,
	.btn-cta.btn-cta-hero-white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
		padding: 16px 24px;
		font-size: 24px;
	}
}

@media (min-width: 800px) {
	.home #banner .banner-img {
		bottom: 0;
		right: 2%;
		right: 4%;
	}

	.home #banner .banner-img img {
		height: 240px;
	}
}

@media (min-width: 992px) {
	.table-responsive {
		overflow-y: visible;
	}

	.navbar-header {
		height: 60px;
	}

	.logo {
		height: auto;
		width: 230px;
	}

	.navbar-brand {
		margin: 20px;
	}

	#banner .banner-img {
		bottom: -13px;
		right: 4%;
	}

	.home #banner .banner-img {
		bottom: 0;
		right: 0;
		right: 8%;
	}

	#banner .banner-img img {
		height: 240px;
	}

	.page-template-page-homepage #banner .banner-img img,
	.home #banner .banner-img img {
		height: 260px;
	}

	.home #banner h1,
	.homebanner-tagline {
		padding-right: 50%;
	}

	.home #banner .post-meta li a {
		margin: 20px 0 0;
	}


	/*OLD SUBJECT NAV*/
	.subjectnav-index a {
		padding-left: 30px;
		font-size: 16px;
	}

	.subjectnav-index a:hover {
		padding-left: 30px;
	}

	.opt a span,
	.pri-2 a span,
	.sec-2 a span {
		padding-left: 30px;
	}

	.subjectnav-index .opt a {
		padding-left: 30px;
	}

	.btn-guide {
		width: 50%;
	}

	.btn-upgrade {
		width: 100%;
	}

	.banner h1 {
		font-size: 50px;
		display: inline-block;
		margin: 0 0 0 160px;
	}

	.banner.secondary ul li {
		width: 50%;
		margin: 0 0 5px;
	}

	.subject-page .subjectnav {
		border-top: #0093E0 220px solid;
	}

	.subject-page .post-8 .subjectnav {
		border: none;
	}

	.ad-fullwidth ul {
		font-size: 16px;
	}

	/*ABOUT*/
	.para-for-teachers {
		padding-top: 80px;
	}
}

@media (min-width: 1200px) {
	/*subject-nav*/
	.subjectnav-index a {
		padding-left: 35px;
		font-size: 18px;
	}

	.subjectnav-index a:hover {
		padding-left: 35px;
	}

	.opt a span,
	.pri-2 a span,
	.sec-2 a span {
		padding-left: 35px;
	}

	.subjectnav-index .opt a {
		padding-left: 35px;
	}

	.pri-eng,
	.pri-ma,
	.pri-sci {
		min-height: 900px !important;
	}
}

@media (min-width: 1213px) {
	#nav {
		min-height: 0;
	}

	#header {
		margin-top: 86px;
	}

	.navbar-right {
		margin: 20px 0 20px 10px;
	}

	.navbar-right.site {
		margin: 25px 0 20px 10px;
	}
}

@media (min-width: 1300px) {
	/*#banner .banner-img,
	.home #banner .banner-img {
		right: 10%;
	}*/

	/*.home #banner h1 {
		padding-right: 0;
	}*/

	.home #banner,
	.page-template-page-homepage #banner {
		padding: 45px 40px;
	}

	.home #banner h1,
	.homebanner-tagline {
		padding-right: 0;
	}

	.home #banner .post-meta li,
	.page-template-page-homepage #banner .post-meta li {
		font-size: 30px;
		font-size: 28px;
	}


}

@media (min-width: 1700px) {

	#banner .banner-img,
	.home #banner .banner-img {
		right: 10%;
	}

}
