/*!
Theme Name: Tuart Rise
Version: 5.0.0
Author: github.com/hellorare
*/

.ir,
.hide-text,
.text-replace {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
}

.hide,
.hidden,
#wpstats,
.screen-reader-text {
	display: none;
	visibility: hidden;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

html.clearfix {
	*height: 1%;
}

#tinymce {
	padding: 1em;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-size: 62.5%;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
// --------------------------------------------------------------------------

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
// --------------------------------------------------------------------------

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
	font-size: 1em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 1em;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 1em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
	border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
	overflow: hidden;
}

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

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

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 16px;
	font-size-adjust: auto;
	line-height: 1.9;
	text-align: left;
	font-family: 'proxima-nova-soft', 'proxima-nova-alt', 'Helvetica Neue', Arial, Helvetica, Sans-serif;
	font-weight: normal;
	color: #4d4541;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4d4541;
	font-family: 'proxima-nova-alt', 'Helvetica Neue', Arial, Helvetica, Sans-serif;
	font-weight: bold;
	line-height: 1.2;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1 {
	font-size: 45px;
	margin-top: 0;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 29px;
	font-weight: normal;
}

h4 {
	font-size: 1.414em;
}

h5 {
	font-size: 0.70721em;
}

h6 {
	font-size: 0.50015em;
	text-transform: uppercase;
}

h1 + h2,
h2 + h3,
h3 + h4,
h5 + h6 {
	margin-top: 0;
}

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

a:hover,
a:focus {
	color: #3377ab;
}

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

p {
	margin-top: 0;
	margin-bottom: 20px;
}

figure {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

hr {
	display: block;
	margin: 20px 0;
	border: none;
	border-top: 1px solid #ccc;
	color: #222;
	background-color: #222;
}

blockquote {
	margin: 0 0 20px 0;
	font-family: cambria, georgia, times, serif;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fafafa;
	padding: 20px;
	font-style: italic;
}

blockquote p:last-child {
	margin-bottom: 0;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

table {
	width: 100%;
}

#touch-nav-toggle {
	display: none;
	position: absolute;
	right: 0;
	top: 16px;
	width: 44px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 9999;
	cursor: pointer;
}

#touch-nav-toggle span,
#touch-nav-toggle span::before,
#touch-nav-toggle span::after { /* hamburger icon in CSS */
	position: absolute;
	display: inline-block;
	height: 2px;
	width: 24px;
	background: #695e58;
}

#touch-nav-toggle span { /* line in the center */
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	-webkit-transition: background 0.3s 0.1s;
	transition: background 0.3s 0.1s;
}

#touch-nav-toggle span::before,
#touch-nav-toggle span::after { /* other 2 lines */
	content: '';
	right: 0;
	will-change: transform;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s 0.1s;
	transition: transform 0.3s 0.1s;
}

#touch-nav-toggle span::before { /* menu icon top line */
	top: -6px;
}

#touch-nav-toggle span::after { /* menu icon bottom line */
	top: 6px;
}

.nav-is-visible #touch-nav-toggle {
	color: white;
	width: 100%;
	padding: 0 20px;
	font-size: 20px;
	font-weight: bold;
}

.nav-is-visible #touch-nav-toggle span { /* hide line in the center */
	background: rgba(77, 69, 65, 0);
}

.nav-is-visible #touch-nav-toggle span::before,
.nav-is-visible #touch-nav-toggle span::after { /* keep visible other 2 lines */
	background: #847770;
}

.nav-is-visible #touch-nav-toggle span::before {
	-webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
	transform: translateX(4px) translateY(-3px) rotate(45deg);
}

.nav-is-visible #touch-nav-toggle span::after {
	-webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
	transform: translateX(4px) translateY(2px) rotate(-45deg);
}

.button-expand {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: #4d4541;
}

