/*
 * Scenic Hills Christian Academy - theme.css
 * Generated by sql/build-css.php from the original theme sources.
 * Edit the sources and re-run, or edit this file directly once the
 * Drupal tree is retired.
 */

/* ---- source: global.styles.css ---- */
/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * To FORCE PRINT all selectors you can search and replace a single { (opening
 * curly brace) and insert an empty comment. This is very useful in conjuction
 * with FireSass: https://addons.mozilla.org/en-US/firefox/addon/firesass-for-firebug/
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */
/* =============================================================================
 *   Base
 * ========================================================================== */
/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */
/* line 41, ../sass/global.styles.scss */
html {
  background: #fff;
}

/* line 45, ../sass/global.styles.scss */
body {
  font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 87.5%;
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
/* line 135, ../sass/global.styles.scss */
pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, "Courier New", Courier, monospace, sans-serif;
}

/* =============================================================================
 *   Wrappers
 * ========================================================================== */
/*
 * Outer wrappers:
 * - #page-wrapper: body > #page-wrapper
 * - #page: body > #page-wrapper > #page
 * - .container: body > #page-wrapper > #page.container
 *
 * The .container class holds the page width value from theme settings. You can
 * style the .container class but do not add width such as border, padding,
 * margins etc.
 */
/*
 * Wraps all header elements - branding and .region-header
 */
/*
 * Wraps the sidebars the content column
 */
/*
 * Main content column wrapper
 */
/*
 * Wraps the main-content-header, the content region and feed-icons. Use this
 * wrapper to style the entire main content column
 */
/*
 * Wraps the content region, avoid applying styles to this wrapper, its used
 * mainly for position and invisible gutters and can be problematic to style
 */
/*
 * Footer wrapper
 */
/*
 * Panels may need additional margin wrangling when in the $content region
 */
/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width - you can style this but never
 * add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps the leaderboard
 */
/*
 * Wraps the header
 */
/* line 231, ../sass/global.styles.scss */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}

/*
 * Wraps the nav elements
 */
/*
 * Wraps breadcrumb
 */
/*
 * Wraps messages and help
 */
/*
 * Wraps the secondary content/preface region
 */
/*
 * Wraps the main content column
 */
/*
 * Wraps the tertiary content/postfix region
 */
/*
 * Footer wrapper
 */
/* line 289, ../sass/global.styles.scss */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}

/* =============================================================================
 *   Branding
 * ========================================================================== */
/*
 * Wraps all the branding elements, logo, name and slogan
 */
/*
 * Logo
 */
/* line 310, ../sass/global.styles.scss */
#logo {
  padding: 10px 0;
}
/* line 313, ../sass/global.styles.scss */
#logo img {
  vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan
 */
/*
 * Site name (h1)
 */
/* line 328, ../sass/global.styles.scss */
#site-name {
  margin: 0;
}
/* line 333, ../sass/global.styles.scss */
#site-name a:link, #site-name a:visited {
  text-decoration: none;
}
/* line 338, ../sass/global.styles.scss */
#site-name a:hover, #site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
/* line 349, ../sass/global.styles.scss */
#site-slogan {
  margin: 0;
}

/* =============================================================================
 *   Page content header
 * ========================================================================== */
/*
 * Main content header wraps the page title, tabs and actions links
 */
/*
 * The main page title (h1)
 */
/* line 367, ../sass/global.styles.scss */
#page-title {
  margin: 0;
}

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */
/*
 * Feed icons
 */
/*
 * Aggregator feed source
 */
/* line 385, ../sass/global.styles.scss */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

/* line 392, ../sass/global.styles.scss */
.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
/* line 408, ../sass/global.styles.scss */
ul.links {
  margin: 0;
  padding: 0;
}
/* line 412, ../sass/global.styles.scss */
ul.links.inline {
  display: block;
}
/* line 416, ../sass/global.styles.scss */
ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
/* line 427, ../sass/global.styles.scss */
.search-results {
  margin: 0;
  padding: 0;
}

/*
 * Attribution message and link
 */
/* line 436, ../sass/global.styles.scss */
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center;
}
/* line 442, ../sass/global.styles.scss */
.attribution a {
  text-decoration: none;
  color: inherit;
}
/* line 446, ../sass/global.styles.scss */
.attribution a:hover, .attribution a:focus {
  text-decoration: underline;
}

/* =============================================================================
 *   Regions
 * ========================================================================== */
/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
/*
 * Regions can be nested, such as when using Panels
 */
/*
 * Header region, embedded in the #header
 */
/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
/*
 * Secondary content
 */
/*
 * Sits above the main content header, like a content-top region
 */
/*
 * Sits below the main content, like a content-bottom region
 */
/*
 * Sidebars - targets both
 */
/*
 * First sidebar
 */
/*
 * Second sidebar
 */
/*
 * Tertiary content
 */
/*
 * Footer region
 */
/* =============================================================================
 *   Links
 * ========================================================================== */
/* line 540, ../sass/global.styles.scss */
a {
  text-decoration: none;
}
/* line 549, ../sass/global.styles.scss */
a:hover, a:focus {
  text-decoration: underline;
}

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */
/* line 560, ../sass/global.styles.scss */
.nav {
  clear: both;
  margin: 10px 0;
}
/* line 564, ../sass/global.styles.scss */
.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}
/* line 570, ../sass/global.styles.scss */
.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 579, ../sass/global.styles.scss */
.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}
/* line 591, ../sass/global.styles.scss */
.nav .block {
  margin-bottom: 0;
}

/* =============================================================================
 *   Superfish
 * ========================================================================== */
/* line 601, ../sass/global.styles.scss */
ul.sf-menu {
  margin-bottom: 0;
}
/* line 604, ../sass/global.styles.scss */
ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}
/* line 617, ../sass/global.styles.scss */
ul.sf-menu li:hover, ul.sf-menu li.sfHover {
  outline: 0;
}
/* line 624, ../sass/global.styles.scss */
ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
/* line 640, ../sass/global.styles.scss */
.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 651, ../sass/global.styles.scss */
.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
/* line 661, ../sass/global.styles.scss */
.sf-vertical {
  width: 100%;
}
/* line 664, ../sass/global.styles.scss */
.sf-vertical li {
  width: 100%;
}
/* line 669, ../sass/global.styles.scss */
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}
/* line 677, ../sass/global.styles.scss */
.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
/* line 687, ../sass/global.styles.scss */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
/* line 695, ../sass/global.styles.scss */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}

