  /*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
*/
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -ms-hyphens: none;
      hyphens: none;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/*
Site Name: Greater Victoria Schoold District
Author: Upanup Studios

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

*/
/*
CLEARFIXIN'
*/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*
TOOLS
*/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*/
/*#FF6600;*/
/*SCHOOL THEMES*/
/*CALENDAR/MAP COLOURS*/
/*#43999d;*/
/*#1b3ec9;*/
/*#809e00;*/
/*#8f04d2;*/
/*SHADOW*/
/*TEXT SHADOW*/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*
TYPOGRAPHY
*/
.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.right {
  float: right!important;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #c49d00;
  background: #ddb200;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #008e00;
  background: #00a700;
}
/*
BORDER RADIUS
*/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*
TRANISTION
*/
/* .transition(all,2s); */
/*
.box-shadow() {
	box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
}
*/
.button {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  padding: 16px 36px 16px 16px;
  color: #FFF !important;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  background-color: #1395d8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button:after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: '\f105';
  height: 16px;
  font: normal normal normal 28px/13px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button .fa {
  padding: 0 4px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 13px;
}
.button:hover {
  text-decoration: none!important;
  background-color: #1d428a;
}
.button:hover:after {
  right: 12px;
}
/*

Stylesheet: Grid Stylesheet

*/
.contain {
  max-width: 1408px;
  padding: 0 32px;
  margin: 0 auto;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[class*='col-'] {
  float: left;
  margin-bottom: 20px;
  padding-right: 20px;
}
[class*='col-']:last-of-type {
  padding-right: 0;
}
.col-1-1 {
  width: 99.99%;
  padding-right: 0;
}
.col-1-2,
.col-2-4 {
  width: 50%;
}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-4-5 {
  width: 80%;
}
.col-3-4 {
  width: 75%;
}
.box {
  padding: 20px;
}
/*
Site Name: Greater Victoria School Distric (GVSD)
Author: Upanup Studios
Stylesheet: Main Stylesheet for Base State
*/
/*------------------------------------------------------------------
[Table of contents]

1. Base (single element selectors: eg. body, img)
    -- Body
    -- Blockquote
    -- Forms
    -- List
    -- Media
    -- Table
    -- Text
2. Layout (major components)
    -- Header
    -- Drawers
    -- Navigation
    -- Body (Content Styles)
    -- Footer
    -- Misc
3. Components (discrete components of the page)
	-- Photo Galleries
	-- School Maps
	-- School Details
	-- Calendars
	-- Board Bios
	-- District Alerts
	-- Meetings
4. States (.is- or .front or .node-type-content-type)
    -- Home
    -- Inside
    -- Page types
5. Theme (optional - use for layout colour varieties)
6. Third-party (plugins, modules, etc)
	-- Colorbox
	-- Tribe

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
  [1.BASE]
-------------------------------------------------------------------*/
body {
  font: 400 14px/24px "Open Sans", Helvetica, Arial, sans-serif;
  color: #414042;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}
/* [ BLOCKQUOTE ] -----------------------------------*/
blockquote {
  position: relative;
  margin: 0 0 24px;
  padding-left: 32px;
  font-style: italic;
}
blockquote:before {
  position: absolute;
  left: -1px;
  top: -3px;
  content: '\201C';
  color: #1395d8;
  font-size: 60px;
  font-style: normal;
  line-height: 1em;
}
blockquote > :last-child {
  margin-bottom: 0;
}
/* [ FORM ] -----------------------------------*/
#inner-content.not-front #main .article-body form ul {
  margin: 0;
  padding: 0;
}
#inner-content.not-front #main .article-body form ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#inner-content.not-front #main .article-body form input[type=password],
#inner-content.not-front #main .article-body form input[type=text],
#inner-content.not-front #main .article-body form textarea {
  margin-bottom: 16px;
  padding: 8px 10px;
  color: #414042;
  border: 1px solid #d3d3d3;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#inner-content.not-front #main .article-body form input[type=password]:focus,
#inner-content.not-front #main .article-body form input[type=text]:focus,
#inner-content.not-front #main .article-body form textarea:focus {
  outline-style: none;
  border-color: #1d428a;
}
#inner-content.not-front #main .article-body form .gfield {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
#inner-content.not-front #main .article-body form input[type=submit] {
  border: 0;
  padding-right: 16px;
  margin-top: 10px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
#inner-content.not-front #main .article-body form #recaptcha_widget_div {
  margin: 0 0 20px;
}
#inner-content.not-front #main .article-body form #recaptcha_widget_div table {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
#inner-content.not-front #main .article-body form .validation_message {
  margin: -15px 0 10px;
  color: red;
}
#inner-content.not-front #main .article-body form .validation_error {
  padding: 10px;
  border: 1px solid red;
  background: #1d428a;
  font-weight: bold;
  margin: 0 0 20px;
}
#ui-datepicker-div {
  background: #efefef;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
  border: 1px solid #ddd;
  padding: 5px 12px 0;
  max-width: 230px;
}
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  font-size: 11px;
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-next:hover {
  text-decoration: underline;
}
#ui-datepicker-div .ui-datepicker-prev {
  float: left;
}
#ui-datepicker-div .ui-datepicker-next {
  float: right;
}
#ui-datepicker-div .ui-datepicker-title {
  float: left;
  width: 100%;
  clear: both;
}
#ui-datepicker-div .ui-datepicker-month {
  margin-right: 10px;
}
#ui-datepicker-div .ui-datepicker-calendar th,
#ui-datepicker-div .ui-datepicker-calendar td {
  padding: 0 5px;
  text-align: right;
}
#ui-datepicker-div .ui-datepicker-calendar a:hover {
  text-decoration: underline;
}
.gform_body .gform_fields {
  margin-top: 10px !important;
}
.gform_body .gfield_description {
  margin-top: 10px;
  float: left;
  width: 100%;
  clear: both;
}
.gform_body .ginput_container {
  float: left;
  width: 100%;
  clear: both;
}
.gform_body .ginput_container.ginput_complex input {
  margin-bottom: 0 !important;
}
.gform_body .ginput_container.ginput_complex label {
  margin-bottom: 10px;
}
.gform_body .ginput_container label,
.gform_body .ginput_container input {
  float: left;
  clear: left;
}
.gform_body .ginput_container .gfield_radio input,
.gform_body .ginput_container .gfield_checkbox input,
.gform_body .ginput_container .gfield_radio label,
.gform_body .ginput_container .gfield_checkbox label {
  float: none;
  clear: none;
}
.gform_body .ginput_container .gfield_radio input,
.gform_body .ginput_container .gfield_checkbox input {
  margin-right: 5px;
}
.gform_body .ginput_container input.gform_button_select_files {
  float: none;
  clear: none;
}
.gform_body .ginput_container .ginput_left,
.gform_body .ginput_container .ginput_right {
  float: left;
  padding-right: 15px;
}
.gform_body .ginput_container .ginput_left label,
.gform_body .ginput_container .ginput_right label {
  font-style: italic;
  margin-top: 0px;
  color: #aaa;
  font-weight: bold;
  line-height: 16px;
}
/* [ LIST ] -----------------------------------*/
ul {
  list-style: none;
}
ol {
  list-style: decimal inside;
}
/* [ MEDIA ] -----------------------------------*/
img {
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  line-height: 0;
}
/*iframe {
  max-width:100% !important;
}*/
/* [ TABLE ] -----------------------------------*/
table,
table.tablepress {
  border: 0;
}
table thead th,
table.tablepress thead th {
  color: #fff;
  font-weight: 400;
  background-color: #1d428a;
}
table th,
table.tablepress th,
table td,
table.tablepress td {
  padding: 8px 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
table td,
table.tablepress td {
  border-bottom: 1px solid #cdd0cf;
}
.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  background-color: #1395d8;
}
.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  padding-right: 20px;
}
.tablepress .sorting:after,
.tablepress .sorting_asc:after,
.tablepress .sorting_desc:after {
  right: 8px;
}
/* [ TEXT ] -----------------------------------*/
p,
h1,
ul,
ol,
table {
  margin: 0 0 20px;
  padding: 0;
}
p:empty:before {
  display: none !important;
}
a {
  color: #1d428a;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.icon .fa {
  padding: 0 4px;
}
h1 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1em;
}
h2 {
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1em;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 20px;
}
#page-title {
  background: url('/wp-content/themes/district/library/images/bg-body.png') center top repeat-x #fff;
}
#page-title > .contain {
  height: 96px;
  text-align: center;
  background-color: #1d428a;
  max-width: 1344px;
}
#page-title > .contain:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 96px;
  margin-left: -1px;
  vertical-align: middle;
}
#page-title h1 {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  line-height: 1.2em;
  vertical-align: middle;
}
.hide {
  display: none;
}
/*------------------------------------------------------------------
  [ 2.LAYOUT ]
-------------------------------------------------------------------*/
/* [ HEADER ] -----------------------------------*/
.header-wrap {
  position: relative;
  z-index: 9999;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 10.8px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 6px 10.8px rgba(0, 0, 0, 0.16);
}
.header {
  margin-bottom: 0;
}
.header .logo {
  max-width: 275px;
}
.header .logo-search {
  margin: -35px 0 0;
}
.header .logo-search .logo {
  margin-bottom: 24px;
}
.header .search {
  margin-top: 35px;
  height: 40px;
  padding: 0 32px 0 0;
  float: right;
  opacity: 0;
}
.header .search .promotional_link {
  float: right;
  margin-right: 32px;
}
.header .search form {
  position: relative;
  height: 41px;
  border-bottom: 1px solid #414042;
  max-width: 240px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: right;
}
.header .search input {
  border: 0;
  float: left;
  color: #a0a0a0;
  height: 100%;
  padding: 8px 40px 0 5px;
  width: 100%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search input:focus {
  outline-style: none;
  color: #414042;
}
.header .search input::-webkit-input-placeholder {
  color: #a0a0a0;
}
.header .search input:-moz-placeholder {
  color: #a0a0a0;
}
.header .search input::-moz-placeholder {
  color: #a0a0a0;
}
.header .search input:-ms-input-placeholder {
  color: #a0a0a0;
}
.header .search input[type=submit] {
  position: absolute;
  z-index: 10;
  right: 0;
  font-family: FontAwesome;
  width: 40px;
  padding: 0 10px;
  float: right;
  height: 40px;
  color: #414042;
  text-align: center;
  background: none;
}
/* [ DRAWERS ] -----------------------------------*/
#drawers .drawer-menus {
  position: relative;
  z-index: 20;
  margin-top: -10px;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  border-bottom: 3px solid #1d428a;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#drawers .drawer-menus.is-open {
  visibility: visible;
  opacity: 1;
  height: 104px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
}
#drawers .drawer-menus .contain {
  position: relative;
}
#drawers div.drawer {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  width: 100%;
  padding: 48px 20px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#drawers div.drawer .drawer-close {
  position: absolute;
  top: 16px;
  right: 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  cursor: pointer;
}
#drawers div.drawer .drawer-close .fa {
  color: #1d428a;
  font-size: 18px;
  line-height: 18px;
}
#drawers div.drawer .col-1-1 {
  margin: 0;
}
#drawers div.drawer .col-1-2 {
  padding-right: 0;
  margin: 0;
}
#drawers div.drawer .col-1-2 .col-1-1 {
  margin: 0;
}
#drawers div.drawer ul {
  margin: 0;
}
#drawers div.drawer ul > li {
  float: left;
  width: 25%;
  padding: 0 10px 0 0;
  position: relative;
  background: #fff;
}
#drawers div.drawer ul > li.on > a {
  background: #1d428a;
  color: #fff;
  border-color: #1d428a;
}
#drawers div.drawer ul > li.on .fa {
  background: #1d428a;
  color: #fff;
}
#drawers div.drawer ul > li a {
  display: block;
  width: 100%;
  border: 1px solid #cdd0cf;
  color: #1d428a;
  font-size: 15px;
  line-height: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#drawers div.drawer ul > li a .fa {
  padding: 6px 10px;
  margin-right: 10px;
  color: #fff;
  background: #1d428a;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#drawers div.drawer ul > li a:hover {
  background: #1d428a;
  color: #fff;
  border-color: #1d428a;
}
#drawers div.drawer ul > li a:hover .fa {
  background: #1d428a;
  color: #fff;
}
#drawers div.drawer ul > li ul.sub-menu {
  display: none;
  position: absolute;
  z-index: 250;
  padding: 0;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 0 48px 0 48px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
}
#drawers div.drawer ul > li ul.sub-menu li {
  width: 100%;
  padding: 0;
  background-color: transparent;
}
#drawers div.drawer ul > li ul.sub-menu li a {
  border: none;
  font-size: 14px;
  padding: 6px 16px 6px 16px;
  color: #414042;
}
#drawers div.drawer ul > li ul.sub-menu li a i {
  display: none;
}
#drawers div.drawer ul > li ul.sub-menu li a:hover {
  color: #1d428a;
  background-color: transparent;
}
#drawers div.drawer ul > li ul.sub-menu li a:hover:before {
  opacity: 1;
  left: 0;
}
#drawers div.drawer ul > li ul.sub-menu li a:before {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: -16px;
  content: '\f105';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1395d8;
  line-height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#drawers div.drawer ul > li.on {
  display: block;
}
#drawers div.drawer ul > li.on ul.sub-menu {
  display: block;
}
#drawers div.drawer.active {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
#drawers .user-menu-wrap {
  height: 45px;
  margin-bottom: 0;
}
#drawers .user-menu {
  float: right;
  height: 45px;
  padding: 0 0 0 38px;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  margin: -45px 0 0;
  opacity: 0;
}
#drawers .user-menu > ul {
  position: relative;
  width: 100%;
  float: left;
  clear: left;
  padding: 0 56px;
  overflow: hidden;
}
#drawers .user-menu > ul > li {
  float: left;
  padding-right: 16px;
  background-color: #1d428a;
}
#drawers .user-menu > ul > li:after {
  display: none;
  position: absolute;
  z-index: -1;
  content: '';
  width: 120px;
  height: 128px;
  border-radius: 50%;
}
#drawers .user-menu > ul > li > a {
  display: block;
  color: #fff;
}
#drawers .user-menu > ul > li > a .fa {
  font-size: 12px;
}
#drawers .user-menu > ul > li.students:after {
  top: -80px;
  left: 0;
  display: block;
  background-color: #1d428a;
}
#drawers .user-menu > ul > li.translate {
  padding-right: 0;
}
#drawers .user-menu > ul > li.translate:after {
  z-index: 1;
  display: block;
  bottom: -76px;
  margin-left: 40px;
  border: 3px solid #fff;
  background-color: #1d428a;
}
#drawers .user-menu > ul > li.translate a {
  position: relative;
  z-index: 10;
  background: url(/wp-content/themes/district/library/images/translate.gif) center right no-repeat #1d428a;
  padding-right: 35px;
}
#drawers .user-menu > ul > li.staff {
  float: right;
  padding-right: 0;
  padding-left: 60px;
  background-color: #1395d8;
}
#drawers .user-menu > ul > li.staff:after {
  bottom: -80px;
  right: 0;
  display: block;
  background-color: #1395d8;
}
#drawers .user-menu > ul > li.staff .fa {
  padding-right: 5px;
  font-size: 22px;
  vertical-align: text-bottom;
}
/* [ NAVIGATION ] -----------------------------------*/
#nav {
  opacity: 0;
  margin: 0;
}
#nav .main-nav > ul {
  width: 100%;
  margin: 0;
  float: left;
  clear: left;
  text-align: center;
}
#nav .main-nav > ul > li {
  position: relative;
  display: inline-block;
  padding: 10px 1.2% 0;
  text-align: left;
  border-top-right-radius: 48px;
}
#nav .main-nav > ul > li > a {
  display: block;
  padding-bottom: 10px;
  color: #414042;
  font-size: 20px;
  line-height: 1.2em;
  border-bottom: 2px solid transparent;
  -webkit-transition: none;
  transition: none;
}
#nav .main-nav > ul > li > a:after {
  padding-left: 8px;
  color: #1d428a;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 19px;
  vertical-align: middle;
}
#nav .main-nav > ul > li.page_item_has_children > a:after {
  content: '\f078';
}
#nav .main-nav > ul > li > ul,
#nav .main-nav > ul > li > div {
  display: none;
  position: absolute;
  z-index: 10;
  top: 45px;
  left: 0;
}
#nav .main-nav > ul > li > ul ul,
#nav .main-nav > ul > li > div ul {
  display: none;
}
#nav .main-nav > ul > li.on {
  background: #1d428a;
  color: #fff;
}
#nav .main-nav > ul > li.on > a {
  color: #fff;
}
#nav .main-nav > ul > li.on > a:after {
  color: #fff;
  opacity: 0;
}
#nav .main-nav > ul > li.on > div {
  display: block;
  float: left;
  width: 496px;
  padding: 12px 16px;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 0 48px 0 48px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
}
#nav .main-nav > ul > li.on > div > ul,
#nav .main-nav > ul > li.on > ul {
  display: block;
  float: left;
  width: 50%;
  margin: 0;
}
#nav .main-nav > ul > li.on > div > ul li,
#nav .main-nav > ul > li.on > ul li {
  width: 100%;
}
#nav .main-nav > ul > li.on > div > ul li a,
#nav .main-nav > ul > li.on > ul li a {
  position: relative;
  display: block;
  color: #414042;
  font-size: 16px;
  padding: 6px 16px 6px 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#nav .main-nav > ul > li.on > div > ul li a i,
