@import "reset.css";

html, body {
    font-size: 16px;
}

hr {
    height: 5px;
    color: #cccccc;
    background: #cccccc;
    font-size: 0;
    border: 0;
}

.a-1 hr, .a-2 hr, .a-3 hr, .a-4 hr, .b-1 hr, .b-2 hr, .b-3 hr, .b-4 hr, .b-5 hr, .b-6 hr, .window hr {
    height: 1px;
    color: #cccccc;
    background: #cccccc;
    font-size: 0;
    border: 0;
    margin: 40px 0;
}

.blue-hr hr {
    height: 8px;
    color: #005793;
    background: #005793;
    font-size: 0;
    border: 0;
}

h1, h2, h3, h4, h5, h6, p, li, table, label, input, select, .wpcf7-response-output {
    font-weight: normal;
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    color: #000000;
}

a {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    color: #000000;
}

h1 {
    font-size:2.625em;
    font-weight:300;
    line-height:140%;
    margin-bottom: 15px;
}

h1 a {
    color: #000000;
    text-decoration: none;
}

h1 a:hover,
h1 a:active {
    color: #000000;
    text-decoration: underline;
}

h2 {
    font-size:2em;
    line-height:140%;
    margin: 0 0 30px 0;
}

h2 a {
    color: #000000;
    text-decoration: none;
}

h2 a:hover,
h2 a:active {
    color: #000000;
    text-decoration: underline;
}

h3 {
    font-size:1.375em;
    font-weight:bold;
    line-height:140%;
    margin-bottom: 20px;
}

h3 a {
    color: #000000;
    text-decoration: none;
}

h3 a:hover,
h3 a:active {
    color: #000000;
    text-decoration: underline;
}

h3:last-child {
   margin-bottom: 0; 
}

h4 {
    font-size:1.5em;
    font-weight:300;
    line-height:140%;
    margin: 40px 0 20px 0;
    color: #000000;
}

h4:first-child {
    margin-top: 0;
}

h4 a {
    color: #000000;
    text-decoration: none;
}

h4 a:hover,
h4 a:active {
    color: #000000;
    text-decoration: underline;
}

h4.social-link {
    margin: 10px 0;
}

h4.social-link a {
    display: block;
    padding: 5px;
}

h4.social-link a:hover,
h4.social-link a:active {
    text-decoration: none;
    background-color: #000000;
    color: #ffffff;
}

p.social-link {
    margin: 10px 0;
}

p.social-link a {
    text-decoration: none;  
    display: block;
    padding: 5px;
}

p.social-link a:hover,
p.social-link a:active {
    text-decoration: none;
    background-color: #000000;
    color: #ffffff;
}

#footer p.footer-social-link {
    font-size: 1em;
    color: #ffffff;
    text-align: right;
}

#footer p.footer-social-link a {
    text-decoration: none;
    color: #ffffff;
    padding: 5px;
}

#footer p.footer-social-link a:hover,
#footer p.footer-social-link a:active {
    text-decoration: none;
    background-color: #ffffff;
    color: #545454;
}

h5 {
    font-size:1.25em;
    line-height:160%;
    margin: 20px 0;
}

h5 a {
    color: #005793;
    text-decoration: none;
}

h5 a:hover,
h5 a:active {
    color: #005793;
    text-decoration: underline;
}

h6 {
    font-size:1.125em;
    line-height:150%;
    margin: 0 0 20px 0;
    font-weight: bold;
}

h6 a {
    color: #000000;
    text-decoration: none;
}

h6 a:hover,
h6 a:active {
    color: #000000;
    text-decoration: underline;
}

h6.caps {
    font-size:1.125em;
    line-height:150%;
    margin: 0 0 0 0;
    font-weight: bold;
    text-transform: uppercase;
}

blockquote {
    margin: 20px 0 40px 30px;
    padding: 0 0 0 30px;
    border-left: 1px solid #AAA7A7;
    line-height: 150%;
    font-style: italic;
}

p {
    line-height:160%;
    margin-bottom: 20px;
}

li {
    line-height:140%;
    margin-bottom: 10px;
}

p a, li a {
    color: #005793;
    text-decoration: underline;
}

p a:hover, li a:hover,
p a:active, li a:active {
    color: #005793;
    text-decoration: none;
}

p.small {
    font-size: 0.875em;
}

div.small {
    font-size: 0.875em;
}

p.product-description {
    font-size: 1.125em;
}

p.product-name {
    font-size: 1.125em;
    margin-bottom: 10px;
}

p.product-name a {
    color: #000000;
    text-decoration: none;
}

p.product-name a:hover {
    color: #000000;
    text-decoration: underline;
}


h4.quote {
    font-weight: 300;
    font-style: italic;
    
}

p.quote {
    font-weight: 300;
    font-size: 1.25em;
    font-style: italic;
}

p.quote-small {
    font-size: 0.9375em;
    font-style: italic;
}

p.quote-name {
    font-size: 0.8125em;
    color: #aaa7a7;
}

p.success-quote {
    font-size: 1.275em;
    font-weight: 300;
	line-height: 130%;
}

p.success-name {
    text-align: right;
    font-size: 0.875em;
}

p.button-white a {
    color: #FF8300;
    display: block;
    border: 1px solid #ffffff;
    line-height: 30px;
    background-color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 0 5px;
    margin: 20px 0;
}

p.button-white a:hover,
p.button-white a:active {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #FF8300;
    text-decoration: none;
}

p.button-dark-blue a {
    color: #ffffff;
    display: block;
    border: 1px solid #005793;
    line-height: 30px;
    background-color: #005793;
    text-decoration: none;
    text-align: center;
    padding: 0 5px;
    margin: 20px 0;
}

p.button-dark-blue a:hover,
p.button-dark-blue a:active {
    color: #005793;
    border: 1px solid #005793;
    background-color: #ffffff;
    text-decoration: none;
}

p.button-dark-blue-hollow a {
    color: #005793;
    display: block;
    border: 1px solid #005793;
    line-height: 30px;
    background-color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 0 5px;
    margin: 20px 0;
}

p.button-dark-blue-hollow a:hover,
p.button-dark-blue-hollow a:active {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #005793;
    text-decoration: none;
}

p.button-light-blue a {
    color: #ffffff;
    display: block;
    border: 1px solid #34ACE8;
    line-height: 30px;
    background-color: #34ACE8;
    text-decoration: none;
    text-align: center;
    padding: 0 5px;
    margin: 20px 0;
}

p.button-light-blue a:hover,
p.button-light-blue a:active {
    color: #34ACE8;
    border: 1px solid #34ACE8;
    background-color: #ffffff;
    text-decoration: none;
}

p.button-light-blue-hollow a {
    color: #34ACE8;
    display: block;
    border: 1px solid #34ACE8;
    line-height: 30px;
    background-color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 0 5px;
    margin: 20px 0;
}

p.button-light-blue-hollow a:hover,
p.button-light-blue-hollow a:active {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #34ACE8;
    text-decoration: none;
}

p.button-orange a {
    color: #ffffff;
    display: block;
    border: 1px solid #FF8300;
    line-height: 30px;
    background-color: #FF8300;
    text-decoration: none;
    text-align: center;
    padding: 0 5px;
    margin: 20px 0;
}