/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */
/* line 705, ../sass/global.styles.scss */
.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
/* line 713, ../sass/global.styles.scss */
.at-mt .at-menu-toggle-button {
  margin: 0;
}
/* line 717, ../sass/global.styles.scss */
.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
  white-space: nowrap;
}

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */
/* line 728, ../sass/global.styles.scss */
ul.menu {
  padding-left: 15px;
}
/* line 731, ../sass/global.styles.scss */
ul.menu ul {
  padding-left: 15px;
}
/* line 739, ../sass/global.styles.scss */
ul.menu li {
  margin: 0;
}

/* If li.content exists it's a problem, so reset the padding */
/* line 768, ../sass/global.styles.scss */
.block .menu li.content {
  padding: 0;
}

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */
/* line 785, ../sass/global.styles.scss */
.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap;
}
/* line 791, ../sass/global.styles.scss */
.book-navigation .menu {
  margin-left: 0;
}

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */
/* line 801, ../sass/global.styles.scss */
#breadcrumb {
  margin: 10px 0;
  /* If the label is set to show in theme settings the label class is added */
}
/* line 805, ../sass/global.styles.scss */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}
/* line 810, ../sass/global.styles.scss */
#breadcrumb .breadcrumb-label:after {
  content: ":";
}
/* line 815, ../sass/global.styles.scss */
#breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 820, ../sass/global.styles.scss */
#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}
/* line 824, ../sass/global.styles.scss */
#breadcrumb li {
  list-style: none;
  display: inline;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */
/* line 851, ../sass/global.styles.scss */
ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

/* line 858, ../sass/global.styles.scss */
.item-list ul.pager li {
  margin: 0;
}

/* line 863, ../sass/global.styles.scss */
ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}
/* line 869, ../sass/global.styles.scss */
ul.pager li.pager-current {
  font-weight: 700;
}

/* line 875, ../sass/global.styles.scss */
.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */
/* line 912, ../sass/global.styles.scss */
#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}
/* line 921, ../sass/global.styles.scss */
#skip-link a {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
/* line 931, ../sass/global.styles.scss */
#skip-link a:link, #skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
/* line 942, ../sass/global.styles.scss */
#skip-link a:hover, #skip-link a:focus, #skip-link a:active {
  outline: 0;
}

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */
/* line 955, ../sass/global.styles.scss */
#tasks {
  margin-bottom: 15px;
}

/* line 960, ../sass/global.styles.scss */
ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}
/* line 965, ../sass/global.styles.scss */
ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}
/* line 970, ../sass/global.styles.scss */
ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}
/* line 980, ../sass/global.styles.scss */
ul.primary li a:hover, ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}
/* line 989, ../sass/global.styles.scss */
ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

/* line 999, ../sass/global.styles.scss */
ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}
/* line 1004, ../sass/global.styles.scss */
ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}
/* line 1010, ../sass/global.styles.scss */
ul.secondary li a:hover, ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}

/* =============================================================================
 *   Action links
 * ========================================================================== */
/* line 1024, ../sass/global.styles.scss */
ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

/* =============================================================================
 *  Field Styling
 * ========================================================================== */
/*
 * Wrapper for any field
 */
/*
 * Above and inline classes are on the field wrapper
 */
/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
/* line 1051, ../sass/global.styles.scss */
.field-label-inline {
  /* Remove the margin on inline field lables to preserve vertical formatting */
}
/* line 1054, ../sass/global.styles.scss */
.field-label-inline .field-label {
  margin: 0;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
/* line 1062, ../sass/global.styles.scss */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

/*
 * Field types (Core)
 */
/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
/*
 * Taxonomy
 */
/* line 1091, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}
/* line 1096, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}
/* line 1101, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
/*
 * Long text
 */
/*
 * Text with summary
 */
/*
 * File
 */
/*
 * Number/Integer
 */
/*
 * Decimal
 */
/*
 * Number float
 */
/*
 * List
 */
/*
 * List boolean
 */
/*
 * List integer
 */
/*
 * List float
 */
/*
 * Field types (Contrib)
 */
/*
 * Named fields
 */
/*
 * Underscores in field name are replaced with dashes
 */
/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
/*
 * Float left setting
 */
/* line 1215, ../sass/global.styles.scss */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
/* line 1224, ../sass/global.styles.scss */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
/* line 1233, ../sass/global.styles.scss */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}

/* =============================================================================
 *   Block Styling
 * ========================================================================== */
/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
/* line 1247, ../sass/global.styles.scss */
.block {
  margin-bottom: 20px;
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
/*
 * The first block in the region
 */
/*
 * The last block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Block title
 */
/* line 1285, ../sass/global.styles.scss */
.block-title {
  margin: 0;
}

/*
 * Block content wrapper
 */
/*
 * Match item list and block menu margin and padding
 */
/* line 1301, ../sass/global.styles.scss */
.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}
/* line 1306, ../sass/global.styles.scss */
.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
/*
 * Block for the latest news items in the first feed
 */
/*
 * First block created with "Add block" link
 */
/*
 * "Recent blog posts" block
 */
/*
 * "Book navigation" block for the current book's table of contents
 */
/*
 * "Recent comments" block
 */
/*
 * "Active forum topics" block
 */
/*
 * "New forum topics" block
 */
/*
 * Language switcher block
 */
/*
 * Custom menu block
 */
/*
 * "Recent content" block
 */
/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
/*
 * "Most recent poll" block
 */
/*
 * "Author information" block for the profile of the page's author
 */
/*
 * "Search form" block
 */
/*
 * "Shortcuts" block
 */
/*
 * "Popular content" block
 */
/*
 * "Main menu" block
 */
/*
 * "Management" block for Drupal management menu
 */
/*
 * "Navigation" block for Drupal navigation menu
 */