.button-expand::before,
.button-expand::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: 16px;
	display: inline-block;
	height: 2px;
	width: 18px;
	background: #695e58;
	will-change: width, transform, right, top;
	-webkit-transition: width 0.2s, -webkit-transform 0.2s, right 0.2s, top 0.2s;
	transition: width 0.2s, transform 0.2s, right 0.2s, top 0.2s;
	-webkit-transform-origin: 9px;
	-ms-transform-origin: 9px;
	transform-origin: 9px;
}

.button-expand::before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.button-expand::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.expanded .button-expand::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.expanded .button-expand::after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.caret::before,
.caret::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: 2px;
	display: inline-block;
	height: 2px;
	width: 10px;
	background: #695e58;
	will-change: width, transform, right, top;
	-webkit-transition: width 0.2s, -webkit-transform 0.2s, right 0.2s, top 0.2s;
	transition: width 0.2s, transform 0.2s, right 0.2s, top 0.2s;
	-webkit-transform-origin: 9px 50%;
	-ms-transform-origin: 9px 50%;
	transform-origin: 9px 50%;
}

.caret::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.caret::after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.expanded > .caret::before,
.expanded > .caret::after {
	width: 18px;
	right: 12px;
	top: 40%;
}

.expanded > .caret::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.expanded > .caret::after {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

form ul,
form ol,
form li {
	padding: 0;
	margin: 0;
	list-style: none;
}

form label {
	font-weight: 600;
}

.button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	display: inline-block;
	padding: 10px 30px;
	background-color: white;
	border: 1px solid #4d4541;
	border-radius: 0;
	outline: 0;
	zoom: 1;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	color: #4d4541;
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
	vertical-align: baseline;
	text-decoration: none;
	text-align: center;
	line-height: normal;
}

.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	color: white;
	background-color: #e31d1a;
}

.button:active,
.button.active,
input[type="button"]:active,
input[type="button"].active,
input[type="submit"]:active,
input[type="submit"].active,
input[type="reset"]:active,
input[type="reset"].active {
	outline: 0;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
}

.button.disabled,
.button[disabled],
input[type="button"].disabled,
input[type="button"][disabled],
input[type="submit"].disabled,
input[type="submit"][disabled],
input[type="reset"].disabled,
input[type="reset"][disabled] {
	background-image: none;
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	cursor: not-allowed;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
textarea,
select {
	max-width: 100%;
	border: 1px solid #EDEDED;
	padding: 10px 10px;
	font-weight: normal;
}

input[type="email"].medium,
input[type="number"].medium,
input[type="password"].medium,
input[type="search"].medium,
input[type="tel"].medium,
input[type="text"].medium,
input[type="url"].medium,
input[type="color"].medium,
input[type="date"].medium,
input[type="datetime"].medium,
input[type="datetime-local"].medium,
input[type="month"].medium,
input[type="time"].medium,
input[type="week"].medium,
textarea.medium,
select.medium {
	width: 48%;
}

input[type="email"].large,
input[type="number"].large,
input[type="password"].large,
input[type="search"].large,
input[type="tel"].large,
input[type="text"].large,
input[type="url"].large,
input[type="color"].large,
input[type="date"].large,
input[type="datetime"].large,
input[type="datetime-local"].large,
input[type="month"].large,
input[type="time"].large,
input[type="week"].large,
textarea.large,
select.large {
	width: 100%;
}

input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
textarea,
select {
	background: white;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
textarea,
select {
	background: white;
}

textarea.medium {
	height: 100px;
}

textarea.large {
	height: 150px;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
}

.search-form > label {
	position: relative;
	display: inline-block;
	width: 58%;
}

.search-form > label .search-field {
	padding: 8px 20px;
	background: #EDEDED;
	border-radius: 25px;
	color: #888888;
	width: 100%;
}

.search-form > label .search-field::-webkit-input-placeholder {
	color: #888888;
}

.search-form > label .search-field::-moz-placeholder {
	color: #888888;
}

.search-form > label .search-field:-moz-placeholder {
	color: #888888;
}

.search-form > label .search-field:-ms-input-placeholder {
	color: #888888;
}

.search-form .search-submit {
	display: inline-block;
	border: none;
	background: none;
	vertical-align: middle;
}

.search-form .search-submit .magnifier {
	fill: #888888;
}

.search-form .search-submit svg {
	vertical-align: middle;
	display: inline-block;
	width: 28px;
	height: 28px;
}

html {
	overflow-x: hidden;
}

html.no-touch {
	overflow-y: auto;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
}

body:after {
	content: "";
	display: table;
	clear: both;
}

body.admin-bar {
	padding-top: 32px;
}

#page-wrapper {
	position: relative;
	width: 100%;
}

.wrapper {
	display: block;
	padding: 0 20px;
}

.wrapper .section {
	*zoom: 1;
	margin-left: auto;
	margin-right: auto;
	width: 1280px;
}

.wrapper .section:after {
	content: "";
	display: table;
	clear: both;
}

.wrapper .section .section-content {
	display: block;
}

.wrapper .section .section-content:after {
	content: "";
	display: table;
	clear: both;
}

.light-gray {
	background-color: #EDEDED;
}

#header-wrapper {
	padding-top: 12px;
	padding-bottom: 14px;
	z-index: 99;
}