p.button-orange a:hover,
p.button-orange a:active {
    color:  #FF8300;
    border: 1px solid #FF8300;
    background-color: #ffffff;
    text-decoration: none;
}

p.button-orange-hollow a {
    color: #FF8300;
    display: block;
    border: 1px solid #FF8300;
    line-height: 30px;
    background-color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 0 5px;
    margin: 20px 0;
}

p.button-orange-hollow a:hover,
p.button-orange-hollow a:active {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #FF8300;
    text-decoration: none;
}

p.button-light-grey a {
    color: #ffffff;
    display: block;
    border: 1px solid #cccccc;
    line-height: 30px;
    background-color: #cccccc;
    text-decoration: none;
    text-align: center;
    padding: 0 5px;
    margin: 20px 0;
}

p.button-light-grey a:hover,
p.button-light-grey a:active {
    color:  #cccccc;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    text-decoration: none;
}

p.button-dark-grey a {
    color: #ffffff;
    display: block;
    border: 1px solid #000000;
    line-height: 30px;
    background-color: #000000;
    text-decoration: none;
    text-align: center;
    padding: 0 5px;
    margin: 20px 0;
}

p.button-dark-grey a:hover,
p.button-dark-grey a:active {
    color:  #000000;
    border: 1px solid #000000;
    background-color: #ffffff;
    text-decoration: none;
}

p.button-dark-grey-hollow a {
    color: #000000;
    display: block;
    border: 1px solid #000000;
    line-height: 30px;
    background-color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 0 5px;
    margin: 20px 0;
}

p.button-dark-grey-hollow a:hover,
p.button-dark-grey-hollow a:active {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #000000;
    text-decoration: none;
}

p.button-round a {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 5px;
}

.fullprint ul,
.fullprint ol {
    margin-bottom: 30px;
}

#content-wrapper .row-wrapper ul li {
    list-style-type: square;
    margin-left: 30px;
}

#content-wrapper .row-wrapper ul li.product {
    list-style-type: none;
    margin-left: 0;
}

#content-wrapper .row-wrapper ul.payment_methods li {
    list-style-type: none;
    margin-left: 0;
}

#content-wrapper .row-wrapper ul#sidebar li {
    list-style-type: none;
    margin-left: 0;
}


#content-wrapper ol li {
    list-style-type: decimal;
    margin-left: 30px;
}

#content-wrapper li.page_item {
    margin-bottom: 20px;
    list-style-type: none;
}

#content-wrapper ul.children {
    margin-top: 20px;
    margin-left: 30px;
}

#content-wrapper ul.children li {
    list-style-type: square;
}
    
input, select {
    font-size: 1.325em;
}

img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
max-width: 97.5%;
width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.wp-caption,
.wp-caption-text {
display: inline;
width: auto; /* ie8 */
max-width: 97.5%;
height: auto;
}
p.wp-caption-text {
    display: block;
    font-size: 0.9375em;
    color: #000000;
    padding: 5px 10px;
    margin-bottom: 30px;
    background-color: #f1f1f1;
    border: 1px solid #cccccc;
}

.wp-caption.alignright {
    float: right;
    margin-left: 40px;
}

.wp-caption.alignleft {
    float: left;
    margin-left: 40px;
}

.a-1 {
    width: 22.62443438914027%;
    float: left;
}

.a-2 {
    width: 48.41628959276018%;
    float: left;
}

.a-3 {
    width: 74.20814479638009%;
    float: left;
}

.a-4 {
    width: 100%;
    float: left;
}

.b-1 {
    width: 14.02714932126697%;
    float: left;
}

.b-2 {
    width: 31.22171945701357%;
    float: left;
}

.b-3 {
    width: 48.41628959276018%;
    float: left;
}

.b-4 {
    width: 65.61085972850679%;
    float: left;
}

.b-5 {
    width: 82.80542986425339%;
    float: left;
}

.b-6 {
    width: 100%;
    float: left;
}

.push {
    margin-left: 3.16742081447938%;
}

.push-a-1 {
    margin-left: 25.79185520361965%;
}

.push-a-2 {
    margin-left: 51.58371040723956%;
}

.push-a-3 {
    margin-left: 77.37556561085947%;
}

.push-b-1 {
    margin-left: 17.18891402714908%;
}

.push-b-2 {
    margin-left: 34.38914027149295%;
}

.push-b-3 {
    margin-left: 51.58371040723956%;
}

.push-b-4 {
    margin-left: 68.77828054298617%;
}

.push-b-5 {
    margin-left: 85.97285067873227%;
}

#print-header {
    display: none;
}

#print-footer {
    display: none; 
}

#header {
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
	border-bottom: 1px solid #cccccc;
}

#header-logo-wrapper {
	display: inline-block;
	float: left;
	width: 30%;
}

#header-logo {
	display: inline;
    float: left;
}

.header-logo {
	margin: 40px 0 0 0;
}

/* NAV */
/* ----------------------------------------- */
#navigation-wrapper {
	display: inline-block;
	float: right;
	width: 70%;
}

#navigation {
    display: inline-block;
	background-color: #ffffff;
}

#navigation-wrapper-mobile {
	display: inline-block;
	float: right;
	width: 100%;
}

#navigation-mobile {
    display: inline-block;
    width: 100%;
	background-color: #ffffff;
}

#navigation-container {
	display: block;
    max-width: 1105px;
    margin: 0 auto;
    padding: 0;
}

ul#navigation-menu {
	float: right;
	margin-top: 10px;
}

ul#navigation-menu li {
	font-size: 1.25em;
	color: #000000;
	float: left;
}

ul#navigation-menu li .genericon {
	font-size: 1.25em;
}

ul#navigation-menu li a {
	display: block;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	padding: 5px 10px;
}

ul#navigation-menu li a:hover{
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
}

ul#navigation-menu-under {
	float: right;
	margin-bottom: 0px;
}

ul#navigation-menu-under li {
	font-size: 1em;
	color: #000000;
	float: left;
	margin-bottom: 0px;
}

ul#navigation-menu-under li .genericon {
	font-size: 1em;
}

ul#navigation-menu-under li a {
	display: block;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	padding: 5px 10px;
}

ul#navigation-menu-under li a:hover{
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
}

#navigation-container-mobile {
	display: none;
}

ul#navigation-menu-mobile-icons {
	float: right;
	text-align: right;
	display: block;
	clear: both;
}

ul#navigation-menu-mobile-icons li {
	font-size: 1.25em;
	color: #000000;
	float: left;
}

ul#navigation-menu-mobile-icons li .genericon {
	font-size: 1.25em;
}

ul#navigation-menu-mobile-icons li a {
	display: block;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	padding: 10px;
	margin-top: 20px;
}

ul#navigation-menu-mobile-text {
	text-align: center;
	width: 100%;
	display: block;
	clear: both;
	display: none;
}

ul#navigation-menu-mobile-text li {
	font-size: 1.25em;
	color: #000000;
	width: 100%;
}

ul#navigation-menu-mobile-text li a {
	display: block;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #000000;
}