/*
 * "User menu" block for Drupal user menu
 */
/*
 * "System help" block
 */
/*
 * "Main page content" block
 */
/*
 * "Powered by Drupal" block
 */
/*
 * "User login form" block
 */
/*
 * "Who's new" block for a list of the newest users
 */
/*
 * "Who's online" block for a list of the online users
 */
/* =============================================================================
 *   Node Styling
 * ========================================================================== */
/* line 1479, ../sass/global.styles.scss */
.node {
  margin-bottom: 20px;
}
/* line 1496, ../sass/global.styles.scss */
.node .node-title {
  margin: 0;
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */
/*
 * Wrapper for the list of comments and its titles
 */
/* line 1554, ../sass/global.styles.scss */
#comments {
  margin: 1.5em 0;
}
/* line 1558, ../sass/global.styles.scss */
#comments h2.comment-title {
  margin: 0;
}
/* line 1562, ../sass/global.styles.scss */
#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
/* line 1572, ../sass/global.styles.scss */
.comment {
  margin-bottom: 20px;
}

/*
 * Comment title
 */
/* line 1603, ../sass/global.styles.scss */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
/*
 * Preview of the comment before submitting new or updated comment
 */
/*
 * "New" marker for comments that are new for the current user
 */
/* line 1635, ../sass/global.styles.scss */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
/* line 1643, ../sass/global.styles.scss */
.indented {
  margin-left: 40px;
}

/* =============================================================================
 *   Forms
 * ========================================================================== */
/*
 * Wrapper for a form element (or group of form elements) and its label
 */
/* line 1657, ../sass/global.styles.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 1663, ../sass/global.styles.scss */
.form-item label {
  font-weight: 700;
}
/* line 1670, ../sass/global.styles.scss */
.form-item .description {
  font-size: 0.85em;
}

/*
 * Highlight marks and form required mark
 */
/* line 1683, ../sass/global.styles.scss */
.marker,
.form-required {
  color: #c00;
}

/*
 * The submit button
 */
/* line 1697, ../sass/global.styles.scss */
.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
/* line 1706, ../sass/global.styles.scss */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
/*
 * Buttons used by contrib modules like Media
 */
/* line 1720, ../sass/global.styles.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/*
 * Password confirmation
 */
/* line 1728, ../sass/global.styles.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* =============================================================================
 *   Tables
 * ========================================================================== */
/* line 1738, ../sass/global.styles.scss */
table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
/* line 1743, ../sass/global.styles.scss */
table.sticky-header {
  z-index: 10;
}

/* line 1749, ../sass/global.styles.scss */
table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

/* line 1759, ../sass/global.styles.scss */
table,
td,
th {
  vertical-align: middle;
}

/* line 1766, ../sass/global.styles.scss */
caption,
th,
td {
  text-align: left;
}

/* line 1773, ../sass/global.styles.scss */
thead tr {
  font-weight: 700;
  background-color: #e5e5e5;
}

/* line 1779, ../sass/global.styles.scss */
td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

/* line 1790, ../sass/global.styles.scss */
tbody tr {
  border-top: 1px solid #ccc;
}

/* line 1795, ../sass/global.styles.scss */
tr {
  /* Table row striping */
}
/* line 1797, ../sass/global.styles.scss */
tr.odd {
  background: #fff;
}
/* line 1802, ../sass/global.styles.scss */
tr.info, tr.even, tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}
/* line 1813, ../sass/global.styles.scss */
tr.odd td.active {
  background-color: #eee;
}
/* line 1817, ../sass/global.styles.scss */
tr.even td.active {
  background-color: #ebebeb;
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
/* line 1840, ../sass/global.styles.scss */
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
  white-space: normal;
}

/* =============================================================================
 *   Messages
 * ========================================================================== */
/* line 1856, ../sass/global.styles.scss */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 1861, ../sass/global.styles.scss */
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Unpublished nodes
 */
/* line 1902, ../sass/global.styles.scss */
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}
/* line 186, ../sass/_custom.scss */
.ie6-7 .node-unpublished p.unpublished > *, .ie6-7
.comment-unpublished p.unpublished > * {
  position: relative;
}

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */
/* line 1913, ../sass/global.styles.scss */
.maintenance-page .container {
  padding: 40px 0;
}
/* line 1917, ../sass/global.styles.scss */
.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

/* line 1925, ../sass/global.styles.scss */
.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}
/* line 1932, ../sass/global.styles.scss */
.db-offline div.messages {
  margin: 20px 0 0;
}
/* line 1936, ../sass/global.styles.scss */
.db-offline #content {
  padding: 20px 0;
}

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */
/*
 * Admin menu overrides
 */
/* line 1949, ../sass/global.styles.scss */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
/* line 1958, ../sass/global.styles.scss */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
/* line 1967, ../sass/global.styles.scss */
#styleguide-header {
  padding: 0 10px;
}
/* line 1970, ../sass/global.styles.scss */
#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/* ---- source: webform.css ---- */
/**
 * @file
 * Front-end styling for the display of webforms.
 */
input.webform-calendar {
  display: none;
  padding: 3px;
  vertical-align: top;
}
html.js input.webform-calendar {
  display: inline;
}
.webform-container-inline label {
  display: inline;
  margin-right: 1em;
}
.webform-container-inline div,
.webform-container-inline div.form-item {
  display: inline;
}
.webform-container-inline div.description {
  display: block;
}
.webform-container-inline div.messages {
  display: block;
  float: left;
}
.webform-container-inline div.ajax-progress-bar div {
  display: inherit;
}
.webform-container-inline.webform-component-textarea label {
  vertical-align: top;
}
.webform-container-inline.webform-component-textarea .form-textarea-wrapper {
  display: inline-block;
}