#header-wrapper #header #header-content {
	position: relative;
	background: url(images/tagline.png) no-repeat top 64px right 280px;
}

#logo {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
	max-width: 250px;
}

#logo:last-child {
	margin-right: 0;
}

#logo img + h1 {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

#header-content .search-form {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 23.23176%;
	float: right;
	margin-top: 60px;
	text-align: right;
}

#header-content .search-form:last-child {
	margin-right: 0;
}

#banner-wrapper {
	background: #115589 url(images/bg-banner-leaves.png) no-repeat center center;
	line-height: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#banner-wrapper #banner #banner-content {
	position: relative;
}

#banner-wrapper #banner #banner-content #hero {
	position: relative;
	z-index: 2;
}

#main-wrapper {
	position: relative;
}

#main-wrapper #main {
	padding: 80px 0;
}

#content {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 74.41059%;
}

#content:last-child {
	margin-right: 0;
}

#content.no-images article.single-article {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}

#content.no-images article.single-article:last-child {
	margin-right: 0;
}

#content article.single-article {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 65.88078%;
}

#content article.single-article:last-child {
	margin-right: 0;
}

#content.full-width {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}

#content.full-width:last-child {
	margin-right: 0;
}

.article-images {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
}

.article-images:last-child {
	margin-right: 0;
}

.archive #content .archive-title,
.search #content .archive-title,
.blog #content .archive-title {
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#actions-wrapper {
	padding: 80px 0;
}

#about-our-school {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
}

#about-our-school:last-child {
	margin-right: 0;
}

#calls-to-action .call-to-action {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
	position: relative;
	height: 340px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #EDEDED;
}

#calls-to-action .call-to-action:last-child {
	margin-right: 0;
}

#calls-to-action .call-to-action .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 185px;
	padding: 30px;
	background-color: rgba(17, 85, 137, 0.7);
}

#calls-to-action .call-to-action .call-to-action-title {
	color: white;
	margin-bottom: 10px;
}

#calls-to-action .call-to-action .button {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

#about-and-newsletters {
	margin-top: 40px;
}

#newsletters {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
	background-color: #EDEDED;
	padding: 20px;
}

#newsletters:last-child {
	margin-right: 0;
}

.latest-news {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
	padding: 80px 0;
}

.latest-news:last-child {
	margin-right: 0;
}

.latest-news footer {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
	padding: 40px 0 0;
}

.latest-news footer:last-child {
	margin-right: 0;
}

.blog .single-post-listing,
.archive .single-post-listing,
.home .single-post-listing {
	display: block;
	color: #4d4541;
}