ul#navigation-menu-mobile-text li a:hover{
	text-decoration: underline;
}

#breadcrumbs {
    font-size: 0.875em;
    border-bottom: 1px solid #aaa7a7;
    padding: 15px 35px;
}

#breadcrumbs a {
    text-decoration: none;
    margin: 5px;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

.responsive-wrapper {
    max-width: 1105px;
    padding: 0 35px;
    margin: 0 auto;
}

.banner {
    background-color: #000000;
    width: 100%;
    height: 180px;
    display: inline-block;
    position: relative;
    margin-top: -5px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    border-top: 1px solid #ffffff;
}

.banner img {
    position: fixed;
    top: 0; 
    left: 0; 
    min-width: 100%;
    min-height: 100%;
}

.banner-home {
    background-color: #000000;
    width: 100%;
    height: 350px;
    display: inline-block;
    position: relative;
    margin-top: -5px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    border-top: 1px solid #ffffff;
}

.banner-home img {
    position: fixed;
    top: 0; 
    left: 0; 
    min-width: 100%;
    min-height: 100%;
}

.banner-title {
    max-width: 1105px;
    padding: 0 35px;
    margin: 30px auto 60px auto;
}

.banner-title h1 {
	text-shadow: 1px 1px 2px #000000;
    color: #D8EC83;
}

.banner-title h1 a {
    color: #D8EC83;
}

.home-banner-title h1 {
    color: #D8EC83;
    font-size: 4.5em;
    line-height: 4.5em;
    text-align: center;
    font-weight: 600;
    margin: auto 0 auto 0;
}

.home-banner-title h1 a {
    color: #D8EC83;
}

.new-banner {
	border-bottom: 10px solid #FF8300;
	height: 410px;
}

.new-banner-text {
	position: relative;
    max-width: 1105px;
    padding: 0 35px;
	margin: 0 auto;
	z-index: 888;
}

.new-banner-text h2 {
    margin-top: 40px;
	color: #005793;
	text-align: center;
	margin-left: 211px;
}

.new-banner-container {
	position: relative;
    max-width: 1105px;
    padding: 0 35px;
	margin: -110px auto 0 auto;
	z-index: -888;
}

.new-banner-bookmark {
	position: relative;
    max-width: 1105px;
    padding: 0 35px;
	margin: -500px auto 0 auto;
	z-index: -777;
}

.new-banner img {
	margin: 0 auto -4px auto;
}

#content-wrapper {
    max-width: 1180px;
    padding: 0 0 20px 0;
    margin: 30px auto 0 auto;
    background: #ffffff;
    border: 1px solid #aaa7a7;
    position: relative;
    z-index: 99;
}

.show {
	display: block;
}

#hero {
    display: none;
    width: 100%;
	border-bottom: 5px solid #FF8300;
	margin-top: -4px;
}

#hero.hero-teachers {
	background: url('../images/hero/hero-teachers.png') no-repeat center center;
}

#hero.hero-students {
	background: url('../images/hero/hero-students.png') no-repeat center center;
}

#hero-container {
	display: block;
    max-width: 1105px;
    margin: 0 auto;
    padding: 0;
}

#header-bookmark {
	width: 296px;
	float: left;
	margin-bottom: 30px;
}

#header-bookmark img {
	margin-bottom: 0px;
}

#header-bookmark img.big {

}

#header-bookmark img.small {
	display: none;
}

#header-bookmark p {
	font-size: 1em;
	font-weight: bold;
	color: #6e6e6e;
	text-align: center;
}

#hero-quote {
	position: relative;
	top: 40px;
	display: inline-block;
	width: 30%;
	float: right;
}

#hero-quote  h3 {
	font-weight: 400;
	text-align: center;
	font-size: 1.25em;
	line-height: 130%;
	margin: 0;
	padding: 0;	
	color: #000000;
}

.hero-teachers .hero-cta {
	margin: 230px 0 0 0;
	text-align: right;
}

.hero-students .hero-cta {
	margin: 40px 0 0 0;
	text-align: right;
}

.hero-cta a {
	margin: 20px 0 0 0;
	padding: 20px;
	display: inline;
	color: #ffffff;
	font-weight: 300;
	font-style: italic;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	background-image: url('../images/big/header-cta.png');
	background-repeat: no-repeat;
	background-position: center;
}

.hero-cta a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#header-bookmark .hero-cta {
	text-align: center;
}

/* STICKY MENU
----------------------------------------------- */

#sticky-menu {
    width: 100%;
    border-bottom: 1px solid #aaa7a7;
    background-color: #ffffff;
}

#sticky-menu .row {
    width: 100%;
    margin: 0 auto;
}

#sticky-menu.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    z-index: 5;
}

.admin-bar #sticky-menu.fixed {
    position: fixed;
    top: 32px;
    left: 0px;
}

#sticky-menu.fixed .row {
    display: block;
    width: 100%;
    max-width: 1105px;
    margin: 0 auto;
    padding: 0 35px;
}


/* TAB MENU
----------------------------------------------- */

#tab-menu-wrapper {
    width: 100%;
    display: block;
}

ul#tab-menu {
    display: table;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
}

ul#tab-menu li {
    display: table-cell;
    float: left;
    list-style-type: none;
    margin: 0;
    margin: 10px 5px 5px 5px;
}

ul#tab-menu li a {
    display: block;
    padding: 10px 20px;
    background-color: #f1f1f1;
    text-decoration: none;
    color: #000000;
    border: 1px solid #cccccc;
    
}

ul#tab-menu li a:hover,
ul#tab-menu li a:active,
ul#tab-menu li.active a {
    background-color: #34ACE8;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #34ACE8;
    -webkit-transition: background-color 500ms, border 500ms;
    -moz-transition: background-color 500ms, border 500ms;
    -o-transition: background-color 500ms, border 500ms;
    transition: background-color 500ms, border 500ms;
}

ul#tab-menu li.main a {
    background-color: #005793;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #005793;
    -webkit-transition: background-color 500ms, border 500ms;
    -moz-transition: background-color 500ms, border 500ms;
    -o-transition: background-color 500ms, border 500ms;
    transition: background-color 500ms, border 500ms;
}

ul#tab-menu-small {
    display: table;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 10px 0;
}

ul#tab-menu-small li {
    font-size: 0.875em;
    display: table-cell;
    float: left;
    list-style-type: none;
    margin: 0;
    margin: 0 5px 5px 5px;
}

ul#tab-menu-small li.nobutton {
    font-weight: bold;
    padding: 5px 0 5px 0;
}

ul#tab-menu-small li a {
    display: block;
    padding: 5px 10px;
    background-color: #f1f1f1;
    text-decoration: none;
    color: #000000;
    border: 1px solid #cccccc;
    
}

ul#tab-menu-small li a:hover,
ul#tab-menu-small li a:active {
    background-color: #000000;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #000000;
    -webkit-transition: background-color 500ms, border 500ms;
    -moz-transition: background-color 500ms, border 500ms;
    -o-transition: background-color 500ms, border 500ms;
    transition: background-color 500ms, border 500ms;
}

/* TAB ROW
----------------------------------------------- */