/* Reset so that these appear the same as the label elements they replace. */
fieldset.fieldset-invisible,
fieldset.fieldset-invisible > legend {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: inherit;
  position: static;
  color: inherit;
  height: auto;
  width: auto;
  font-family: inherit;
  text-indent: 0;
  line-height: inherit;
  text-shadow: unset;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
fieldset.fieldset-invisible > legend {
  font-weight: bold;
  font-size: 0.929em;
}
/* This margin causes the fieldset to be too big. */
fieldset.fieldset-invisible > div > div.form-item:last-child,
fieldset.fieldset-invisible > table {
  margin-bottom: 0;
}

.webform-component-textarea .grippie {
  display: block;
}
.webform-progressbar {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.webform-progressbar-inner {
  height: 1em;
  background-color: #74c421;
  height: 3px;
}
.webform-progressbar-outer {
  position: relative;
  border: 1px solid #356900;
  width: 100%;
  height: 3px;
  margin: 0.35em -1px 2em;
  background-color: white;
}
.webform-progressbar-page {
  position: absolute;
  width: 7px;
  height: 7px;
  margin: -6px -4px;
  border: 1px solid #356900;
  background-color: white;
  border-radius: 5px;
}
.webform-progressbar-page.completed {
  background-color: #74c421;
}
.webform-progressbar-page.current {
  background-color: #74c421;
}
.webform-progressbar-page .webform-progressbar-page-number {
  display: none;
}
.webform-progressbar-page .webform-progressbar-page-label {
  position: relative;
  top: 10px;
  margin: 0 -10em;
}

/* ---- source: custom-style.css ---- */
body {
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
	padding: 0px;
}
.dark-blue, #page-title, #news-page-title, #content p a, #content h2 a, .sidebar h2 a {
	color: #022366;
}
.dark-blue-bg, .date-cal .event-date-month, li.sfHover span, .donation-form .donation-submit-button, .sidebar .form-submit {
	background-color: #022366;
}
.dark-blue-bg-2 {
	background-color: #020b2a;
}
.light-blue {
	color: #00bbff;
}
.light-blue-bg, .button-link {
	background-color: #00bbff;
}
.dark-grey {
	color: #363636;
}
.dark-grey-bg {
	background-color: #363636;
}
.light-grey {
	color: #c1c3c2;
}
.white {
	color: #fff;
}
.white-bg {
	background-color: #fff;
}
.clearfix {
	clear: both;
}
.icon-text {
	background-position-x: left;
	background-position-y: 3px;
    background-repeat: no-repeat;
    background-size: auto 15px;
    text-indent: 25px;
}
.footer .icon-text {
	background-size: auto 85%;
    text-indent: 38px;
}
.icon-text-location {
	background-image: url(../images/location-pin.png);
}
.icon-text-location-footer {
	background-image: url(../images/location-pin-footer.png);
}
.icon-text-date {
	background-image: url(../images/date-icon.png);
}
.icon-text-phone-footer {
	background-image: url(../images/phone-footer.png);
}
.icon-text-fax-footer {
	background-image: url(../images/fax-footer.png);
}
.button-link {
	display: inline-block;
}
.button-link, #content form .form-submit, .donation-form .donation-submit-button, .sidebar .form-submit {
	font-size: 20px;
	color: #fff;
	border: 0px;
	padding: 15px 20px;
	text-indent: 0px;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
	transition: all 0.5s;
}
.button-link:hover, #content form .form-submit:hover, .donation-form .donation-submit-button:hover {
	text-decoration: none;
	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
	transition: all 0.5s;
	background-color: #022366;
}
.sidebar .form-submit {
	padding: 10px 0px;
	font-weight: 500;
}
.donation-form .donation-submit-button:hover, .sidebar .form-submit:hover {
	background-color: #000;
}
#content .button-link, .donation-form .donation-submit-button {
	display: inline-block;
	margin-bottom: 30px;
}
#content .button-link:hover, .donation-form .donation-submit-button:hover {
	color: #fff;
}
#main-content {
	padding: 50px 0px;
}
#content p a {
	font-weight: 600;
}
#columns .content-inner {
	padding-right: 80px;
}
#page-title, #news-page-title {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px 0px 30px 0px;
}
#content p, #content li {
    font-size: 17px;
    font-weight: 400;
}
#content p, #content ul, #content ol {
	margin-bottom: 30px;
	line-height: 30px;
}
#content h2, .region-sidebar-second .block-title, .date-heading h3, #content h2 a {
	font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0px 20px 0px;
}
.body-image-left {
	float: left;
	max-width: 45%;
	margin: 0px 40px 20px 0px;
}
.body-image-right {
	float: right;
	max-width: 45%;
	margin: 0px 0px 20px 40px;
}
.body-image-full {
	width: 100%;
	margin: 20px 0px 40px 0px;
}
.body-image-right-shadow {
    -webkit-box-shadow: -11px -11px 0px 0px rgba(2, 35, 102, 0.7);
    -moz-box-shadow: -11px -11px 0px 0px rgba(2, 35, 102, 0.7);
    box-shadow: 11px 11px 0px 0px rgba(2, 35, 102, 0.7);
    margin: 0px 40px 20px 0px;
}