#nav .main-nav > ul > li.on > ul li a i {
  position: relative;
  top: -2px;
  font-size: 0.75em;
}
#nav .main-nav > ul > li.on > div > ul li a:before,
#nav .main-nav > ul > li.on > ul li a:before {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: -16px;
  content: '\f105';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1395d8;
  line-height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#nav .main-nav > ul > li.on > div > ul li a:hover,
#nav .main-nav > ul > li.on > ul li a:hover {
  color: #1d428a;
}
#nav .main-nav > ul > li.on > div > ul li a:hover:before,
#nav .main-nav > ul > li.on > ul li a:hover:before {
  opacity: 1;
  left: 0;
}
#nav .main-nav > ul > li:last-of-type.on > div,
#nav .main-nav > ul > li:nth-last-child(2).on > div,
#nav .main-nav > ul > li:last-of-type.on > ul,
#nav .main-nav > ul > li:nth-last-child(2).on > ul {
  right: 0;
  left: inherit;
}
#nav .main-nav > ul > li:last-of-type.on > div,
#nav .main-nav > ul > li:nth-last-child(2).on > div {
  border-radius: 48px 0 48px 0;
}
/* [ BODY ] -----------------------------------*/
#content {
  margin-bottom: 40px;
}
#page-title {
  background: url('/wp-content/themes/district/library/images/bg-body.png') center top repeat-x #fff;
}
#page-title > .contain {
  height: 96px;
  text-align: center;
  background-color: #1d428a;
}
#page-title > .contain:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 96px;
  margin-left: -1px;
  vertical-align: middle;
}
#page-title h1 {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  line-height: 1.2em;
  vertical-align: middle;
}
/* [ FOOTER ] -----------------------------------*/
.footer {
  float: left;
  margin: 0;
}
.footer > .contain {
  overflow: hidden;
}
.footer .copyright {
  padding: 0 2.5%;
}
.footer .copyright p {
  margin: 0 0 10px;
}
.footer .copyright h2 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 10px;
}
.footer .copyright .footer-text {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.footer .copyright .footer-text a {
  color: #414042;
  font-weight: bold;
}
.footer .greeting {
  text-align: center;
  padding: 0 1.2%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer .greeting a {
  display: block;
  width: 100%;
  padding: 20px 25px 30px;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  border: 1px solid #1d428a;
}
.footer .greeting a:hover {
  color: #fff;
  background: #1d428a;
}
.footer .contact {
  text-align: right;
  padding: 0;
}
.footer .contact p {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 15px;
}
.footer .contact a {
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
}
.footer .contact a i {
  margin-left: 3px;
}
.footer .contact a:hover {
  text-decoration: underline;
}
.footer .bottom-footer {
  margin: 0;
}
.footer .bottom-footer a {
  color: #fff;
  line-height: 45px;
}
.footer .bottom-footer [class*='col-'] {
  padding: 0;
  margin: 0;
  height: 48px;
}
.footer .bottom-footer .nav {
  position: relative;
  z-index: 10;
}
.footer .bottom-footer .nav:before {
  position: absolute;
  top: 0;
  left: -32px;
  z-index: -1;
  content: '';
  width: 128px;
  height: 128px;
  background-color: #1d428a;
  border-radius: 50%;
}
.footer .bottom-footer .nav ul {
  margin: 0 32px;
  width: 100%;
  height: 100%;
  line-height: 48px;
  background: #1d428a;
}
.footer .bottom-footer .nav ul li {
  position: relative;
  float: left;
  padding: 0 3.5%;
}
.footer .bottom-footer .nav ul li:after {
  position: absolute;
  right: -3px;
  top: -2px;
  content: '|';
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.footer .bottom-footer .nav ul li:first-of-type {
  padding-left: 0;
}
.footer .bottom-footer .nav ul li:last-of-type:after {
  content: '';
}
.footer .bottom-footer .nav ul li a {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
.footer .bottom-footer .nav ul li:last-child a {
  border-right: 0;
}
.footer .bottom-footer .our-learning,
.footer .bottom-footer .erase-bullying {
  position: relative;
}
.footer .bottom-footer .our-learning img,
.footer .bottom-footer .erase-bullying img {
  vertical-align: middle;
}
.footer .bottom-footer .our-learning {
  z-index: 20;
  padding: 0 24px;
  background-color: #1d428a;
}
.footer .bottom-footer .our-learning:after {
  position: absolute;
  bottom: -3px;
  right: -32px;
  z-index: -1;
  content: '';
  width: 64px;
  height: 51px;
  background-color: #1d428a;
  border: 3px solid #fff;
  border-top: 0;
  border-left: 0;
  border-bottom-right-radius: 64px;
}
.footer .bottom-footer .erase-bullying {
  padding: 0 20px 0 64px;
  text-align: right;
  background: #ee257c;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.footer .bottom-footer .erase-bullying:after {
  position: absolute;
  bottom: -3px;
  right: -32px;
  z-index: -1;
  content: '';
  width: 64px;
  height: 51px;
  background-color: #ee257c;
  border-bottom-right-radius: 64px;
}
/* [ MISC ] -----------------------------------*/
#skip-links {
  margin: 0;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  background: #fff;
  color: #414042;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
  padding: 10px 20px;
}
/*------------------------------------------------------------------
  [ 3.COMPONENTS ]
-------------------------------------------------------------------*/
/* [ NEWS ]---------------------------------------------*/
.single-news-cpt #inner-content #sidebar-nav .child-sidebar-menu li.page-item-817 a {
  color: #1d428a;
}
.single-news-cpt #inner-content #sidebar-nav .child-sidebar-menu li.page-item-817 a:before {
  opacity: 1;
  left: 4%;
}
/* [ MEDIA RELEASES ]---------------------------------------------*/
.single-mediarelease-cpt #inner-content #sidebar-nav .child-sidebar-menu li.page-item-819 a {
  color: #1d428a;
}
.single-mediarelease-cpt #inner-content #sidebar-nav .child-sidebar-menu li.page-item-819 a:before {
  opacity: 1;
  left: 4%;
}
/* [ PHOTO GALLERY ] -----------------------------------*/
.post-type-archive-photogallery-cpt .tags {
  color: #1d428a;
  font-weight: normal;
  font-size: 13px;
}
.post-type-archive-photogallery-cpt .tags a {
  color: #1d428a;
}
.post-type-archive-photogallery-cpt .tags a:hover {
  color: #1395d8;
}
.single-photogallery-cpt #inner-content.not-front #main .article-body ul.slides {
  margin: 0;
  padding: 0;
}
.single-photogallery-cpt #inner-content.not-front #main .article-body ul.slides li {
  padding: 0;
  margin: 0;
  background: none;
  line-height: 0;
}
.single-photogallery-cpt #inner-content.not-front #main #p-slider {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
.single-photogallery-cpt #inner-content.not-front #main #p-slider .slides {
  position: relative;
}
.single-photogallery-cpt #inner-content.not-front #main #p-slider .slides li {
  text-align: center;
  display: none;
}
.single-photogallery-cpt #inner-content.not-front #main #p-slider .slides li .flex-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #1d428a;
  color: #fff;
  padding: 20px;
  margin: 0;
}
.single-photogallery-cpt #inner-content.not-front #main #p-carousel {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
.single-photogallery-cpt #inner-content.not-front #main #p-carousel .slides li {
  margin-right: 10px;
  cursor: pointer;
}
.single-photogallery-cpt #inner-content.not-front #main .flex-direction-nav {
  padding: 0;
  margin: 20px 0 0;
  overflow: auto;
}
.single-photogallery-cpt #inner-content.not-front #main .flex-direction-nav li {
  padding: 0;
  margin: 0;
  background: none;
  width: 50%;
  float: left;
  padding: 0 10px;
}
.single-photogallery-cpt #inner-content.not-front #main .flex-direction-nav li a {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  padding: 16px 36px 16px 16px;
  color: #FFF !important;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  background-color: #1395d8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.single-photogallery-cpt #inner-content.not-front #main .flex-direction-nav li a:after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: '\f105';
  height: 16px;
  font: normal normal normal 28px/13px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.single-photogallery-cpt #inner-content.not-front #main .flex-direction-nav li a .fa {
  padding: 0 4px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 13px;
}
.single-photogallery-cpt #inner-content.not-front #main .flex-direction-nav li a:hover {
  text-decoration: none!important;
  background-color: #1d428a;
}
.single-photogallery-cpt #inner-content.not-front #main .flex-direction-nav li a:hover:after {
  right: 12px;
}
.single-photogallery-cpt #inner-content.not-front #main .flex-direction-nav li a.flex-disabled {
  display: none;
}
.single-photogallery-cpt #inner-content.not-front #main .flex-direction-nav li:first-child {
  text-align: right;
}
/* [ CONTENT SEARCH ] -----------------------------------*/
.content-search {
  margin-bottom: 30px;
}
.content-search [class*='col-'] {
  margin-bottom: 0;
}
.content-search input[type=checkbox] {
  display: none;
}
.content-search input[type=search] {
  float: left;
  height: 20px;
  padding: 10px;
  width: 65%;
  border: 1px solid #cdd0cf;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.content-search input[type=search]:focus {
  outline: none;
  border-color: #1d428a;
}
.content-search input[type=submit] {
  font-family: FontAwesome!important;
  width: 110px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  height: 42px;
  font-size: 18px;
  padding: 0 !important;
  background: #1d428a;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.85;
}
.content-search input[type=submit]:hover,
.content-search input[type=submit]:focus {
  opacity: 1;
  outline: none;
}
.content-search label {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
.content-search .filters {
  padding: 10px 0 15px;
  font-size: 16px;
  color: #1d428a;
}
.content-search .filters label.active {
  color: #1d428a;
}
.content-search .filters i {
  width: 17px;
}
.content-search .viewall-button {
  margin-left: 20px;
  border: none;
  font-family: 'Open Sans', sans-serif;
  width: 110px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  height: 42px;
  font-size: 18px;
  padding: 0 !important;
  background: #1395d8;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.85;
}
.content-search .viewall-button:hover,
.content-search .viewall-button:focus {
  opacity: 1;
  outline: none;
}
.content-search .viewall-button span {
  margin-left: 0.25rem;
}
.content-search .searchsubmit-button {
  border: none;
  font-family: 'Open Sans', sans-serif;
  width: 110px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  height: 42px;
  font-size: 18px;
  padding: 0 !important;
  background: #1d428a;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.85;
}
.content-search .searchsubmit-button:hover,
.content-search .searchsubmit-button:focus {
  opacity: 1;
  outline: none;
}
.content-search .searchsubmit-button span {
  margin-left: 0.25rem;
}
/* [ SCHOOL MAPS ] -----------------------------------*/
#map-canvas {
  border: 1px solid #d3d3d3;
}
#map-canvas img {
  max-width: inherit;
}
#map-filter ul {
  margin: 0 !important;
  padding: 0!important;
  border: 1px solid #cdd0cf;
  width: 100%;
  overflow: auto;
}
#map-filter ul li {
  margin: 0;
  padding: 0 !important;
  width: 22.5%;
  float: left;
  list-style-type: none!important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#map-filter ul li:hover,