ul#tab-row-wrapper {
    width: 100%;
    display: block;
}

ul#tab-row {
    display: table;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 20px;
}

ul#tab-row li {
    display: table-cell;
    float: left;
    list-style-type: none;
    margin: 0;
    margin: 10px 5px 5px 5px;
}

ul#tab-row li a {
    display: block;
    padding: 10px 20px;
    background-color: #f1f1f1;
    text-decoration: none;
    color: #000000;
    border: 1px solid #cccccc;
}

ul#tab-row li a:hover,
ul#tab-row li a:active,
ul#tab-row li.active a {
    background-color: #005793;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #005793;
    -webkit-transition: background-color 500ms, border 500ms;
    -moz-transition: background-color 500ms, border 500ms;
    -o-transition: background-color 500ms, border 500ms;
    transition: background-color 500ms, border 500ms;
}

ul#tab-row li.current a {
    background-color: #005793;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #005793;
    -webkit-transition: background-color 500ms, border 500ms;
    -moz-transition: background-color 500ms, border 500ms;
    -o-transition: background-color 500ms, border 500ms;
    transition: background-color 500ms, border 500ms;
}

.tab-content {
    display: inline-block;
}


#overlay {
  position: fixed;
    top: 0;
    left: 0;
  z-index:9000;
  background-color:#000000;
  display:none;
}

 
#boxes .window {
    position: fixed;
width: 800px;
height: 400px;
    overflow: scroll;
  display:none;
  z-index:9999;
  padding:20px;
    background-color: #ffffff;
}

.button-contact-us,
.button-demo,
.button-download,
.button-top {
    margin: 0;
    font-weight: 300;
    font-size: 1.25em;
}

.button-contact-us a {
    display: block;
    line-height: 2em;
    background-image: url('../images/buttons/button-contact-us.png');
    background-repeat: no-repeat;
    padding: 5px 5px 5px 60px;
    text-decoration: none;
    color: #000000;
}

.button-demo a {
    display: block;
    line-height: 2em;
    background-image: url('../images/buttons/button-online-demo.png');
    background-repeat: no-repeat;
    padding: 5px 5px 5px 60px;
    text-decoration: none;
    color: #000000;
}

.button-download a {
    display: block;
    line-height: 2em;
    background-image: url('../images/buttons/button-download.png');
    background-repeat: no-repeat;
    padding: 5px 5px 5px 60px;
    text-decoration: none;
    color: #000000;
}

.button-top a {
    display: block;
    line-height: 2em;
    background-image: url('../images/buttons/button-top.png');
    background-repeat: no-repeat;
    padding: 5px 5px 5px 60px;
    text-decoration: none;
    color: #000000;
}

.button-contact-us a:hover,
.button-demo a:hover,
.button-download a:hover,
.button-top a:hover {
    background-color: #eeeeee;
}

.row-wrapper {
    max-width: 1105px;
    padding: 0 35px;
    display: inline-block;
}

.row {
    width: 100%;
    margin: 30px 0;
    display: inline-block;
}

.row-shallow {
    width: 100%;
    display: inline-block;
    margin: 30px 0 0 0;
}

.row-container {
    width: 100%;
    margin: 0;
    display: inline-block;
}

.center {
    text-align: center;
}

.box-white {
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    border: solid 1px #ffffff;
    background-color: #ffffff;
    padding: 10px;
}

.box-orange {
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    border: solid 1px #FF8300;
    background-color: #FF8300;
    padding: 10px;
}

.box-dark-blue {
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    border: solid 1px #005793;
    background-color: #005793;
    padding: 10px;
}

.box-dark-grey {
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    border: solid 1px #000000;
    background-color: #000000;
    padding: 10px;
}

.box-light-blue {
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    border: solid 1px #34ACE8;
    background-color: #34ACE8;
    padding: 10px;
}

.box-light-blue-60 {
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    border: solid 1px #005793;
    background-color: #DFE6EC;
    padding: 10px;
}

.box-dark-blue-outline {
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    border: solid 1px #005793;
    padding: 10px;
}

.box-dark-blue-dropdown {
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    border: solid 1px #005793;
}

.box-dark-grey-outline {
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    border: solid 1px #000000;
    padding: 10px;
}

.box-dark-grey-dropdown {
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    border: solid 1px #000000;
}

.box-orange-outline {
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    border: solid 1px #FF8300;
    padding: 10px;
}

.box-orange-dropdown {
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    border: solid 1px #FF8300;
}

.box-light-blue-outline {
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    border: solid 1px #34ACE8;
    padding: 10px;
}

.box-light-blue-dropdown {
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    border: solid 1px #34ACE8;
}

a.box-light-grey-link {
    display: block;
    border: 1px solid #ffffff;
    padding: 10px;
    text-decoration: none;
    background-color: #ffffff;
    -webkit-transition: background-color 500ms, border 500ms;
    -moz-transition: background-color 500ms, border 500ms;
    -o-transition: background-color 500ms, border 500ms;
    transition: background-color 500ms, border 500ms;
}

a:hover.box-light-grey-link {
    background-color: #f1f1f1;
    border: 1px solid #cccccc;
    text-decoration: none;
}

.box-orange p,
.box-orange h1,
.box-orange h2,
.box-orange h3,
.box-orange h4,
.box-orange h5,
.box-orange h6,
.box-orange li,
.box-orange p a,
.box-orange h1 a,
.box-orange h2 a,
.box-orange h3 a,
.box-orange h4 a,
.box-orange h5 a,
.box-orange h6 a,
.box-orange li a,
.box-dark-blue p,
.box-dark-blue h1,
.box-dark-blue h2,
.box-dark-blue h3,
.box-dark-blue h4,
.box-dark-blue h5,
.box-dark-blue h6,
.box-dark-blue li,
.box-dark-blue p a,
.box-dark-blue h1 a,
.box-dark-blue h2 a,
.box-dark-blue h3 a,
.box-dark-blue h4 a,
.box-dark-blue h5 a,
.box-dark-blue h6 a,
.box-dark-blue li a,
.box-dark-grey p,
.box-dark-grey h1,
.box-dark-grey h2,
.box-dark-grey h3,
.box-dark-grey h4,
.box-dark-grey h5,
.box-dark-grey h6,
.box-dark-grey li,
.box-dark-grey p a,
.box-dark-grey h1 a,
.box-dark-grey h2 a,
.box-dark-grey h3 a,
.box-dark-grey h4 a,
.box-dark-grey h5 a,
.box-dark-grey h6 a,
.box-dark-grey li a
{
    color: #ffffff;
}

.box-orange p.button-orange-hollow a,
.box-orange p.button-white a {
    color: #FF8300;
}

.box-dark-blue p.button-dark-blue-hollow a,
.box-dark-blue p.button-white-hollow a {
    color: #005793;
}

.box-orange p.button-orange-hollow a:active,
.box-orange p.button-orange-hollow a:hover,
.box-orange p.button-white a:active,
.box-orange p.button-white a:hover,
.box-dark-blue p.button-dark-blue-hollow a:active,
.box-dark-blue p.button-dark-blue-hollow a:hover,
.box-dark-blue p.button-white-hollow a:active
.box-dark-blue p.button-white-hollow a:hover {
    color: #ffffff;
}