.header {
	background-color: #fefefe;
	padding: 20px 0px;
}
.header .logo {
	float: left;
	width: 35%;
	margin-right: 5%;
}
.top-nav {
	float: right;
	width: 60%;
}
.top-nav .top-nav-secondary {
	text-align: right;
	float: right;
	padding-top: 21px;
}
.top-nav-secondary a {
	color: #363636;
    font-size: 15px;
    font-weight: 500;
    border-right: 1px solid #000;
    line-height: 15px;
    display: inline-block;
    float: left;
    padding-right: 15px;
    margin-right: 15px;
}
#top-nav-secondary-last {
	border: 0px;
	margin-right: 0px;
}
#top-nav-secondary-connect {
    border: 0px;
    padding: 7px 15px;
    color: #fff;
    margin-top: -7px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s; /* Safari prior 6.1 */
	transition: all 0.5s;
}
#top-nav-secondary-connect:hover {
	background-color: #000;
	text-decoration: none;
	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
	transition: all 0.5s;
}
.top-nav .top-nav-primary {
	text-align: right;
	float: right;
	margin-top: 20px;
}
.top-nav-primary span.sf-depth-1, .top-nav-primary a.sf-depth-1 {
	color: #000;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 17px;
    -webkit-transition: all 0.2s; /* Safari prior 6.1 */
	transition: all 0.2s;
	z-index: 999;
}
.top-nav-primary span.sf-depth-1:hover, .top-nav-primary a.sf-depth-1:hover {
	color: #fff;
	background-color: #022366;
	-webkit-transition: all 0.2s; /* Safari prior 6.1 */
	transition: all .2s;
	cursor: pointer;
}
.top-nav-primary .sf-depth-1 ul {
    background-color: #022366;
    margin-top: 14px !important;
    padding: 15px 25px !important;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.5);
	border: 1px solid #ccc;
	z-index: 999;
}
li.sfHover span {
	color: #fff !important;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.top-nav-primary .sf-depth-1 ul span.sf-depth-2, .top-nav-primary .sf-depth-1 ul a.sf-depth-2 {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	display: block;
	border-bottom: 1px solid #ccc;
	-webkit-transition: all 0.2s; /* Safari prior 6.1 */
	transition: all 0.2s;
	background-image: url(../images/drop-down-arrow-white.png);
	background-repeat: no-repeat;
	background-size: auto 30%;
	background-position-x: right;
	background-position-y: center;
}
.top-nav-primary .sf-depth-1 ul li.last span.sf-depth-2, .top-nav-primary .sf-depth-1 ul li.last a.sf-depth-2 {
	border-bottom: 0px;
}
.top-nav-primary .sf-depth-1 ul span.sf-depth-2:hover, .top-nav-primary .sf-depth-1 ul a.sf-depth-2:hover {
	color: #00bbff;
	-webkit-transition: all 0.2s; /* Safari prior 6.1 */
	transition: all 0.2s;
	border-bottom-color: #00bbff;
	background-image: url(../images/drop-down-arrow-blue.png);
}
.top-nav .block, .top-nav .block-inner {
	margin: 0px;
}
.home-banner {
	/*height: 640px;*/
	/*background-image: url(../images/home-banner-2025.jpg);*/
	background-size: cover;
	background-position: center center;
}
.home-banner #golf-banner-home {
	width: 100%;
}
.sub-banner {
	height: 400px;
	background-image: url(../images/sub-banner-2025.jpg);
	background-size: cover;
	background-position: center center;
}
.home-slogan {
	text-align: center;
	padding: 65px 0px;
}
.home-slogan h4, .home-stats h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px 0px 40px 0px;
}
.home-slogan p, .home-stats p {
	font-size: 24px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 0px;
	width: 80%;
	padding: 0px 10%;
}
.home-sections {
	margin-top: 50px;
}
.home-sections .views-column {
	float: left;
	width: 33.33333333333%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	background-size: cover;
	height: 450px;
	position: relative;
}
.home-sections .home-section-wrapper {
	position: absolute;
    height: 100%;
    width: 100%;
}
.home-sections .home-section-title {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-shadow: 1px 2px 10px #000;
    display: block;
    margin-top: 150px;
    text-transform: uppercase;
}
.home-sections .home-section-more a {
	opacity: 0.0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	color: #fff;
	font-size: 45px;
	text-align: left;
	display: block;
}
.home-sections .field-content {
}
.home-sections .views-field-description p {
	opacity: 0.0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
	transition: all 0.5s;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 0px;
}
.home-sections .home-section-wrapper:hover {
	background-color: #022366d1;
	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
	transition: all 0.5s;
}
.home-sections .home-section-wrapper:hover >  p {
	opacity: 1;
  	filter: alpha(opacity=100); /* For IE8 and earlier */
  	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
	transition: all 0.5s;
	text-align: left;
	margin-left: 50px;
	padding-right: 150px;
}
.home-sections .home-section-wrapper:hover >  .home-section-more a {
	opacity: 1;
  	filter: alpha(opacity=100); /* For IE8 and earlier */
  	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
	transition: all 0.5s;
	margin-left: 50px;
}
.home-sections .home-section-wrapper:hover > .home-section-title {
	margin-top: 50px;
	text-decoration: none;
	text-align: left;
	margin-left: 50px;
	margin-bottom: 25px;
	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
	transition: all 0.5s;
	text-shadow: 0px 0px 0px #000;
}
.home-sections .home-section-more a:hover {
	text-decoration: none;
}
.home-sections .views-row-1 .views-column-1 {
	background-image: url(../images/home-blurb-learning-new.jpg);
}
.home-sections .views-row-1 .views-column-2 {
	background-image: url(../images/home-blurb-arts-new.jpg);
}
.home-sections .views-row-1 .views-column-3 {
	background-image: url(../images/home-blurb-athletics-new.jpg);
}
.home-sections .views-row-2 .views-column-1 {
	background-image: url(../images/home-blurb-community-new.jpg);
}
.home-sections .views-row-2 .views-column-2 {
	background-image: url(../images/home-blurb-campus-new.jpg);
}
.home-sections .views-row-2 .views-column-3 {
	background-image: url(../images/home-blurb-faith-650.jpg);
}
.home-alt-content-mobile {
	display: none;
}
.home-alt-content {
	padding: 50px 0px;
}
.home-alt-content .home-alt-content-section {
	position: relative;
}
.home-alt-content .home-alt-left {
	float: left;
	width: 50%;
	padding: 100px 100px 200px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-size: cover;
}
.home-alt-content .home-alt-right {
	float: right;
	width: 50%;
	padding: 100px 0px 200px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-size: cover;
}
.home-alt-content h2 {
	font-size: 30px;
	font-weight: 600;
	margin: 5px 0px 20px 0px;
}
.home-alt-content .home-alt-christian-education .home-alt-right, .home-alt-content .home-alt-ratio .home-alt-right {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #ccc;
	height: 100%;
}
.home-alt-content p {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
}
.home-alt-content .home-alt-digital-motive .home-alt-left {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #ccc;
	height: 100%;
}
.home-alt-content .home-alt-digital-motive .home-alt-right {
	padding-left: 100px;
}
.home-alt-content .home-alt-digital-motive .home-alt-right p {
	color: #d5d6d8;
}
.home-alt-content .home-alt-christian-education .home-alt-right {
	background-image: url(../images/christian-education-950.jpg);
}
#home-alt-christian-education-2 {
	position: absolute;
	height: 190px;
	bottom: 20px;
	left: -100px;
	-webkit-box-shadow: -11px -11px 0px 0px rgba(2, 35, 102, 0.7);
	-moz-box-shadow:    -11px -11px 0px 0px rgba(2, 35, 102, 0.7);
	box-shadow:         -11px -11px 0px 0px rgba(2, 35, 102, 0.7);
}
.home-alt-content .home-alt-digital-motive .home-alt-left {
	background-image: url(../images/home-digital-new.jpg);
}
#home-alt-digital-motive-2 {
    position: absolute;
    height: 340px;
    right: -50px;
    top: 130px;
}
#home-alt-digital-motive-3 {
	position: absolute;
    height: 200px;
    bottom: -80px;
    left: 410px;
    -webkit-box-shadow: 11px 11px 0px 0px rgba(2, 35, 102, 0.7);
	-moz-box-shadow:    11px 11px 0px 0px rgba(2, 35, 102, 0.7);
	box-shadow:         11px 11px 0px 0px rgba(2, 35, 102, 0.7);
}
.home-alt-content .home-alt-ratio .home-alt-right {
	background-image: url(../images/home-ratio-new.jpg);
}
.home-alt-content .home-alt-icon {
	height: 70px;
}
.home-section-title {
	font-size: 45px;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
	font-weight: 600;
}
.events-section {
	padding: 70px 0px 100px 0px;
	border-bottom: 2px solid #ddd;
}
.events-wrapper {
	border: 2px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 50px;
}
.events-wrapper-footer {
	width: 100%;
	text-align: center;
}
.events-wrapper .view-featured-event  {
	float: left;
	width: 65%;
	padding: 2%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.view-featured-event .views-field-field-event-image {
	float: left;
	width: 50%;
	margin-right: 5%;
}
.view-featured-event .views-field-title {
	font-size: 26px;
	font-weight: 600;
	line-height: 27px;
	padding-top: 20px;
	margin-bottom: 10px;
	float: left;
	width: 45%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.view-featured-event .views-field-field-event-date {
	float: left;
	width: 45%;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 500;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.view-featured-event .views-field-field-event-location {
	float: left;
	width: 45%;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 15px;
}
.view-featured-event .views-field-field-event-description {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}
.view-events-feed {
	width: 35%;
	float: left;
	border-left: 2px solid #ddd;
	padding: 2%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e5e5+0,e5e5e5+23,ffffff+100 */
background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(left,  #e5e5e5 0%, #e5e5e5 23%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #e5e5e5 0%,#e5e5e5 23%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #e5e5e5 0%,#e5e5e5 23%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */


}
.view-events-feed .date-cal {
	float: left;
	width: 20%;
	margin-right: 6%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.view-events-feed .views-row {
	margin-bottom: 30px;
}
.view-events-feed .views-row-last {
	margin-bottom: 0px;
}
.date-cal {
	border: 1px solid #888;;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.date-cal .event-date-month {
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	font-size: 16px;
	padding: 4px 0px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.date-cal .event-date-day {
	display: block;
	font-size: 26px;
	text-align: center;
	background-color: #fff;
	font-weight: 500;
	padding: 5px 0px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.view-events-feed .views-field-title {
	font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    float: left;
    display: block;
    width: 74%;
}
.view-events-feed .views-field-field-event-location {
	float: left;
    display: block;
    width: 74%;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.home-stats {
	background-color: #fcfbf9;
	padding: 60px 0px;
	text-align: center;
}
.home-stats .home-stats-wrapper {
	margin: 70px 0px 0px 0px;
}
.home-stats .home-state-block {
	float: left;
	width: 33.333333333333333%;
	text-align: center;
	margin-bottom: 60px;
}
.home-stats .home-state-block img {
	height: 90px;
}
.home-stats .home-state-block .home-stat-number {
	font-size: 54px;
	font-weight: 700;
}
.home-stats .home-state-block .home-stat-title {
	font-size: 19px;
	font-weight: 600;
}
.view-latest-news .views-column {
	float: left;
	padding: 0px 1%;
	width: 33.3333333333333333%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.view-latest-news .views-field-title a {
    color: #022366;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
}
.view-latest-news .views-field-body {
	font-size: 15px;
    line-height: 24px;
    font-weight: 400
}
.view-latest-news .views-more-link {
	color: #022366;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 10px;
}
.newsletter-signup {
	padding: 25px 0px;
}
.newsletter-signup h3 {
    float: left;
    width: 40%;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
}
.newsletter-signup #mc_embed_signup {
	float: right;
	width: 60%;
	padding-top: 25px;
}
.newsletter-signup #mc_embed_signup .mc-field-group {
	float: left;
	width: 38%;
	margin-right: 3%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.newsletter-signup #mc_embed_signup .mc-field-group input {
	width: 100%;
	background-color: #fff;
	border: 0px;
	padding: 12px 0px;
	text-indent: 10px;
	font-size: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.newsletter-signup #mc_embed_signup #mc-embedded-subscribe {
	float: left;
	width: 18%;
	font-size: 18px;
	border: 0px;
	padding: 12px 0px;
	color: #fff;
	text-transform: uppercase;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
	transition: all 0.5s;
}
.newsletter-signup #mc_embed_signup #mc-embedded-subscribe:hover {
	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
	transition: all 0.5s;
	background-color: #020b2a;
}
.footer {
	padding: 70px 0px;
    font-size: 17px;
    font-weight: 500;
}
.footer .footer-section {
	float: left;
}
.footer .footer-section h4 {
    font-weight: 600;
    color: #7b99f3;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
}
.footer .footer-logo {
	width: 15%;
	margin-right: 5%;
}
.footer .footer-contact {
	width: 22%;
	margin-right: 5%;
}
.footer .footer-address-2, .footer .footer-phone {
	margin-bottom: 20px;
} {
	margin-bottom: 20px;
}
.footer .footer-nav {
	width: 28%;
	margin-right: 5%;
}
.footer .footer-nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	line-height: 31px;
	width: 50%;
	list-style-type: none;
}
.footer .footer-nav ul a {
	color: #fff;
}
.footer .footer-nav .footer-social {
	padding-top: 20px;
}
.footer .footer-nav .footer-social img {
	margin-right: 20px;
}
.footer .footer-powered {
	width: 20%;
	float: right;
	text-align: right;
}


.copy {
	background-color: #02081e;
    padding: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}
.copy a {
	color: #7b99f3;
}
.copy a:hover {
	color: #fff;
	text-decoration: none;
}





.view-all-news .views-column {
	margin-bottom: 60px;
}
.map-embed {
	width: 100%;
	height: 350px;
}

#content form {
	width: 50%;
}
#content form input, #content form select, #content textarea {
	width: 100%;
	padding: 5px 0px;
	text-indent: 10px;
	font-size: 17px;
	border: 1px solid #ccc;
}
#content form .form-submit {
	background-color: #022366;
	border: 0px;
	padding: 10px 20px;
	max-width: 100%;
	font-size: 17px;
	width: auto;
	text-indent: 0px;
	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
	transition: all 0.5s;
}
#content form .form-submit:hover {
	background-color: #000;
	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
	transition: all 0.5s;
}
#content form label {
	font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 8px 0px;
}
#content .block-webform .block-title {
	display: none;
}
#block-webform-client-block-13 {
	float: left;
	width: 46%;
	padding-right: 4%;
}
#webform-client-form-13 {
	width: 100% !important;
}
.region-sidebar-second {
	padding-top: 50px;
}
.region-sidebar-second .block-title {
	margin-top: 0px;
}
.region-sidebar-second form input, .region-sidebar-second select, .region-sidebar-second textarea {
	width: 100%;
	padding: 3px 0px;
	text-indent: 5px;
	font-size: 16px;
}
.region-sidebar-second label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}
.view-all-teachers .views-column {
	float: left;
	width: 33.333333333333333333%;
	padding: 0px 20px;
	margin-bottom: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.view-all-teachers .views-field-name a {
	color: #022366;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 3px;
    margin-top: 5px;
    display: block;
}
.view-all-teachers .views-field-field-position {
	display: block;
	height: 30px;
}


.teacher-profile-headshot {
	float: left;
	width: 35%;
	margin-right: 5%;
}
.teacher-profile-headshot img {
	width: 100%;
}
.staff-content-main {
	float: right;
	width: 60%;
}
#content .staff-content-main h2 {
	margin-top: 0px;
}
.teacher-files {
	margin-top: 70px;
}
.teacher-files .views-field-field-homework-file {
	text-align: right;
}