#map-filter ul li.active {
  background-color: #1d428a;
}
#map-filter ul li:hover a,
#map-filter ul li.active a {
  color: #fff !important;
}
#map-filter ul li.active a {
  font-weight: bold;
}
#map-filter ul li a {
  padding: 6px 5px 5px 42px;
  background: url(/wp-content/themes/district/library/images/markers.png) no-repeat 16px 7px;
  color: #1d428a;
  width: 100%;
  float: left;
  border-right: 1px solid #cdd0cf;
}
#map-filter ul li:last-of-type a {
  border-right: 0;
}
#map-filter ul li.all {
  width: 10%;
}
#map-filter ul li.all a {
  background-image: none !important;
  padding-left: 25px;
}
#map-filter ul li.mid a {
  background-position: 16px -53px;
}
#map-filter ul li.sec a {
  background-position: 16px -109px;
}
#map-filter ul li.alt a {
  background-position: 16px -171px;
}
/*map bubble*/
.gm-style-iw,
.leaflet-popup-content {
  width: 300px !important;
  overflow: auto;
}
.gm-style-iw .logo.col-1-3,
.leaflet-popup-content .logo.col-1-3 {
  padding-top: 10px;
}
.gm-style-iw .logo.col-1-3 img,
.leaflet-popup-content .logo.col-1-3 img {
  max-width: 115% !important;
}
.gm-style-iw .details.col-2-3,
.leaflet-popup-content .details.col-2-3 {
  margin-bottom: 10px;
  padding-top: 10px;
}
.gm-style-iw .details.col-2-3 h3,
.leaflet-popup-content .details.col-2-3 h3 {
  margin: 0 0 10px;
  font-size: 20px !important;
  line-height: 20px !important;
}
.gm-style-iw .details.col-2-3 p,
.leaflet-popup-content .details.col-2-3 p {
  margin: 0;
  line-height: 18px;
  font-size: 14px;
}
.gm-style-iw .details.col-2-3 h4,
.leaflet-popup-content .details.col-2-3 h4 {
  margin: 15px 0 0;
}
.gm-style-iw .details.col-2-3 h4 a,
.leaflet-popup-content .details.col-2-3 h4 a {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  padding: 16px 36px 16px 16px;
  color: #FFF !important;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  background-color: #1395d8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
}
.gm-style-iw .details.col-2-3 h4 a:after,
.leaflet-popup-content .details.col-2-3 h4 a:after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: '\f105';
  height: 16px;
  font: normal normal normal 28px/13px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gm-style-iw .details.col-2-3 h4 a .fa,