h3.nomargin {
    margin-bottom: 0;
}

#content-wrapper ul.line-list li {
    list-style-type: none;
    margin: 0;
    border-bottom: 1px solid #cccccc;
}

#content-wrapper ul.line-list li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000000;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
}

#content-wrapper ul.line-list li a:hover {
	background-color: #f1f1f1;
    text-decoration: none;
}

#content-wrapper ul.dropdown li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ffffff;
}

#content-wrapper ul.dropdown li:last-of-type {
    border-bottom: none;
}

#content-wrapper ul.dropdown li h3 {
    background-color: #005793;
    color: #ffffff;
    padding: 5px;
    margin: 0;
    cursor: pointer;
}

#content-wrapper ul.dropdown li h3.dropdown-title-active {
    background-color: #003f68;
}

#content-wrapper ul.dropdown li h3:hover {
    background-color: #003f68;
}

#content-wrapper ul.dropdown li h5 {
    margin: 15px 0 15px 0;
}

#content-wrapper ul.dropdown li ul {

}

#content-wrapper ul.dropdown li ul div {
    padding: 10px 10px 20px 10px;
}

#content-wrapper ul.dropdown li ul li {
    list-style-type: square;
    margin-left: 30px;
    margin-bottom: 10px;
}

.search-box {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    float: right;
    margin: -30px 0 0 0;
    color: #ffffff;
}

.search-box #searchsubmit {
    display: none;
}

#searchform label {
    color: #ffffff;
    margin-right: 5px;
}

.post-password-form p {
    font-size:1.5em;
    font-weight:300;
    line-height:140%;
    margin: 20px 0;
}

.post-password-form p label,
.post-password-form p input {
    font-size: 0.75em;
    font-weight: normal;
}


/* IMAGE OVERLAYS
----------------------------------------------- */

.image-overlay {
	max-width:1105px;
	min-width:280px;
	margin:auto;
	position:relative;
    z-index: -2;
}
.image-overlay img {
	width:100%;
	height:auto;

}
.image-overlay-caption {
	position:absolute;
	top:5px;
	left:0;
	right:0;
	bottom:10px;
	overflow:auto;
}
.image-overlay-caption-inner {
	display:table;
	width:100%;
	height:100%;
}

.image-overlay-caption-content-white {
	display:table-cell;
	vertical-align:middle;
}
.image-overlay-caption-content-white h2 {
    text-align: center;
    font-size: 3em;
	margin:0 50px;
	padding:10px;
    color: #ffffff;
/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.image-overlay-caption-content h2 {
	margin:0 10px;
	padding:10px;
}


/* TABLES
----------------------------------------------- */
table {
font-size: 1em;
margin: 0 10px 20px 0;
width: 100%;
border: 1px solid #DFDFDF;
background: #F9F9F9;
width: 100%;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

tr {
background-color: #ffffff;   
}

td,
th {
border-top-color: white;
border-bottom: 1px solid #DFDFDF;
color: #000000;
}

th {
background-color: #005793;
color: #ffffff;
padding: 7px 7px 8px;
line-height: 1.3em;
font-size: 1em;
font-weight: bold;
}

table th a:link {
color: #005793;
text-decoration: none;
}

table th a:hover {
color: #FF8300;
}

table th a:visited {
color: #005793;
}

table td {
color: #000000;
padding: 4px 7px 5px;
vertical-align: top;
line-height: 200%;
}

table td a {
color: #005793;
text-decoration: none;
}

table td a:hover {
color: #FF8300;
}

table tr.zebraHover {
	background-color: #f1f1f1;
}

table th h3 {
color: #ffffff;
}


/* Event Agenda Items
----------------------------------------------- */

table td.event-agenda-item h4 {
    font-size: 1em;
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    text-transform: uppercase;
    color: #8a8787;
}

table td.event-agenda-item h5 {
    font-size: 1.375em;
    font-weight: 300;
    font-style: italic;
    margin: 0 0 10px 0;
}

table td.event-agenda-item h6 {
    font-size: 1em;
    margin: 0 0 20px 0;
}


/* Blog pages
----------------------------------------------- */

.post-meta-box {
    display: block;
    background-color: #f8f8f8;
    padding: 5px 10px;
    margin: 40px 0 30px 0;
}

.post-meta-box p {
    font-size: 0.9375em;
}

.post-meta-box p:last-child {
    font-size: 0.9375em;
    margin-bottom: 0;
}

p.post-meta {
    display: block;
    background-color: #f8f8f8;
    padding: 5px 10px;
    font-size: 0.875em;
    margin: 0 0 30px 0;
	color: #545454;
}

p.post-meta-light {
    font-size: 0.875em;
    color: #a8a8a8;
    margin-bottom: 10px;
}

p.post-meta-light:last-child {
    margin-bottom: 10px;
}

p.post-meta-light a {
    color: #a8a8a8;
    text-decoration: none;
}

p.post-meta-light a:hover,
p.post-meta-light a:active {
    color: #a8a8a8;
    text-decoration: underline;
}

p.subheading,
h5.subheading {
    color: #FF8300;
}

.page-numbers {
    line-height:140%;
    margin-bottom: 10px;
    font-size: 1em;
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    padding: 5px 10px;
    margin: 0 5px;
    color: #ffffff;
    text-decoration: none;
    background: #005793;
    border: 1px solid #005793;
}

.page-numbers.current {
    color: #005793;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #005793;
}

a.page-numbers:hover {
    color: #005793;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #005793;
}

.post-meta-nav a {
    display: block;
    padding: 10px;
    color: #000000;
    text-decoration: none;
}

.post-meta-nav a:hover {
    color: #000000;
    background-color: #f1f1f1;
}

.blog-archive {
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 20px;
}

.small-blog-archive {
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
}

.small-blog-archive .post-meta-light {
    margin-bottom: 5px;
}

.small-blog-archive h6 {
    font-weight: normal;
    margin-bottom: 10px;
}

.small-blog-archive p {
    font-weight: normal;
    margin-bottom: 15px;
}

.dashed-item {
    border-bottom: 1px dashed #cccccc;
    padding: 15px 0;
}

.dashed-item:last-of-type {
    border-bottom: none;
}

.dashed-item h6 {
    font-weight: normal;
    margin: 0;
}

.dashed-item p {
    font-size: 0.875em;
    margin: 0;
}

.dashed-item p a {
    color: #000000;
    text-decoration: none;
}

.dashed-item p a:hover {
    color: #000000;
    text-decoration: underline;
}

.blogs-row {
    margin: 10px 0 0 0;
    padding: 10px 0;
    border-top: 1px solid #cccccc;
}

.event-panel {
	border: 1px dashed #cccccc;
	padding: 10px;
	margin-bottom: 20px;
}

p.event-title {
font-size: 1.125em;
color: #005793;
margin-bottom: 0;
}

p.event-title a {
text-decoration: none;
color: #005793;
}

p.event-title a:hover {
text-decoration: underline;
}

p.age-status-p {
	text-align: right;
	margin: -8px -10px 0 -10px;
	font-weight: bold;
	font-size: 0.875em;
	text-transform: uppercase;
}

p.age-status-p span.age-status {
	display: inline;
	padding: 2px 5px;
	text-transform: uppercase;
	background-color: #cccccc;
	color: #000000;
}


/* Videos
----------------------------------------------- */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#player {
    background-color: #ffffff;
}


/* Welcome Box
----------------------------------------------- */

.welcome-box {
    display: inline-block;
	background-color: #E1E1E1;
    border: 1px solid #cccccc;
    border-top: 0;
    padding: 25px 15px 15px 15px;
}

.welcome-box h2 {
    font-size: 1.375em;
    margin-bottom: 10px;
}

.welcome-box h3 {
    font-size: 1.125em;
    font-weight: normal;
    margin-bottom: 5px;
}

.welcome-box h3.social-link {
    margin: 10px 0;
}

.welcome-box h3.social-link a {
    display: block;
    padding: 5px;
}

.welcome-box h3.social-link a:hover,
.welcome-box h3.social-link a:active {
    text-decoration: none;
    background-color: #000000;
    color: #ffffff;
}

.welcome-box p {
    font-size: 0.875em;
    margin-bottom: 15px;
}



/* Footer
----------------------------------------------- */


#footer {
    position: relative;
    background: #545454;
    padding-top: 40px;
    margin-top: -60px;
    z-index: 1;
}