.news-post-date {
	margin: -30px 0px 50px 0px;
}
.news-featured-img {
	margin-bottom: 40px;
	width: 100%;
	-webkit-box-shadow: 18px 18px 0px 0px rgba(2, 35, 102, 0.7);
    -moz-box-shadow: 18px 18px 0px 0px rgba(2, 35, 102, 0.7);
    box-shadow: 18px 18px 0px 0px rgba(2, 35, 102, 0.7);
    width: 100%;
}
.photo-grid .views-column {
	float: left;
	width: 20%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	margin-bottom: -6px;
}
#caption {
	display: none;
}
.view-more-news-sidebar .views-field-title a, .view-more-photo-galleries-sidebar .views-field-name a {
	color: #022366;
    font-size: 16px;
    font-weight: 600;
    margin-top: 2px;
    display: block;
}
.view-more-news-sidebar .views-field-created {
	color: #363636;
	font-size: 15px;
	font-weight: 500;
}
.view-more-news-sidebar .views-row {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}
.view-more-news-sidebar .views-row-last {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

#content table {
	font-size: 15px;
	margin-bottom: 40px;
	-webkit-box-shadow: -11px -11px 0px 0px rgba(2, 35, 102, 0.7);
    -moz-box-shadow: -11px -11px 0px 0px rgba(2, 35, 102, 0.7);
    box-shadow: 11px 11px 0px 0px rgba(2, 35, 102, 0.7);
}
#content table th {
	font-size: 16px;
    font-weight: 600;
}
#content .table-half {
	width: 50%;
}
#content .table-full {
	width: 100%;
}
h4.table-title {
	font-size: 17px;
    font-weight: 600;
    margin: 0px 0px 5px 0px;
}
.view-lunch-menus .views-column, .file-grid .views-column {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 19px;
    font-weight: 600;
    min-height: 200px;
    margin-bottom: 30px;
}
.view-supply-lists .views-column {
	padding: 0px 25px;
	margin-bottom: 70px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.view-supply-lists .views-column img {
	width: 50%;
}

#content form .donation-amount {
	width: auto;
	float: left;
	text-align: left;
	height: 20px;
    width: 20px;
    margin-right: 20px;
}
.donation-form ul {
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 10px !important;
}
.donation-form li {
	clear: both;
	padding-bottom: 46px;
    display: block;
}
#content .donation-form li label {
	float: left;
	font-size: 26px;
	margin-top: -4px;
}
#block-paypal-donations-paypal-donations-single .block-title {
	display: none;
}
#block-paypal-donations-paypal-donations-single .inner_content h3 {
	display: none;
}
#content .donation-form .last {
	font-weight: 600;
	padding-bottom: 0px;
}
#content .donation-form .other {
	display: block;
	width: 25%;
}
.view-event-calendar .feed-icon {
	display: none;
}
.view .date-nav-wrapper .date-prev, .view .date-nav-wrapper .date-next {
	padding: 5px 5px;
}
#node-15 .submitted {
	display: none;
}

