/* # CGS Theme  
Theme Name: CGS Theme   
Description: Theme for Canberra Gammar School, based on the Genesis Framework.   
Author: Blueboat  
Author URI: http://www.blueboat.com.au/  
Template: genesis  
Template Version: 2.1.2  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800);


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */
/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */
html{
	overflow-x: hidden;
}

/*
Bootstrap classes
---------------------------------------------------------------------------------------------------- */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
  margin-bottom: 60px;
}
.pull-left {
  float: none !important;
  clear: both;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
small,
.small {
  font-size: 85%;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: absolute;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility, opacity;
       -o-transition-property: height, visibility, opacity;
          transition-property: height, visibility, opacity;
}


/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #464646;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.4;
	overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #464646;
	color: #fff;
}

::selection {
	background-color: #464646;
	color: #fff;
}

a {
	color: #464646;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #464646;
}

p {
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
}

strong {
	font-weight: 600;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

.page-content ol,
.page-content ul {
	margin: 20px;
	padding: 0;
}
.page-content a,
p a {
	text-decoration: underline;
}
p a:hover,
.entry-meta a,
a.more-link {
	text-decoration: none;
}



blockquote {
	margin: 0 20px 24px;
	margin: 0 2rem 2.4rem;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fdb414;
    float: right;
    border-left: 2px solid;
    padding-left: 20px;
}

blockquote p{
	margin-bottom: 0;
	}

.well{
    padding: 30px 40px 20px;
    margin-top: 40px;
    background-color: #ebebeb;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}


.blue{
    color: #59a5d6;
}

.border-bottom{
	border-bottom: 1px solid;
	margin-bottom: 30px;
	overflow: hidden;
}

a.more-link{
    color: #59a5d6;
}

.adj-link{
	font-weight: 600;
}

.adj-link.prev{
	float: left;
}

.adj-link.next{
	float: right;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #464646;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
	text-transform: uppercase;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 21px;
	font-size: 2.1rem;
	color: #59A5D7;
	text-transform: uppercase;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

.page h1.entry-title{
	color: #59A5D7;
	font-size:36px;
	font-size:3.6rem;
	text-transform:none;
}

h2.entry-title{
    margin-bottom: 8px;
}

.board-item h3{
	font-size: 18px;
    margin-bottom: 0;
    color: #464646;
    margin-top: 12px;
}

.board-item p{
	margin-bottom: 8px;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

.page-featured-img img{
	margin-bottom: 20px;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 6px;
	padding: 0.6rem;
	width: 100%;
}
select{
	width: inherit;
}
input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}
.em-booking-form-details input.input, .em-booking-form-details textarea {
    width: 360px!important;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #464646;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #59a5d6;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Search
---------------------------------------------------------------------------------------------------- */
.menu-primary .menu-item {
 float: left;
}

.fa-search {
 color: #fff;
}

/* Header search */
#search-form-container{
	background: #464646;
}

.search-form-container {
 position: relative;
}

.search-toggle {
 float: right;
 padding: 13px;
 color: #fff;
 text-align: center;
 cursor: pointer;
 line-height: 1;
}

.search-toggle:hover,
.search-toggle.active {
 background: #464646;
}

.search-box-wrapper {
 z-index: 999;
 width: 100%;
 display: none;
}

.search-box {
    padding: 6px 0;
    background: #464646;
    overflow: hidden;
    overflow: hidden;
    width: 1140px;
    margin: 0 auto
}

.search-box input[type="search"]{
	max-width: 350px;
	float: right;
}

.search-box input[value="Search"]{ 
	display: none; 
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.6237;
	width: 100%;
	margin-bottom: 16px;
}

tbody{
    vertical-align: -webkit-baseline-middle;
}

th{
	font-weight: 600;
	text-align: left;
}

tr{
    border-bottom: 1px solid #969696;
}

td{
	padding: 14px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 960px;
}

.site-inner {
	clear: both;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 40px;
	padding-top: 4rem;
	padding-bottom: 120px;
	padding-bottom: 12rem;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-wrap {
	width: 100%;
}

/* Content */

.content-sidebar .content,
.sidebar-content .content {
	float: left;
}

.content {
	float: left;
	width: 100%;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333333333%}.col-xs-offset-0{margin-left:0}


/* Homepage styles  
--------------------------------------------- */
.home .site-inner {
    text-align: center;
    padding-bottom: 60px;
}

.video-header{
	position: relative;
}

.hero-background {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.home-top{
	text-transform: uppercase;
    font-weight: 600;
}

.home-top .widget_text{
	display: block;
	clear: both;
}

h2.home-banner {
    color: #FFF;
    text-align: left;
    font-size: 44px;
    font-weight: 800;
    margin-left: 20px;
    margin-right: 40px;
    line-height: 1;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
h3.home-banner {
    color: #FFF;
    text-align: left;
    font-size: 32px;
    font-weight: 800;
    margin-left: 20px;
    margin-right: 40px;
    line-height: 1;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.home-top .home-cta{
	text-align: center;
}
.home-top .home-cta a{
	color: #fff;
	font-size:12px;
	border: 2px solid;
	padding: 12px 24px;
	background-color: rgba(0, 0, 0, 0.3);
}
.home-top .home-cta a:hover{
	/*background-color: transparent;*/
    background-color: #ffffff;
    border-color: #ffffff;
    color: #59a5d7;
}

.home-top .subsite-links{
	overflow: hidden;
}

.home-top .subsite-links div a{
	text-align: center;
	background: #59a5d6;
	padding: 12px 10px;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}

.home-top .subsite-links div:nth-child(2) a{
	background: #fdb414;
}
.home-top .subsite-links div:nth-child(3) a{
	background: #08293a;
}

.home-middle{
    text-align: center;
	background-color: #59a5d6;
    color: #fff;
    padding: 60px 0 74px;
    background-image: url('images/home-middle-bg.svg');
    background-size: cover;
    background-position: top;
}

.home-middle-inner {
    position: relative;
}

.home-middle h2, .home-middle h3 a, .home-middle h3 a:hover{
	color: #fff;
}

.home-middle .featuredpage .entry-title a,
.home-middle .panel .entry-title a{
		color: #fff;
		text-transform: uppercase;
   		font-size: 16px;
	}
.home-middle .collapsing,
.home-middle .collapse {
  text-align: left;
  background: #005B94;
  margin: 0 -200%;
  padding: 0 200%;
  z-index: 999;
}

.home-middle .collapsing .row,
.home-middle .collapse .row {
  margin: 6px 0;
  padding: 60px 0;
}

.international-icon{
    width: 88px;
    padding-top: 12px;
}
.student-dev-icon{
    width: 93px;
    padding-top: 14px
}
.campus-icon{
    width: 113px;
}
.btc-icon{
    width: 124px;
    padding-top: 38px;
}

.home-middle .featuredpage .entry-header {
	position: relative;
	}

.home-middle .featuredpage img {
	height: 100px;
	}

.home-middle .panel img {
    height: 100px;
}

.home-middle .panel .collapse img,
.home-middle .panel .collapsing img {
    height: auto;
}

.home-middle .featuredpage .entry-title a:before,
.home-middle .panel h2:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 24%;
    margin-left: -12%;
    border-top: 1px solid;
    margin-top: -20px;
}

.home-middle .collapse .row,
.home-middle .collapsing .row{
    padding: 30px 15px;
    overflow: hidden;
}
.home-middle .panel .collapse .wrap{
    position:relative;
}

.home-middle .panel a.button{
    background-color: #5AA3D2;
    color: #FFF;
    border-radius: 0;
}
.home-middle .panel a.button:hover{
    background-color: #73B3DA;
    color: #FFF;
}
.home-featured-btn,
.home-featured-btn:hover,
.home-featured-btn:focus,
.home-featured-btn:visited{
	outline: none;
	border: none;
}

.home-featured-close{
	font-weight: 100;
	font-size: 46px;
    color: #DEF3FF;
    margin-top: -22px;
    text-align: right;
}

.home-middle h3 a,
.home-featured-title{
	margin-top: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}

.home .site-inner h2.blue{
	margin-bottom: 56px;
}

.home .site-inner h2.blue:after{
	content: '';
    position: absolute;
    left: 50%;
    display: inline-block;
    height: 1.4em;
    width: 6%;
    margin-left: -3%;
    border-bottom: 2px solid;
    margin-top: 15px;
    margin-bottom: 20px 
}


.home-news {
	margin: 0 auto 0;
    overflow: hidden;
    position: relative;
}

.home-news article{
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0;
	background: #59a5d6;
	height: 210px;
    width: 100%;
}


.home-news .entry-title {
	word-wrap: break-word;
}

.home-news article .entry-title {
	text-transform: none;
	font-size: 20px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 10px;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.home-news .entry, .home-news .entry h2 a, .home-news .entry .entry-meta{
	color: #fff;
	line-height: 1.2;
}

.home-news .entry.has-post-thumbnail h2 a , .home-news .entry.has-post-thumbnail .entry-meta{
	text-shadow:2px 2px 13px rgba(0, 0, 0, 0.45);
}

.home-news .entry-meta{
    position: absolute;
    width: 100%;
}

.home-news article .entry-content{
    display: none;
}

.home-news .entry-header .entry-meta{
    bottom: 0;
}

.home-news .entry img{
	opacity: 0.7;
}

.home-news .category-sport.entry{
	background: #ef4937;
	background: url(images/BG-Sport-post.svg);
	background-size: 100%;
    background-position: bottom;
}

.home-news .category-events.entry{
	background: #fdb414;
	background: url(images/BG-Event-post.svg);
	background-size: 100%;
    background-position: bottom;
}

.home-news .category-news.entry{
	background: #59a5d6;
	background: url(images/BG-News-post.svg);
	background-size: 100%;
    background-position: bottom;
}

.home-news .category-parents.entry{
	background: #679A41;
	background: url(images/BG-Parents-post.svg);
	background-size: 100%;
    background-position: bottom;
}

.home-news .has-post-thumbnail.entry{
	background: #000;
}


.home-news .entry-header a, .home-news .entry img{
	display: block;
}

.home-news .entry-header .entry-title a{
	min-height: 0;
}

.home-twitter{
	margin-bottom: 60px;
	position: relative;
}
.home-twitter-section-inner.wrap {
    position: relative;
}
.twitter-feed-icon{
    position: absolute;
    top: -30px;
    left: -10px;
}

.twitter-feed-nik {
    bottom: -45px;
    left: 7%;
    position: absolute;
    transform: scaleX(-1);
}

.follow-button{
    left: 63px;
    margin-top: 0;
    position: absolute;
    top: -7px;
}
.home-twitter-section {
    padding: 0 0 60px;
}
.home-twitter-section .widget {
    position: relative;
}

.mobile-hero{
	width: 100%;
}

.news-buttons {
    overflow: hidden;
}
.news-buttons div {
    float: left;
}
.news-buttons div:first-child {
    width: 100%;
}
.news-buttons div:last-child {
    display: none;
}

/* Contact page styles  
--------------------------------------------- */

.contact-page iframe{
	border: none;
	margin-bottom: 40px;
}

ul.contact-anchor-links{
	list-style-type: none;
}

ul.contact-anchor-links li{
	float: left;
	margin-left: 2%;
	width: 18.4%;
}

ul.contact-anchor-links li:first-child{
	margin-left: 0;
}

ul.contact-anchor-links li a{
	color: #fff;
	display: block;
	padding: 8px;
	background: #464646;
	text-align: center;
	font-size: 12px;
}

ul.contact-anchor-links li a:hover{
	color: #fff;
	background: #59a5d6;
}

ul.contact-anchor-links li:nth-child(-n+3) a{
	padding: 17px 8px 18px;
}

/* Board page
--------------------------------------------- */
.board-item {
	height: 480px;
    margin-bottom: 40px;
}

/* Positions available page
--------------------------------------------- */
.pa-item {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 20px;
    position: relative;
}
.pa-item.highlight {
    background-color: #fafafa;
}
.pa-item.highlight > h5 {
    font-size: 2rem;
}
.pa-item a.more-link {
    bottom: 20px;
    right: 20px;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.search input{
	padding: 6px;
	border-radius: 0;
    border: none;
    box-shadow: none;
	}

	    
.search-form input[type="submit"] {
	margin: 0 -33px;
	padding: 6px;
	border-radius: 0;
	background-color:#fdb414;
}


img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 6px 0 24px 24px;
	margin: 0.6rem 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
}



/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
}

.single .entry-title{
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
	color: #59a5d6;
	text-transform: none;
}

.entry-title a,
.sidebar .widget-title a {
	color: #59a5d6;
	text-transform: none;
}

.entry-title a:hover {
	color: #969696;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.tagline-grfk{
    width: 100%;
    margin: 18px 15px 0 14px;
}

@media (min-width: 500px) {
   .tagline-grfk{
       width: 68%;
       margin: 6px 15px 0 40px;
   }
}




/*
Plugins
---------------------------------------------------------------------------------------------------- */

.rotatingtweets{
    border: 7px solid #E6E7E8;
    border-style: solid;
    /*height: 325px;*/
    height: 355px;
	background-repeat:no-repeat;
}

.rotatingtweet {
    overflow: hidden;
}

.cycle-carousel-wrap{
	padding: 24px!important;
	margin-left: -25px!important;
}

.rotatingtweet p.rtw_main {
    font-size: 14px;
    font-weight: 400;
}

.rtw_meta {
    height: 20px;
    overflow: hidden;
}

.rtw_main a{
	color: #59a5d6;
}

.cycle-carousel-wrap{
	padding: 24px!important;
	margin-left: -25px!important;
}

div.cycle-carousel-wrap div.rotatingtweet {
    padding: 0 40px 0 20px;
    border-left: 1px solid #eeeeee;
    width: 310px!important;
    /*height: 269px;*/
    height: 300px;
}

.rotatingtweet p.rtw_main {
    font-size: 14px;
    font-weight: 400;
}
p.rtw_meta{   
    font-weight: 600;
}
.rtw_timestamp a{
	font-weight: 600;
	display: block;
}
.rtw_main a{
	color: #59a5d6;
}

/* Events 
--------------------------------------------- */
.events-page .entry-title,
.single-event .entry-title{
	display: none;
}
.event-single-date, 
.event-list-date{
    background-color: #969696;
    color: #FFF;
    text-align: center;
    padding: 16px;
    font-size: 32px;
}

table.em-calendar thead {
    color: #fff;
    background: #464646;
    border: 1px solid #a6a6a6;   
}

table.fullcalendar thead td a{
    color: #FFF;
}

table.fullcalendar td {
    width: 14.24%;
    height: 100px;
    border: 1px solid #dddddd;
    padding: 4px;
    background-color: #fff;

}
table.fullcalendar tbody tr.days-names{
    background-color: #A6A6A6;
    border: 1px solid #a6a6a6;
    color: #fff;
}
table.fullcalendar thead td{
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    border: none;
    background: transparent;
}
table.fullcalendar tbody tr.days-names td{
	height: 30px;
	border:none;
	text-align: center;
	background: transparent;
}
table.em-calendar td.eventless-today, table.em-calendar td.eventful-today{
	background-color: #EFEFEF;
	font-weight: 600;
}
table.em-calendar td.eventful a, table.em-calendar td.eventful-today a{
	color: #464646;
}
table.em-calendar td.eventful li a, table.em-calendar td.eventful-today li a{
	color: #464646;
	font-weight: 400;
}
table.em-calendar td.eventful a:hover, table.em-calendar td.eventful-today a:hover{
	color: #59A5D7;
}
table.em-calendar td.eventful ul, table.em-calendar td.eventful-pre ul, table.em-calendar td.eventful-post ul, table.em-calendar td.eventful-pre ul a, table.em-calendar td.eventful-post ul a, table.em-calendar td.eventful-today ul{
	list-style-type: none;
	font-size: 12px;
	text-decoration: none;
}
table.em-calendar td.eventful-pre a, table.em-calendar td.eventful-post a{
	text-decoration: none;
}

table.em-calendar td.eventful li, table.em-calendar td.eventful-today li{
    line-height: 1.2;
    margin-bottom: 4px;
}

.page-template-default.page h1.entry-title {
    color: #464646;
    font-size: 26px;
    padding-bottom: 20px;
}

ul.category-events-list{
	margin-left: 0;
}

ul.category-events-list li{
	list-style-type: none;
	clear: both;
}



.entry-content ul.category-events-list li a {
    border-bottom: none;
}

.em-booking-form-details {
    padding: 0;
    width: auto;
    float: left;
}

/* Events widget
--------------------------------------------- */
.home-events-section {
    /*margin-top: 60px;
    position: relative;
    width: 100%;*/
    top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 27%;
}
.home-events-section .widget {
    padding: 15px !important;
    overflow: hidden;
    background: #ffffff;
    /*border: 7px solid #e6e7e8;*/
    /*height: 285px;*/
    width: 100% !important;
}
.home-events-section-inner.wrap {
    border: 7px solid #e6e7e8;
    height: 355px;
    overflow: hidden;
}
.home-events-section h4.widget-title{
    color: #59A5D7;
    font-size: 22px;
    text-align: center;
    font-style: 2.2rem;
    text-transform: uppercase;
    margin: 15px 0 10px;
    padding: 0;
    text-decoration: underline;
}
.widget_em_widget ul{
	list-style-type: none;
	text-align: left;
}
.widget_em_widget ul li{
	display: block;
	clear: both;
    overflow: hidden;
    /*margin-bottom: 14px;*/
    margin-bottom: 20px;
    position: relative;
    min-height: 48px;
}
.widget_em_widget ul .date-tile{
	text-align: center;
	color: #FFF;
	background:#59A5D7;
	padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    width: 20%;
    float: left;
    max-width: 40px;
}
.widget_em_widget ul .event-title {
    float: left;
    padding-left: 10px;
    width: 80%;
}

.widget_em_widget a{
    position: absolute;
    font-weight: 400;
}

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

.widget_em_widget li.all-events-link a{
	position: inherit;
	margin-left: 0;
}
.all-events-link {
    display: block !important;
}
.all-events-link > a {
    background-color: #8e8f90;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    padding: 13px 24px;
    text-transform: uppercase;
    width: auto;
    display: block;
    text-align: center;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition:    background .2s ease-in-out;
    -ms-transition:     background .2s ease-in-out;
    -o-transition:      background .2s ease-in-out;
    transition:         background .2s ease-in-out;
}
.all-events-link > a:hover {
    background-color: #59a5d7;
}
.homewidget.home-events-section.hidden-md.hidden-lg {
    position: relative;
    width: 100%;
}
.homewidget.home-events-section.hidden-md.hidden-lg .all-events-link {
    display: none !important;
}
.mobile-home-events {
    margin: 40px;
}

/* Events Sidebar widget
---------------------------------------------*/
.events-page .widget_em_widget a {
    color: #464646;
    margin-left: 0;
    position: relative;
    top: -4px;
    transform: translateY(0);
}

.events-page .widget_em_widget ul li {
    border-bottom: none;
    margin-bottom: 0;
    padding: 6px 0;
}

.events-page .event-title{
    line-height: 1.33;
}

.events-page .event-title p{
	font-size:12px;
	line-height: 1.3; 
	margin-top: -4px;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header{
	padding-left: 5%;
    padding-right: 5%;
}
.site-header .wrap {
	padding: 20px 0;
	padding: 2rem 0;
}


/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 100%;
	text-align: center;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #464646;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Header */

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}
.header-image .site-description{
	display: none;
}

/* Logo, hide text */



.header-widget-area .widget_nav_menu{
	display: none;
}
.ib-logo {
	float: right;
	margin-right: 15px;
	width: 66px;
}
.header-image .site-title a {
	min-height: 100px;
}
.site-header .widget-area {
	float: right;
	width: 50%;
}

.header-image .title-area {
	padding: 0;
	width: 50%;
}

.header-image .site-header .wrap {
	background: url(images/logo.svg) no-repeat;
	background-position: 0 15px;
	padding: 0;
	background-size: 140px 80px;
}
h2.home-banner,
h3.home-banner  {
    margin-top: 79px;
}

.site-header{
    border-bottom: 1px solid #ccc;
    background: url('images/header-bg-sm.jpg') top right no-repeat;
    background-position: 122%;
}
.site-header .widget-area {
	padding-top: 20px;
}
	.home-top .subsite-links.row{
	margin-left: 0;
	margin-right: 0;
}
.home-top .subsite-links.row .col-xs-4{
	padding: 0;
}
.home-top .home-cta {
    margin: 32px 0;
}
/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: left;
	width: 50%;
	text-align: center;
}



/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

/* Primary Navigation
--------------------------------------------- */
/* Shiftnav */
.shiftnav-menu > .menu-item-has-children > .shiftnav-target:after {
    content: "";
    height: 14px;
    width: 14px;
    background-size: 14px;
    display: inline-block;
    background-image: url('images/ionicons_2-0-1_chevron-down_32_0_ffffff_none.png');
    margin: 0px 0 0 6px;
    background-position: 0 2px;
}
.shiftnav-menu > .menu-item-has-children > .shiftnav-target.expanded:after {
    background-image: url('images/ionicons_2-0-1_chevron-up_32_0_ffffff_none.png');
}
.shiftnav ul.shiftnav-menu > li.menu-item {
    border-bottom: 1px solid #292929;
}


/* Genesis nav */
.genesis-nav-menu {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	width: 100%;
	font-weight: 500;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	position: relative;
}

.nav-primary {
	background-color: #005B94;
}

.nav-primary.affix {
    top: 0;
    z-index: 99999;
    width: 100%;
}

.nav-primary .genesis-nav-menu a {
	border: none;
	outline: none;
	color: #FFF;
	display: block;
	padding: 10px 12px;
	padding: 1rem 1.2rem;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
	font-size: 13px;
	font-size: 1.3rem;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .genesis-nav-menu .menu-item:hover,
.nav-primary .sub-menu .current-menu-item.menu-item-has-children .sub-menu a{
	color: #fff;
	background: #59A5D7;
}

.nav-primary .genesis-nav-menu .sub-menu .menu-item:hover{
	background: transparent;
}

.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu .current-menu-item a,
.nav-primary .sub-menu .current-menu-item a:hover,
.nav-primary .sub-menu .current-menu-item.menu-item-has-children .sub-menu a:hover{
	color: #005B94;
}



.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 0;
	opacity: 1;
	box-shadow: #005B94 -8px 8px;
}

.genesis-nav-menu .menu-item:nth-child(n+6):hover > .sub-menu {
	right: 0;
    left: inherit;
    box-shadow: #005B94 8px 8px;
}

.genesis-nav-menu .sub-menu .menu-item:hover > .sub-menu {
	right: inherit;
    left: inherit;
    box-shadow: none;
}


.genesis-nav-menu .sub-menu {
	left: -9999px;
	padding: 20px;
	background-color: #59A5D7;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 560px;
	z-index: 99;
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.genesis-nav-menu .sub-menu .menu-item{
	display: inline-block;
    float: none;
}

.genesis-nav-menu .sub-menu a {
	font-size: 13px;
	font-size: 1.3rem;
	position: relative;
	width: 240px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	left: 0;
	padding: 0;
	opacity: 1;
	position: relative;
	width: inherit;
	z-index: inherit;
	columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

.genesis-nav-menu .sub-menu .sub-menu a{
	font-weight: 300;
}



/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0;
	padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.home .entry {;
	padding-bottom: 0;
    border-bottom: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-meta {
	color: #464646;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}
.entry-footer{
	clear: both;
}

.entry-footer .entry-meta {
	padding-top: 12px;
	padding-top: 1.2rem;
}

.entry-footer .adjacent-entry-pagination a {
    font-weight: 600;
    color: #888888;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

article{
	position: relative;
	min-height: 190px;
}

article img.alignleft{
	margin: 0 24px 0 0;
    margin: 0 2.4rem 0 0;
}
article .entry-footer{
	display: none;
}

.news-sidebar-title{
	display: inline-block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #464646;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 16px;
	padding: 0.8rem 1.6rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #59a5d6;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}




/*
Sidebars
---------------------------------------------------------------------------------------------------- */
/* hide default sidebar - original displayed on news page which is no longer used */
.sidebar.sidebar-primary.widget-area {
    display: none;
}

.sidebar a {
	display: block;
	padding: 12px 0;
	font-weight: 600;
    color: #666;
    border-bottom: 1px solid #969696;
}


.sidebar a:hover,
.sidebar .sub-menu a:hover {
	color:#59a5d6;
}

.sidebar.sidebar-primary .news-sidebar-title a{
	border-bottom: 0;
}

.events-sidebar a {
	padding: 4px 0;
	border-bottom: 0;
}
.events-sidebar .widget_em_widget a:hover {
	color: #464646;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .menu .sub-menu li.current_page_item a,
.sidebar ul > li.current_page_item a{
	color: #59a5d6;
	}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.sidebar .widget_nav_menu h4{
	display: none;
}

.sidebar .menu li:first-child,
.contact-sidebar h4.widgettitle,
.events-sidebar h4.events-sidebar-title,
.sidebar-primary .widget_text h4{
	color: #59a5d6;
	padding-left: 52px;
	font-size: 16px;
    position: relative;
}

.events-sidebar h4.events-sidebar-title a,
.sidebar-primary .widget_text h4 a{
	color: #59a5d6;
	padding: 0;
}

.sidebar h4,
.sidebar .menu li:first-child a{
	color: #59a5d6;
	font-weight: 600;
}

.about-sidebar .menu li:first-child:before,
.primary-school-sidebar .menu li:first-child:before,
.senior-school-sidebar .menu li:first-child:before,
.community-sidebar .menu li:first-child:before,
.admissions-sidebar .menu li:first-child:before,
.employment-sidebar .menu li:first-child:before,
.community-sidebar .menu li:first-child:before,
.contact-sidebar h4.widgettitle:before,
.events-sidebar h4.events-sidebar-title:before,
.sidebar-primary .widget_text h4:before {
	position: absolute;
	pointer-events:none;
	height: auto;
	left: 0;
	top: 0;
}

.about-sidebar .menu li:first-child:before{
	content: url('images/about-icon.svg');
	height: 44px;
	width: 42px;
}
.primary-school-sidebar .menu li:first-child:before{
	content: url('images/ps-icon.svg');
	width: 44px;
	height: 50px;
	top: -16px;
}
.senior-school-sidebar .menu li:first-child:before{
	content: url('images/ss-icon.svg');
	width: 48px;
	height: 44px;
    top: -13px;
}
.admissions-sidebar .menu li:first-child:before{
	content: url('images/admissions-icon.svg');
	width: 32px;
	height: 44px;
	top: -11px;
}
.employment-sidebar .menu li:first-child:before{
	content: url('images/employment-icon.svg');
	width: 42px;
	height: 44px;
	top: 0;
}
.community-sidebar .menu li:first-child:before{
	content: url('images/community-icon.svg');
	width: 44px;
	height: 44px;
	top: -8px;
}
.contact-sidebar h4.widgettitle:before{
	content: url('images/contact-icon.svg');
	width: 35px;
	height: 44px;
	top: -22px;
}
.sidebar-primary .widget_text h4:before {
    content: url('images/news-icon.svg');
    width: 48px;
    height: 44px;
    top: -20px;
}
.sidebar-primary .widget_text{
    border-bottom: 1px solid #969696;
}
.events-sidebar{
	padding-top: 14px;
}
.events-sidebar h4.events-sidebar-title:before{
	content: url('images/events-icon.svg');
	width: 35px;
	height: 44px;
	top: -19px;
}
.events-sidebar .widget_text {
    margin-bottom: 20px;
    border-bottom: 1px #969696 solid;
}
.events-sidebar .widget_text {
    margin-bottom: 20px;
    border-bottom: 1px #969696 solid;
}

.sidebar li.menu-item-has-children {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar li.menu-item-has-children .sub-menu{
	margin-left: 12px;
}

.sidebar li.menu-item-has-children .sub-menu a{
	padding-bottom: 12px;
    color: #666;
    font-weight: 300;
}

.sidebar li.menu-item-has-children .sub-menu a:hover{
    color: #59a5d6;
}

.sidebar .sub-menu .sub-menu{
    margin-left: 12px;
}

.sidebar .sub-menu li:first-child{
	padding-left: 0;
}

.sidebar .sub-menu li:first-child:before{
	content: '';
}

/*
Why Join CGS
---------------------------------------------------------------------------------------------------- */

.page-template-default.page.why-join-page h1.entry-title{
    text-align: center;
    color: #59A5D7;
    font-size: 2rem;
    text-transform: uppercase;
}

#uwpqsf_id {
    border: none!important;
}

.uwpqsf_class > label {
    padding: 0;
    /*width: 48%!important;*/
    width: 31.3333% !important;
    margin: 1%;
    text-align: center;
    font-weight: 600;
    height: 110px;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding: 42px 0;
    position: relative;
    background: #f04937;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    color: #FFF;
}

.uwpqsf_class > label:hover,
.uwpqsf_class > label:focus,
.uwpqsf_class > label:active{
	cursor: pointer;
	background: #f04937;
	color: #FFF;
}

input[type="checkbox"]{
    display: none;
}

input[type="checkbox"]:checked{
	display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f04937;
    height: 110px;
    width: 100%;
    position: absolute;
    top: 0;
    border: none;
    text-align: center;
    
}
input[type="checkbox"]:checked:after{
    content:url('images/why-join-icon-tick.png');
    color: #FFF;
}

.bottom-panel{
    padding: 100px 0;
    background-color: #59a5d6;
    background-image: url('images/home-middle-bg.svg');
    background-size: cover;
    background-position: top;
    font-size: 3.6rem;
    font-size:36px;
    text-align: center;
}
.bottom-panel h3{
    color: #fff;
}

body.why-join-page{
    background:none;
}

/*---------Green group--------------------------- */

.uwpqsf_class label:nth-of-type(n+1) {
    padding: 20px 4px;
    background: #669B41;
}

.uwpqsf_class > label:nth-of-type(n+1):hover,
.uwpqsf_class > label:nth-of-type(n+1):focus,
.uwpqsf_class > label:nth-of-type(n+1):active{
	background: #669B41;
	color: #FFF;
}

.uwpqsf_class > label:nth-of-type(n+1) input[type="checkbox"]:checked{
	background: #669B41;
	margin-left: -4px;
	}

/*---------Dark Blue group--------------------------- */

.uwpqsf_class > label:nth-of-type(n+7),
.uwpqsf_class > label:nth-of-type(n+7):hover,
.uwpqsf_class > label:nth-of-type(n+7):focus,
.uwpqsf_class > label:nth-of-type(n+7):active{
	background: #005B94;
}

.uwpqsf_class > label:nth-of-type(n+7) input[type="checkbox"]:checked{
	background: #005B94;
	}

/*---------Light blue group--------------------------- */

.uwpqsf_class > label:nth-of-type(n+10),
.uwpqsf_class > label:nth-of-type(n+10):hover,
.uwpqsf_class > label:nth-of-type(n+10):focus,
.uwpqsf_class > label:nth-of-type(n+10):active{
	background: #72B3DB;
}

.uwpqsf_class > label:nth-of-type(n+10) input[type="checkbox"]:checked{
	background: #72B3DB;
	}

input.usfbtn{
    font-size: 2.2rem;
    padding: 30px 36px;
    font-weight: 800;
    margin-top: 30px;
}

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

.footer-widgets {
	background-color: #ebebeb;
	color: #969696;
	clear: both;
	padding: 40px 5% 16px;
	padding: 4rem 5% 1.6rem;
	font-size: 13px;
	font-size: 1.3rem;
}

.footer-widgets-1,
.footer-widgets-2{
	width: 100%;
}

.footer-widgets-1{
	float: left;
}

.footer-widgets-2 {
	display: none;
}

.footer-widgets-1 a {
	color: #969696;
}

.footer-widgets a:hover {
	color: #969696;
	border-bottom: none;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets h4 {
	color: #969696;
	text-decoration: underline;
	font-size: 13px;
    font-size: 1.3rem;
    margin-top: 3px;
    margin: 3px 0 1rem;
}

.footer-widgets li {
	list-style-type: none;
	padding-bottom: 6px;
	padding-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-address, .footer-logo{
	margin-bottom: 20px;
}

.footer-widgets-2 .widget_nav_menu ul.menu{
	columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

.footer-widgets-2 .widget_nav_menu ul.menu li.menu-item{
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding-right: 12px;
}

.footer-widgets-2 .widget_nav_menu ul.menu li.menu-item a,
.footer-widgets-2 .widget_nav_menu ul.menu li.menu-item ul.sub-menu li.menu-item-has-children a{
	text-decoration: underline;
	color: #969696;
	font-weight: 600;
}
.footer-widgets-2 .widget_nav_menu ul.menu li.menu-item a:hover,
.footer-widgets-2 .widget_nav_menu ul.menu li.menu-item ul.sub-menu li.menu-item-has-children a:hover{
	color: #464646;
}
.footer-widgets-2 .widget_nav_menu ul.menu li.menu-item-has-children .sub-menu a,
.footer-widgets-2 .widget_nav_menu ul.menu li.menu-item ul.sub-menu li.menu-item-has-children .sub-menu a{
	text-decoration: none;
	font-weight: 300;
}

.footer-widgets-2 .widget_nav_menu ul.menu li.menu-item ul.sub-menu li.menu-item-has-children{
	
}

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

.site-footer {
	background-color: #ebebeb;
	color: #969696;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 14px 0;
	padding: 1.4rem 0;
	text-align: center;
}

.site-footer a {
	color: #969696;
}

.site-footer p {
	margin-bottom: 0;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

}
@media (min-width: 374px) {
	.home-news article {
    height: 160px;
	}
	.home-news article,
	.home-middle .featuredpage {
	width: 49%;
	float: left;
	}
	.home-middle .panel{
		width: 100%;
	}
	.home-news article:nth-child(odd),
	.home-middle .featuredpage:nth-child(odd),
	.home-middle .panel:nth-child(odd) {
	margin-right: 2%;
	}
	.home-news article .entry-title {
    font-size: 16px;
    top: 46%;
	}
}

@media (min-width: 768px) {
  	.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333333333%}.col-sm-offset-0{margin-left:0}

	.container {
    width: 750px;
  	}
  	.site-header{
	background: url('images/header-bg.png') top right no-repeat;
	background-position: 130%;
	}
	.site-header .widget-area {
    padding-top: 0;
	}
	.header-image .site-header .wrap {
	background-size: 170px 94px;
	}
	.header-image .site-title a {
    min-height: 115px;
	}
  	.header-widget-area .widget_nav_menu{
	display: inline-block;
	float: right;
	margin-right: 22px;
	margin-top: 16px;
	}
	div.cycle-carousel-wrap div.rotatingtweet {
    width: 311px!important;
	}
	.video-header {
    height: 270px;
	}
	h3.home-banner {
    margin-top: 118px;
    font-size: 38px;
    margin-left: 45px;
	}
	.home-top .home-cta {
    margin-top: 180px;
	}
	.home-top .home-cta a{
    font-size: 16px;
	}
	.home-middle .featuredpage:nth-child(odd),
	.home-middle .panel:nth-child(odd) {
	margin-right: 0;
	}
	.home-middle .featuredpage,
	.home-middle .panel{
	width: 25%;
	float: left;
	padding-right: 20px;
	}
	.home-middle .featuredpage:last-of-type,
	.home-middle .panel:last-of-type{
	padding-right: 0;
	}
	.home-middle .collapsing,
	.home-middle .collapse {
	position: absolute;
	left: 0;
	top: 237px;
	}
	.home-middle .collapse .row, .home-middle .collapsing .row {
    padding: 0 15px;
    margin: 46px 0;
	}
	.home-middle .panel .collapse .wrap:before,
	.home-middle .panel .collapsing .wrap:before{
	content: url("images/indicate-arrow.png");
	position: absolute;
	top:0;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	}
	.home-middle .panel .collapse.in .wrap:before{
	top: -21px;
	}
	.home-middle .panel:nth-child(1) .collapse .wrap:before,
	.home-middle .panel:nth-child(1) .collapsing .wrap:before{
	left: 10%;
	}
	.home-middle .panel:nth-child(2) .collapse .wrap:before,
	.home-middle .panel:nth-child(2) .collapsing .wrap:before{
	left: 35%;
	}
	.home-middle .panel:nth-child(3) .collapse .wrap:before,
	.home-middle .panel:nth-child(3) .collapsing .wrap:before{
	left: 60%;
	}
	.home-middle .panel:nth-child(4) .collapse .wrap:before,
	.home-middle .panel:nth-child(4) .collapsing .wrap:before{
	left: 86%;
	}
	.home-news article:nth-child(odd){
	margin-right: 2%;
	}

	.tagline-grfk{
        /*margin-top: 16px;
        width: 68%;*/
        float: right;
        margin-top: 27px;
        width: 52%;
	}
	a.more-link{
    color: #fff;
    background-color: #59a5d6;
    padding: 6px 12px;
    border-bottom: none;
	}
	a.more-link:hover{
	    color: #fff;
	}
	a.more-link{
    padding: 8px 15px;
    position: absolute;
    right: 0;
    bottom: 20px;
	}
}

@media (min-width: 992px) {
  	.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333333333%}.col-md-offset-0{margin-left:0}
  	}

@media (min-width: 992px)  {

	body {
	background:url('images/body-bg-shape-3.svg');
	background-size: 900px 500px;
	background-repeat: no-repeat;
	background-position: bottom 720px right -60px;
	}
	body.home {
	background:none;
	}
	body.senior-school-page,
	body.employment {
	background:url('images/body-bg-shape-1.svg');
	background-size: 300px 660px;
	background-repeat: no-repeat;
	background-position: bottom 680px right 0;
	}
	body.admissions-page,
	body.primary-school-page {
	background:url('images/body-bg-shape-2.svg');
	background-size: 660px 360px;
	background-repeat: no-repeat;
	background-position: bottom 700px right 0;
	}
	.container {
    width: 970px;
  	}
	.header-image .site-header .wrap {
	background: url(images/logo.svg) no-repeat;
	background-position: center top;
	background-size: 180px 100px;
	}
	.header-image .title-area {
	width: 25%;
	}
	.header-image .site-title a {
	float: right;
	min-height: 126px;
	width: 100%;
	}
	.site-header {
    background-position: 110%;
    border-bottom: none;
	}
	.site-header .widget-area {
	width: 100%;
	min-height: 126px;
	}
	.content-sidebar-wrap,
	.site-header .wrap {
		padding: 40px 0;
		padding: 4rem 0;
	}
	.single .content-sidebar-wrap,
	.archive .content-sidebar-wrap,
	.news-list .content-sidebar-wrap{
		margin-left: -15px;
		margin-right: -15px;
	}

	.title-area {
		text-align: left;
	}

	.tagline-grfk{
		/*width: auto;*/
        margin-right: 48px;
        margin-top: 28px;
        width: 60%;
	}

	.header-image .site-header .wrap {
		background-position: left 10px;
	}

	.header-image .site-header .widget-area {
		position: relative;
	}

	.sidebar-content .content,
	.site-header .widget-area {
		width: 75%;
		margin-left: 0;
		float: right;
	}
	
	aside.sidebar {
    width: 25%;
    margin-top: 16px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
	}
	.video-header{
	height: 380px;
	}
	.video-header video {
	    height: auto;
	    width: 100%;
	}
	.home-top-inner {
    padding-top: 8%;
	}
	.full-width-content .content {
	width: 100%;
	}

	.site-header .widget-area {
	text-align: right;
	}
	.header-widget-area .widget_text{
	display: inline-block;
	float: right;
	margin-right: 50px;
	}
	.entry {
    margin-bottom: 0;
	}
    .home-news article:nth-child(odd){
    margin-right: 1%;
    }
    .home .site-inner {
        padding-top: 0;
    }
	.home-middle .panel .collapse.in .wrap:before{
	top: -63px;
	}
	.home-news article{
	width: 220px; 
	height:220px;
	margin: 10px;
	}
    /*.home-news article:last-of-type {
        display: none;
    }*/
	.home-news article .entry-title {
    font-size: 20px;
    top: 50%;
	}
	.home-twitter-section .widget {
    margin: 0;
	}
    .home-events-section {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
    }
    .home-events-section .widget {
        /*height: 220px;*/
        height: 355px;
    }
    .widget_em_widget ul li:nth-of-type(1n+3) {
        /*display: none;*/
    }
    .news-buttons div:first-child {
        width: 75%;
    }
    .news-buttons div:last-child {
        display: block;
        width: 25%;
    }

	.genesis-nav-menu {
		text-align: left;
	}
	.genesis-nav-menu > .first > a {
		padding-left: 0;
	}
	.genesis-nav-menu > .last > a {
		padding-right: 0;
	}
	.genesis-nav-menu > .right {
		display: inline-block;
		float: right;
		list-style-type: none;
		padding: 28px 0;
		padding: 2.8rem 0;
		text-transform: uppercase;
		width: 186px;
	}
	.genesis-nav-menu > .right > a {
		display: inline;
		padding: 0;
	}
	.genesis-nav-menu > .search {
		padding: 4px 0;
		padding: 0.4rem 0;
	}
	.site-inner,
	.wrap {
		padding-left: 0;
		padding-right: 0;
	}
	h2.home-banner {
    font-size: 82px;
    margin-top: 28px;
	}
	h3.home-banner {
    font-size: 60px;
    margin-top: 10px;
	}
	.home-top .home-cta{
	margin-top: 200px;
	}
	.home-top .subsite-links div a{
	padding: 12px 24px;
	font-size: 16px;
	font-size: 1.6rem;
	}
	.home-top .widget_text:first-child{
	margin-bottom: 260px;
	}
	.home-middle .row{
	margin-top: 20px;
	}
	.twitter-feed-icon{
    left: -35px;
	}
    .follow-button{
        left: 40px;
    }
	.site-footer {
	padding: 40px 0;
	padding: 4rem 0;
	}
	.footer-widgets {
		padding: 40px 0 16px;
		padding: 4rem 0 1.6rem;
		font-size: 13px;
		font-size: 1.3rem;
	}

	.home-twitter-section .widget{
	float: left;
	}

	.footer-widgets-1,
	.title-area {
		width: 25%;
	}

	.footer-widgets-1 {
		padding-right: 40px;
		padding-right: 4rem;
	}

	.footer-widgets-2 {
		display: block;
		float: right;
		width: 75%;
	}
	.home-twitter-section .widget{
		padding-left: 8px;
        padding-right: 8px;
        width: 73%;
	}
	
	blockquote {
	margin: 0 40px 24px;
	margin: 0 4rem 2.4rem;
	width: 45%;
	line-height: 32px;
	}
	div.cycle-carousel-wrap div.rotatingtweet {
    padding: 0 30px 0 30px!important;
	}
	.pull-left {
	float: left !important;
	clear: inherit;
	}

	.why-join-page h1.entry-title,
	.why-join-page h3{
    font-size: 3.6rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
	}
	.archive-title {
    font-size: 3.6rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #59a5d6;
    text-align: center;
    margin-bottom: 70px;
	}
	.uwpqsf_class > label {
    font-size: 2rem;
    font-weight: 800;
    padding-right: 100px;
    background: #ebebeb;
    color: #464646;
	}
	.uwpqsf_class > label:after {
    position: absolute;
    right: 0;
    background: #f04937;
    width: 106px;
    height: inherit;
    top: 0;
	}
	.uwpqsf_class > label:nth-of-type(n+1),
	.uwpqsf_class > label:nth-of-type(n+7),
	.uwpqsf_class > label:nth-of-type(n+10){
	background: #ebebeb;
	}


	.uwpqsf_class > label:nth-of-type(n+1):after {
    background: #669b41;
	}
	.uwpqsf_class > label:nth-of-type(n+7):after {
    background: #005B94;
	}
	.uwpqsf_class > label:nth-of-type(n+10):after {
    background: #72B3DB;
	}
	.uwpqsf_class label:nth-of-type(n+1) {
    width: 31.3333%!important;
    text-align: left;
    padding-left: 20px;
    padding-right: 112px;
    padding-top: 13px;
	}
	input[type="checkbox"]:checked:after{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -53px;
    margin-left: -96px;
	}
	@-moz-document url-prefix() { 
  		input[type="checkbox"]:checked {
     	height: 93px;
		width: 88px;
		position: absolute;
		right: 9px;
		top: 8px;	
		z-index: 99;
  		}
  		.uwpqsf_class > label:hover,
  		.uwpqsf_class > label:nth-of-type(n+1):hover,
  		.uwpqsf_class > label:nth-of-type(n+7):hover,
  		.uwpqsf_class > label:nth-of-type(n+10):hover{
  		background: #ebebeb;
  		color: #464646;
  		}
	}
	.uwpqsf_class > label:nth-of-type(n+1) input[type="checkbox"]:checked{
	margin-left: -20px;
	}
	input.usfbtn{
    font-size: 2.8rem;
    padding: 30px 80px;
	}
	/*--ICONS--*/
	/*.uwpqsf_class > label:nth-of-type(1):after {
    content:url('images/why-join-icon-boy.png');
	}
	.uwpqsf_class > label:nth-of-type(2):after {
    content:url('images/why-join-icon-girl.png');
	}*/
	.uwpqsf_class > label:nth-of-type(1):after {
    content:url('images/why-join-icon-early.png');
	}
	.uwpqsf_class > label:nth-of-type(2):after {
    content:url('images/why-join-icon-prim.png');
	}
	.uwpqsf_class > label:nth-of-type(3):after {
    content:url('images/why-join-icon-senior.png');
	}
	.uwpqsf_class > label:nth-of-type(4):after {
    content:url('images/why-join-icon-inter.png');
	}
	.uwpqsf_class > label:nth-of-type(5):after {
    content:url('images/why-join-icon-local.png');
	}
	.uwpqsf_class > label:nth-of-type(6):after {
    content:url('images/why-join-icon-boarder.png');
	}
	.uwpqsf_class > label:nth-of-type(7):after {
    content:url('images/why-join-icon-achiever.png');
	}
	.uwpqsf_class > label:nth-of-type(8):after {
    content:url('images/why-join-icon-help.png');
	}
	.uwpqsf_class > label:nth-of-type(9):after {
    content:url('images/why-join-icon-new-things.png');
	}
	.uwpqsf_class > label:nth-of-type(10):after {
	content:url('images/why-join-icon-tech.png');
	}
	.uwpqsf_class > label:nth-of-type(11):after {
	content:url('images/why-join-icon-athlete.png');
	}
	.uwpqsf_class > label:nth-of-type(12):after {
    content:url('images/why-join-icon-outdoor.png');
	}
	.uwpqsf_class > label:nth-of-type(13):after {
	content:url('images/why-join-icon-music.png');
	}
	.uwpqsf_class > label:nth-of-type(14):after {
	content:url('images/why-join-icon-art.png');
	}
	.uwpqsf_class > label:nth-of-type(15):after {
    content:url('images/why-join-icon-performer.png');
	}
	.uwpqsf_class > label:nth-of-type(16):after {
	content:url('images/why-join-icon-community.png');
	}
	.uwpqsf_class > label:nth-of-type(17):after {
	content:url('images/why-join-icon-leader.png');
	}
	.uwpqsf_class > label:nth-of-type(18):after {
	content:url('images/why-join-icon-explorer.png');
	}
	.uwpqsf_class > label:nth-of-type(19):after {
	content:url('images/why-join-icon-quiet-ach.png');
	}
	.uwpqsf_class > label:nth-of-type(20):after {
	content:url('images/why-join-icon-spirit.png');
	}
	.uwpqsf_class > label:nth-of-type(21):after {
	content:url('images/why-join-icon-global.png');
	}
}

@media only screen and (min-width: 1160px) {
	.site-inner,
	.wrap {
	max-width: 1140px;
	}
	.site-header {
    background-position: right;
	}
	.nav-primary .genesis-nav-menu a {
	padding: 8px 16px;
	padding: 0.8rem 1.6rem;
	}
	.genesis-nav-menu > .menu-item > a {
	font-size: 15px;
	font-size: 1.5rem;
	}
	h2.home-banner{
    font-size: 100px;
    margin-left: 0;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.38);
    margin-top: 0;
	}
	h3.home-banner{
    margin-top: 0;
	}
	
	.home-top .home-cta a {
    font-size: 22px;
	}
	.home-news article{
	width: 265px; 
	height:265px;
	}
    .home-news article:nth-child(odd){
    margin-right: 10px;
    }
	.home-news .entry-header a{
    min-height: 265px;
	}
	div.cycle-carousel-wrap div.rotatingtweet {
    width: 274px!important;
	}
	.sidebar-content .content,
	.site-header .widget-area {
	width: 66.66666667%;
	margin-left: 8.33333333333333%;
	}
	/*.home-events-section .widget {
        height: 265px;
    }*/
    .widget_em_widget ul li:nth-of-type(3) {
        display: block;
    }
    .widget_em_widget ul li:nth-of-type(1n+4) {
        display: none;
    }
    .widget_em_widget ul .event-title {
        width: 84%;
    }
    .widget_em_widget ul .date-tile {
        width: 16%;
    }
}








@media (min-width: 1200px) {
	.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333333333%}.col-lg-offset-0{margin-left:0}

	.container {
	    width: 1170px;
	}

	.home-news .entry:hover .entry-title {
    	transform: translateY(-100%);
	}
	
	.home-news .entry-header h2 a:before{
		content: '';
		opacity: 0;
	  	transition: opacity .3s ease-in-out;
	   	-moz-transition: opacity .3s ease-in-out;
	   	-webkit-transition: opacity .3s ease-in-out;
	}

	.home-news .entry-header:hover h2 a:before{
		content: url('images/circle-right.svg');
		position: absolute;
		top:126%;
		left:50%;
		margin-left: -25px;
    	pointer-events: none;
	    opacity: 1;
	    height: 50px;
	    width: 50px;
	}
	.video-header {
	    height: 430px;
	}
	h3.home-banner{
    font-size: 74px;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.38);
	}
}

@media (min-width: 1500px) {
	.video-header {
	    height: 560px;
	}
	.home-top-inner {
    	padding-top: 130px;
	}
    .home-top .home-cta {
        margin-top: 250px;
    }
	h2.home-banner {
    font-size: 106px;
	}
	h3.home-banner {
    font-size: 88px;
    margin-left: 0;
	}
	.home-middle .featuredpage img,
	.home-middle .widget_text img {
    	height: auto;
	}
	.site-header{
		background: url('images/header-bg-lg.png') top right no-repeat;
	}
	.home-middle .collapsing, .home-middle .collapse {
    top: 287px;
	}
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}


#text-3
{display:none;}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	.uwpqsf_class > label:hover,
  	.uwpqsf_class > label:nth-of-type(n+1):hover,
  	.uwpqsf_class > label:nth-of-type(n+7):hover,
  	.uwpqsf_class > label:nth-of-type(n+10):hover{
  		background: #ebebeb;
  		color: #464646;
  		}

	input[type="checkbox"]:checked {
     	appearance: none!important;
     	-ms-appearance: none!important;
		z-index: 999;
	    width: 84px; 
	    right:11px;

	}
}

/* Events Cal
--------------------------------------------- */
.eventscal-page iframe {
    border: 0 none;
    width: 100%;
    display: block;
}
.eventscal-page .site-container {
    background-color: #f8f8f8;
}
.eventscal-page .site-header {
    background-color: #ffffff;
}
.eventscal-page .site-inner {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.eventscal-page .content-sidebar-wrap {
    padding: 0;
}
.home-events-section .cgs-events-rss-feed h4.widget-title {
    padding-bottom: 7px;
    margin: 0;
    text-decoration: none;
}
#widget-events {
    margin-top: 15px;
}
#widget-events dl {
    margin: 0;
}
#widget-events dd {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 13px;
    padding-bottom: 12px;
    min-height: 56px;
    margin-left: 0;
    text-align: left;
}
#widget-events dd:last-child {
    border-bottom: 1px solid transparent;
}
#widget-events div.date {
    background: none repeat scroll 0 0 #59A5D7;
    border: 1px solid #59A5D7;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin: 0 11px 0 0;
    padding: 8px;
    text-align: center;
    width: 46px;
}
#widget-events a {
    text-decoration: none;
    outline: 0 none;
}
#widget-events a:focus, #widget-events a:active, #widget-events a:visited {
    text-decoration: none;
    outline: 0 none;
}
#widget-events span.title {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #005b94;

    line-height: 22px;
    max-height: 43px;
    display: block;
    overflow: hidden;
}
#widget-events div.short-body {
    color: #585858;
    margin-left: 69px;
    font-weight: 300;
}
.view-all-events-btn {
    background-color: #8e8f90;
    color: #ffffff;
    display: block;
    font-weight: 500;
    padding: 16px 10px;
    text-align: center;
    text-transform: uppercase;
}
.view-all-events-btn:hover {
    color: #ffffff;
}
body.showing-event {
  overflow: hidden;
}
.rss-events-widget-popup {
    background-color: #ffffff;
    left: 50%;
    margin-left: -505px;
    position: fixed;
    top: 100px;
    width: 1010px;
    z-index: 1000;
    max-height: 400px;
    overflow: auto;
}
@media (max-width: 1015px) {
  .rss-events-widget-popup {
    left: 0;
    width: 100%;
    margin-left: 0;
    top: 0;
    z-index: 500100;
    max-height: 100%;
  }
}
.rss-events-widget-popup i {
    font-size: 21px;
    position: absolute;
    right: 16px;
    top: 11px;
    cursor: pointer;
}
.rss-events-widget-popup iframe {
    border: 0 none;
    height: 350px;
    width: 100%;
    overflow: hidden;
}
.popup-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.alert-bar {
    background-color: #fff568;
    padding: 11px 20px;
    font-weight: 400;
    line-height: 1.6;
}

.wp-block-button .wp-block-button__link {
    background-color: #59A5D7;
    font-weight: 600;
}