#footer p {
    font-size: 0.875em;
    color: #cccccc;
    margin: 0;
}

#footer p a,
#footer li a {
    color: #cccccc;
    text-decoration: none;
}

#footer p a:hover,
#footer li a:hover {
    color: #cccccc;
    text-decoration: underline;
}

#footer ul {
    list-style-type: square;
    margin: 0 0 0 20px;
}

#footer ul li {
    font-size: 0.875em;
    color: #cccccc;
    text-decoration: none;
    margin: 0;
}

.footer-row {
    border-top: 1px solid #cccccc;
    margin: 30px 0 0 0;
    padding: 30px 0;
}

#footer p.legal {
    color: #cccccc;
    font-size: 1em;
}

#footer h3,
#footer h3 a,
#footer h3 a:active {
    color: #ffffff;
}

#footer p.button-footer {
    padding: 10px 0;
    color: #545454;
}

#footer p.button-footer a {
    color: #545454;
    border: 1px solid #ffffff;
    line-height: 30px;
    background-color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 5px 10px;
    margin: 20px 0;
}

#footer p.button-footer a:hover,
#footer p.button-footer a:active {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #545454;
    text-decoration: none;
}
    
#footer .responsive-wrapper {
    padding-top: 40px;
}

#footer .row-shallow {
    margin: 0;
}

#footer li#text-2 {
	list-style-type: none;
}

#thanks-message, #thanks-message-6137, #thanks-message-15428, #thanks-message-5973  {
    display: none;
}

#more-products {
    display: none;
}

#ar-card {
}

#ar-card-under {
}

#ar-card-over {
    display: none;
}

/* CONTACT FORMS */
/* ----------------------------------------- */

.wpcf7-text, .wpcf7-textarea {
    font-size: 1.25em;
	padding: 10px;
	border: 1px solid #000000;
	width: 96%;
	margin: 4px 20px 20px 0;
}

.wpcf7-select {
    font-size: 1.25em;
	padding: 10px;
	border: 1px solid #000000;
	width: 100%;
	margin: 4px 20px 20px 0;
}

.wpcf7-list-item {
    font-size: 1.25em;
	font-size: 18px;
	padding: 5px 0;
	display: block;
}

.wpcf7-list-item.last {
	width: 100%;
}

.wpcf7-radio {
    font-size: 1.25em;
	display: inline-block;
	margin: 0 0 20px 0;
}

.wpcf7-checkbox {
    font-size: 1.25em;
	display: inline-block;
	margin: 0 0 20px 0;
}

.wpcf7-captchac {
    font-size: 1.25em;
	margin: 4px 20px 20px 0;
}

.wpcf7-captchar {
    font-size: 1.25em;
	padding: 10px;
	border: 1px solid #000000;
	width: 96%;
	margin: 4px 20px 20px 0;
}

.wpcf7-form .column-sub-group {
    margin: 0 0 20px 0;
}

.wpcf7-form .column-sub-group .one-wide-left {
    margin: 5px 0 0 0;
}

.wpcf7-form .column-sub-group p {
    display: inline;
}

.wpcf7-form .column-sub-group label {
    display: block;
}

.wpcf7-submit {
    padding: 0;
    background: none;
    -webkit-box-shadow:none;
    box-shadow:none;
    text-shadow:none;
    text-align: center;
    line-height: 160%;
    width: 170px;
    font-size: 17px;
    margin: 0;
    background-color: #005793;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #005793;
}

.wpcf7-submit:hover {
    background: none;
    text-decoration: none;
    background-color: #ffffff;
    color: #005793;
    border: 1px solid #005793;
    cursor: pointer;
}

.hidelink p a {
    display: none;
}


/* Chat
----------------------------------------------- */

#chatfloat {
    display: none;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
-webkit-box-shadow: 5px 5px 15px 5px rgba(85, 85, 85, 0.75);
-moz-box-shadow:    5px 5px 15px 5px rgba(85, 85, 85, 0.75);
box-shadow:         5px 5px 15px 5px rgba(85, 85, 85, 0.75);
    background-color: #FF8300;
    padding: 25px 25px 0 5px;
    z-index: 1000;
  position: fixed;
  left: 0;
  top: 40%;
}

#chatfloat p.chathide {
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    color: #ffffff;
}

#chatfloat p.chatshow {
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    color: #ffffff;
}

#chatfloat p.chatshow .genericon,
#chatfloat p.chathide .genericon{
}


/* Localise Me
----------------------------------------------- */

#localise-me {
text-align: center;
}

#localise-me input[type=button] {
margin-top: 20px;
padding: 20px;
}

#localise-me input[type=text] {
margin-top: 20px;
padding: 20px;
font-size: 24px;
text-align: center;
}