.view-photo-galleries .views-field-field-photos a {	
	float: left;
	width: 20%;
	padding: 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.view-photo-galleries .views-row {
	margin-bottom: 70px;
}
.view-photo-galleries .views-field-name-1 a {
	display: block;
    color: #022366;
    clear: both;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.view-more-photo-galleries-sidebar .views-field-name-1 a {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	display: block;
	clear: both;
}
.view-more-photo-galleries-sidebar .views-field-field-photos img {
	float: left;
	width: 33.3333333333333333%;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.view-more-photo-galleries-sidebar .views-row {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.view-more-photo-galleries-sidebar .views-row-last {
	padding-bottom: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
}
.view-more-photo-galleries-sidebar .views-field-name h2 {
	margin: 0px 0px 10px 0px;
}
#content .yt-embed {
	width: 75%;
	height: 480px;
}
#content .video-embed {
	width: 75%;
}




.alert {
	background-color: #022366;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 15px 0px;
}
.alert a {
	color: #fff;
}
.alert a:hover {
	color: #6CBAE1;
	text-decoration: none;
}
.alert.now-enroll {
	background-color: #0bf;
}
.alert.now-enroll a {
	color: #000;
}
.alert.now-enroll a:hover {
	color: #022366;
}
#covid-popup-img {
	width: 100%;
	max-width: 600px;
}
#colorbox, #colorbox * {
	overflow: hidden !important;
}
.view-supply-lists h3 {
	width: 100%;
	clear: both;
	font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0px 20px 0px;
}