.blog .single-post-listing:hover,
.archive .single-post-listing:hover,
.home .single-post-listing:hover {
	background-color: #EDEDED;
	text-decoration: none;
}

.blog .single-post-listing article,
.archive .single-post-listing article,
.home .single-post-listing article {
	border-bottom: 1px solid #EDEDED;
}

.blog .single-post-listing:nth-of-type(1) article,
.archive .single-post-listing:nth-of-type(1) article,
.home .single-post-listing:nth-of-type(1) article {
	border-bottom: 1px solid #EDEDED;
}

article.post {
	position: relative;
	padding: 10px;
}

article.post:nth-child(3n) {
	margin-right: 0;
}

article.post:nth-child(3n+1) {
	clear: left;
}

article.post .post-title {
	margin-bottom: 0;
	margin-top: 0;
}

article.post .square-date {
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 15px;
	font-size: 40px;
	line-height: 1;
	width: 70px;
	text-align: center;
	white-space: nowrap;
}

article.post .meta {
	margin-bottom: 10px;
	color: #888888;
}

.upcoming-events {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
	padding: 80px 0;
}

.upcoming-events:last-child {
	margin-right: 0;
}

.upcoming-events article {
	padding: 25px;
	border-bottom: 1px solid #EDEDED;
}

.upcoming-events article:nth-of-type(1) {
	border-top: 1px solid #EDEDED;
}

.upcoming-events article:hover {
	background-color: #EDEDED;
	text-decoration: none;
}

.upcoming-events article .square-date,
.upcoming-events article .post-title,
.upcoming-events article .meta {
	display: inline-block;
	vertical-align: middle;
}

.upcoming-events article .square-date {
	margin-right: 20px;
	padding: 15px;
	font-size: 40px;
	line-height: 1;
	width: 70px;
	text-align: center;
	white-space: nowrap;
	background: #EDEDED;
}

.upcoming-events article .post-title {
	margin-bottom: 0;
	width: 60%;
}

.upcoming-events article .meta {
	color: #888888;
	margin-bottom: 0;
}

.upcoming-events footer {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
	padding: 40px 0 0;
}

.upcoming-events footer:last-child {
	margin-right: 0;
}

#subscribe-wrapper {
	background: #6D6E70;
}

#subscribe-content {
	padding: 35px 0 25px;
}

#subscribe-content h3 {
	color: white;
	font-size: 24px;
	font-weight: 600;
	display: inline-block;
	margin-right: 20px;
}

#subscribe-content label {
	display: none;
}

#subscribe-content .gform_body {
	margin-right: 20px;
	min-width: 300px;
}

#subscribe-content input,
#subscribe-content form,
#subscribe-content .gform_wrapper,
#subscribe-content .gform_body,
#subscribe-content .gform_footer {
	display: inline-block;
	vertical-align: middle;
}

#gforms_confirmation_message {
	display: inline-block;
	padding: 5px 15px;
	background-color: #009d4d;
	color: white;
	font-weight: bold;
}

.validation_error {
	display: none;
}

.validation_message {
	padding: 5px 15px;
	background-color: #e31d1a;
	color: white;
	font-weight: bold;
}

.footer-wrapper {
	background: #115589;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
}

.footer-wrapper a {
	color: #ffffff;
}

#footer-nav-wrapper {
	border-bottom: 1px solid #115589;
}

#footer-nav ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	list-style: none;
}

#footer-nav ul li {
	display: inline-block;
}

#footer-wrapper {
	background: #115589;
}

#footer-wrapper #footer #footer-content {
	background: url(images/logo-vertical.png) no-repeat right top;
	-webkit-background-size: 250px 212px;
	background-size: 250px 212px;
	min-height: 250px;
}

.signup {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
	min-height: 1px;
}

.signup:last-child {
	margin-right: 0;
}