.leaflet-popup-content .details.col-2-3 h4 a .fa {
  padding: 0 4px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 13px;
}
.gm-style-iw .details.col-2-3 h4 a:hover,
.leaflet-popup-content .details.col-2-3 h4 a:hover {
  text-decoration: none!important;
  background-color: #1d428a;
}
.gm-style-iw .details.col-2-3 h4 a:hover:after,
.leaflet-popup-content .details.col-2-3 h4 a:hover:after {
  right: 12px;
}
.gm-style-iw .details.col-2-3.gold a,
.leaflet-popup-content .details.col-2-3.gold a {
  color: #B39432;
}
.gm-style-iw .details.col-2-3.white a,
.leaflet-popup-content .details.col-2-3.white a {
  color: #000;
}
.gm-style-iw .details.col-2-3.baby.blue a,
.leaflet-popup-content .details.col-2-3.baby.blue a {
  color: #44A9C0;
}
.gm-style-iw .details.col-2-3.blue a,
.leaflet-popup-content .details.col-2-3.blue a {
  color: #10476f;
}
.gm-style-iw .details.col-2-3.green.apple a,
.leaflet-popup-content .details.col-2-3.green.apple a {
  color: #56A00C;
}
.gm-style-iw .details.col-2-3.green a,
.leaflet-popup-content .details.col-2-3.green a {
  color: #044D1C;
}
.gm-style-iw .details.col-2-3.purple a,
.leaflet-popup-content .details.col-2-3.purple a {
  color: #453A8B;
}
.gm-style-iw .details.col-2-3.purple.wine a,
.leaflet-popup-content .details.col-2-3.purple.wine a {
  color: #651B32;
}
.gm-style-iw .details.col-2-3.red a,
.leaflet-popup-content .details.col-2-3.red a {
  color: #D30A0A;
}
.gm-style-iw .details.col-2-3.red.dark a,
.leaflet-popup-content .details.col-2-3.red.dark a {
  color: #6C1B18;
}
#inner-content.not-front #main .article-body .map-places {
  margin: 10px 0 0;
  padding: 0;
}
#inner-content.not-front #main .article-body .map-places li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  float: left;
  overflow: auto;
  border: 1px solid #cdd0cf;
  border-left: 0;
  height: 48px;
  overflow: hidden;
  margin: 0 0 8px;
}
#inner-content.not-front #main .article-body .map-places li:hover {
  background-color: #1d428a;
}
#inner-content.not-front #main .article-body .map-places li:hover a {
  color: #fff;
}
#inner-content.not-front #main .article-body .map-places li a {
  display: inline-block;
  vertical-align: middle;
}
#inner-content.not-front #main .article-body .map-places li a.active {
  font-weight: 700;
}
#inner-content.not-front #main .article-body .map-places li a.map-marker {
  width: 85%;
  padding: 0 8px;
  font-size: 14px;
  line-height: 1.2em;
}
#inner-content.not-front #main .article-body .map-places li a.page-link {
  width: 15%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  background-color: #1395d8;
}
#inner-content.not-front #main .article-body .map-places.listCol1 li {
  border-left: 1px solid #cdd0cf;
}
/* [ SCHOOL DETAILS ] -----------------------------------*/
#inner-content.not-front #main .article-body.school h3.french {
  margin: -6px 0 10px;
}
#inner-content.not-front #main .article-body.school a.button {
  color: #fff !important;
}
#inner-content.not-front #main .article-body.school .school-news h2 {
  color: #414042;
  font-size: 20px;
  display: block;
  border-bottom: 1px solid #cdd0cf;
  margin: 20px 0;
  padding: 0 0 10px;
}
#inner-content.not-front #main .article-body.school .school-news ul {
  margin: 0;
  padding: 0;
}
#inner-content.not-front #main .article-body.school .school-news ul li {
  margin: 0;
  padding: 0 0 20px;
  list-style-type: none;
}
#inner-content.not-front #main .article-body.school .school-news ul li h3 {
  margin: 0;
}
#inner-content.not-front #main .article-body.school .school-news a.button {
  color: #fff !important;
}
#inner-content.not-front #main .article-body.school.gold a {
  color: #B39432;
}
#inner-content.not-front #main .article-body.school.gold a.button {
  color: #000 !important;
}
#inner-content.not-front #main .article-body.school.white a {
  color: #000;
}
#inner-content.not-front #main .article-body.school.baby.blue a {
  color: #44A9C0;
}
#inner-content.not-front #main .article-body.school.blue a {
  color: #10476f;
}
#inner-content.not-front #main .article-body.school.green.apple a {
  color: #56A00C;
}
#inner-content.not-front #main .article-body.school.green a {
  color: #044D1C;
}
#inner-content.not-front #main .article-body.school.purple a {
  color: #453A8B;
}
#inner-content.not-front #main .article-body.school.purple.wine a {
  color: #651B32;
}
#inner-content.not-front #main .article-body.school.red a {
  color: #D30A0A;
}
#inner-content.not-front #main .article-body.school.red.dark a {
  color: #6C1B18;
}
#inner-content.not-front #main .article-body.gold h2 {
  color: #B39432;
}
#inner-content.not-front #main .article-body.gold .button {
  background-color: #B39432;
  color: #000;
  text-shadow: 0 1px 1px #ffffff;
}
#inner-content.not-front #main .article-body.white h2 {
  color: #000;
}
#inner-content.not-front #main .article-body.white .button {
  background-color: #000;
}
#inner-content.not-front #main .article-body.baby.blue h2 {
  color: #44A9C0;
}
#inner-content.not-front #main .article-body.baby.blue .button {
  background-color: #44A9C0;
  color: #000;
  text-shadow: 0 1px 1px #ffffff;
}
#inner-content.not-front #main .article-body.blue h2 {
  color: #10476f;
}
#inner-content.not-front #main .article-body.blue .button {
  background-color: #10476f;
}
#inner-content.not-front #main .article-body.green.apple h2 {
  color: #56A00C;
}
#inner-content.not-front #main .article-body.green.apple .button {
  background-color: #56A00C;
}
#inner-content.not-front #main .article-body.green h2 {
  color: #044D1C;
}
#inner-content.not-front #main .article-body.green .button {
  background-color: #044D1C;
}
#inner-content.not-front #main .article-body.purple h2 {
  color: #453A8B;
}
#inner-content.not-front #main .article-body.purple .button {
  background-color: #453A8B;
}
#inner-content.not-front #main .article-body.purple.wine h2 {
  color: #651B32;
}
#inner-content.not-front #main .article-body.purple.wine .button {
  background-color: #651B32;
}
#inner-content.not-front #main .article-body.red h2 {
  color: #D30A0A;
}
#inner-content.not-front #main .article-body.red .button {
  background-color: #D30A0A;
}
#inner-content.not-front #main .article-body.red.dark h2 {
  color: #6C1B18;
}
#inner-content.not-front #main .article-body.red.dark .button {
  background-color: #6C1B18;
}
.school {
  margin-top: 15px;
}
.school .button {
  margin-bottom: 10px !important;
}
.school .button.first {
  margin-right: 10px;
}
.school .logo {
  margin: 0 0 20px;
}
.school .logo .border-wrap {
  width: 100%;
  text-align: center;
  border: 1px solid #cdd0cf;
  padding: 50px 0;
}
.school [class*='col-'].no-marg {
  margin-bottom: 0;
}
.school [class*='col-'].first {
  padding-right: 30px;
}
/* [ CALENDAR ] -----------------------------------*/
#espresso_calendar {
  z-index: 0;
}
#inner-content.not-front #main #post-815 .article-body > p {
  display: none;
}
#inner-content.not-front #main .article-body #espresso_calendar .fc-button-month,
#inner-content.not-front #main .article-body #espresso_calendar .fc-button-agendaWeek,
#inner-content.not-front #main .article-body #espresso_calendar .fc-button-agendaDay {
  display: none;
}
#inner-content.not-front #main .article-body #espresso_calendar table {
  margin: 0;
}
#inner-content.not-front #main .article-body #espresso_calendar table .ui-state-default .ui-icon {
  margin-left: 0;
}
#inner-content.not-front #main .article-body #espresso_calendar .fc-header {
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#inner-content.not-front #main .article-body #espresso_calendar .fc-header tr {
  background: none;
}
#inner-content.not-front #main .article-body #espresso_calendar .fc-view-month {
  border: 0;
}
#inner-content.not-front #main .article-body #espresso_calendar .fc-view-month table {
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#inner-content.not-front #main .article-body #espresso_calendar .fc-view-month table th {
  border: 0;
  background: #1d428a;
  font-weight: 700;
}
#inner-content.not-front #main .article-body #espresso_calendar .fc-view-month table tr:nth-child(odd) {
  background: #eaeaea;
}
#inner-content.not-front #main .article-body #espresso_calendar .fc-view-month table td {
  border: 0;
  background: none;
}
#inner-content.not-front #main .article-body #espresso_calendar .fc-view-month a {
  color: #fff;
  -webkit-transition: none;
  transition: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#inner-content.not-front #main .article-body #espresso_calendar .fc-view-month a.board_meetings {
  background: #128766 !important;
  border-color: #128766 !important;
}
#inner-content.not-front #main .article-body #espresso_calendar .fc-view-month a.committee_meetings {
  background: #165fa1 !important;
  border-color: #165fa1 !important;
}
#inner-content.not-front #main .article-body #espresso_calendar .fc-view-month a.information_sessions {
  background: #01543d !important;
  border-color: #01543d !important;
}
#inner-content.not-front #main .article-body #espresso_calendar .fc-view-month a.school_registration_events {
  background: #4c3070 !important;
  border-color: #4c3070 !important;
}
#inner-content.not-front #main .article-body #espresso_calendar .fc-view-month a.holidays {
  background: #032e54 !important;
  border-color: #032e54 !important;
}
#inner-content.not-front #main .article-body #event_wrapper {
  display: none;
}
#inner-content.not-front #main .article-body .event-search-categories {
  margin-bottom: 0;
}
#inner-content.not-front #main .article-body .event-search-categories .col-1-2 {
  margin: 0 0 10px;
}
#inner-content.not-front #main .article-body #espresso-search-form-dv {
  overflow: auto;
  padding: 0;
  margin: 0;
  background: none;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
}
#inner-content.not-front #main .article-body #espresso-search-form-dv .ui-helper-hidden-accessible {
  display: none;
}
#inner-content.not-front #main .article-body #espresso-search-form-dv #ee_autocomplete {
  width: 78%;
  margin-right: 2%;
  float: left;
  border: 0;
  padding: 2px 10px 0;
  height: 38px;
  line-height: 16px;
  vertical-align: top;
  background: none;
  color: #414042;
}
#inner-content.not-front #main .article-body #espresso-search-form-dv #ee_autocomplete:focus {
  outline-style: none;
  background: #fff;
}
#inner-content.not-front #main .article-body #espresso-search-form-dv #ee_search_submit {
  width: 20%;
  float: left;
  border: 0;
  background: 0;
  font-size: 0;
  height: 38px;
  background: #d3d3d3;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ui-autocomplete {
  float: left;
  width: auto;
  z-index: 10000;
}
.ui-autocomplete li {
  float: left;
  width: 100%;
}
.ui-autocomplete li a {
  float: left;
  width: 100%;
}
.ui-tooltip .qtip_info {
  border: none;
  background: #eaeaea;
  padding: 0 10px;
}
.ui-tooltip .qtip_info a.reg_now {
  background: #1d428a;
  padding: 10px;
}
.ui-tooltip .qtip_info a.reg_now:hover {
  background: #1395d8;
}
.ui-tooltip .qtip_info .time_cal_qtip {
  color: #333;
}
#event_container_pagination .event-list-display {
  background: #ececec;
  padding: 10px;
}
#event_container_pagination .event-list-display:nth-child(odd) {
  background: #fff;
}
#event_container_pagination .event-list-display h3 {
  margin-bottom: 10px;
}
#event_container_pagination .event-list-display .event_price,
#event_container_pagination .event-list-display .spaces-available {
  display: none;
}
#event_container_pagination .event-list-display .ui-button {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  padding: 16px 36px 16px 16px;
  color: #FFF !important;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  background-color: #1395d8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#event_container_pagination .event-list-display .ui-button:after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: '\f105';
  height: 16px;
  font: normal normal normal 28px/13px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#event_container_pagination .event-list-display .ui-button .fa {
  padding: 0 4px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 13px;
}
#event_container_pagination .event-list-display .ui-button:hover {
  text-decoration: none!important;
  background-color: #1d428a;
}
#event_container_pagination .event-list-display .ui-button:hover:after {
  right: 12px;
}
#event_container_pagination .event-list-display .event-meta {
  float: left;
  width: 100%;
  /*
			.event_times{
				span{line-height: 16px; display: inline-block; margin-right: 10px;}
				br{display: none;}
			}*/
}
#event_container_pagination .event-list-display .event-meta p {
  margin-bottom: 0;
}
#event_container_pagination .event-list-display .register-link-footer a {
  color: #fff !important;
}
.page-event-details #inner-content.not-front #main .article-body #event_espresso_registration_form {
  margin: 0;
  padding: 0;
}
.page-event-details #inner-content.not-front #main .article-body .post-edit-link {
  display: none !important;
}
.page-event-details #inner-content.not-front #main .article-body .event_title {
  font-size: 22px;
  line-height: 26px;
  color: #1d428a;
}
.page-event-details #inner-content.not-front #main .article-body .meta-right {
  background: #ececec;
  padding: 10px;
  margin-right: 20px;
}
.page-event-details #inner-content.not-front #main .article-body .section-title,
.page-event-details #inner-content.not-front #main .article-body .span_event_date_label {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #1d428a;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.page-event-details #inner-content.not-front #main .article-body .event_prices {
  display: none;
}
/* HIDE TRIBE EVENT CALENDAR */
/* HIDE BUILT-IN BLOG POST TYPE */
#menu-posts-tribe_events,
#wp-admin-bar-tribe-events,
#wp-admin-bar-new-tribe_events,
#wp-admin-bar-new-espresso_event,
#menu-posts,
#wp-admin-bar-new-post {
  display: none;
}
/* [ BOARD BIOS ] -----------------------------------*/
.board-bios .bio-name {
  font-weight: bold;
}
.board-bios .biography .biography-content.less {
  display: block;
}
.board-bios .biography .biography-content.full {
  display: none;
}
.board-bios .biography .biography-content {
  border-bottom: 1px solid #9d937f;
  min-height: 202px;
}
.board-bios .biography .biography-full {
  margin-top: 5px;
}
.board-bios .biography.show .biography-content.less {
  display: none;
}
.board-bios .biography.show .biography-content.full {
  display: block;
}
.image-list-point {
  padding-right: 20px;
}
.image-list-point img {
  float: left;
  margin-top: 0;
  padding-right: 10px;
  width: 25%;
}
.image-list-point p {
  float: right;
  width: 75%;
  margin: 0;
}
.image-list-point a {
  font-weight: bold;
}
.image-list-point:nth-child(odd) {
  clear: left;
}
/* [ ALERTS ] -----------------------------------*/
.district_alert_widget {
  background: #fff;
  padding: 25px 20px 10px;
  line-height: 24px;
  position: relative;
  margin-bottom: 0;
}
.district_alert_widget.red {
  border-bottom: 5px solid #9D1A28;
}
.district_alert_widget.red i,
.district_alert_widget.red h3,
.district_alert_widget.red a {
  color: #9D1A28;
}
.district_alert_widget.purple {
  border-bottom: 5px solid #501A8E;
}
.district_alert_widget.purple i,
.district_alert_widget.purple h3,
.district_alert_widget.purple a {
  color: #501A8E;
}
.district_alert_widget.green {
  border-bottom: 5px solid #1C8712;
}
.district_alert_widget.green i,
.district_alert_widget.green h3,
.district_alert_widget.green a {
  color: #1C8712;
}
.district_alert_widget.orange {
  border-bottom: 5px solid #D35A03;
}
.district_alert_widget.orange i,
.district_alert_widget.orange h3,
.district_alert_widget.orange a {
  color: #D35A03;
}
.district_alert_widget .close {
  position: absolute;
  top: 0;
  right: 45px;
  cursor: pointer;
}
.district_alert_widget .close i {
  font-size: 22px;
}
.district_alert_widget h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
.district_alert_widget p {
  margin: 0 0 15px;
  padding: 0;
}
.district_alert_widget a:hover {
  text-decoration: underline;
}
.district_alert_widget ul {
  list-style: inside disc;
  margin-left: 20px;
}
/* [ MEETINGS ] -----------------------------------*/
.page-meetings .presentation-url,
.page-meetings-of-the-board .presentation-url {
  display: inline-block;
}
.page-meetings .supp-doc-url,
.page-meetings-of-the-board .supp-doc-url {
  display: inline-block;
}
.page-meetings .supp-doc-url .pdf .fa-file-pdf-o,
.page-meetings-of-the-board .supp-doc-url .pdf .fa-file-pdf-o {
  display: none;
}
.presentation-url {
  display: block;
}
.supp-doc-url {
  display: block;
}
.supp-doc-url .pdf .fa-file-pdf-o {
  display: none !important;
}
/*------------------------------------------------------------------
  [ 4.STATES ]
-------------------------------------------------------------------*/
.mobile {
  display: none;
}
/* [ HOME ] -----------------------------------*/
.home .features {
  background: url('/wp-content/themes/district/library/images/bg-body.png') center top repeat-x #fff;
}
.home .features .flexslider {
  position: relative;
  margin: 0;
}
.home .features .flexslider .slides .slide {
  display: none;
  position: relative;
  color: #fff;
  font-size: 20px;
  line-height: 1.3em;
}
.home .features .flexslider .slides .slide img {
  display: block;
  margin: 0 auto;
}
.home .features .flexslider .slides .slide a {
  color: #fff;
}
.home .features .flexslider .slides .slide .slide__overlay,
.home .features .flexslider .slides .slide .slide__logo {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 10%;
  margin: 20% 0 0;
}
.home .features .flexslider .slides .slide .slide__logo {
  margin: 5% 0 0 ;
  padding-left: 24px;
}
.home .features .flexslider .slides .slide .slide__title {
  display: inline-block;
  margin: 0;
  padding: 8px 24px 12px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
  text-overflow: ellipsis;
  background-color: #1d428a;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.home .features .flexslider .slides .slide .slide__desc {
  max-width: 630px;
  padding: 19px 24px 21px;
  background-color: #1395d8;
  border-radius: 0 48px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.home .features .flexslider .slides .slide .slide__anchor {
  display: inline-block;
  margin-top: 16px;
  padding: 0 24px;
  font-weight: bold;
  line-height: 48px;
  background-color: #1d428a;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.home .features .flexslider .slides .slide .slide__anchor .fa {
  padding-left: 10px;
  font-size: 32px;
  line-height: 48px;
  vertical-align: bottom;
}
.home .features .flexslider .slides .slide .slide__anchor:hover {
  background-color: #1395d8 !important;
}
.home .features .flexslider .slides .slide .slide__overlay.opacity-90 .slide__title,
.home .features .flexslider .slides .slide .slide__overlay.opacity-90 .slide__anchor {
  background-color: rgba(29, 66, 138, 0.9);
}
.home .features .flexslider .slides .slide .slide__overlay.opacity-80 .slide__title,
.home .features .flexslider .slides .slide .slide__overlay.opacity-80 .slide__anchor {
  background-color: rgba(29, 66, 138, 0.8);
}
.home .features .flexslider .slides .slide .slide__overlay.opacity-70 .slide__title,
.home .features .flexslider .slides .slide .slide__overlay.opacity-70 .slide__anchor {
  background-color: rgba(29, 66, 138, 0.7);
}
.home .features .flexslider .slides .slide .slide__overlay.opacity-60 .slide__title,
.home .features .flexslider .slides .slide .slide__overlay.opacity-60 .slide__anchor {
  background-color: rgba(29, 66, 138, 0.6);
}
.home .features .flexslider .slides .slide .slide__overlay.opacity-50 .slide__title,
.home .features .flexslider .slides .slide .slide__overlay.opacity-50 .slide__anchor {
  background-color: rgba(29, 66, 138, 0.5);
}
.home .features .flexslider .slides .slide .slide__overlay.opacity-40 .slide__title,
.home .features .flexslider .slides .slide .slide__overlay.opacity-40 .slide__anchor {
  background-color: rgba(29, 66, 138, 0.4);
}
.home .features .flexslider .slides .slide .slide__overlay.opacity-30 .slide__title,
.home .features .flexslider .slides .slide .slide__overlay.opacity-30 .slide__anchor {
  background-color: rgba(29, 66, 138, 0.3);
}
.home .features .flexslider .slides .slide .slide__overlay.opacity-20 .slide__title,
.home .features .flexslider .slides .slide .slide__overlay.opacity-20 .slide__anchor {
  background-color: rgba(29, 66, 138, 0.2);
}
.home .features .flexslider .slides .slide .slide__overlay.opacity-10 .slide__title,
.home .features .flexslider .slides .slide .slide__overlay.opacity-10 .slide__anchor {
  background-color: rgba(29, 66, 138, 0.1);
}
.home .features .flexslider .slides .slide .slide__overlay.opacity-00 .slide__title,
.home .features .flexslider .slides .slide .slide__overlay.opacity-00 .slide__anchor {
  background-color: rgba(29, 66, 138, 0);
}
.home .features .flexslider .slides .slide .slide__overlay.opacity-90 .slide__desc {
  background-color: rgba(19, 149, 216, 0.9);
}
.home .features .flexslider .slides .slide .slide__overlay.opacity-80 .slide__desc {
  background-color: rgba(19, 149, 216, 0.8);
}
.home .features .flexslider .slides .slide .slide__overlay.opacity-70 .slide__desc {
  background-color: rgba(19, 149, 216, 0.7);
}
.home .features .flexslider .slides .slide .slide__overlay.opacity-60 .slide__desc {
  background-color: rgba(19, 149, 216, 0.6);
}
.home .features .flexslider .slides .slide .slide__overlay.opacity-50 .slide__desc {
  background-color: rgba(19, 149, 216, 0.5);
}
.home .features .flexslider .slides .slide .slide__overlay.opacity-40 .slide__desc {
  background-color: rgba(19, 149, 216, 0.4);
}
.home .features .flexslider .slides .slide .slide__overlay.opacity-30 .slide__desc {
  background-color: rgba(19, 149, 216, 0.3);
}
.home .features .flexslider .slides .slide .slide__overlay.opacity-20 .slide__desc {
  background-color: rgba(19, 149, 216, 0.2);
}
.home .features .flexslider .slides .slide .slide__overlay.opacity-10 .slide__desc {
  background-color: rgba(19, 149, 216, 0.1);
}
.home .features .flexslider .slides .slide .slide__overlay.opacity-00 .slide__desc {
  background-color: rgba(19, 149, 216, 0);
}
.home .features .flexslider .flex-direction-nav {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0px;
  width: 100%;
  padding: 0;
  margin: -20px 0 0;
}
.home .features .flexslider .flex-direction-nav li {
  float: left;
  width: 50%;
  padding: 0 16px;
  font-size: 40px;
  line-height: 1em;
}
.home .features .flexslider .flex-direction-nav li .fa {
  color: #fff;
}
.home .features .flexslider .flex-direction-nav a.flex-next {
  float: right;
}
.home .features .flexslider .flex-direction-nav a:focus {
  outline: none;
}
.home .features .flexslider .flex-control-nav {
  position: absolute;
  z-index: 10;
  bottom: 16px;
  width: 100%;
  margin: 0;
  list-style: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.home .features .flexslider .flex-control-nav li {
  display: inline-block;
  padding: 0 4px;
}
.home .features .flexslider .flex-control-nav a {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home .features .flexslider .flex-control-nav a.flex-active {
  background-color: #fff;
}
.home .content__wrap {
  margin-bottom: 5%;
  padding: 0 32px;
}
.home .content__wrap .text-right {
  margin-bottom: 20px!important;
  padding: 0 32px;
}
.home .content__wrap .text-right .fa {
  padding: 0 4px;
  font-size: 20px;
}
.home .content__wrap .text-right a[href*=twitter] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .content__wrap .text-right a[href*=twitter] img {
  width: 14px;
  position: relative;
  top: 1px;
}
.home .content__wrap .text-right a[href*=facebook] {
  color: #3b5998;
}
.home .content__wrap .text-right a[href*=linkedin] {
  color: #007bb6;
}
.home .content__wrap .text-right a[href*=youtube] {
  color: #cd201f;
}
.home .content__wrap .widget__title {
  padding-bottom: 16px;
  height: 45px;
  font-size: 24px;
  line-height: 1em;
  font-weight: 400;
  border-bottom: 1px solid #414042;
}
.home .content__wrap .widget__title .fa {
  padding-right: 8px;
  color: #1395d8;
}
.home .content__wrap [class*='col-'] {
  margin-bottom: 0;
}
.home .content__wrap .col-1-3 {
  padding: 0 2.5%;
  font-size: 16px;
  line-height: 1.25em;
}
.home .content__wrap .col-1-3 .news-date,
.home .content__wrap .col-1-3 .event-date {
  font-size: 14px;
  padding-top: 2px;
}
.home .content__wrap .col-1-3 ul li {
  margin-bottom: 20px;
}
.home .content__wrap .col-1-3 ul li .event {
  margin-bottom: 20px;
}
.home .content__wrap .col-1-3 ul li a {
  color: #414042;
}
.home .content__wrap .col-1-3 ul li a:hover {
  color: #1d428a;
}
.home .content__wrap .col-1-3 a.widget-all {
  color: #1d428a;
  font-weight: bold;
}
.home .content__wrap .col-1-3 a.widget-all:hover {
  text-decoration: underline;
}
.home .twitter-timeline {
  width: 100vw !important;
}
.home .content__twitter a {
  color: #1dcaff;
}
.home .content__twitter .twitter__wrap {
  height: 360px;
  overflow: auto;
  border-bottom: 1px solid #414042;
  -webkit-overflow-scrolling: touch;
}
.home .content__twitter .widget__title {
  position: relative;
  margin-bottom: -45px;
  background-color: #fff;
}
.home .content__twitter .widget__title a .fa {
  display: none;
}
.home .content__twitter .widget__title .fa {
  color: #1dcaff;
}
.home .content__twitter .widget__title span {
  font-size: 16px;
  color: #a0a0a0;
}
.home .simcal-default-calendar-list {
  padding: 0;
}
.home .simcal-default-calendar-list .simcal-event-details {
  font-size: inherit;
  line-height: inherit;
}
.home .simcal-default-calendar-list ul.simcal-events {
  margin: 0;
}
.home .simcal-default-calendar-list ul.simcal-events p {
  margin: 0;
}
.home .simcal-default-calendar-list ul.simcal-events li.simcal-event {
  padding: 0!important;
  border-left: 0!important;
}
.home .callout__feature {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.25em;
  text-align: center;
  background: url('/wp-content/themes/district/library/images/bg-home-feature.png') no-repeat center center;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home .callout__feature:hover {
  background-size: 105%;
}
.home .callout__feature.no-link {
  padding: 48px 0;
}
.home .callout__feature a {
  color: #777;
  padding: 48px 0;
  margin-bottom: 0;
}
.home .callout__feature a:hover {
  color: #1d428a;
}
.home .callout__feature .feature__img {
  margin-bottom: 24px;
}
.home .callout__feature .feature__img img {
  display: block;
  width: inherit;
  margin: 0 auto;
  max-height: 80px;
}
.home .callout__feature ul {
  margin: 0;
}
.home .callout__feature ul > li {
  margin: 0;
  padding: 0 2.5%;
}
#inner-content.front,
#main-front {
  margin-bottom: 0;
}
/* [ INSIDE ] -----------------------------------*/
#inner-content.not-front {
  margin-bottom: 0;
  padding: 30px 30px 0 30px;
  border-bottom: 1px solid #cdd0cf;
}
#inner-content.not-front .sidebar .widget-title {
  margin: 0 0 20px;
  font-size: 21px;
  line-height: 1.14em;
  font-weight: 700;
}
#inner-content.not-front .sidebar .search-form {
  padding-top: 3px;
}
#inner-content.not-front .sidebar .search-form .search-field {
  float: left;
  height: 20px;
  padding: 10px;
  width: 65%;
  border: 1px solid #1395d8;
  border-right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#inner-content.not-front .sidebar .search-form .search-field:focus {
  outline: none;
}
#inner-content.not-front .sidebar .search-form .search-submit {
  font-family: FontAwesome;
  width: 40px;
  border: 0;
  height: 42px;
  font-size: 18px;
  padding: 0 !important;
  background: #1395d8;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.85;
}
#inner-content.not-front .sidebar .search-form .search-submit:hover,
#inner-content.not-front .sidebar .search-form .search-submit:focus {
  opacity: 1;
  outline: none;
}
#inner-content.not-front .advanced-sidebar-menu {
  padding: 0 0 10px;
}
#inner-content.not-front #sidebar-nav {
  padding: 0 2.5% 0 0;
  margin: 0;
}
#inner-content.not-front #sidebar-nav a {
  color: #414042;
  cursor: pointer;
  padding: 8px 16px 8px 10%;
}
#inner-content.not-front #sidebar-nav a:hover {
  color: #1d428a;
}
#inner-content.not-front #sidebar-nav .parent-sidebar-menu {
  margin: 0;
}
#inner-content.not-front #sidebar-nav .parent-sidebar-menu > li > a {
  display: block;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
}
#inner-content.not-front #sidebar-nav .child-sidebar-menu {
  margin: 0;
}
#inner-content.not-front #sidebar-nav .child-sidebar-menu li a {
  position: relative;
  font-size: 16px;
  line-height: 1.25em;
  display: block;
  width: 100%;
  border-bottom: 1px solid #cdd0cf;
}
#inner-content.not-front #sidebar-nav .child-sidebar-menu li > a:before {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  content: '\f105';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1395d8;
  font-size: 15px;
  line-height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#inner-content.not-front #sidebar-nav .child-sidebar-menu li > a:hover:before {
  opacity: 1;
  left: 4%;
}
#inner-content.not-front #sidebar-nav .child-sidebar-menu li ul.children {
  display: none;
  margin: 0;
}
#inner-content.not-front #sidebar-nav .child-sidebar-menu li ul.children a {
  padding-left: 18%;
}
#inner-content.not-front #sidebar-nav .child-sidebar-menu li ul.children ul.children a {
  padding-left: 26%;
}
#inner-content.not-front #sidebar-nav .child-sidebar-menu li.has_children > a:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '+';
  color: #1395d8;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#inner-content.not-front #sidebar-nav .child-sidebar-menu li.current_page_item li.current_page_item .fa,