/* ---- source: overrides.css ---- */
/*
 * Hand-written additions layered on top of the ported theme.
 * Kept in its own file so re-running sql/build-css.php never overwrites it;
 * build-css.php appends it to theme.css.
 */

/* ---------------------------------------------------------------------------
 * Carried over from Drupal's system.menus.css, which this build otherwise
 * drops. `.top-nav-primary` is right-aligned, and without this reset the
 * dropdown labels inherit that and sit hard against the chevrons.
 * ------------------------------------------------------------------------ */
ul.menu {
  border: none;
  list-style: none;
  text-align: left;
}

/* ---------------------------------------------------------------------------
 * Dropdown width.
 *
 * The Drupal site loaded Superfish's "supersubs" plugin, which measured each
 * submenu at runtime and set an inline width so no label ever wrapped
 * (Admissions came out at 21.36em, Academics at 16em, and so on). Without it
 * the submenus sit at superfish.css's fixed 12em and long entries such as
 * "Financial Aid Application" wrap on top of each other.
 *
 * `max-content` gets the same result declaratively: the menu is as wide as its
 * widest item, within the same bounds supersubs used.
 * ------------------------------------------------------------------------ */
.top-nav-primary .sf-menu li ul {
  float: none;
}

/*
 * Park closed submenus off to the LEFT, not just above.
 *
 * superfish.css hides them with `top: -99999em` while leaving `left: 0`, so a
 * closed menu still sits at its parent's x position and, for the rightmost
 * item, stretches ~120px past the viewport - giving every page a horizontal
 * scrollbar. The Superfish JS moved them left instead; browsers do not create
 * scrollable overflow to the left of the origin, so nothing sticks out.
 */
.top-nav-primary .sf-menu li ul {
  left: -99999em;
}

.top-nav-primary .sf-menu li:hover > ul,
.top-nav-primary .sf-menu li.sfHover > ul {
  left: 0;
}

/* Rows are all the width of the menu, so the chevrons line up down the right
   edge exactly as they do on the live site. */
.top-nav-primary .sf-menu li ul li {
  float: none;
  width: 100%;
}

/* assets/js/menu.js widens each menu to fit its longest label; nowrap keeps
   the labels on one line if that script has not run yet. */
.top-nav-primary .sf-menu li ul a,
.top-nav-primary .sf-menu li ul span.nolink {
  white-space: nowrap;
}

/* The small-screen accordion stacks full width instead - undo the above. */
ul.sf-menu.sf-accordion ul,
ul.sf-menu.sf-accordion li ul {
  width: 100% !important;
  min-width: 0;
  max-width: none;
}

/*
 * superfish-smallscreen.css hides the accordion with `display: none` but only
 * restores `position`/`top`/`left` when it opens - the Superfish JS set the
 * display inline. assets/js/menu.js just toggles the classes, so the show/hide
 * has to live here.
 */
ul.sf-menu.sf-accordion {
  display: none;
}

ul.sf-menu.sf-accordion.sf-expanded {
  display: block;
}

ul.sf-menu.sf-accordion li > ul {
  display: none;
}

ul.sf-menu.sf-accordion li.sf-expanded > ul {
  display: block;
}

ul.sf-menu.sf-accordion li ul a,
ul.sf-menu.sf-accordion li ul span.nolink {
  white-space: normal;
}

/* ---------------------------------------------------------------------------
 * Form layout, carried over from Drupal's system.theme.css.
 *
 * The theme styles the fields and the submit button but relies on Drupal core
 * for the spacing between them. Without these the last field sits flush
 * against the Submit button.
 * ------------------------------------------------------------------------ */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* Block labels sit on their own line above the field. Copied as-is from
   system.theme.css: the theme relies on it, and a label left inline is 5px
   shorter, which shortens every form by 3px a field. The admin panel has its
   own stylesheet, so this stays on the public side. */
label {
  display: block;
  font-weight: bold;
}

label.option {
  display: inline;
  font-weight: normal;
}

.form-item .description {
  font-size: 0.85em;
}

.form-required {
  color: #c00;
}

.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid #c00;
}

/* The theme zeroes the margin Drupal core gives a fieldset; the 1em above the
   submit button comes from .form-actions instead. */
fieldset.captcha {
  margin: 0;
}

/* Status and error messages above a form. */
div.messages {
  margin: 10px 0;
  padding: 10px 14px;
  border: 1px solid;
  border-radius: 3px;
}

div.messages ul {
  margin: 0 0 0 1em;
  padding: 0;
}

div.messages.status {
  background-color: #f8fff0;
  border-color: #be7;
  color: #234600;
}

div.messages.warning {
  background-color: #fffce5;
  border-color: #ed5;
  color: #840;
}

div.messages.error {
  background-color: #fef5f1;
  border-color: #ed541d;
  color: #8c2e0b;
}

.form-item-error-message {
  margin-top: 4px;
  color: #c00;
  font-size: 0.85em;
}

/* Skip link, also from Drupal core. */
.element-invisible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
}

/* ---------------------------------------------------------------------------
 * Small-screen menu toggle, drawn by assets/js/menu.js in place of the
 * Superfish smallscreen plugin.
 * ------------------------------------------------------------------------ */
#superfish-1-toggle {
  display: none;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #superfish-1-toggle {
    display: inline-block;
  }
}