.logo-copyright {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
	text-align: left;
	font-size: 12px;
	color: #B0B0B0;
	font-weight: 100;
}

.logo-copyright:last-child {
	margin-right: 0;
}

article[class*="important"] .square-date {
	background: #009d4d;
	color: white;
}

article[class*="term"] .square-date {
	background: #1EB4E1;
	color: white;
}

#page-wrapper #tribe-bar-form {
	background: #EDEDED;
}

#page-wrapper #tribe-bar-form .tribe-bar-submit input[type=submit] {
	display: inline-block;
	padding: 10px 30px;
	background-color: white;
	border: 1px solid #4d4541;
	border-radius: 0;
	outline: 0;
	zoom: 1;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	color: #4d4541;
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
	vertical-align: baseline;
	text-decoration: none;
	text-align: center;
	line-height: normal;
}

#page-wrapper #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
	color: white;
	background-color: #e31d1a;
}

#page-wrapper #tribe-bar-form .tribe-bar-submit input[type=submit]:active,
#page-wrapper #tribe-bar-form .tribe-bar-submit input[type=submit].active {
	outline: 0;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
}

#page-wrapper #tribe-bar-form .tribe-bar-submit input[type=submit].disabled,
#page-wrapper #tribe-bar-form .tribe-bar-submit input[type=submit][disabled] {
	background-image: none;
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	cursor: not-allowed;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.newsletters-list {
	list-style-type: none;
	padding-left: 0;
}

.newsletters-list .newsletter {
	display: block;
	position: relative;
	border-bottom: 1px solid #888888;
}

.newsletters-list .newsletter:nth-of-type(1) {
	border-top: 1px solid #888888;
}

.newsletters-list .newsletter a::before {
	font-family: Flaticon;
	font-size: 16px;
	font-style: normal;
	content: "\e002";
	font-size: 29px;
	position: absolute;
	left: 24px;
	top: 12px;
	color: #009d4d;
}

.newsletters-list .newsletter a {
	display: block;
	padding: 10px 5px 10px 80px;
	text-decoration: none !important;
}

.newsletters-list .newsletter a:hover {
	background-color: white;
}

.newsletters-list .newsletter .newsletter-title {
	font-weight: lighter;
	font-size: 27px;
	margin-bottom: 0;
}

.newsletters-list .newsletter .meta {
	font-size: 14px;
	color: #888888;
}

.newsletters-feed h2 {
	margin-bottom: 0;
}

.newsletters-feed .newsletters-list .newsletter {
	border-color: #EDEDED;
}

#sidebar {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 23.23176%;
}

#sidebar:last-child {
	margin-right: 0;
}

.widget {
	margin-bottom: 20px;
}

.widget:after {
	content: "";
	display: table;
	clear: both;
}

.widget .widget-title {
	margin-bottom: 10px;
}

.widget ul {
	border-top: 1px solid #EDEDED;
	padding-left: 0;
	margin: 0;
}

.widget ul li {
	list-style: none;
	border-bottom: 1px solid #EDEDED;
	padding: 0;
}

.widget ul li a {
	display: block;
	padding: 10px 5px;
}

.widget ul li .post-date {
	font-size: 13px;
}

.widget .sub-menu li:last-child {
	border-bottom: none;
}

.widget_sandpit_sub_menu_widget h3 {
	position: relative;
}

.widget_sandpit_sub_menu_widget .active > a {
	color: black;
}

.widget_sandpit_sub_menu_widget .button-expand {
	display: none;
}

article.single-article header h3 {
	margin: 0;
}

article.single-article header time {
	margin-bottom: 0;
	font-size: 1em;
}

article.single-article header .meta {
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 1em;
}

.article-images .image {
	margin-bottom: 20px;
}

.article-images figcaption {
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #888888;
	text-align: center;
	line-height: 1.2;
}

.newsletters-list {
	list-style-type: none;
	padding-left: 0;
}

