/* # Schools Spectacular
Theme Name: Schools Specactular
Theme URI: http://www.schoolsspectacular.com.au/
Description: Schools Spectacular Theme based on Genesis
Author: Schools Spectacular
Author URI: http://www.schoolsspectacular.com.au/
Template: genesis
Template Version: 2.1.2
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/******************************************************************

Mixins

******************************************************************/
/******************************************************************
Variables
******************************************************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/******************************************************************

Vanilla CSS 1.0.2
http://noscope.com/vanilla-css/

******************************************************************/
/******************************************************************
Grid
******************************************************************/
/* Float Clearing
--------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300);
/******************************************************************
Grid
******************************************************************/
/* Column Widths and Positions
--------------------------------------------- */
/* Site Containers
--------------------------------------------- */
/******************************************************************

Stylesheet: Form Styles

******************************************************************/
/*********************
INPUTS
*********************/
html {
  /* 1 */
  font-family: sans-serif;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /**
 * Remove default margin.
 */
}
body {
  margin: 0;
  /* HTML5 display definitions
   ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, 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 {
  /* 1 */
  display: inline-block;
  /* 2 */
  vertical-align: baseline;
  /**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
}
[hidden], template {
  display: none;
  /* Links
   ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10.
 */
}
a {
  background-color: transparent;
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
}
a:active, a:hover {
  outline: 0;
  /* Text-level semantics
   ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
}
abbr[title] {
  border-bottom: 1px dotted;
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
}
b, strong {
  font-weight: bold;
  /**
 * Address styling not present in Safari and Chrome.
 */
}
dfn {
  font-style: italic;
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
}
h1 {
  font-size: 2em;
  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: 80%;
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
  /* Embedded content
   ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10.
 */
}
img {
  border: 0;
  /**
 * Correct overflow not hidden in IE 9/10/11.
 */
}
svg:not(:root) {
  overflow: hidden;
  /* Grouping content
   ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari.
 */
}
figure {
  margin: 1em 40px;
  /**
 * Address differences between Firefox and other browsers.
 */
}
hr {
  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;
  /* Forms
   ========================================================================== */
  /**
 * 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, and Chrome.
 */
}
button, input, optgroup, select, textarea {
  /* 1 */
  color: inherit;
  /* 2 */
  font: inherit;
  /* 3 */
  margin: 0;
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
}
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/9/10/11, 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"] {
  /* 2 */
  -webkit-appearance: button;
  /* 3 */
  cursor: pointer;
  /**
 * 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"] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
  /**
 * 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
}
input[type="search"] {
  /* 1 */
  -webkit-appearance: textfield;
  /* 2 */
  box-sizing: content-box;
  /**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
}
legend {
  /* 1 */
  border: 0;
  /* 2 */
  padding: 0;
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
}
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;
}
body {
  font: 9pt/1.5em sans-serif;
}
pre, code, tt {
  font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}