.localise-me-error {
text-align: center;
background-color: #fa2400;
color: #ffffff;
padding: 10px;
font-size: 24px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.localise-me-result {
text-align: center;
background-color: #0fae4b;
color: rgb(255,255,255);
padding: 10px;
font-size: 24px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.localise-me-instruction {
text-align: center;
background-color: #000000;
color: #ffffff;
padding: 10px;
font-size: 24px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


/* Honour Roll Box (TO BE REPLACED)
----------------------------------------------- */


.honour-roll-box {
    width: 230px;
    height: 160px;
    float: left;
    margin: 15px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(205,205,205,1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(205,205,205,1);
    box-shadow: 0px 0px 10px 5px rgba(205,205,205,1);
}

.honour-roll-box-inner {
    position: relative;
  top: 10%;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

.honour-roll-box-model-class {
    color: #ffffff;
    background-color: #005793;
    display: block;
    line-height: 2.25em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.honour-roll-box-master-class {
    color: #ffffff;
    background-color: #002c4e;
    display: block;
    line-height: 2.25em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.honour-roll-box-model-project-manager {
    color: #ffffff;
    background-color: #34ACE8;
    display: block;
    line-height: 2.25em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.honour-roll-box-master-project-manager {
    color: #ffffff;
    background-color: #36769a;
    display: block;
    line-height: 2.25em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.honour-roll-box-model-school {
    color: #ffffff;
    background-color: #FF8300;
    display: block;
    line-height: 2.25em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.honour-roll-box-master-school {
    color: #ffffff;
    background-color: #a2540b;
    display: block;
    line-height: 2.25em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.honour-roll-box-teacher {
    color: #000000;
    text-align: center;
    margin-bottom: 5px;
}

.honour-roll-box-school {
    color: #000000;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}

.honour-roll-box-date {
    color: #777777;
    text-align: center;
    margin-bottom: 5px;
    font-size: 0.875em;
}

/* Honour Roll Items
----------------------------------------------- */


.honour-roll-item {
    width: 220px;
    height: 200px;
    float: left;
    margin: 20px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(205,205,205,1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(205,205,205,1);
    box-shadow: 0px 0px 10px 5px rgba(205,205,205,1);
}

.toggle-master-class {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(244,128,31,0.7);
    -moz-box-shadow: 0px 0px 10px 5px rgba(244,128,31,0.7);
    box-shadow: 0px 0px 10px 5px rgba(244,128,31,0.7);
}

.toggle-model-project-manager,
.toggle-master-project-manager {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(50,98,149,0.7);
    -moz-box-shadow: 0px 0px 10px 5px rgba(50,98,149,0.7);
    box-shadow: 0px 0px 10px 5px rgba(50,98,149,0.7);
}

.toggle-model-project-manager .honour-roll-item-level,
.toggle-master-project-manager .honour-roll-item-level {
    background: #005793;
}

.toggle-model-school,
.toggle-master-school {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(85,85,85,0.7);
    -moz-box-shadow: 0px 0px 10px 5px rgba(85,85,85,0.7);
    box-shadow: 0px 0px 10px 5px rgba(85,85,85,0.7);
}

.toggle-model-school .honour-roll-item-level,
.toggle-master-school .honour-roll-item-level {
    background: #000000;
}

.honour-roll-item-am.toggle-model-class,
.honour-roll-item-am.toggle-master-class {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(49,179,255,0.7);
    -moz-box-shadow: 0px 0px 10px 5px rgba(49,179,255,0.7);
    box-shadow: 0px 0px 10px 5px rgba(49,179,255,0.7);
}

.honour-roll-item-am.toggle-model-class .honour-roll-item-level,
.honour-roll-item-am.toggle-master-class .honour-roll-item-level {
    background: #34ACE8;
}

.honour-roll-item-inner {
    position: relative;
  top: 10%;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

.honour-roll-item-level {
    color: #ffffff;
    background-color: #FF8300;
    display: block;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
}

.honour-roll-item-teacher {
    color: #000000;
    text-align: center;
    margin-bottom: 5px;
}

.honour-roll-item-school {
    color: #000000;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}

.honour-roll-item-date {
    color: #777777;
    text-align: center;
    margin-bottom: 5px;
    font-size: 0.875em;
}

/* Alumnus Items
----------------------------------------------- */


.alumnus-item {
    width: 320px;
    height: 300px;
    float: left;
    margin: 20px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(205,205,205,1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(205,205,205,1);
    box-shadow: 0px 0px 10px 5px rgba(205,205,205,1);
}

a.alumnus-item-link {
	display: block;
}

a:hover.alumnus-item-link .alumnus-item {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(50,98,149,0.7);
    -moz-box-shadow: 0px 0px 10px 5px rgba(50,98,149,0.7);
    box-shadow: 0px 0px 10px 5px rgba(50,98,149,0.7);
}

a.alumnus-item-link p {
	text-decoration: none;
}

img.alumnus-item-photo {
    display: block;
    margin: 10px auto 0 auto;
}

.alumnus-item-name {
    color: #000000;
    text-align: center;
    margin-bottom: 5px;
	font-size: 1.5em;
	font-weight: 300;
	margin: 10px 0;
}

.alumnus-item-job {
    color: #000000;
    text-align: center;
    margin-bottom: 5px;
	margin-bottom: 0;
}

.alumnus-item-school {
    color: #000000;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
	margin-bottom: 10px;
}

.alumnus-item-date {
    color: #777777;
    text-align: center;
    margin-bottom: 5px;
    font-size: 0.875em;
}

/* Partners
----------------------------------------------- */

.partner-logo-box {
    position: relative;
    width: 230px;
    height: 105px;
    float: left;
    margin: 20px;
	border: 1px solid #cccccc;
}

.partner-logo-box .premier-tag {
    background: #FF8300;
    color: #ffffff;
    font-size: 0.875em;
    font-weight: bold;
    position: absolute;
    padding: 0 10px;
    top: 0;
    left: 0;
    z-index: 888;
}

.partner-logo-box .offer-tag {
    background: #005793;
    color: #ffffff;
    font-size: 0.875em;
    font-weight: bold;
    position: absolute;
    padding: 0 10px;
    top: 0;
    right: 0;
    z-index: 888;
}

.partner-logo-box:hover {
	border: 1px solid #005793;
}

#countdown {
 text-align: center;
}

#countdown p {
display: inline-block;
padding: 5px;
margin: 0 0 20px 0;
    font-size: 3em;
}


/* Events
----------------------------------------------- */

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.booking-status {
    font-weight: bold;
}

.booking-status.available {
    margin: 0 10px 0 0;
    background-color: #0fae4b;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    border: 1px solid #0fae4b;
}

.booking-status.limited {
    margin: 0 10px 0 0;
    background-color: #f3cc17;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    border: 1px solid #f3cc17;
}

.booking-status.full {
    margin: 0 10px 0 0;
    background-color: #fa2400;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    border: 1px solid #fa2400;
}

.booking-status.book {
}

.booking-status.book a {
    margin: 0 10px 0 0;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    text-decoration: none;
}

.booking-status.book a:hover,
.booking-status.book a:active {
    text-decoration: none;
    background-color: #000000;
    color: #ffffff;
}

p span.booking-status,
p span.booking-status.available,
p span.booking-status.limited,
p span.booking-status.full {
    font-size: 0.875em;
    padding: 2px 5px;
    margin: 0 5px 0 0;
}

#content-wrapper #secondary ul li {
    list-style-type: none;
    margin-left: 0;
}


/* Timeline
----------------------------------------------- */

.timeline-section {
	border: 2px dashed #ffffff;
	padding: 0 10px 10px 130px;
	margin: 40px 0;
}

.timeline-header,
.timeline-status {
	cursor: pointer;
}

.timeline-header:hover {
	text-decoration: underline;
}

.timeline-section.admin {
	background-image: url('../images/icon-admin-orange.png');
	background-repeat: no-repeat;
	background-position: 10px 0;
}

.timeline-section.phone {
	background-image: url('../images/icon-phone-blue.png');
	background-repeat: no-repeat;
	background-position: 10px 0;
}

.timeline-section.onsite {
	background-image: url('../images/icon-onsite-blue.png');
	background-repeat: no-repeat;
	background-position: 10px 0;
}

.timeline-section.webinar {
	background-image: url('../images/icon-webinar-blue.png');
	background-repeat: no-repeat;
	background-position: 10px 0;
}

.timeline-section.workshop {
	background-image: url('../images/icon-workshop-orange.png');
	background-repeat: no-repeat;
	background-position: 10px 0;
}

.timeline-more,
.yes-panel,
.no-panel {
	display: none;
}

.yes-panel {
border: 1px solid #0fae4b;
padding: 10px;
}

.no-panel {
border: 1px solid #fa2400;
padding: 10px;
}

.timeline-status {
    font-weight: bold;
}

.timeline-status.yes {
	color: #000000;
    margin: 0 10px 20px 0;
    padding: 5px 10px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #0fae4b;
}

.timeline-status.no {
	color: #000000;
    margin: 0 10px 20px 0;
    padding: 5px 10px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #fa2400;
}

.timeline-status.yes.timeline-status-active {
    background-color: #0fae4b;
    color: #ffffff;
}

.timeline-status.no.timeline-status-active {
    background-color: #fa2400;
    color: #ffffff;
}

.timeline-intro {
	font-size: 1.25em;
}

.timeline-question {
	font-size: 1.5em;
	font-style: italic;
	margin-top: 40px;
}

#content-wrapper .row-wrapper .wp-tag-cloud {
	margin: 0;
}

#content-wrapper .row-wrapper .wp-tag-cloud li {
	float: left;
	display: inline;
	margin: 0;
}

#content-wrapper .row-wrapper .wp-tag-cloud li a {
	display: block;
	text-decoration: none;
	border: 1px solid #005793;
	padding: 3px;
	margin: 5px;
}

#content-wrapper .row-wrapper .wp-tag-cloud li a:hover {
	background-color: #005793;
	color: #ffffff;
}

#quote-banner a {
	color: #005793;
	text-decoration: none;
}

#quote-banner a:hover {
	color: #005793;
	text-decoration: underline;
}

#quote-banner h4 {
	font-size: 2em;
	color: #005793;
	line-height: 120%;
}

#quote-banner p {
	font-size: 1.25em;
	color: #005793;
}

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

/* iPads (portrait) */
@media only screen and (max-width : 1024px) {

#header-nav {
    display: none;
}
    
#header-nav-narrow {
    display: inline-block;
}
    
#header .b-4 {
    width: 100%;
    float: none;
    margin-left: 0;
}

#boxes .window {
    width: 750px;
    height: 450px;
}

.button-contact-us,
.button-demo,
.button-download,
.button-top {
    font-weight: normal;
    font-size: 1em;
    
}
    
.button-contact-us a,
.button-demo a,
.button-download a,
.button-top a {
    text-align: center;
    background-position: center top;
    display: block;
    line-height: 2em;
    padding: 45px 5px 5px 5px;
}
    
    .image-overlay-caption-content-white h2 {
    text-align: center;
    font-size: 2em;
	margin:0 50px;
	padding:10px;
    color: #ffffff;
    text-shadow: 2px 1px 3px rgba(85, 85, 85, 1);
}
    
    .home-banner-title h1,
    .home-banner-title h1 a {
        font-size: 2.5em;
        line-height: 8em;
    }

#navigation-container {
	display: none;
}
	
#navigation-container-mobile {
	display: block;
}