.newsletters-list .newsletter {
	display: block;
	position: relative;
	border-bottom: 1px solid #888888;
}

.newsletters-list .newsletter:nth-of-type(1) {
	border-top: 1px solid #888888;
}

.newsletters-list .newsletter a::before {
	font-family: Flaticon;
	font-size: 16px;
	font-style: normal;
	content: "\e002";
	font-size: 29px;
	position: absolute;
	left: 24px;
	top: 12px;
	color: #009d4d;
}

.newsletters-list .newsletter a {
	display: block;
	padding: 10px 5px 10px 80px;
	text-decoration: none !important;
}

.newsletters-list .newsletter a:hover {
	background-color: white;
}

.newsletters-list .newsletter .newsletter-title {
	font-weight: lighter;
	font-size: 27px;
	margin-bottom: 0;
}

.newsletters-list .newsletter .meta {
	font-size: 14px;
	color: #888888;
}

.newsletters-feed h2 {
	margin-bottom: 0;
}

.newsletters-feed .newsletters-list .newsletter {
	border-color: #EDEDED;
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* Slider */

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

#nav-wrapper {
	padding: 0;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}

#nav-wrapper .menu-header {
	*zoom: 1;
	margin-left: auto;
	margin-right: auto;
	width: 1280px;
}

#nav-wrapper .menu-header:after {
	content: "";
	display: table;
	clear: both;
}

#main-nav .menu {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
	padding: 0;
	margin: 0;
}

#main-nav .menu:last-child {
	margin-right: 0;
}

#main-nav .menu li {
	position: relative;
	float: left;
	list-style: none;
}

#main-nav .menu li .toggle {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 57px;
	cursor: pointer;
}

#main-nav .menu li .toggle::before,
#main-nav .menu li .toggle::after {
	margin-right: 10px;
}

#main-nav .menu li.menu-parent > a {
	padding-right: 55px;
}

#main-nav .menu li a {
	display: block;
	padding: 7px 25px;
	color: #4d4541;
}

#main-nav .menu li.expanded a,
#main-nav .menu li:hover > a {
	background-color: #EDEDED;
}

#main-nav .menu li .sub-menu {
	display: none;
	padding: 0;
	position: absolute;
	z-index: 1000;
	width: 250%;
	background-color: #EDEDED;
}

#main-nav .menu li .sub-menu li {
	float: none;
	position: relative;
	margin-right: 0;
}

#main-nav .menu li .sub-menu li:hover > a {
	background-color: #fafafa;
}

#main-nav .menu li .sub-menu li a {
	width: 100%;
}

#main-nav .menu li .sub-menu .sub-menu {
	display: none;
	left: 100%;
	position: absolute;
	top: 0;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.alignleft {
	float: left;
	clear: left;
	margin-right: 20px;
}

.alignright {
	float: right;
	clear: right;
	margin-left: 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.alignnone {
	display: block;
	margin: 0 0 20px;
}

.wp-caption {
	padding: 0;
	text-align: center;
}

.wp-caption img {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
	line-height: 1;
}

.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 0.70721em;
}

/*# sourceMappingURL=style.css.map */

@media screen and (min-width: 380px) {

/* */

}

@media screen and (min-width: 600px) {

/* */

}

@media screen and (min-width: 960px) {

/* */

}

@media screen and (min-width: 1024px) {

/* */

#footer-nav ul li a {
	display: inline-block;
	padding: 20px 20px 20px 15px;
}

#footer-nav ul li:first-child a {
	padding-left: 0;
}

#footer-nav ul li:not(:last-child):after {
	content: ' ';
	display: inline-block;
	height: 10px;
	border-left: 2px solid #EDEDED;
}

}

@media screen and (max-width: 1320px) {

/* */

.wrapper .section {
	width: 960px;
}

#content {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 65.88078%;
}

#content:last-child {
	margin-right: 0;
}