#inner-content.not-front #sidebar-nav .child-sidebar-menu li.current_page_ancestor li.current_page_item .fa,
#inner-content.not-front #sidebar-nav .child-sidebar-menu li.current_page_ancestor.current_page_item li.current_page_item .fa {
  display: inline-block;
  margin-left: -14px;
}
#inner-content.not-front #sidebar-nav .child-sidebar-menu li.current_page_item > a {
  color: #1d428a !important;
}
#inner-content.not-front #sidebar-nav .child-sidebar-menu li.current_page_item > a:before {
  opacity: 1;
  left: 4%;
}
#inner-content.not-front #sidebar-nav .child-sidebar-menu li.current_page_item ul.children a {
  color: #8c8b8b;
}
#inner-content.not-front #sidebar-nav .child-sidebar-menu li.current_page_item.has_children > a:after,
#inner-content.not-front #sidebar-nav .child-sidebar-menu li.current_page_ancestor > a:after {
  content: '–';
}
#inner-content.not-front #sidebar-nav .child-sidebar-menu li.current_page_item.has_children > ul.children,
#inner-content.not-front #sidebar-nav .child-sidebar-menu li.current_page_ancestor > ul.children {
  display: block;
}
#inner-content.not-front #sidebar-nav #nav_menu-13 {
  border: 1px solid #9d937f;
  margin: 0 0 10px;
}
#inner-content.not-front #sidebar-nav #nav_menu-13 h4 {
  background: #807b6d;
  color: #fff;
  display: block;
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  line-height: 15px;
}
#inner-content.not-front #sidebar-nav #nav_menu-13 ul {
  margin: 0;
}
#inner-content.not-front #sidebar-nav #nav_menu-13 ul li#menu-item-5521 a {
  color: #032e54 !important;
}
#inner-content.not-front #sidebar-nav #nav_menu-13 ul li#menu-item-5521 a:hover {
  color: #fff !important;
}
#inner-content.not-front #sidebar-nav #nav_menu-13 ul li#menu-item-5522 a {
  color: #128766 !important;
}
#inner-content.not-front #sidebar-nav #nav_menu-13 ul li#menu-item-5522 a:hover {
  color: #fff !important;
}
#inner-content.not-front #sidebar-nav #nav_menu-13 ul li#menu-item-5524 a {
  color: #165fa1 !important;
}
#inner-content.not-front #sidebar-nav #nav_menu-13 ul li#menu-item-5524 a:hover {
  color: #fff !important;
}
#inner-content.not-front #sidebar-nav #nav_menu-13 ul li#menu-item-5529 a {
  color: #4c3070 !important;
}
#inner-content.not-front #sidebar-nav #nav_menu-13 ul li#menu-item-5529 a:hover {
  color: #fff !important;
}
#inner-content.not-front #sidebar-nav #nav_menu-13 ul li#menu-item-5530 a {
  color: #01543d !important;
}
#inner-content.not-front #sidebar-nav #nav_menu-13 ul li#menu-item-5530 a:hover {
  color: #fff !important;
}
#inner-content.not-front #sidebar-nav #nav_menu-13 ul li a {
  display: block;
  padding: 10px;
  font-size: 14px;
  line-height: 15px;
}
#inner-content.not-front #sidebar-nav #nav_menu-13 ul li a:hover {
  background: #807b6d;
  color: #fff !important;
}
#inner-content.not-front #sidebar-nav .sidebar-rss {
  border: 1px solid #cdd0cf;
  overflow: auto;
}
#inner-content.not-front #sidebar-nav .sidebar-rss h3 {
  background: #ba4702;
  color: #fff;
  padding: 5px 10px;
  margin: 0;
}
#inner-content.not-front #sidebar-nav .sidebar-rss h3 i {
  float: right;
  margin: 2px 5px 0;
  font-size: 20px;
}
#inner-content.not-front #sidebar-nav .sidebar-rss ul {
  margin: 0;
  padding: 0;
}
#inner-content.not-front #sidebar-nav .sidebar-rss ul li {
  float: left;
  display: block;
  clear: left;
}
#inner-content.not-front #sidebar-nav .sidebar-rss ul li a {
  padding: 5px 10px;
  float: left;
  width: 100%;
  display: block;
  font-weight: bold;
}
#inner-content.not-front #sidebar-nav .sidebar-rss ul li a.board-meetings {
  color: #128766 !important;
}
#inner-content.not-front #sidebar-nav .sidebar-rss ul li a.committee-meetings {
  color: #165fa1 !important;
}
#inner-content.not-front #sidebar-nav .sidebar-rss ul li a.information-sessions {
  color: #01543d !important;
}
#inner-content.not-front #sidebar-nav .sidebar-rss ul li a.school-registration {
  color: #4c3070 !important;
}
#inner-content.not-front #sidebar-nav .sidebar-rss ul li a.holidays {
  color: #032e54 !important;
}
#inner-content.not-front #main {
  float: right;
  padding: 0 0 0 3.5%;
  margin: 0;
}
#inner-content.not-front #main .page-banner {
  margin: -50px 0 35px;
}
#inner-content.not-front #main .article-header {
  border-bottom: 1px solid #cdd0cf;
  margin: 0 0 20px;
}
#inner-content.not-front #main .article-header .breadcrumbs {
  list-style: none;
  margin: 0 0 20px;
  overflow: hidden;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #1d428a;
  margin: 0;
}
#inner-content.not-front #main .article-header .breadcrumbs li {
  float: left;
}
#inner-content.not-front #main .article-header .breadcrumbs li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #1d428a;
}
#inner-content.not-front #main .article-header .breadcrumbs li a:hover {
  text-decoration: underline;
}
#inner-content.not-front #main .article-header .breadcrumbs .separator {
  padding: 0 5px;
}
#inner-content.not-front #main .article-header .breadcrumbs .home {
  display: none;
}
#inner-content.not-front #main .article-body a {
  color: #1d428a;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#inner-content.not-front #main .article-body a:hover {
  text-decoration: underline;
}
#inner-content.not-front #main .article-body a.button {
  color: #fff !important;
}
#inner-content.not-front #main .article-body .post-edit-link {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  padding: 16px 36px 16px 16px;
  color: #FFF !important;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  background-color: #1395d8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#inner-content.not-front #main .article-body .post-edit-link:after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: '\f105';
  height: 16px;
  font: normal normal normal 28px/13px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#inner-content.not-front #main .article-body .post-edit-link .fa {
  padding: 0 4px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 13px;
}
#inner-content.not-front #main .article-body .post-edit-link:hover {
  text-decoration: none!important;
  background-color: #1d428a;
}
#inner-content.not-front #main .article-body .post-edit-link:hover:after {
  right: 12px;
}
#inner-content.not-front #main .article-body .page-subtitle h3 {
  color: #1d428a;
  font-size: 1.5em;
  line-height: 24px;
  font-weight: bold;
}
#inner-content.not-front #main .article-body ul,
#inner-content.not-front #main .article-body ol {
  margin: 0 0 20px 50px;
}
#inner-content.not-front #main .article-body ul li {
  list-style-type: disc;
}
#inner-content.not-front #main .article-body ol {
  list-style: decimal outside;
}
#inner-content.not-front #main .article-body .gfield_checkbox input[type=checkbox],
#inner-content.not-front #main .article-body .gfield_checkbox label {
  float: none;
}
#inner-content.not-front #main .article-body .sidebar.right {
  float: right;
  margin: 0 0 48px 48px;
  max-width: 325px;
}
#inner-content.not-front #main .article-body .sidebar.right .featured-image img {
  display: block;
}
#inner-content.not-front #main .article-body .sidebar.right .documents {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 10px 10px 0;
  margin: 0 0 20px;
}
#inner-content.not-front #main .article-body .sidebar.right .documents h3 {
  margin: 0 0 10px;
}
#inner-content.not-front #main .article-body .sidebar.right .documents ul {
  margin: 0 0 10px 30px;
}
#inner-content.not-front #main .article-body .title-filter h2 {
  margin: 10px 0 15px !important;
}
#inner-content.not-front #main .article-body .title-filter [class*='col-'] {
  margin-bottom: 0;
}
#inner-content.not-front #main .article-body .select {
  margin: 0 0 30px;
}
#inner-content.not-front #main .article-body .select ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
#inner-content.not-front #main .article-body .select ul li {
  list-style-type: none;
}
#inner-content.not-front #main .article-body .select ul .trigger {
  border: 1px solid #cdd0cf;
  background: 0;
  padding: 6px 10px 0;
  cursor: pointer;
  color: #1d428a;
  height: 40px;
}
#inner-content.not-front #main .article-body .select ul .trigger i {
  float: right;
  margin: 2px 4px 0 0;
  font-size: 20px;
  color: #1d428a;
}
#inner-content.not-front #main .article-body .select ul .trigger:hover ul {
  display: block;
}
#inner-content.not-front #main .article-body .select ul ul {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 40px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
}
#inner-content.not-front #main .article-body .select ul ul li {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #cdd0cf;
  border-top: 0;
  width: 100%;
  float: left;
  display: block;
}
#inner-content.not-front #main .article-body .select ul ul li a {
  padding: 5px 10px;
  float: left;
  display: block;
  width: 100%;
  font-weight: bold;
}
#inner-content.not-front #main .article-body .select ul ul li a:hover {
  background: #fff;
  color: #1d428a;
}
#inner-content.not-front #main .article-body .select ul ul li a.board-meetings {
  color: #128766 !important;
}
#inner-content.not-front #main .article-body .select ul ul li a.committee-meetings {
  color: #165fa1 !important;
}
#inner-content.not-front #main .article-body .select ul ul li a.information-sessions {
  color: #01543d !important;
}
#inner-content.not-front #main .article-body .select ul ul li a.school-registration {
  color: #4c3070 !important;
}
#inner-content.not-front #main .article-body .select ul ul li a.holidays {
  color: #032e54 !important;
}
#inner-content.not-front #main .article-body .document-pdf {
  margin: 15px 0 0;
}
#inner-content.not-front #main .article-body .taxes-tags {
  margin-bottom: 0;
  font-size: 13px;
  color: #1d428a;
}
#inner-content.not-front #main .article-body .categories {
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 13px;
  display: inline-block;
}
#inner-content.not-front #main .article-body .categories span {
  float: left;
  color: #000;
}
#inner-content.not-front #main .article-body .categories li {
  float: left;
  margin: 0;
  padding: 0 5px;
  list-style-type: none;
}
#inner-content.not-front #main .article-body .categories li a {
  color: #1d428a;
}
#inner-content.not-front #main .article-body .categories li a:hover {
  color: #1d428a;
}
#inner-content.not-front #main .article-body .job-meta,
#inner-content.not-front #main .article-body .doc-meta,
#inner-content.not-front #main .article-body .meta {
  border: 1px solid #d3d3d3;
  padding: 10px 10px 0;
  margin: 0 0 30px;
  float: left;
  width: 100%;
  clear: both;
  overflow: auto;
}
#inner-content.not-front #main .article-body .job-meta.doc,
#inner-content.not-front #main .article-body .doc-meta.doc,
#inner-content.not-front #main .article-body .meta.doc {
  margin-bottom: 10px;
}
#inner-content.not-front #main .article-body .job-meta.search,
#inner-content.not-front #main .article-body .doc-meta.search,
#inner-content.not-front #main .article-body .meta.search {
  padding-bottom: 10px;
}
#inner-content.not-front #main .article-body .job-meta p,
#inner-content.not-front #main .article-body .doc-meta p,
#inner-content.not-front #main .article-body .meta p {
  margin-bottom: 0;
}
#inner-content.not-front #main .article-body .list-entry {
  margin: 0 0 25px;
  padding-top: 5px;
  border-bottom: 1px solid #d3d3d3;
  overflow: auto;
}
#inner-content.not-front #main .article-body .list-entry:last-child {
  border-bottom: 0;
}
#inner-content.not-front #main .article-body .list-entry h3 {
  margin: 0 0 5px;
  font-size: 22px;
  font-weight: 700;
}
#inner-content.not-front #main .article-body .list-entry h3 a:hover {
  color: #414042;
}
#inner-content.not-front #main .article-body .list-entry .byline {
  font-weight: bold;
  font-size: 16px;
}
#inner-content.not-front #main .article-body .list-entry .byline.news-byline {
  font-size: 16px !important;
  font-weight: normal;
}
#inner-content.not-front #main .article-body .list-entry .byline.news-byline time {
  font-weight: bold;
}
#inner-content.not-front #main .article-body .list-entry .byline i {
  font-weight: normal;
}
#inner-content.not-front #main .article-body .list-entry p {
  margin: 0;
}
#inner-content.not-front #main .article-body .list-entry .excerpt {
  margin: 5px 0 25px;
}
#inner-content.not-front #main .article-body .list-entry .documents span {
  margin-right: 20px;
}
#inner-content.not-front #main .article-body .list-entry .featured-image,
#inner-content.not-front #main .article-body .list-entry .title-byline {
  margin-bottom: 0;
}
#inner-content.not-front #main .article-body .list-entry .excerpt-read-more {
  display: none;
}
#inner-content.not-front #main .article-body .list-entry.detail-view .content-pad {
  padding-top: 40px;
}
#inner-content.not-front #main .article-body .list-entry.detail-view p {
  margin: 0 0 20px;
}
#inner-content.not-front #main .article-body .list-entry.detail-view h3 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 700;
}
#inner-content.not-front #main .article-body .list-entry.detail-view .byline {
  font-size: 20px;
}
#inner-content.not-front #main .article-body .rss {
  color: #ba4702;
}
#inner-content.not-front #main .commentlist {
  margin-bottom: 50px;
}
#inner-content.not-front #main .comment-respond .comment-form-comment label {
  display: block;
}
#inner-content.not-front #main .comment-respond .comment-form-comment textarea {
  border: 1px solid #cec9bf;
  background: #fff;
  padding: 5px 10px;
  color: #42413c;
  width: 100%;
}
#inner-content.not-front #main .comment-respond .form-submit input[type=submit] {
  display: inline-block;
  background: #032E54;
  color: #FFF;
  padding: 5px 10px;
  font-size: 15px;
  margin: 0 0 20px;
  min-height: 39px;
  text-shadow: 0 -1px 0 #000;
  text-transform: capitalize;
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#inner-content.not-front #main .comment-respond .form-submit input[type=submit]:hover {
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.6);
}
#inner-content.not-front #main .wp-prev-next ul {
  margin: 0;
  padding: 0;
}
#inner-content.not-front #main .wp-prev-next ul li {
  list-style-type: none;
  padding: 0;
}
#inner-content.not-front #main .wp-prev-next .prev-link {
  float: left;
}
#inner-content.not-front #main .wp-prev-next .next-link {
  float: right;
}
#inner-content.not-front .article-footer {
  margin: 32px 0 12px;
}
#inner-content.not-front .article-footer [class*='col-'] {
  padding-left: 50px;
  margin-bottom: 0;
  float: right;
}
#inner-content.not-front #breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
}
#inner-content.not-front #breadcrumbs li {
  float: left;
}
#inner-content.not-front #breadcrumbs li:first-child {
  padding-left: 0;
}
/* [ POLICIES/REGULATIONS ] -----------------------------------*/
.page-template-page-full-width-php #inner-content.not-front #main {
  padding: 0;
}
.page-template-page-full-width-php #inner-content.not-front #breadcrumbs {
  margin-left: 0;
}
.page-policiesregulations .list-entry,
.page-meetings .list-entry,
.page-meetings-of-the-board .list-entry {
  margin-bottom: 10px !important;
  padding-top: 0 !important;
  padding-bottom: 5px !important;
}
.page-policiesregulations .list-entry .title-byline,
.page-meetings .list-entry .title-byline,
.page-meetings-of-the-board .list-entry .title-byline {
  font-weight: bold;
}
.page-policiesregulations .list-entry .documents,
.page-meetings .list-entry .documents,
.page-meetings-of-the-board .list-entry .documents {
  margin-bottom: 5px !important;
}
.wp-paginate {
  width: 100%;
  float: left;
  margin: 0!important;
  padding: 0!important;
}
.wp-paginate li {
  float: left;
}
.wp-paginate li a,
.wp-paginate li .page,
.wp-paginate li .current {
  display: block;
  margin: 0 0 0 -1px;
  padding: 0 19px;
  border: 1px solid #cdd0cf;
  color: #414042;
  line-height: 46px;
  background-color: #fff;
}
.wp-paginate li a:hover,
.wp-paginate li .page:hover,
.wp-paginate li .current:hover {
  text-decoration: none!important;
  color: #fff !important;
  background-color: #1395d8;
}
.wp-paginate li .current {
  background-color: #1395d8;
  color: #fff;
}
.wp-paginate li:first-child {
  display: none;
}
.type-mediarelease-cpt .document-pdf {
  margin-top: 10px !important;
}
/* IE */
@media all and (-ms-high-contrast: none) {
  .home .news-messages .news .flexslider,
  .home .news-messages .events .flexslider {
    height: 363px;
  }
}
/*------------------------------------------------------------------
  [ 6.THIRD-PARTY ]
-------------------------------------------------------------------*/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  outline: 0;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxWrapper {
  border: 5px solid #1d428a;
}
#cboxLoadedContent {
  overflow: auto;
  padding: 0 20px;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}