#navigation {
	width: 30%;
}

#navigation-wrapper {
	width: 30%;
}

#header-logo-wrapper {
	width: 70%;
}
    
}

/* Smartphones (landscape) */
@media only screen and (max-width : 768px) {
    
.hide-768 {
    display: none;
}
    
.center-768 {
    text-align: center;
}
    
    h1 {
        font-size: 2em;
    }

.push, .push-a-1, .push-a-2, .push-a-3, .push-b-1, .push-b-2, .push-b-3, .push-b-4, .push-b-5 {
    margin-left: 0;
}
    
.a-1, .a-2, .a-3, .b-1, .b-2, .b-3, .b-4, .b-5 {
    width: 100%;
    float: none;
    margin-bottom: 50px;
}
    
#header .a-1, #header .a-2, #header .a-3, #header .b-1, #header .b-2, #header .b-3, #header .b-4, #header .b-5 {
    margin-bottom: 0px;
}
    
#sticky-menu.fixed {
    position: static;
    top: auto;
    left: auto;
    right: auto;
}
    
.admin-bar #sticky-menu.fixed {
    position: static;
    top: auto;
    left: auto;
    right: auto;
}
    
#sticky-menu.fixed .row {
    display: inline-block;
    width: 100%;
    max-width: 1105px;
    margin: 0;
    padding: 0;
}
    

 
#boxes .window {
    width: 600px;
    height: 300px;
}
    
    .home-banner-title h1,
    .home-banner-title h1 a {
        font-size: 1.75em;
        line-height: 12em;
    }
	
#hero-quote {
	display: none;
}

#header-bookmark {
	width: 100%;
}

#header-bookmark img.big {
	display: none;
}

#header-bookmark img.small {
	display: block;
}

#header-wrapper {
	width: 70%;
}

#navigation-wrapper-mobile {
	width: 100%;
}
    
}


/* Big smartphones (portrait) */
@media only screen and (max-width : 640px) {
 
#boxes .window {
    width: 300px;
    height: 321px;
}
    
.image-overlay-caption-content-white h2 {
    text-align: center;
    font-size: 1.25em;
	margin:0 50px;
	padding:10px;
    color: #ffffff;
    text-shadow: 2px 1px 3px rgba(85, 85, 85, 1);
    
}

#header-wrapper {
	width: 80%;
}

#navigation-wrapper-mobile {
	width: 100%;
}
    
    
}

/* Smartphones (portrait) */
@media only screen and (max-width : 321px) {

#sticky-menu .a-1 {
    width: 100%;
}
    
#boxes .window {
    width: 200px;
    height: 200px;
}

#header-wrapper {
	width: 60%;
}

#navigation-wrapper {
	width: 40%;
}
    
}

/* Print Styles */
@media print {

    #print-header {
        display: block;
    }
    
    .banner {
        background: none !important;
    }

    .banner-title {
        margin: 40px 0 0 0;
        padding: 0;
}
    
    .banner-title h1,
    .banner-title h1 a {
        color: #000000;
        font-size: 1.5em;
    }
    
    .home-banner-title h1,
    .home-banner-title h1 a {
        color: #000000;
        font-size: 1.5em;
    }
    
    #header {
        display: none; 
    }
    
    #breadcrumbs {
        display: none; 
    }
    
    #content-wrapper {
        margin: -80px 0 0 0;
        padding: 0;
        border: 0;
    }
    
    .row-wrapper {
        margin: 0;
        padding: 0;
    }
    
    #footer {
        display: none; 
    }
    
    #print-footer {
        display: block; 
    }
    
    .noprint {
        display: none;
    }
    
    .fullprint {
        width: 100%;
    }
	
	.timeline-more,
	.yes-panel,
	.no-panel,
	.tab-content	{
	display: block !important;
	}
    
}