#nav-wrapper .menu-header {
	width: 960px;
}

#main-nav .menu li a {
	font-size: 14px;
}

}

@media screen and (max-width: 1000px) {

/* */

#touch-nav-toggle {
	display: block;
}

.wrapper .section {
	width: 600px;
}

#header-wrapper {
	padding: 15px;
	margin-bottom: 0;
}

#header-wrapper #header #header-content {
	background-position: top 64px right 40px;
}

#logo {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
	text-align: left;
}

#logo:last-child {
	margin-right: 0;
}

#header-content .search-form {
	display: none;
}

#main-wrapper #main {
	padding: 70px 0 80px;
}

#content {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}

#content:last-child {
	margin-right: 0;
}

#about-our-school {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}

#about-our-school:last-child {
	margin-right: 0;
}

#calls-to-action .call-to-action {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
	margin-bottom: 30px;
}

#calls-to-action .call-to-action:last-child {
	margin-right: 0;
}

#calls-to-action .call-to-action:nth-child(2n):nth-child(2n) {
	margin-right: 0;
}

#calls-to-action .call-to-action:nth-child(2n):nth-child(2n+1) {
	clear: left;
}

#calls-to-action .call-to-action:nth-child(3n) {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}

#calls-to-action .call-to-action:nth-child(3n):last-child {
	margin-right: 0;
}

#newsletters {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}

#newsletters:last-child {
	margin-right: 0;
}

article.post {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}

article.post:last-child {
	margin-right: 0;
}

.upcoming-events article .post-title {
	width: 230px;
}

.upcoming-events article .meta {
	margin-left: 100px;
}

#footer-nav ul {
	padding: 30px 0;
}

#footer-nav ul li {
	display: block;
}

#footer-nav ul a {
	padding: 5px 0;
}

#sidebar {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}

#sidebar:last-child {
	margin-right: 0;
}

.widget_sandpit_sub_menu_widget {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background-color: #EDEDED;
	padding: 0 20px;
	z-index: 100;
}

.widget_sandpit_sub_menu_widget h3,
.widget_sandpit_sub_menu_widget nav {
	margin-bottom: 10px;
	*zoom: 1;
	margin-left: auto;
	margin-right: auto;
	width: 1280px;
}

.widget_sandpit_sub_menu_widget h3:after,
.widget_sandpit_sub_menu_widget nav:after {
	content: "";
	display: table;
	clear: both;
}

.widget_sandpit_sub_menu_widget h3 {
	font-size: 20px;
	padding: 10px 0 0;
	cursor: pointer;
}

.widget_sandpit_sub_menu_widget nav {
	display: none;
}

.widget_sandpit_sub_menu_widget .button-expand {
	display: block;
	top: 4px;
	right: 3px;
}

.widget_sandpit_sub_menu_widget ul,
.widget_sandpit_sub_menu_widget li {
	border-color: #888888 !important;
}

.widget_sandpit_sub_menu_widget ul li a {
	padding: 4px 5px;
}

#nav-wrapper .menu-header {
	width: 600px;
}

#touch-nav-toggle {
	display: inline-block;
}

#nav-wrapper {
	z-index: 101;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	background: #2D2928;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#nav-wrapper .menu-header {
	padding: 0;
	display: none;
	max-width: none;
	overflow: hidden;
}

#nav-wrapper .menu-header #main-nav {
	padding: 80px 0px 20px 0;
	width: 100%;
	font-size: 1em;
}

#nav-wrapper .menu-header #main-nav:after {
	content: "";
	display: table;
	clear: both;
}

#main-nav .menu {
	display: inline;
	float: left;
	width: 100%;
	margin: 0;
	float: left;
	padding: 0;
	text-align: center;
}

#main-nav .menu li {
	float: none;
	display: block;
	text-align: left;
	margin-right: 0;
	padding-right: 57px;
}

#main-nav .menu li .toggle {
	border-left: 1px solid #4d4541;
}