h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: bold;
}
em, i, dfn {
  font-style: italic;
}
dfn {
  font-weight: bold;
}
p, code, pre, kbd {
  margin: 0 0 1.5em 0;
}
blockquote {
  margin: 0 1.5em 1.5em 1.5em;
}
cite {
  font-style: italic;
}
li ul, li ol {
  margin: 0 1.5em;
}
ul, ol {
  margin: 0 1.5em 1.5em 1.5em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
table {
  margin-bottom: 1.4em;
  width: 100%;
}
th {
  font-weight: bold;
}
th, td, caption {
  padding: 4px 10px 4px 5px;
}
tfoot {
  font-style: italic;
}
sup, sub {
  line-height: 0;
}
abbr, acronym {
  border-bottom: 1px dotted;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
del {
  text-decoration: line-through;
}
pre {
  margin: 1.5em 0;
  white-space: pre;
}
img.centered, .aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  display: inline;
}
img.alignleft {
  display: inline;
}
.alignright {
  float: right;
  margin-left: 10px;
}
.alignleft {
  float: left;
  margin-right: 10px;
}
img {
  max-width: 100%;
}
* html .clearfix {
  height: 1%;
}
* + html .clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .group {
  height: 1%;
}
* + html .group {
  display: inline-block;
}
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  /**
* End Vanilla CSS
*/
}
@font-face {
  font-family: 'brownbold';
  src: url('fonts/brownbold/brown-bold-webfont.eot');
  src: url('fonts/brownbold/brown-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/brownbold/brown-bold-webfont.woff2') format('woff2'), url('fonts/brownbold/brown-bold-webfont.woff') format('woff'), url('fonts/brownbold/brown-bold-webfont.ttf') format('truetype'), url('fonts/brownbold/brown-bold-webfont.svg#brownbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'brownlight';
  src: url('fonts/brownlight/brown-light-webfont.eot');
  src: url('fonts/brownlight/brown-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/brownlight/brown-light-webfont.woff2') format('woff2'), url('fonts/brownlight/brown-light-webfont.woff') format('woff'), url('fonts/brownlight/brown-light-webfont.ttf') format('truetype'), url('fonts/brownlight/brown-light-webfont.svg#brownlight') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'brownregular';
  src: url('fonts/brownregular/brown-regular-webfont.eot');
  src: url('fonts/brownregular/brown-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/brownregular/brown-regular-webfont.woff2') format('woff2'), url('fonts/brownregular/brown-regular-webfont.woff') format('woff'), url('fonts/brownregular/brown-regular-webfont.ttf') format('truetype'), url('fonts/brownregular/brown-regular-webfont.svg#brownregular') format('svg');
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: 'claire_handbold';
  src: url('fonts/clairehandbold/clairehandbold-webfont.eot');
  src: url('fonts/clairehandbold/clairehandbold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/clairehandbold/clairehandbold-webfont.woff2') format('woff2'), url('fonts/clairehandbold/clairehandbold-webfont.woff') format('woff'), url('fonts/clairehandbold/clairehandbold-webfont.ttf') format('truetype'), url('fonts/clairehandbold/clairehandbold-webfont.svg#claire_handbold') format('svg');
  font-weight: bold;
  font-style: normal;
  /*

    NOT USED

    @font-face {
        font-family: 'claire_handlight';
        src: url('fonts/clairehandlight/clairehandlight-webfont.eot');
        src: url('fonts/clairehandlight/clairehandlight-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/clairehandlight/clairehandlight-webfont.woff2') format('woff2'),
        url('fonts/clairehandlight/clairehandlight-webfont.woff') format('woff'),
        url('fonts/clairehandlight/clairehandlight-webfont.ttf') format('truetype'),
        url('fonts/clairehandlight/clairehandlight-webfont.svg#claire_handlight') format('svg');
        font-weight: 200;
        font-style: normal;

    }

    @font-face {
        font-family: 'claire_handregular';
        src: url('fonts/clairehandregular/clairehandregular-webfont.eot');
        src: url('fonts/clairehandregular/clairehandregular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/clairehandregular/clairehandregular-webfont.woff2') format('woff2'),
        url('fonts/clairehandregular/clairehandregular-webfont.woff') format('woff'),
        url('fonts/clairehandregular/clairehandregular-webfont.ttf') format('truetype'),
        url('fonts/clairehandregular/clairehandregular-webfont.svg#claire_handregular') format('svg');
        font-weight: normal;
        font-style: normal;

    }

    */
}
.author-box:before, .clearfix:before, .entry:before, .entry-content:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {
  content: " ";
  display: table;
}
.author-box:after, .clearfix:after, .entry:after, .entry-content:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after {
  clear: both;
  content: " ";
  display: table;
}
body {
  font: 12pt sans-serif;
  line-height: 1.6em;
  font-family: "Source Sans Pro", Serif;
  font-weight: 200;
}
small {
  color: #9f9f9f;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "platform-medium", Serif;
  font-weight: 400;
  color: #28044e;
  text-transform: uppercase;
  margin: 0px 0px 15px 0;
}
h1 {
  line-height: 1em;
  color: #28044e;
}
h2 {
  font-size: 22px;
}
@media (max-width: 768px) {
  h2 {
    white-space: normal;
  }
}
h2 sup {
  position: relative;
  top: -2px;
  left: 10px;
  font-family: "Source Sans Pro", Serif;
}
ul {
  list-style-type: disc;
}
dl dt {
  float: left;
  clear: left;
  width: 50%;
  text-align: left;
  min-height: 30px;
  font-weight: normal;
  padding: 0 0 0.5em 0;
}
dl dt:after {
  content: ":";
}
dl dd {
  margin: 0 0 0 50%;
  padding: 0 0 0.5em 0;
  min-height: 30px;
  font-weight: normal;
}
.section b, .section strong {
  font-family: "Source Sans Pro", Serif;
}
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .one-fifth, .two-fifths, .three-fifths, .four-fifths, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
  float: left;
  margin-left: 2.5641%;
  min-height: 1px;
}
.one-half, .three-sixths, .two-fourths {
  width: 48.71795%;
}
.one-third, .two-sixths {
  width: 31.62393%;
}
.four-sixths, .two-thirds {
  width: 65.81197%;
}
.one-fourth {
  width: 23.07692%;
}
.three-fourths {
  width: 74.35897%;
}
.one-fifth {
  width: 17.94872%;
}
.two-fifths {
  width: 38.46154%;
}
.three-fifths {
  width: 58.97436%;
}
.four-fifths {
  width: 79.48718%;
}
.one-sixth {
  width: 14.52991%;
}
.five-sixths {
  width: 82.90598%;
}
.first {
  clear: both;
  margin-left: 0;
}
.full-width {
  width: 100%;
}
@media (max-width: 768px) {
  /**
 * Layouts
 **/
  /* Content */  .five-sixths, .four-sixths, .four-fifths, .one-fourth, .one-half, .one-sixth, .one-third, .one-fifth, .three-fourths, .three-sixths, .three-fifths, .two-fourths, .two-fifths, .two-sixths, .two-thirds {
    margin: 0;
    width: 100%;
  }
}
.content {
  float: right;
  width: 700px;
}
.content-sidebar .content {
  float: left;
}
.full-width-content .content {
  width: 100%;
  /* Primary Sidebar */
}
.sidebar-primary {
  float: right;
  width: 260px;
}
.sidebar-content .sidebar-primary {
  float: left;
}
@media (max-width: 768px) {
  .content {
    width: 100%;
  }
  .sidebar-primary {
    width: 100%;
  }
}
.mobile {
  display: none;
}
.desktop {
  display: block;
}
@media (max-width: 768px) {
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}
body {
  background: url('images/footer-bg.jpg') no-repeat bottom center;
  background-size: contain;
  padding-bottom: 20%;
  min-height: 1500px;
}
@media (max-width: 768px) {
  body {
    background: url('images/footer-bg-mobile.jpg') no-repeat bottom center;
  }
}
.site-inner, .wrap {
  margin: 0 auto;
  max-width: 960px;
}
.site-inner {
  clear: both;
}
#slider {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  top: 0px;
  left: 0;
  right: 0px;
  z-index: 1;
}
#slider .wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1240px;
}
#slider .education-logo {
  position: absolute;
  bottom: 0;
  top: 20px;
  left: 140px;
  max-width: 173px;
  z-index: 4;
}
#slider .splodge {
  position: absolute;
  bottom: 0;
  top: 0px;
  width: 100%;
  margin: 0px auto;
  left: 0px;
  max-width: 883px;
  overflow: hidden;
  z-index: 3;
  background: url('images/splodge-half.png') no-repeat;
}
#slider .soliloquy-controls, #slider .soliloquy-pager {
  display: none !important;
}
#slider .image {
  background: url('images/slider-4.jpg') no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 1240px;
  z-index: 1;
}
#slider .diagonal {
  position: absolute;
  width: 100%;
  bottom: -2px;
  top: 0px;
  z-index: 2;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="2560" height="480"><polygon points="0,480 2560,0 2560,480" style="fill:rgb(255, 255, 255);stroke:rgb(255, 255, 255);stroke-width:0"></polygon></svg>');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media (max-width: 768px) {
  #slider {
    height: 130px;
  }
  #slider .wrap {
    position: relative;
    height: 190px;
  }
  #slider .splodge {
    background: url('images/splodge.png') no-repeat;
    background-position: 0% 0px;
    background-size: 300px;
  }
  #slider .education-logo {
    left: 20%;
    max-width: 73px;
  }
  #slider .diagonal {
    bottom: -2px;
  }
}
@media (min-width: 769px) {
  #slider {
    height: 380px;
  }
  #slider .wrap {
    position: relative;
    height: 380px;
  }
  #slider .splodge {
    background-position: 0px -30px;
    background-size: 80%;
  }
}
@media (min-width: 1200px) {
  #slider {
    height: 480px;
  }
  #slider .wrap {
    position: relative;
    height: 480px;
  }
  #slider .splodge {
    background-position: 0px -40px;
    background-size: 883px;
  }
}
.site-header {
  padding: 0 15px;
  min-height: 160px;
  position: relative;
  z-index: 10;
  /* Header Logo
    --------------------------------------------- */
}
@media (max-width: 768px) {
  .site-header {
    padding: 0;
    margin-top: 0px;
  }
}
@media (min-width: 769px) {
  .site-header {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
}
.site-header .wrap {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .site-header .wrap {
    padding: 0px;
  }
}
.site-header .site-description, .site-header .site-title {
  margin: 0;
}
.title-area {
  float: left;
  padding: 0;
  width: 240px;
}
@media (max-width: 768px) {
  .title-area {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .title-area {
    width: 300px;
  }
}
.header-image {
  /* Widget Area
    --------------------------------------------- */
}
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}
.header-image .site-title > a {
  background: url(images/logo@2x.png) no-repeat left;
  float: left;
  min-height: 135px;
  background-size: 100%;
  -ms-behavior: url(/wp-content/themes/schools-spectacular/css/backgroundsize.htc);
  width: 100%;
}
@media (max-width: 768px) {
  .header-image .site-title > a {
    background: url(images/logo.png) no-repeat left;
    background-size: 100%;
    width: 240px;
  }
}
@media (max-width: 768px) {
  .header-image .site-title {
    margin-left: 15px;
  }
}
.site-header .widget-area {
  margin-top: 15px;
  float: right;
  text-align: right;
}
@media (max-width: 768px) {
  .site-header .widget-area {
    margin-top: 0px;
    width: auto;
    float: none;
    clear: both;
  }
}
.site-header .widget-area .widget_text {
  margin-top: -22px;
  margin-left: -15px;
  width: 120px;
  float: right;
}
@media (max-width: 768px) {
  .site-header .widget-area .widget_text {
    margin-right: 15px;
  }
}
.site-header .widget-area .widget_text .social-icons {
  margin-bottom: 15px;
}
.site-header .widget-area .widget_text .social-icons a {
  font-size: 26px;
  margin-left: 0px;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 768px) {
  .site-header .widget-area .widget_text .social-icons {
    display: none;
  }
}
.site-header .widget-area .widget_text .social-icons .fa {
  border-radius: 5px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
.site-header .widget-area .widget_text .social-icons .fa-facebook, .site-header .widget-area .widget_text .social-icons .fa-facebook-square {
  background-color: #3c599f;
}
.site-header .widget-area .widget_text .social-icons .fa-twitter, .site-header .widget-area .widget_text .social-icons .fa-twitter-square {
  background-color: #32ccfe;
}
.site-header .widget-area .widget_text .social-icons .fa-youtube, .site-header .widget-area .widget_text .social-icons .fa-youtube-play, .site-header .widget-area .widget_text .social-icons .fa-youtube-square {
  background-color: #c52f30;
}
.site-header .widget-area .widget_search {
  margin-bottom: 8px;
  z-index: 20000;
  width: 450px;
  float: left;
  margin-top: -20px;
}
.site-header .widget-area .widget_search .search-form {
  width: 320px;
  height: 50px;
  float: right;
  position: relative;
}
.site-header .widget-area .widget_search .search-form input[type="search"] {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #b5b5b6;
  height: 20px;
  padding: 5px;
  width: 200px;
  line-height: 20px;
  position: absolute;
  z-index: 20000;
  left: 30px;
}
.site-header .widget-area .widget_search .search-form input[type="search"]:focus {
  outline: none;
}
.site-header .widget-area .widget_search .search-form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #b5b5b6;
  border-left: 0px;
  z-index: 20001;
  position: absolute;
  left: 230px;
  top: 0px;
  background-color: #dcddde;
  padding: 5px 10px;
  height: 32px !important;
  line-height: 20px;
}
.site-header .widget-area .widget_search .search-form input[type="submit"]:focus {
  outline: none;
}
.site-header .widget-area .widget_search .search-form:before {
  position: absolute;
  font-family: FontAwesome;
  color: #a7a9ac;
  top: 3px;
  left: 0px;
  font-size: 24px;
  content: "\f002";
}
@media (max-width: 768px) {
  .site-header .widget-area .widget_search {
    display: none;
  }
}
.site-header .widget_nav_menu {
  clear: both;
  font-size: 23px;
  line-height: 1;
  width: 100%;
  font-family: "Source Sans Pro", Serif;
  font-weight: bold;
  text-transform: uppercase;
  /* Hamburger Toggle
    --------------------------------------------- */
}
.site-header .widget_nav_menu ul, .site-header .widget_nav_menu li {
  margin: 0px;
  padding: 0px;
}
.site-header .widget_nav_menu .menu-item {
  display: inline-block;
  text-align: left;
  position: relative;
}
.site-header .widget_nav_menu a {
  color: #28044e;
  display: block;
  text-decoration: none;
  padding: 5px 4px;
}
@media (min-width: 992px) {
  .site-header .widget_nav_menu a {
    padding: 5px 14px;
  }
}
@media (min-width: 1600px) {
  .site-header .widget_nav_menu a {
    padding: 5px 10px;
  }
}
.site-header .widget_nav_menu a:hover, .site-header .widget_nav_menu a:focus {
  color: #e4007a !important;
  /* Dropdown Navigation (Desktop)
        --------------------------------------------- */
}
@media (min-width: 769px) {
  .site-header .widget_nav_menu .menu-item:hover {
    position: relative;
  }
  .site-header .widget_nav_menu .menu-item:hover > .sub-menu {
    left: -10%;
  }
  .site-header .widget_nav_menu .menu-item:hover > a:after, .site-header .widget_nav_menu .current-menu-item > a:after, .site-header .widget_nav_menu .current-page-ancestor > a:after, .site-header .widget_nav_menu .menu-item-has-children.current-menu-item > a:after {
    color: #e4007a !important;
    width: 148px;
    height: 149px;
    position: absolute;
    left: 50%;
    margin-left: -77px;
    margin-top: -55px;
    top: 0px;
    z-index: 98;
    display: block;
    content: '';
  }
  .site-header .widget_nav_menu .sub-menu {
    left: -9999px;
    border: 1px solid #f7f6f8;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 0px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    border-top: 0px;
    position: absolute;
    width: 120%;
    z-index: 99;
    margin: 0px;
    padding: 0px;
  }
  .site-header .widget_nav_menu .sub-menu .menu-item {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    display: block;
  }
  .site-header .widget_nav_menu .sub-menu .menu-item > a:after {
    background: none;
    display: none;
  }
  .site-header .widget_nav_menu .sub-menu .menu-item.clear-bg {
    background-color: transparent;
  }
  .site-header .widget_nav_menu .sub-menu .menu-item.last-bg {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-bottom: 5px;
  }
  .site-header .widget_nav_menu .sub-menu a {
    font-size: 14px;
    position: relative;
    padding: 5px 0px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .site-header .widget_nav_menu .sub-menu a:hover:after {
    background: none;
    display: none;
    color: #e4007a !important;
  }
  .site-header .widget_nav_menu .sub-menu .current-menu-item > a:hover {
    background: 0px;
  }
  .site-header .widget_nav_menu .menu-home {
    display: none;
  }
  .site-header .widget_nav_menu .menu-blog:hover > a:after {
    margin-left: -59px;
  }
  .site-header .widget_nav_menu .menu-blog a {
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .site-header .widget_nav_menu {
    /* Hamburger Navigation (Mobile)
        --------------------------------------------- */
  }
  .site-header .widget_nav_menu .menu-home {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .site-header .widget_nav_menu {
    display: none;
    position: relative;
    margin-bottom: 15px;
    border-top: 1px solid #ded9e2;
  }
  .site-header .widget_nav_menu .menu-item {
    background-color: #fafafa;
    display: block;
    position: relative;
    text-align: left;
  }
  .site-header .widget_nav_menu .menu-item a {
    padding: 15px;
    border-bottom: 1px solid #ded9e2;
  }
  .site-header .widget_nav_menu .sub-menu a {
    background-color: #f5f5f5;
    padding-left: 35px;
  }
}
.menu-toggle {
  display: none;
  visibility: hidden;
  border: 0px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-right: 15px;
  overflow: hidden;
  padding: 20px 5px 0;
  text-align: center;
  float: right;
  clear: none;
  background-color: transparent;
  color: #000;
  /* Grandchildren Navigation
    --------------------------------------------- */
}
.menu-toggle:focus {
  outline: none;
}
.menu-toggle:before {
  font-family: fontawesome;
  content: "\f0c9";
}
.menu-toggle.activated:before {
  font-family: fontawesome;
  content: "\f00d";
  font-weight: bold;
}
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
    visibility: visible;
  }
}
.grandchildren {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 45px;
  font-family: "Source Sans Pro", Serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.grandchildren li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  float: left;
  display: inline-block;
  text-align: left;
  position: relative;
}
.grandchildren li a {
  color: #28044e;
  display: block;
  text-decoration: none;
  padding: 5px 16px 5px 0;
}
.grandchildren li.page_item:hover > a:after, .grandchildren li.current_page_item > a:after {
  color: #e4007a !important;
  background-size: 100%;
  -ms-behavior: url(/wp-content/themes/schools-spectacular/css/backgroundsize.htc);
  width: 74px;
  height: 74px;
  position: absolute;
  left: 50%;
  margin-left: -37px;
  margin-top: -17px;
  top: 0px;
  z-index: 95;
  display: block;
  content: '';
}
@media (max-width: 768px) {
  .grandchildren {
    margin-left: 15px;
  }
}
.schools-by-category .grandchildren li.page-item-30 > a:after {
  color: #e4007a !important;
  background-size: 100%;
  -ms-behavior: url(/wp-content/themes/schools-spectacular/css/backgroundsize.htc);
  width: 74px;
  height: 74px;
  position: absolute;
  left: 50%;
  margin-left: -37px;
  margin-top: -17px;
  top: 0px;
  z-index: 95;
  display: block;
  content: '';
}
.section {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .section {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
}
.section-spacer-content {
  margin-bottom: 15px;
}
.section-spacer-content .spacer {
  border-top: 1px solid #d7d0de;
}
.section-column-content h2.empty {
  color: #fff;
}
@media (max-width: 768px) {
  .section-column-content h2.empty {
    display: none;
  }
}
.section-column-content .facebook-feed h2 {
  height: 32px;
  padding-left: 48px;
  padding-top: 7px;
  background: url('images/feed-facebook-logo.png') no-repeat left top;
  background-size: 32px;
  -ms-behavior: url(/wp-content/themes/schools-spectacular/css/backgroundsize.htc);
}
.section-column-content .twitter-feed h2 {
  height: 32px;
  padding-top: 7px;
  padding-left: 48px;
  background: url('images/feed-twitter-logo.png') no-repeat left 2px;
  background-size: 32px;
  -ms-behavior: url(/wp-content/themes/schools-spectacular/css/backgroundsize.htc);
}
.section-column-content .follow-like {
  float: right;
  margin-top: -15px;
  padding-bottom: 15px;
  height: 30px;
}
.section-column-content .image {
  width: 100%;
}
@media (max-width: 768px) {
  .section-column-content .image {
    margin-bottom: 15px;
  }
}
.section-boxout-content .wrap {
  background: #000;
  background: -moz-linear-gradient(0deg, #000 0%, #606060 95%, #606060 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #000), color-stop(95%, #606060), color-stop(100%, #606060));
  background: -webkit-linear-gradient(0deg, #000 0%, #606060 95%, #606060 100%);
  background: -o-linear-gradient(0deg, #000 0%, #606060 95%, #606060 100%);
  background: -ms-linear-gradient(0deg, #000 0%, #606060 95%, #606060 100%);
  background: linear-gradient(180deg, #000 0%, #606060 95%, #606060 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#606060',GradientType=1);
  color: #fff;
  border-radius: 15px;
  padding: 20px 20px 0px 20px;
}
.section-boxout-content .wrap a {
  color: #fff;
}
.section-boxout-content .wrap .image {
  width: 100%;
  margin-bottom: 20px;
}
.section-boxout-content .wrap h2 {
  color: #fff;
}
.section-video-content .video-container iframe {
  margin: 0px auto;
  display: block;
}
.button {
  /* Fallback Color */
  background-color: #28044e;
  /* Saf4+, Chrome */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#340566), to(#28044e));
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -webkit-linear-gradient(top, #340566, #28044e);
  /* FF3.6 */
  background-image: -moz-linear-gradient(top, #340566, #28044e);
  /* IE10 */
  background-image: -ms-linear-gradient(top, #340566, #28044e);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(top, #340566, #28044e);
  background-image: linear-gradient(top, #340566, #28044e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#340566', EndColorStr='#28044e');
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-family: "platform-medium", Serif;
  font-size: 18px;
  line-height: 30px;
  padding: 5px 20px;
  cursor: pointer;
  text-decoration: none;
  border: 0;
}
.path-home .section-form-content .field-email {
  clear: left;
  width: 90% !important;
}
.path-home .section-form-content .field-email input {
  width: 100%;
}
.path-contact .section-form-content .gform_wrapper {
  margin-top: 0px;
}
.path-contact .section-form-content .two-fifths, .path-contact .section-form-content .three-fifths {
  width: 100% !important;
  margin-left: 0px;
}
.path-contact .section-form-content .gform_fields li.gfield {
  width: 31%;
  float: left;
}
.path-contact .section-form-content #field_1_4 {
  clear: left;
  width: 90%;
}
.path-contact .section-form-content #field_1_4 textarea {
  width: 100%;
  height: 200px;
}
.path-contact .section-form-content .gform_footer {
  clear: left;
}
@media (max-width: 768px) {
  .path-contact .section-form-content .gform_fields li.gfield {
    width: 100%;
    float: none;
  }
  .path-contact .section-form-content #field_1_4 {
    clear: left;
    width: 100%;
  }
  .path-contact .section-form-content #field_1_4 textarea {
    width: 90%;
  }
}
.path-wbc-apply .section-form-content .gform_wrapper {
  margin-top: 0px;
}
.path-wbc-apply .section-form-content .two-fifths, .path-wbc-apply .section-form-content .three-fifths {
  width: 100% !important;
  margin-left: 0px;
}
.path-wbc-apply .section-form-content .gform_fields li.gfield {
  width: 50%;
  float: left;
}
.path-wbc-apply .section-form-content .gform_footer {
  clear: left;
}
.path-wbc-apply .section-form-content .field-uploads {
  width: 100% !important;
  clear: left;
  padding-top: 10px;
}
.path-wbc-apply .section-form-content .field-uploads .gfield_label {
  display: none;
}
.path-wbc-apply .section-form-content .field-category {
  width: 100% !important;
  clear: left;
  padding-top: 10px;
}
.path-wbc-apply .section-form-content .field-category .gfield_label {
  display: none;
}
.path-wbc-apply .section-form-content .field-category .gfield_radio {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.path-wbc-apply .section-form-content .field-category .gfield_radio li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.path-wbc-apply .section-form-content .field-category .gfield_radio li input {
  margin-right: 5px;
  margin-left: 20px;
}
.path-wbc-apply .section-form-content .field-category .gfield_radio li.gchoice_1_7_0 input {
  margin-left: 0px;
}
.path-wbc-apply .section-form-content .field-checkbox {
  width: 100% !important;
  clear: left;
  padding-top: 10px;
}
.path-wbc-apply .section-form-content .field-checkbox .gfield_label {
  display: none;
}
.path-wbc-apply .section-form-content .field-checkbox .gfield_checkbox {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.path-wbc-apply .section-form-content #field_1_14, .path-wbc-apply .section-form-content #field_1_34 {
  clear: left;
}
@media (max-width: 768px) {
}
.section-form-content {
  margin-top: 30px;
}
.section-form-content .wrap {
  background: #000;
  background: -moz-linear-gradient(0deg, #000 0%, #606060 95%, #606060 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #000), color-stop(95%, #606060), color-stop(100%, #606060));
  background: -webkit-linear-gradient(0deg, #000 0%, #606060 95%, #606060 100%);
  background: -o-linear-gradient(0deg, #000 0%, #606060 95%, #606060 100%);
  background: -ms-linear-gradient(0deg, #000 0%, #606060 95%, #606060 100%);
  background: linear-gradient(180deg, #000 0%, #606060 95%, #606060 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#606060',GradientType=1);
  color: #fff;
  border-radius: 15px;
  padding: 20px 20px 0px 20px;
}
.section-form-content .wrap .image {
  width: 100%;
  margin-bottom: 20px;
}
.section-form-content .wrap h2 {
  color: #fff;
}
.section-form-content .wrap a {
  color: #fff;
}
.section-form-content .gform_fields, .section-form-content .gform_fields li, .section-form-content .gfield_checkbox, .section-form-content .gfield_checkbox li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.section-form-content .gform_wrapper {
  margin-top: 20px;
}
.section-form-content .gform_fields li.gfield {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .section-form-content .gform_fields li.gfield {
    float: none;
    width: 100%;
  }
}
.section-form-content .gfield_label {
  display: block;
  padding-top: 20px;
  font-size: 14px;
}
.section-form-content .gform_fields li.gsection {
  width: 100% !important;
  float: none !important;
  clear: left !important;
  border: 1px solid #e07322;
}
.section-form-content .gform_fields li.gsection h2 {
  margin-top: 30px;
  margin-bottom: 0px;
}
.section-form-content .ginput_container > input, .section-form-content .ginput_container > select, .section-form-content .ginput_container > textarea {
  display: block;
  width: 80%;
  font-size: 18px;
  padding: 10px 15px;
  color: #000;
  background-color: #fff;
  border: 2px solid #28044e;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.section-form-content .ginput_container > input:focus, .section-form-content .ginput_container > textarea:focus {
  border-color: #e07322;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.section-form-content .gform_validation_container {
  display: none;
}
.section-form-content .gform_footer {
  text-align: right;
  padding-right: 30px;
}
.section-form-content .gform_button {
  text-align: right;
  background: none;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px;
  position: relative;
}
.section-form-content .gform_button .fa {
  color: #fff56d;
}
.section-form-content .gfield_required {
  color: #d9534f;
}
.section-form-content .gfield_description {
  font-style: italic;
}
.section-form-content .validation_error {
  background-color: #d9534f;
  border-color: #d43f3a;
  padding: 2%;
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
  margin-top: 15px;
}
.section-form-content .gfield_error input {
  border: 2px solid #d43f3a;
}
.section-form-content .validation_message {
  padding-top: 5px;
  margin-left: 5px;
  display: none;
}
.section-form-content .gform_confirmation_message {
  background-color: #5cb85c;
  padding: 2%;
  border-radius: 5px;
  color: #fff;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .section-form-content .gform_wrapper {
    margin-top: 0px;
  }
  .section-form-content .gform_fields li.gfield {
    float: none;
    width: 100%;
  }
  .section-form-content .ginput_container > input, .section-form-content .ginput_container > select, .section-form-content .ginput_container > textarea {
    display: block;
    width: 90%;
  }
  .section-form-content .gform_button {
    width: 100%;
  }
}
.hidden_select_container {
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline-block;
}
.simpleselect, .simpleselect * {
  box-sizing: content-box;
}
.simpleselect {
  position: relative;
  width: 200px;
  height: 38px;
  color: #666;
  display: inline-block;
  font-size: 13px;
  font-family: "Source Sans Pro", Serif;
}
.simpleselect .options {
  width: 198px;
}
.simpleselect .placeholder, .simpleselect .options .option, .simpleselect .options .optgroup .optgroup-label {
  padding: 4px 10px;
  line-height: 18px;
  cursor: pointer;
}
.simpleselect .options .optgroup .optgroup-label {
  cursor: default;
  font-weight: bold;
}
.simpleselect .options .optgroup .option {
  padding-left: 20px;
}
.simpleselect .placeholder, .simpleselect .options {
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  -webkit-box-shadow: inset 10px 10px 10px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 10px 10px 10px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 10px 10px 10px -10px rgba(0, 0, 0, 0.1);
  background-color: #c7c1d5;
}
.simpleselect .placeholder {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  position: relative;
  -webkit-box-shadow: inset 10px 10px 10px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 10px 10px 10px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 10px 10px 10px -10px rgba(0, 0, 0, 0.1);
  background-color: #c7c1d5;
}
.simpleselect .placeholder:after {
  content: "\f0dd";
  font-family: "fontawesome";
  background-color: #28044e;
  color: #fff;
  position: absolute;
  text-align: center;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  top: 0;
  padding-top: 3px;
  bottom: 0;
  right: 0px;
  width: 32px;
}
.simpleselect .placeholder:hover {
  background: #28044e;
  color: #fff;
}
.simpleselect .placeholder:hover {
  border-top-left-radius: 6px;
}
.simpleselect .options {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.simpleselect .options .option.active {
  background: #28044e;
  color: #fff;
}
.simpleselect.disabled .placeholder, .simpleselect.disabled .placeholder:hover {
  background: #fafafa;
  color: #aaa;
  border-color: #eee;
  cursor: default;
}
.simpleselect.disabled .placeholder:after {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .simpleselect {
    width: 90%;
    display: block;
    margin: 15px auto 0 auto;
  }
  .simpleselect .options {
    width: 100%;
    margin: 15px auto 0 auto;
  }
  .hidden_select_container {
    display: none;
  }
}
.section-form-content .simpleselect .placeholder, .section-form-content .simpleselect .options {
  background-color: #fff;
  color: #000;
}
.section-form-content .simpleselect .placeholder {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 10px 15px;
  color: #000;
  background-color: #fff;
  border: 2px solid #9f5116;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.section-form-content .simpleselect .options .option {
  font-size: 18px;
  padding: 10px 15px;
}
.section-form-content .simpleselect .placeholder:hover {
  background: #fff;
  color: #000;
  border-top-left-radius: 6px;
}
.section-form-content .simpleselect .placeholder:after {
  background-color: #e07322;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  top: 0;
  padding-top: 5px;
}
.section-form-content .simpleselect .options .option.active {
  background: #e07322;
  color: #fff;
}
aside.sidebar section {
  margin-left: 15px;
  background-color: #28044e;
  border-radius: 15px;
  padding: 20px 30px;
  margin-bottom: 15px;
  color: #fff;
}
aside.sidebar section h4, aside.sidebar section a {
  color: #fff;
}
aside.sidebar section ul, aside.sidebar section li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 768px) {
  aside.sidebar section {
    margin-left: 0px;
  }
}
.list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#gform_submit_button_4 span, #gform_submit_button_3 span {
  text-transform: uppercase;
}
#logo-scroll {
  margin-top: 55px;
  border-top: 1px solid #d7d0de;
  padding-top: 30px;
  max-height: 180px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #logo-scroll {
    padding: 30px 15px 0 15px;
  }
}
#logo-scroll .gallery {
  height: 180px;
  /* cell inherit height from gallery */
}
#logo-scroll .gallery-cell {
  height: 100%;
  width: 50%;
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
}
#logo-scroll .gallery-cell img {
  display: block;
  margin: 0px auto;
  padding: 0px;
}
@media (max-width: 768px) {
  #logo-scroll .gallery-cell {
    width: 100%;
  }
}
@media (min-width: 769px) {
  #logo-scroll .gallery-cell {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  #logo-scroll .gallery-cell {
    width: 25%;
  }
}
#logo-scroll .flickity-prev-next-button, #logo-scroll .flickity-page-dots {
  display: none;
}
#logo-scroll.logo-count-2 .gallery-cell {
  width: 50%;
}
#logo-scroll.logo-count-3 .gallery-cell {
  width: 33%;
}
#logo-scroll.logo-count-4 .gallery-cell {
  width: 25%;
}
footer.site-footer {
  margin-top: 55px;
}
footer.site-footer .wrap {
  background: #000;
  background: -moz-linear-gradient(0deg, #000 0%, #606060 95%, #606060 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #000), color-stop(95%, #606060), color-stop(100%, #606060));
  background: -webkit-linear-gradient(0deg, #000 0%, #606060 95%, #606060 100%);
  background: -o-linear-gradient(0deg, #000 0%, #606060 95%, #606060 100%);
  background: -ms-linear-gradient(0deg, #000 0%, #606060 95%, #606060 100%);
  background: linear-gradient(180deg, #000 0%, #606060 95%, #606060 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#606060',GradientType=1);
  color: #fff;
  border-radius: 15px;
  padding: 20px 30px;
}
@media (max-width: 768px) {
  footer.site-footer .wrap {
    border-radius: 0px;
  }
}
footer.site-footer h4 {
  color: #fff56d;
  font-family: "Source Sans Pro", Serif;
  font-size: 20px;
}
footer.site-footer p.credit, footer.site-footer p.copyright {
  margin: 5px 0 0 0px;
  clear: both;
}
footer.site-footer ul, footer.site-footer li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
footer.site-footer ul a, footer.site-footer li a {
  color: #fff;
  text-decoration: none;
}
footer.site-footer .spacer {
  margin-top: 7.5px;
}
footer.site-footer .footer-widgets-copyright {
  clear: left;
  float: left;
  width: 640px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  footer.site-footer .footer-widgets-copyright {
    width: 100%;
  }
}
footer.site-footer .footer-widgets-1 {
  clear: left;
  float: left;
  width: 400px;
}
@media (max-width: 768px) {
  footer.site-footer .footer-widgets-1 {
    width: 100%;
  }
}
footer.site-footer .footer-widgets-2 {
  float: left;
  margin-left: 20px;
  width: 240px;
}
@media (max-width: 768px) {
  footer.site-footer .footer-widgets-2 {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }
}
footer.site-footer .footer-widgets-3 {
  float: left;
  margin-left: 20px;
  width: 240px;
}
footer.site-footer .footer-widgets-3 a {
  font-weight: bold;
  font-family: "Source Sans Pro", Serif;
}
@media (max-width: 768px) {
  footer.site-footer .footer-widgets-3 {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }
}
footer.site-footer a {
  text-decoration: none;
  color: #fff;
}
footer.site-footer .social-icons {
  margin-top: 0px;
}
footer.site-footer .social-icons a {
  margin-right: 10px;
  display: inline-block;
}
footer.site-footer .social-icons i {
  font-size: 36px;
}
@media (max-width: 768px) {
  footer.site-footer .social-icons {
    margin-top: 0px;
  }
}
body.wbc {
  background: url('images/wbc-footer-bg.jpg') no-repeat bottom center;
  padding-bottom: 30%;
  background-size: 100%;
}
@media (max-width: 768px) {
  body.wbc {
    background: url('images/wbc-footer-bg-mobile.jpg') no-repeat bottom center;
  }
}
body.wbc h1, body.wbc h2, body.wbc h3, body.wbc h4, body.wbc h5, body.wbc h6 {
  color: #2377b6;
}
body.wbc #slider {
  background-color: #2377b6;
}
body.wbc .site-header {
  padding: 0 15px;
  min-height: 160px;
  position: relative;
  z-index: 10;
}
body.wbc .site-header .wrap {
  padding: 40px 0 0px 0;
}
@media (max-width: 768px) {
  body.wbc .site-header {
    padding: 0;
    margin-top: -130px;
  }
}
@media (min-width: 769px) {
  body.wbc .site-header {
    margin-top: -200px;
  }
}
@media (min-width: 1200px) {
}
body.wbc .site-header .widget-area .widget_text {
  margin-top: -50px;
}
body.wbc .site-header .widget-area .widget_search {
  visibility: hidden;
}
body.wbc.header-image .site-title > a {
  width: 252px;
  background: url(images/wbc-logo@2x.png) no-repeat left !important;
  min-height: 178px;
  background-size: 252px !important;
  -ms-behavior: url(/wp-content/themes/schools-spectacular/css/backgroundsize.htc);
}
@media (max-width: 768px) {
  body.wbc.header-image .site-title > a {
    background: url(images/wbc-logo.png) no-repeat left;
    background-size: 100%;
    width: 252px;
  }
}
body.wbc .site-header .widget_nav_menu a {
  color: #2377b6;
}
@media (min-width: 769px) {
  body.wbc .site-header .widget_nav_menu .menu-item:hover > a:after, body.wbc .site-header .widget_nav_menu .current-menu-item > a:after, body.wbc .site-header .widget_nav_menu .current-page-ancestor > a:after, body.wbc .site-header .widget_nav_menu .menu-item-has-children.current-menu-item > a:after {
    background: url('images/wbc-navigation-hover.png') no-repeat center center;
  }
}
body.wbc .section-boxout-content .wrap, body.wbc .section-form-content .wrap {
  background-color: #2377b6;
}
body.wbc .section-boxout-content .gform_fields li.gsection, body.wbc .section-form-content .gform_fields li.gsection {
  border: 1px solid #2377b6;
}
body.wbc .section-boxout-content .ginput_container > input, body.wbc .section-form-content .ginput_container > input, body.wbc .section-boxout-content .ginput_container > select, body.wbc .section-form-content .ginput_container > select, body.wbc .section-boxout-content .ginput_container > textarea, body.wbc .section-form-content .ginput_container > textarea {
  border: 2px solid #2377b6;
}
body.wbc .section-boxout-content .gform_button, body.wbc .section-form-content .gform_button {
  /* Fallback Color */
  background-color: #e07322;
  /* Saf4+, Chrome */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e38138), to(#e07322));
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -webkit-linear-gradient(top, #e38138, #e07322);
  /* FF3.6 */
  background-image: -moz-linear-gradient(top, #e38138, #e07322);
  /* IE10 */
  background-image: -ms-linear-gradient(top, #e38138, #e07322);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(top, #e38138, #e07322);
  background-image: linear-gradient(top, #e38138, #e07322);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#e38138', EndColorStr='#e07322');
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-family: "platform-medium", Serif;
  font-size: 18px;
  line-height: 30px;
  padding: 5px 20px;
  cursor: pointer;
  text-decoration: none;
  border: 0;
}
body.wbc footer.site-footer {
  margin-top: 55px;
}
body.wbc footer.site-footer .wrap {
  background-color: #2377b6;
}
body.wbc footer.site-footer h4 {
  color: #fff56d;
}
body.wbc .simpleselect .placeholder, body.wbc .simpleselect .options {
  background-color: #c7c1d5;
}
body.wbc .simpleselect .placeholder {
  background-color: #c7c1d5;
}
body.wbc .simpleselect .placeholder:after {
  background-color: #2377b6;
}
body.wbc .simpleselect .placeholder:hover {
  background: #2377b6;
  color: #fff;
}
body.wbc .simpleselect .options .option.active {
  background: #2377b6;
}
body.wbc .section-form-content .simpleselect .placeholder {
  border: 2px solid #2377b6;
}
body.wbc .section-form-content .simpleselect .placeholder:after {
  background-color: #2377b6;
}
body.wbc .section-form-content .simpleselect .options .option.active {
  background: #2377b6;
}
.fts-jal-fb-header, .fts-powered-by-text {
  display: none !important;
}
body.barebones {
  margin-top: 0px;
  padding-top: 0px;
  background: none;
  min-height: 0px;
}
body.path-home .soliloquy-controls, body.path-home .soliloquy-pager {
  display: none !important;
}
body.path-home .call-to-actions ul, body.path-home .call-to-actions li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
body.path-home .call-to-actions li {
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  height: 120px;
  width: 47.5%;
  margin-left: 5%;
  margin-bottom: 10px;
  background-size: cover;
}
body.path-home .call-to-actions li a {
  font-family: "Source Sans Pro", Serif;
  color: #fff;
  text-align: center;
  display: block;
  height: 70px;
  width: 100%;
  font-size: 18px;
  padding-top: 50px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.3);
}
body.path-home .call-to-actions li a:hover {
  background: #8254b3;
  background: -moz-linear-gradient(0deg, #8254b3 0%, #28044e 95%, #28044e 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #8254b3), color-stop(95%, #28044e), color-stop(100%, #28044e));
  background: -webkit-linear-gradient(0deg, #8254b3 0%, #28044e 95%, #28044e 100%);
  background: -o-linear-gradient(0deg, #8254b3 0%, #28044e 95%, #28044e 100%);
  background: -ms-linear-gradient(0deg, #8254b3 0%, #28044e 95%, #28044e 100%);
  background: linear-gradient(180deg, #8254b3 0%, #28044e 95%, #28044e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8254b3', endColorstr='#28044e',GradientType=1);
}
body.path-home .call-to-actions li:nth-child(odd) {
  margin-left: 0px;
}
@media (max-width: 768px) {
  body.path-home .call-to-actions {
    margin-top: 5%;
  }
  body.path-home .call-to-actions li {
    width: 47.5%;
    margin-left: 5%;
    margin-bottom: 5%;
    background-position: center 10%;
  }
  body.path-home .call-to-actions li a {
    width: 100%;
  }
}
body.path-home .section-form-content .wrap {
  background: #000;
  background: -moz-linear-gradient(0deg, #000 0%, #606060 95%, #606060 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #000), color-stop(95%, #606060), color-stop(100%, #606060));
  background: -webkit-linear-gradient(0deg, #000 0%, #606060 95%, #606060 100%);
  background: -o-linear-gradient(0deg, #000 0%, #606060 95%, #606060 100%);
  background: -ms-linear-gradient(0deg, #000 0%, #606060 95%, #606060 100%);
  background: linear-gradient(180deg, #000 0%, #606060 95%, #606060 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#606060',GradientType=1);
}
@media (min-width: 769px) {
  #profiles-display .profile-cell {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-behavior: url(/wp-content/themes/schools-spectacular/css/backgroundsize.htc);
    float: left;
    width: 115px;
    height: 80px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  #profiles-display .profile-cell a {
    font-family: "Source Sans Pro", Serif;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    height: 80px;
    background: none;
  }
  #profiles-display .profile-cell a:hover, #profiles-display .profile-cell.active a {
    background-color: rgba(255, 255, 255, 0.5);
  }
  #profiles-display .profile-cell .content, #profiles-display .profile-cell .title, #profiles-display .profile-cell .image, #profiles-display .profile-cell .website {
    display: none;
  }
  #profiles-display .profile-cell .website.hidden {
    display: none !important;
  }
  #profiles-display .profile-cell:nth-child(3n+1) {
    margin-left: 0px !important;
    /* NAVIGATION */
  }
  #profiles-display .grid-navigation {
    height: 20px;
    z-index: 40;
    display: none;
    margin-top: -10px;
  }
  #profiles-display .grid-navigation .fa {
    font-size: 12px;
    vertical-align: middle;
    color: #d7d0de;
    cursor: pointer;
  }
  #profiles-display .grid-navigation .grid-navigation-circles {
    float: right;
  }
  #profiles-display .grid-navigation .grid-navigation-circles .fa {
    margin: 0px 5px;
  }
  #profiles-display .grid-navigation .active {
    color: #28044e;
  }
  #profiles-display .grid-navigation .skip-next, #profiles-display .grid-navigation .skip-previous {
    color: #28044e;
    font-size: 40px;
    line-height: 20px;
  }
  #profiles-display.first-page .grid-navigation .skip-previous {
    color: #d7d0de !important;
  }
  #profiles-display.last-page .grid-navigation .skip-next {
    color: #d7d0de !important;
  }
  #profiles-display.grid-pager {
    position: relative;
    max-height: 400px;
  }
  #profiles-display.grid-pager .profiles-body {
    position: absolute;
  }
  #profiles-display.grid-pager .profiles-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 360px;
  }
  #profiles-display.grid-pager .grid-navigation {
    display: block;
  }
  #profile-bio {
    margin-top: 15px;
  }
  .profile-title {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .profile-content {
    padding-right: 15px;
  }
  .profile-website.hidden {
    display: none;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  #profiles-display .profile-cell {
    width: 90px;
  }
}
@media (min-width: 769px) and (min-width: 992px) {
  #profiles-display .profile-cell {
    width: 115px;
  }
}
.path-sponsors #profiles-display .profile-cell {
  background-size: 90% !important;
}
@media (max-width: 768px) {
  #profiles .three-fifths {
    display: none;
  }
  #profiles #profile-bio {
    display: none;
  }
  #profiles-display {
    overflow: hidden;
  }
  .profile-cell {
    width: 100%;
    background: none !important;
    margin-right: 10px;
    background: #8c8;
    counter-increment: profile-cell;
  }
  .profile-cell .title, .profile-cell .content {
    padding: 0;
  }
  .profile-cell .title {
    margin-top: 15px;
  }
  .grid-navigation {
    display: none;
  }
  .flickity-prev-next-button {
    top: 150px !important;
  }
}
@media (min-width: 769px) {
  .path-sponsors #sponsors-display .sponsor-cell, .path-wbc-sponsors #sponsors-display .sponsor-cell {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-behavior: url(/wp-content/themes/schools-spectacular/css/backgroundsize.htc);
    float: left;
    width: 115px;
    height: 80px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .path-sponsors #sponsors-display .sponsor-cell a, .path-wbc-sponsors #sponsors-display .sponsor-cell a {
    font-family: "Source Sans Pro", Serif;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    height: 80px;
    background: none;
  }
  .path-sponsors #sponsors-display .sponsor-cell a:hover, .path-wbc-sponsors #sponsors-display .sponsor-cell a:hover, .path-sponsors #sponsors-display .sponsor-cell.active a, .path-wbc-sponsors #sponsors-display .sponsor-cell.active a {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .path-sponsors #sponsors-display .sponsor-cell .content, .path-wbc-sponsors #sponsors-display .sponsor-cell .content, .path-sponsors #sponsors-display .sponsor-cell .title, .path-sponsors #sponsors-display .sponsor-cell .category, .path-wbc-sponsors #sponsors-display .sponsor-cell .title, .path-sponsors #sponsors-display .sponsor-cell .image, .path-wbc-sponsors #sponsors-display .sponsor-cell .image, .path-sponsors #sponsors-display .sponsor-cell .website, .path-wbc-sponsors #sponsors-display .sponsor-cell .website {
    display: none;
  }
  .path-sponsors #sponsors-display .sponsor-cell .website.hidden, .path-wbc-sponsors #sponsors-display .sponsor-cell .website.hidden {
    display: none !important;
  }
  .path-sponsors #sponsors-display .sponsor-cell, .path-wbc-sponsors #sponsors-display .sponsor-cell {
    width: 16.6% !important;
    height: 60px;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 0px;
    background-size: 80px !important;
    box-sizing: border-box;
  }
  .path-sponsors #sponsors-display .sponsor-count-1, .path-wbc-sponsors #sponsors-display .sponsor-count-1, .path-sponsors #sponsors-display .sponsor-count-12, .path-wbc-sponsors #sponsors-display .sponsor-count-12 {
    margin-left: 8.3%;
    /* NAVIGATION */
  }
  .path-sponsors #sponsors-display .grid-navigation, .path-wbc-sponsors #sponsors-display .grid-navigation {
    height: 20px;
    z-index: 40;
    display: none;
    margin-top: -10px;
  }
  .path-sponsors #sponsors-display .grid-navigation .fa, .path-wbc-sponsors #sponsors-display .grid-navigation .fa {
    font-size: 12px;
    vertical-align: middle;
    color: #d7d0de;
    cursor: pointer;
  }
  .path-sponsors #sponsors-display .grid-navigation .grid-navigation-circles, .path-wbc-sponsors #sponsors-display .grid-navigation .grid-navigation-circles {
    float: right;
  }
  .path-sponsors #sponsors-display .grid-navigation .grid-navigation-circles .fa, .path-wbc-sponsors #sponsors-display .grid-navigation .grid-navigation-circles .fa {
    margin: 0px 5px;
  }
  .path-sponsors #sponsors-display .grid-navigation .active, .path-wbc-sponsors #sponsors-display .grid-navigation .active {
    color: #28044e;
  }
  .path-sponsors #sponsors-display .grid-navigation .skip-next, .path-wbc-sponsors #sponsors-display .grid-navigation .skip-next, .path-sponsors #sponsors-display .grid-navigation .skip-previous, .path-wbc-sponsors #sponsors-display .grid-navigation .skip-previous {
    color: #28044e;
    font-size: 40px;
    line-height: 20px;
  }
  .path-sponsors #sponsors-display.first-page .grid-navigation .skip-previous, .path-wbc-sponsors #sponsors-display.first-page .grid-navigation .skip-previous {
    color: #d7d0de !important;
  }
  .path-sponsors #sponsors-display.last-page .grid-navigation .skip-next, .path-wbc-sponsors #sponsors-display.last-page .grid-navigation .skip-next {
    color: #d7d0de !important;
  }
  .path-sponsors #sponsors-display.grid-pager, .path-wbc-sponsors #sponsors-display.grid-pager {
    position: relative;
    max-height: 400px;
  }
  .path-sponsors #sponsors-display.grid-pager .sponsors-body, .path-wbc-sponsors #sponsors-display.grid-pager .sponsors-body {
    position: absolute;
  }
  .path-sponsors #sponsors-display.grid-pager .sponsors-container, .path-wbc-sponsors #sponsors-display.grid-pager .sponsors-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 360px;
  }
  .path-sponsors #sponsors-display.grid-pager .grid-navigation, .path-wbc-sponsors #sponsors-display.grid-pager .grid-navigation {
    display: block;
  }
  .path-sponsors #sponsor-bio, .path-wbc-sponsors #sponsor-bio {
    margin-top: 15px;
  }
  .path-sponsors .sponsor-title, .path-wbc-sponsors .sponsor-title {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .path-sponsors .sponsor-content, .path-wbc-sponsors .sponsor-content {
    padding-right: 15px;
  }
  .path-sponsors .sponsor-website a, .path-wbc-sponsors .sponsor-website a {
    text-decoration: none !important;
    color: #000 !important;
  }
  .path-sponsors .sponsor-website.hidden, .path-wbc-sponsors .sponsor-website.hidden {
    display: none;
  }
  .path-sponsors .sponsor-image, .path-wbc-sponsors .sponsor-image {
    text-align: center;
  }
  .path-sponsors .sponsor-image img, .path-wbc-sponsors .sponsor-image img {
    max-width: 60%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .path-sponsors #sponsors-display .sponsor-cell, .path-wbc-sponsors #sponsors-display .sponsor-cell {
    width: 90px;
  }
}
@media (min-width: 769px) and (min-width: 992px) {
  .path-sponsors #sponsors-display .sponsor-cell, .path-wbc-sponsors #sponsors-display .sponsor-cell {
    width: 115px;
  }
}
@media (max-width: 768px) {
  .path-sponsors #sponsors .three-fifths, .path-wbc-sponsors #sponsors .three-fifths {
    display: none;
  }
  .path-sponsors #sponsors #sponsor-bio, .path-wbc-sponsors #sponsors #sponsor-bio {
    display: none;
  }
  .path-sponsors #sponsors-display, .path-wbc-sponsors #sponsors-display {
    overflow: hidden;
  }
  .path-sponsors .sponsor-cell, .path-wbc-sponsors .sponsor-cell {
    width: 100%;
    background: none !important;
    margin-right: 10px;
    background: #8c8;
    counter-increment: sponsor-cell;
  }
  .path-sponsors .sponsor-cell .title, .path-wbc-sponsors .sponsor-cell .title, .path-sponsors .sponsor-cell .content, .path-wbc-sponsors .sponsor-cell .content {
    padding: 0;
  }
  .path-sponsors .sponsor-cell .title, .path-wbc-sponsors .sponsor-cell .title {
    margin-top: 15px;
  }
  .path-sponsors .grid-navigation, .path-wbc-sponsors .grid-navigation {
    display: none;
  }
  .path-sponsors .flickity-prev-next-button, .path-wbc-sponsors .flickity-prev-next-button {
    top: 150px !important;
  }
}
body.single-post .wp-post-image {
  width: 100%;
  height: auto !important;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  body.single-post .content-sidebar-wrap {
    padding: 0px 15px 15px 15px !important;
  }
}
@media (max-width: 768px) {
  body.page-template-page_blog .content-sidebar-wrap, body.archive .content-sidebar-wrap {
    padding: 0px 15px 15px 15px !important;
  }
}
body.page-template-page_blog article.entry, body.archive article.entry {
  background-position: center center;
  background-repeat: no-repeat;
  -ms-behavior: url(/wp-content/themes/schools-spectacular/css/backgroundsize.htc);
  float: left;
  min-height: 300px;
  margin-bottom: 20px;
  background-size: cover;
  overflow: hidden;
}
body.page-template-page_blog article.entry h1, body.archive article.entry h1 {
  text-align: center;
  margin: 0px;
  padding: 0px;
  height: 300px;
  width: 100%;
  display: table;
  background-color: rgba(0, 0, 0, 0.3);
}
body.page-template-page_blog article.entry h1 a, body.archive article.entry h1 a {
  height: 300px;
  width: 100%;
  color: #fff;
  font-family: "Source Sans Pro", Serif;
  vertical-align: middle;
  display: table-cell;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
body.page-template-page_blog article.entry h1 a p, body.archive article.entry h1 a p {
  font-size: 14px;
}
body.page-template-page_blog article.entry.counter-1 h1:hover, body.archive article.entry.counter-1 h1:hover {
  background: #159fbb;
  background: -moz-linear-gradient(0deg, #159fbb 0%, #10788d 95%, #10788d 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #159fbb), color-stop(95%, #10788d), color-stop(100%, #10788d));
  background: -webkit-linear-gradient(0deg, #159fbb 0%, #10788d 95%, #10788d 100%);
  background: -o-linear-gradient(0deg, #159fbb 0%, #10788d 95%, #10788d 100%);
  background: -ms-linear-gradient(0deg, #159fbb 0%, #10788d 95%, #10788d 100%);
  background: linear-gradient(180deg, #159fbb 0%, #10788d 95%, #10788d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#159fbb', endColorstr='#10788d',GradientType=1);
}
body.page-template-page_blog article.entry.counter-2 h1:hover, body.archive article.entry.counter-2 h1:hover {
  background: #9f5116;
  background: -moz-linear-gradient(0deg, #9f5116 0%, #e07322 95%, #e07322 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #9f5116), color-stop(95%, #e07322), color-stop(100%, #e07322));
  background: -webkit-linear-gradient(0deg, #9f5116 0%, #e07322 95%, #e07322 100%);
  background: -o-linear-gradient(0deg, #9f5116 0%, #e07322 95%, #e07322 100%);
  background: -ms-linear-gradient(0deg, #9f5116 0%, #e07322 95%, #e07322 100%);
  background: linear-gradient(180deg, #9f5116 0%, #e07322 95%, #e07322 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f5116', endColorstr='#e07322',GradientType=1);
}
body.page-template-page_blog article.entry.counter-3 h1:hover, body.archive article.entry.counter-3 h1:hover {
  background: #4d0897;
  background: -moz-linear-gradient(0deg, #4d0897 0%, #28044e 95%, #28044e 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #4d0897), color-stop(95%, #28044e), color-stop(100%, #28044e));
  background: -webkit-linear-gradient(0deg, #4d0897 0%, #28044e 95%, #28044e 100%);
  background: -o-linear-gradient(0deg, #4d0897 0%, #28044e 95%, #28044e 100%);
  background: -ms-linear-gradient(0deg, #4d0897 0%, #28044e 95%, #28044e 100%);
  background: linear-gradient(180deg, #4d0897 0%, #28044e 95%, #28044e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d0897', endColorstr='#28044e',GradientType=1);
}
body.page-template-page_blog article.entry.counter-4 h1:hover, body.archive article.entry.counter-4 h1:hover {
  background: #f4a3c9;
  background: -moz-linear-gradient(0deg, #f4a3c9 0%, #ec5fa1 95%, #ec5fa1 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f4a3c9), color-stop(95%, #ec5fa1), color-stop(100%, #ec5fa1));
  background: -webkit-linear-gradient(0deg, #f4a3c9 0%, #ec5fa1 95%, #ec5fa1 100%);
  background: -o-linear-gradient(0deg, #f4a3c9 0%, #ec5fa1 95%, #ec5fa1 100%);
  background: -ms-linear-gradient(0deg, #f4a3c9 0%, #ec5fa1 95%, #ec5fa1 100%);
  background: linear-gradient(180deg, #f4a3c9 0%, #ec5fa1 95%, #ec5fa1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4a3c9', endColorstr='#ec5fa1',GradientType=1);
}
body.page-template-page_blog article.entry.counter-5 h1:hover, body.archive article.entry.counter-5 h1:hover {
  background: #4ec7f2;
  background: -moz-linear-gradient(0deg, #4ec7f2 0%, #11ace2 95%, #11ace2 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #4ec7f2), color-stop(95%, #11ace2), color-stop(100%, #11ace2));
  background: -webkit-linear-gradient(0deg, #4ec7f2 0%, #11ace2 95%, #11ace2 100%);
  background: -o-linear-gradient(0deg, #4ec7f2 0%, #11ace2 95%, #11ace2 100%);
  background: -ms-linear-gradient(0deg, #4ec7f2 0%, #11ace2 95%, #11ace2 100%);
  background: linear-gradient(180deg, #4ec7f2 0%, #11ace2 95%, #11ace2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ec7f2', endColorstr='#11ace2',GradientType=1);
}
body.page-template-page_blog:before, body.archive:before, body.page-template-page_blog:after, body.archive:after {
  content: none !important;
}
body.page-template-page_blog .entry-content, body.archive .entry-content {
  display: none;
}
#gallery .categories {
  margin-bottom: 30px;
}
#gallery .results ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#gallery .results li {
  list-style-type: none;
  padding: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-top: 0px;
}
#gallery .results li img.mobile {
  display: none;
}
#gallery .results li img.desktop {
  display: block;
}
@media (max-width: 768px) {
  #gallery .results {
    padding: 0px 15px;
  }
  #gallery .results li img {
    width: 100%;
  }
  #gallery .results li img.mobile {
    display: block;
  }
  #gallery .results li img.desktop {
    display: none;
  }
}
.fancybox-skin {
  background: none !important;
  border-radius: 0px !important;
  border: 0px !important;
}
.fancybox-nav span {
  width: 50px;
  height: 50px;
  background: none !important;
  visibility: visible !important;
}
.fancybox-prev {
  left: -10% !important;
  width: 60% !important;
}
.fancybox-next {
  right: -10% !important;
  width: 60% !important;
}
.fancybox-nav:before, .fancybox-close:before {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  font-family: FontAwesome;
  content: "\f053";
  color: #fff56d;
  font-size: 50px;
  padding: 0px;
}
.fancybox-prev:before {
  left: 0px;
  content: "\f104";
}
.fancybox-next:before {
  right: 0px;
  text-align: right;
  content: "\f105";
}
.fancybox-close {
  background: none !important;
  width: 50px;
  height: 50px;
  right: 0px !important;
  top: -20px !important;
}
.fancybox-close:before {
  right: 0px;
  text-align: right;
  content: "\f00d";
  font-size: 16px;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: -10px;
  right: 0%;
  left: 0%;
  z-index: 8050;
  text-align: left !important;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: 0% !important;
  padding: 0px !important;
  background: transparent !important;
  text-shadow: 0 1px 2px #222;
  font-weight: normal !important;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: transparent !important;
}
#schools-locator .marker {
  display: none;
  border: 1px solid #f00;
}
#schools-locator .gm-style-iw {
  max-width: 300px;
}
#schools-list a {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Source Sans Pro", Serif;
  color: #000 !important;
  text-decoration: none;
  display: block;
}
@media (min-width: 992px) {
  #schools-list a {
    float: left;
    width: 50%;
    display: block;
  }
}
#schools-category .school {
  margin-bottom: 0;
}
#schools-category h4 {
  cursor: pointer;
}

/* css for sponsor types in logo scroll */
.sponsor-scroll-category {
    text-align: center;
    text-transform: uppercase;
} 

/* sponsor style for grid page */
.sponsor-category {
    font-weight: bold;
    text-transform: uppercase;
}