#colorbox {
  -webkit-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 28px;
  padding: 0 0 0 20px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 50px;
  left: 25px;
  color: #999;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 20px;
  color: #999;
}
#cboxPrevious {
  position: absolute;
  bottom: 50px;
  right: 70px;
  color: #999;
}
#cboxNext {
  position: absolute;
  bottom: 50px;
  right: 23px;
  color: #999;
}
#cboxNext.hover,
#cboxPrevious.hover {
  color: #666;
}
/*#cboxLoadingOverlay{background:url(/wp-content/themes/district/library/images/overlay/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/wp-content/themes/district/library/images/overlay/loading.gif) no-repeat center center;}*/
#cboxClose {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 66px;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 18px;
  color: #000;
}
#cboxClose.hover {
  color: #666;
}
#cboxClose.hover:after {
  content: ' X';
}
/*CONTENT*/
#cboxContent h1 {
  font-weight: normal;
  margin: 0 0 15px;
}
#google_translate_element {
  margin-top: 15px;
}
/*NEWSLETTER, ANNOUNCEMENTS, SCHOOLCASH, BUTTON*/
.gvsd-newsletter-block,
.gvsd-announcements-block,
.gvsd-schoolcash-block,
.gvsd-button-block {
  background-color: #1d428a;
  margin-bottom: 1rem;
}
.gvsd-newsletter-block .box,
.gvsd-announcements-block .box,
.gvsd-schoolcash-block .box,
.gvsd-button-block .box {
  padding: 0;
  border: 0;
}
.gvsd-newsletter-block .box a,
.gvsd-announcements-block .box a,
.gvsd-schoolcash-block .box a,
.gvsd-button-block .box a {
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  margin: auto 0;
  padding: 0 !important;
  line-height: 1.25rem;
}
.gvsd-newsletter-block .box a:hover,
.gvsd-announcements-block .box a:hover,
.gvsd-schoolcash-block .box a:hover,
.gvsd-button-block .box a:hover {
  color: #8c8b8b !important;
}
.gvsd-newsletter-block .box .wrap,
.gvsd-announcements-block .box .wrap,
.gvsd-schoolcash-block .box .wrap,
.gvsd-button-block .box .wrap {
  height: 47px;
  background: url(/wp-content/themes/district/library/images/icons/newsletter.png) top left no-repeat;
  padding: 0 0 0 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gvsd-schoolcash-block .box .wrap,
.gvsd-button-block .box .wrap {
  padding: 0 0 0 55px;
}
.gvsd-schoolcash-block .box a,
.gvsd-button-block .box a {
  font-size: 16px;
}
.gvsd-schoolcash-block .box a:hover,
.gvsd-button-block .box a:hover {
  color: #fff !important;
}
.gvsd-announcements-block .box .wrap {
  background: url(/wp-content/themes/district/library/images/icons/announcements.png) top left no-repeat;
}
.gvsd-schoolcash-block .box .wrap {
  background: url(/wp-content/themes/district/library/images/icons/schoolcash.png) top left no-repeat;
}
.gvsd-button-block .box .wrap {
  background: url(/wp-content/themes/district/library/images/icons/button.png) top left no-repeat;
  background-size: contain;
}
/*GVSD Blog List View*/
.gvsd-blog-list-view-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.gvsd-blog-list-view > ul {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
.gvsd-blog-list-view > ul li {
  padding: 25px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cdd0cf;
}
.gvsd-blog-list-view > ul li .featured-image-container {
  min-width: 150px;
  height: 150px;
  float: left;
  margin-right: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  cursor: pointer;
}
.gvsd-blog-list-view > ul li .featured-image-container .featured-image {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gvsd-blog-list-view > ul li .featured-image-container:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gvsd-blog-list-view > ul li .featured-image-container:hover .featured-image {
  -webkit-transform: scale(1.125);
          transform: scale(1.125);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gvsd-blog-list-view > ul li .article-header {
  border: none !important;
  margin: 0 !important;
}
.gvsd-blog-list-view > ul li .article-header h3 {
  margin-bottom: 5px;
}
.gvsd-blog-list-view > ul li p {
  margin-bottom: 11px;
}
.gvsd-blog-list-view > ul li .blog-btn {
  position: relative;
  display: inline-block;
  padding: 12px 16px;
  color: #FFF !important;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #1395d8;
}
.gvsd-blog-list-view > ul li .blog-btn:hover {
  background: #1d428a !important;
}
.gvsd-blog-list-view > ul li:last-of-type {
  border-bottom: 0;
}
/*
    Tribe:
*/
body.tribe-events-page-template #page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.tribe-events-page-template #page .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 25px;
}
/*
}
*/
.page-policiesregulations .sub-cat-container,
.page-admin-procedures .sub-cat-container {
  padding-bottom: 10px;
}
.page-policiesregulations .sub-cat-container label,
.page-admin-procedures .sub-cat-container label {
  display: block;
}
.page-policiesregulations .sub-cat-container.show,
.page-admin-procedures .sub-cat-container.show {
  display: block;
}
.page-policiesregulations input[value="---"] + label,
.page-admin-procedures input[value="---"] + label {
  display: none;
}
.page-policiesregulations .relating-sub-cat-label,
.page-admin-procedures .relating-sub-cat-label {
  display: none;
}
.page-policiesregulations .relating-sub-cat-label.show,
.page-admin-procedures .relating-sub-cat-label.show {
  display: block;
}
.page-policiesregulations .accordion-container.show .accordion-content,
.page-admin-procedures .accordion-container.show .accordion-content {
  display: block;
}
.page-policiesregulations .accordion-container *[class^='main-cat-header-'],
.page-admin-procedures .accordion-container *[class^='main-cat-header-'] {
  margin: 20px 0px 10px 0px;
}
.page-policiesregulations .accordion-container *[class^='main-cat-header-']:nth-of-type(1),
.page-admin-procedures .accordion-container *[class^='main-cat-header-']:nth-of-type(1) {
  margin-top: 0px;
}
.page-policiesregulations .accordion-container h3,
.page-admin-procedures .accordion-container h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-policiesregulations .accordion-container h3.accordion-title,
.page-admin-procedures .accordion-container h3.accordion-title {
  border: 1px solid #cdd0cf;
  padding: 0.5rem;
  margin-bottom: 0px;
  margin-top: -1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  cursor: pointer;
}
.page-policiesregulations .accordion-container h3.accordion-title.icon-rotate,
.page-admin-procedures .accordion-container h3.accordion-title.icon-rotate {
  margin-bottom: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #1d428a;
  color: #1d428a;
}
.page-policiesregulations .accordion-container h3.accordion-title.icon-rotate:after,
.page-admin-procedures .accordion-container h3.accordion-title.icon-rotate:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 45%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 0.5rem;
  color: #1d428a;
}
.page-policiesregulations .accordion-container h3.accordion-title:after,
.page-admin-procedures .accordion-container h3.accordion-title:after {
  content: '\f0da';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 0.5rem;
}
.page-policiesregulations .accordion-container h3.accordion-title:hover,
.page-admin-procedures .accordion-container h3.accordion-title:hover {
  background: #efefef;
}
.page-policiesregulations .accordion-container .accordion-content,
.page-admin-procedures .accordion-container .accordion-content {
  padding-left: 0.5rem;
  background-color: #fff;
  margin-bottom: 0px;
}
.page-policiesregulations .accordion-container .accordion-content .title-byline,
.page-admin-procedures .accordion-container .accordion-content .title-byline {
  font-weight: bold;
}
.page-policiesregulations .sub-cat-container {
  display: none;
}
.page-admin-procedures input.search-field,
.page-admin-procedures .filter-toggle-container {
  margin-bottom: 1rem;
}
.page-admin-procedures .filter-toggle {
  font-size: 1rem;
}
.page-admin-procedures .content-search .filters {
  padding-top: 0;
}
.page-approved-motions #content #main,
.page-parent-approved-motions #content #main {
  padding: 0px;
}
.page-approved-motions #content #main .approved-motion-container,
.page-parent-approved-motions #content #main .approved-motion-container {
  margin: 2rem 0rem;
}
.page-approved-motions #content #main .approved-motion-container p,
.page-parent-approved-motions #content #main .approved-motion-container p {
  margin-bottom: 0px;
}
.page-approved-motions #content #main .approved-motion-container .date,
.page-parent-approved-motions #content #main .approved-motion-container .date {
  background-color: #1d428a;
  color: #fff;
  padding: 0.25rem 0.5rem;
  display: inline-block;
  margin-top: 25px;
}
.page-approved-motions #content #main .approved-motion-container .date:first-of-type,
.page-parent-approved-motions #content #main .approved-motion-container .date:first-of-type {
  margin-top: 0px;
}
.page-approved-motions #content #main .approved-motion-container .motion,
.page-parent-approved-motions #content #main .approved-motion-container .motion,
.page-approved-motions #content #main .approved-motion-container .action,
.page-parent-approved-motions #content #main .approved-motion-container .action {
  padding: 0.5rem 0.5rem 0rem;
}
.page-approved-motions #content #main .approved-motion-container.hidden,
.page-parent-approved-motions #content #main .approved-motion-container.hidden {
  display: none;
}
.page-approved-motions #content #main table thead tr .column-1,
.page-parent-approved-motions #content #main table thead tr .column-1 {
  width: 155px;
}
.page-approved-motions #content #main .page-nav,
.page-parent-approved-motions #content #main .page-nav {
  margin-top: 2rem;
}
.page-approved-motions #content #main .page-nav .prev-button,
.page-parent-approved-motions #content #main .page-nav .prev-button {
  margin-right: 1rem;
}
.page-approved-motions #content #main .page-nav .prev-button:empty,
.page-parent-approved-motions #content #main .page-nav .prev-button:empty {
  margin-right: 0;
}
/*
BIGGER TABLET LANDSCAPE
*/
@media only screen and (max-width: 1344px) {
  #nav .main-nav > ul > li > div {
    top: 40px;
  }
  .home .features {
    background: none;
  }
  .home .features > .contain {
    padding: 0;
  }
  .home .content__wrap {
    padding: 0;
  }
  .district_alert_widget .close {
    right: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .header > .contain {
    padding: 0 2.5%;
  }
  .header .logo-search .logo {
    padding-right: 32px;
  }
  .user-menu-wrap > .contain {
    padding: 0 2.5%;
  }
  #nav .main-nav > ul > li > a {
    font-size: 16px;
  }
  #inner-content.not-front {
    padding-right: 0;
    padding-left: 0;
  }
  .home .callout__feature > .contain {
    padding: 0;
  }
  .home .features .flexslider .slides .slide .slide__overlay {
    margin-top: 15%;
  }
  .home .features .flexslider .slides .slide .slide__logo {
    margin-top: 1%;
  }
  .home .features .flexslider .slides .slide .slide__logo img {
    max-width: 125px;
    height: auto !important;
  }
}
/*
/*
SMALLER TABLET LANDSCAPE
*/
@media only screen and (max-width: 1030px) {
  #drawers .drawer-menus.is-open {
    height: 160px;
  }
  #drawers div.drawer ul > li {
    width: 50%;
    margin-bottom: 10px;
  }
  .home .content__wrap .col-1-3,
  .home .callout__feature .col-1-3 {
    width: 100%;
    clear: both;
    margin-bottom: 40px;
  }
  .home .content__wrap .col-1-3:last-of-type,
  .home .callout__feature .col-1-3:last-of-type {
    margin-bottom: 0;
  }
  .home .callout__feature {
    background-size: auto;
  }
  .home .callout__feature:hover {
    background-size: auto;
  }
  .home .callout__feature > .contain {
    padding: 0 32px;
  }
  .home .callout__feature .feature__img {
    margin-bottom: 12px;
  }
  .home .callout__feature .feature__img img {
    max-height: 40px;
  }
  .home .features .flexslider .slides .slide {
    font-size: 16px;
  }
  .home .features .flexslider .slides .slide .slide__title {
    font-size: 24px;
  }
  .header .logo-search {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .header .logo-search .logo {
    margin-bottom: 0;
    padding-right: 0;
  }
  .header .search {
    margin-top: 16px;
    margin-bottom: 0;
    padding-right: 0;
  }
  #nav .main-nav > ul > li > a {
    font-size: 13px;
  }
  #nav .main-nav > ul > li > a:after {
    font-size: 11px;
  }
  #inner-content.not-front #sidebar-nav .child-sidebar-menu li a {
    font-size: 14px;
  }
  .footer .copyright {
    margin-bottom: 0;
  }
  .footer .contact,
  .footer .copyright {
    width: 66.66%;
  }
  .footer .contact {
    padding: 0 2.5%;
    clear: both;
    text-align: left;
  }
  .footer .greeting {
    width: 33.33%;
  }
  #drawers .container .drawer ul li a {
    font-size: 13px;
  }
  #drawers .container .drawer ul li a .fa {
    margin-right: 5px;
    padding: 10px 5px;
  }
  #map-filter ul li.all {
    width: 8%;
  }
  #map-filter ul li.all a {
    padding-left: 0;
    text-align: center;
  }
  #map-filter ul li.ele {
    width: 24.5%;
  }
  #map-filter ul li.mid {
    width: 20.5%;
  }
  #map-filter ul li.alt {
    width: 23.5%;
  }
  #map-filter ul li.sec {
    width: 23.5%;
  }
}
/* Moving to 900
@media only screen and (max-width: 920px) {
  @import "_mobile/_920.less";
}
*/
@media only screen and (max-width: 900px) {
  #drawers .user-menu {
    padding-left: 0;
    max-width: 792px;
    float: none;
    margin: 0 auto;
  }
  #drawers .container .drawer ul li a {
    font-size: 12px;
  }
  .user-menu-wrap > .contain {
    padding: 0;
  }
  #nav .main-nav > ul > li > a:after {
    padding-left: 5px;
  }
  #map-filter ul li.all {
    width: 7%;
  }
  #map-filter ul li.all a {
    padding-left: 8px;
  }
  #map-filter ul li.sec {
    width: 24.5%;
  }
  #map-filter ul li a {
    padding-left: 35px;
  }
  .footer .copyright h2 {
    font-size: 18px;
  }
}
/*
BIGGER AND SMALLER TABLET PORTRAIT
*/
@media only screen and (max-width: 800px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .page-board-of-education .child-sidebar-menu,
  .page-calendars .child-sidebar-menu,
  .page-programs .child-sidebar-menu,
  .page-our-district .child-sidebar-menu {
    display: block !important;
  }
  #wpadminbar {
    display: none;
  }
  html.js {
    margin-top: 0 !important;
  }
  #drawers {
    display: none;
  }
  #nav {
    display: none;
  }
  .mobile-nav {
    margin: 0;
    padding: 0;
  }
  .mobile-nav .mobile-triggers {
    background: #1d428a;
    height: 48px;
    margin: 0;
    padding: 0;
  }
  .mobile-nav .mobile-triggers ul {
    float: left;
    width: 100%;
    margin: 0;
  }
  .mobile-nav .mobile-triggers ul li {
    width: 33%;
    color: #fff;
    text-align: center;
    padding: 12px 25px 11px;
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    cursor: pointer;
  }
  .mobile-nav .mobile-triggers ul li span {
    display: block;
    width: 100%;
  }
  .mobile-nav .mobile-triggers ul li.mobile-staff {
    float: right;
    border-left: 3px solid #fff;
    background-color: #1395d8;
  }
  .mobile-nav .mobile-triggers ul li.mobile-staff a {
    color: #fff;
  }
  .mobile-nav .mobile-nav-drawer {
    float: left;
    width: 100%;
  }
  .mobile-nav .mobile-nav-drawer .menu-mobile-main-navigation-container ul {
    float: left;
    width: 100%;
    margin: 0 0 8px;
    padding: 0;
  }
  .mobile-nav .mobile-nav-drawer .menu-mobile-main-navigation-container ul li {
    float: left;
    width: 50%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .mobile-nav .mobile-nav-drawer .menu-mobile-main-navigation-container ul li a {
    display: block;
    width: 100%;
    padding: 8px 0;
    font-size: 16px;
    color: #414042;
    border-bottom: 2px solid transparent;
  }
  .mobile-nav .mobile-nav-drawer .menu-mobile-main-navigation-container ul li a:hover {
    color: #1d428a;
    border-bottom-color: #1395d8;
  }
  .mobile-nav .mobile-search-drawer {
    padding: 10px 0;
    float: left;
    width: 100%;
  }
  .mobile-nav .mobile-search-drawer input.search-field {
    width: 92%;
    margin: 0 4%;
    outline: none;
    padding: 10px 0;
    text-indent: 10px;
    background: #fafafa;
  }
  .mobile-nav .mobile-search-drawer .search-submit {
    display: none;
  }
  .mobile-nav .mobile-drawer {
    display: none;
  }
  .mobile-nav .mobile-drawer.active {
    display: block;
  }
  #page-title h1 {
    font-size: 1.5em;
  }
  #inner-content.not-front {
    padding: 0;
  }
  #inner-content.not-front .sidebar.mobile {
    float: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  #inner-content.not-front .sidebar.mobile .featured-image,
  #inner-content.not-front .sidebar.mobile .aside-content,
  #inner-content.not-front .sidebar.mobile .documents {
    display: block;
    float: left;
    clear: left;
  }
  #inner-content.not-front #main .page-banner {
    margin-top: -35px;
  }
  #inner-content.not-front #main .article-body .sidebar.right {
    max-width: 100%;
    width: 100%;
    float: left !important;
    clear: left;
    margin: 0 0 16px 0;
  }
  #inner-content.not-front #main .article-body .sidebar.right .documents {
    width: 100%;
  }
  #inner-content.not-front #sidebar-nav {
    width: 100%;
    padding-right: 0;
  }
  #inner-content.not-front #sidebar-nav #nav_menu-13,
  #inner-content.not-front #sidebar-nav .sidebar-rss,
  #inner-content.not-front #sidebar-nav .advanced-sidebar-menu,
  #inner-content.not-front #sidebar-nav .child-sidebar-menu {
    display: none;
  }
  #inner-content.not-front #sidebar-nav .mobile.section-menu {
    margin-bottom: 10px;
  }
  #inner-content.not-front #sidebar-nav .mobile.section-menu .parent-sidebar-menu {
    margin: 0;
  }
  #inner-content.not-front #sidebar-nav .mobile.section-menu .parent-sidebar-menu span {
    display: block;
    position: relative;
    cursor: pointer;
    background: #1395d8;
    margin: 0;
    padding: 10px 37px 10px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #inner-content.not-front #sidebar-nav .mobile.section-menu .parent-sidebar-menu span .fa {
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 20px;
  }
  #inner-content.not-front #sidebar-nav .mobile.section-menu .parent-sidebar-menu span:hover {
    color: #fff;
  }
  #inner-content.not-front #sidebar-nav .mobile.section-menu .parent-sidebar-menu .child-sidebar-menu {
    margin-top: 20px;
  }
  #inner-content.not-front #sidebar-nav .mobile.section-menu .parent-sidebar-menu .child-sidebar-menu li > a:hover:before,
  #inner-content.not-front #sidebar-nav .mobile.section-menu .parent-sidebar-menu .child-sidebar-menu li.current_page_item > a:before {
    left: 4px;
  }
  #inner-content.not-front #sidebar-nav .mobile.section-menu .parent-sidebar-menu .child-sidebar-menu li ul.children a {
    padding-left: 32px;
  }
  #inner-content.not-front #sidebar-nav .mobile.section-menu .parent-sidebar-menu .child-sidebar-menu li ul.children ul.children a {
    padding-left: 48px;
  }
  #inner-content.not-front #sidebar-nav .mobile.section-menu a {
    padding-left: 16px;
  }
  #main {
    width: 100%;
    padding: 15px 0 0 !important;
  }
  .article-footer.cf .col-3-4 {
    width: 100%;
  }
  .article-footer.cf .col-3-4 #breadcrumbs {
    margin-left: 0 !important;
  }
  .header > .contain {
    padding: 0;
  }
  .header .logo-search {
    margin: 0;
    padding: 16px 0 32px;
  }
  .header .logo-search .logo {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .header .logo-search .search {
    width: 100%;
    clear: both;
    float: left;
    text-align: center;
  }
  .header .logo-search .search form {
    display: none;
  }
  .header .logo-search .search .promotional_link {
    margin: 0;
    float: none;
  }
  .footer .copyright,
  .footer .greeting,
  .footer .contact {
    width: 100%;
  }
  .footer .greeting {
    padding: 0;
  }
  .footer .greeting a {
    font-size: 21px;
    padding: 10px 10px 15px;
  }
  .footer .contact {
    margin-bottom: 0;
  }
  .footer .contact p {
    font-size: 15px;
    line-height: 22px;
  }
  .footer .bottom-footer {
    width: inherit;
    margin: 0 -32px;
    float: none;
  }
  .footer .bottom-footer .nav {
    width: 100%;
    border-bottom: 2px solid #fff;
  }
  .footer .bottom-footer .nav:before {
    display: none;
  }
  .footer .bottom-footer .nav ul {
    margin-left: 0;
    padding: 0 32px;
  }
  .footer .bottom-footer .our-learning,
  .footer .bottom-footer .erase-bullying {
    width: 50%;
    text-align: center;
  }
  .footer .bottom-footer .erase-bullying:after {
    display: none;
  }
  .home .features .flexslider .slides .slide {
    font-size: 14px;
  }
  .home .features .flexslider .slides .slide .slide__logo {
    display: none;
  }
  .home .features .flexslider .slides .slide .slide__overlay {
    position: relative;
    left: 0;
    margin-top: 0;
  }
  .home .features .flexslider .slides .slide .slide__title,
  .home .features .flexslider .slides .slide .slide__desc,
  .home .features .flexslider .slides .slide .slide__anchor {
    width: 100%;
  }
  .home .features .flexslider .slides .slide .slide__title {
    font-size: 18px;
  }
  .home .features .flexslider .slides .slide .slide__title,
  .home .features .flexslider .slides .slide .slide__anchor {
    background-color: #1d428a !important;
    text-shadow: none;
  }
  .home .features .flexslider .slides .slide .slide__desc {
    background-color: #1395d8 !important;
    text-shadow: none;
  }
  .home .features .flexslider .slides .slide .slide__anchor {
    margin-top: 0;
  }
  .home .features .flexslider .slides .slide .slide__desc {
    max-width: none;
    border-radius: 0;
  }
  .home .features .flexslider .flex-direction-nav {
    top: 30%;
  }
  .home .features .flexslider .flex-direction-nav li {
    font-size: 30px;
  }
  .home .features .flexslider .flex-control-nav {
    right: 16px;
    width: initial;
  }
  #map-filter ul li a {
    padding-left: 40px;
  }
}
/*
BIGGER AND SMALLER MOBILE LANDSCAPE
*/
@media only screen and (max-width: 600px) {
  [class*='col-'] {
    width: 100%;
  }
  .mobile-nav .mobile-nav-drawer .menu-mobile-main-navigation-container ul li {
    width: 100%;
    text-align: left;
  }
  .mobile-nav .mobile-nav-drawer .menu-mobile-main-navigation-container ul li a {
    padding: 8px 4%;
  }
  #inner-content.not-front #main .article-header div {
    text-align: left;
    padding: 0;
  }
  #inner-content.not-front #main .article-body {
    margin: 0;
  }
  #inner-content.not-front #main .article-body .page-subtitle {
    margin: 0;
  }
  #inner-content.not-front #main .article-body .sidebar.right {
    margin: 0;
    padding: 0 0 20px;
  }
  #inner-content.not-front .article-footer {
    display: none;
  }
  #map-filter ul li a {
    padding-left: 35px;
  }
  /*GVSD Blog List View*/
  .gvsd-blog-list-view > ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gvsd-blog-list-view > ul li .article-meta {
    margin-top: 15px;
  }
  /*
}
*/
}
/*
BIGGER AND SMALLER MOBILE PORTRAIT
*/
@media only screen and (max-width: 500px) {
  .home .content__news {
    margin-top: -48px;
  }
  .home .content__wrap .text-right {
    position: relative;
    z-index: 100;
    padding: 0 5px 0 0;
  }
  .home .content__wrap .text-right span {
    display: none;
  }
  .home .content__wrap .text-right .fa {
    font-size: 25px;
    padding: 0 7px;
  }
  .mobile-nav .mobile-nav-drawer .menu-mobile-main-navigation-container ul li {
    width: 100%;
    text-align: left;
  }
  #page-title > .contain {
    height: auto;
  }
  #page-title > .contain:before {
    display: none;
  }
  #page-title h1 {
    font-size: 1.3em;
    padding: 15px 0;
  }
  .mobile-nav .mobile-triggers ul li {
    padding: 10px 5px;
    font-size: 16px;
  }
  #inner-content.not-front #main .article-body #espresso_calendar {
    display: none;
  }
  #inner-content.not-front #main .article-body #event_wrapper {
    display: block;
  }
  #map-filter ul li {
    width: 20% !important;
  }
  #map-filter ul li a {
    padding-left: 0;
    text-indent: -9999px;
    background-position-x: 45% !important;
  }
  #map-filter ul li.all a {
    text-indent: 0;
    text-align: center;
    padding-left: 0;
  }
}
/*
@media only screen and (max-width: 400px) {
  @import "_mobile/_400.less";
}
*/