#main-nav .menu li .toggle::before,
#main-nav .menu li .toggle::after {
	margin-top: 0;
}

#main-nav .menu li:hover,
#main-nav .menu li.active,
#main-nav .menu li.expanded a {
	background: #413D3C;
}

#main-nav .menu li a {
	padding: 0.5em 0.5em 0.5em 1.5em;
	color: white;
}

#main-nav .menu li.active a,
#main-nav .menu li:hover a {
	background: transparent;
}

#main-nav .menu li .sub-menu {
	position: relative;
	display: none;
	max-width: 100%;
	width: auto;
	zoom: 1;
	background: transparent;
}

#main-nav .menu li .sub-menu li {
	float: none;
	position: relative;
	display: block !important;
	opacity: 1 !important;
	zoom: 1;
	padding-right: 0;
}

#main-nav .menu li .sub-menu li a {
	width: 100%;
	padding-left: 2em;
	padding-right: 10px;
}

#main-nav .menu li .sub-menu li a::before {
	content: '- ';
	margin-right: 10px;
}

#main-nav .menu li .sub-menu li .sub-menu {
	position: relative;
	left: 0;
}

#main-nav .menu li .sub-menu li .sub-menu li {
	padding-left: 0;
}

#main-nav .menu li .sub-menu li .sub-menu li a {
	padding-left: 4.5em;
}

}

@media screen and (max-width: 1000px) and (max-width: 1320px) {

.widget_sandpit_sub_menu_widget h3,
.widget_sandpit_sub_menu_widget nav {
	width: 960px;
}

}

@media screen and (max-width: 1000px) and (max-width: 1000px) {

.widget_sandpit_sub_menu_widget h3,
.widget_sandpit_sub_menu_widget nav {
	width: 600px;
}

}

@media screen and (max-width: 1000px) and (max-width: 760px) {

.widget_sandpit_sub_menu_widget h3,
.widget_sandpit_sub_menu_widget nav {
	max-width: 380px;
	width: auto;
}

}

@media screen and (max-width: 760px) {

/* */

body.admin-bar {
	padding-top: 46px;
}

.wrapper .section {
	max-width: 380px;
	width: auto;
}

#banner-wrapper #banner {
	width: 100%;
	max-width: none;
}

#content article.single-article {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}

#content article.single-article:last-child {
	margin-right: 0;
}

.article-images {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}

.article-images:last-child {
	margin-right: 0;
}

#calls-to-action .call-to-action {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}

#calls-to-action .call-to-action:last-child {
	margin-right: 0;
}

.latest-news {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}

.latest-news:last-child {
	margin-right: 0;
}

.upcoming-events {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
	padding-top: 40px;
}

.upcoming-events:last-child {
	margin-right: 0;
}

#subscribe-content .gform_body {
	margin-bottom: 20px;
}

.signup {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}

.signup:last-child {
	margin-right: 0;
}

.logo-copyright {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}

.logo-copyright:last-child {
	margin-right: 0;
}

#nav-wrapper .menu-header {
	max-width: 380px;
	width: auto;
}

}

@media screen and (max-width: 660px) {

/* */

#header-wrapper #header #header-content {
	padding-bottom: 50px;
	background-position: bottom left;
}

}

@media print {

* {
	background: transparent !important;
	color: #444 !important;
	text-shadow: none;
}

nav,
#main-nav,
#searchform,
#contact-details,
#sidebar {
	display: none !important;
}

#content {
	width: 100%;
}

a,
a:visited {
	color: #444 !important;
	text-decoration: underline;
}

a:after {
	content: " (" attr(href) ")";
}

abbr:after {
	content: " (" attr(title) ")";
}

.ir a:after {
	content: "";
}

/* Don't show links for images */

pre,
blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

img {
	page-break-inside: avoid;
}

p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}

h2,
h3 {
	page-break-after: avoid;
}

}

