/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, b, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

figure {
  margin: 0;
  padding: 0; }

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.centered {
  text-align: center; }

.left {
  float: left; }

.right {
  float: right; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
	 * Don't show links for images, or javascript/internal links
	 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

html {
  background-color: #29598F; }

body {
  background-color: #FFFFFF;
  color: #404041;
  font-family: "proxima-nova",sans-serif; }

div.pagination {
  height: 0;
  overflow: hidden; }

strong {
  font-weight: 600; }

.styleguide {
  padding: 2em;
  margin: 2em auto;
  font-size: 1em; }
  @media (max-width: 700px) {
    .styleguide {
      padding: 1.5em 0; } }
  .styleguide > li {
    float: left;
    clear: both;
    display: block;
    width: 100%; }
    .styleguide > li + li {
      margin-top: 3.5em; }
  .styleguide .element-description {
    float: left;
    width: 20%;
    text-align: right; }
    @media (max-width: 700px) {
      .styleguide .element-description {
        width: 100%;
        clear: both;
        text-align: center;
        margin-bottom: 1em; } }
    .styleguide .element-description p {
      font-weight: 400;
      font-size: 1.05em; }
  .styleguide .element {
    float: left;
    width: 65%;
    padding-left: 7%; }
    @media (max-width: 700px) {
      .styleguide .element {
        width: 100%;
        clear: both;
        padding-left: 0; } }
  .styleguide .element-row {
    clear: both;
    position: relative; }
  .styleguide .element-row + .element-row {
    margin-top: 1.5em; }

.container {
  width: 90%;
  padding: 0 5%;
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1; }
  .container:before, .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }
  @media (max-width: 900px) {
    .container {
      width: 95%;
      padding: 0 2.5%; } }
  .container.no-padding {
    padding: 0;
    width: 100%;
    max-width: 1080px; }

.texture {
  background-image: url("../img/texture.png");
  background-repeat: repeat; }

article + article {
  margin-top: 2em; }

#map {
  height: 400px;
  margin-top: 2em; }

.bus-icon {
  margin-bottom: 1em; }

h1,
.header1 {
  font-family: "proxima-nova-soft",sans-serif;
  font-size: 2.75em;
  font-weight: 700;
  line-height: 1.25em;
  color: #404041;
  -webkit-font-smoothing: antialiased;
  padding: 0 0 0.5em; }
  h1 + form, h1 + p, h1 + table, h1 + ul, h1 + ol, h1 + .table-container, h1 + .articleimg.left, h1 + .articleimg.right, h1 + .articleimg.centered,
  .header1 + form,
  .header1 + p,
  .header1 + table,
  .header1 + ul,
  .header1 + ol,
  .header1 + .table-container,
  .header1 + .articleimg.left,
  .header1 + .articleimg.right,
  .header1 + .articleimg.centered {
    margin-top: 1em; }
  @media (max-width: 500px) {
    h1,
    .header1 {
      font-size: 2em; } }
h2,
.header2 {
  font-family: "proxima-nova-soft",sans-serif;
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.25em;
  color: #404041;
  -webkit-font-smoothing: antialiased; }
  h2 + p, h2 + table, h2 + ul, h2 + ol, h2 + .table-container, h2 + .articleimg.left, h2 + .articleimg.right, h2 + .articleimg.centered, h2 + figure,
  .header2 + p,
  .header2 + table,
  .header2 + ul,
  .header2 + ol,
  .header2 + .table-container,
  .header2 + .articleimg.left,
  .header2 + .articleimg.right,
  .header2 + .articleimg.centered,
  .header2 + figure {
    margin-top: 1em; }
  @media (max-width: 500px) {
    h2,
    .header2 {
      font-size: 1.7em; } }
.main-content article h2.header2 {
  font-size: 1.8em;
  margin-bottom: 0.5em; }
  .main-content article h2.header2 + p, .main-content article h2.header2 + table, .main-content article h2.header2 + .table-container, .main-content article h2.header2 + .articleimg.left, .main-content article h2.header2 + .articleimg.right, .main-content article h2.header2 + .articleimg.centered, .main-content article h2.header2 + figure {
    margin-top: 0; }

h3,
.header3 {
  font-family: "proxima-nova-soft",sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.25em;
  color: #404041;
  -webkit-font-smoothing: antialiased; }
  h3 + form, h3 + p, h3 + ul, h3 + ol, h3 + table, h3 + .table-container, h3 + .articleimg.left, h3 + .articleimg.right, h3 + .articleimg.centered, h3 + .dashboard-text,
  .header3 + form,
  .header3 + p,
  .header3 + ul,
  .header3 + ol,
  .header3 + table,
  .header3 + .table-container,
  .header3 + .articleimg.left,
  .header3 + .articleimg.right,
  .header3 + .articleimg.centered,
  .header3 + .dashboard-text {
    margin-top: 1.25em; }
  h3 + .alert, h3 + .content,
  .header3 + .alert,
  .header3 + .content {
    margin-top: 4em; }
  @media (max-width: 500px) {
    h3,
    .header3 {
      font-size: 1.3em; } }
h4,
.header4 {
  font-family: "proxima-nova-soft",sans-serif;
  font-size: 1.45em;
  font-weight: 700;
  line-height: 1.25em;
  color: #404041;
  -webkit-font-smoothing: antialiased; }
  h4 + form, h4 + p, h4 + h5, h4 + ul, h4 + ol, h4 + table, h4 + .table-container, h4 + .articleimg.left, h4 + .articleimg.right, h4 + .articleimg.centered, h4 + .dashboard-text,
  .header4 + form,
  .header4 + p,
  .header4 + h5,
  .header4 + ul,
  .header4 + ol,
  .header4 + table,
  .header4 + .table-container,
  .header4 + .articleimg.left,
  .header4 + .articleimg.right,
  .header4 + .articleimg.centered,
  .header4 + .dashboard-text {
    margin-top: 1em; }
  h4 + .alert, h4 + .content,
  .header4 + .alert,
  .header4 + .content {
    margin-top: 4em; }
  @media (max-width: 500px) {
    h4,
    .header4 {
      font-size: 1.2em; } }
p,
ul,
ol {
  font-weight: 400;
  font-size: 1.05em;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased; }
  p + p, p + ul, p + ol, p + h1, p + h2, p + h3, p + h4, p + .form-row, p + .articleimg.left, p + .articleimg.right, p + .articleimg.centered, p + table, p + .table-container, p + form,
  ul + p,
  ul + ul,
  ul + ol,
  ul + h1,
  ul + h2,
  ul + h3,
  ul + h4,
  ul + .form-row,
  ul + .articleimg.left,
  ul + .articleimg.right,
  ul + .articleimg.centered,
  ul + table,
  ul + .table-container,
  ul + form,
  ol + p,
  ol + ul,
  ol + ol,
  ol + h1,
  ol + h2,
  ol + h3,
  ol + h4,
  ol + .form-row,
  ol + .articleimg.left,
  ol + .articleimg.right,
  ol + .articleimg.centered,
  ol + table,
  ol + .table-container,
  ol + form {
    padding-top: 1em; }
  p.large,
  ul.large,
  ol.large {
    font-size: 1.375em; }
    @media (max-width: 500px) {
      p.large,
      ul.large,
      ol.large {
        font-size: 1.275em; } }
  @media (max-width: 500px) {
    p,
    ul,
    ol {
      font-size: 1em; } }
em {
  font-style: italic;
  font-weight: inherit; }

blockquote {
  font-family: "proxima-nova-soft",sans-serif;
  font-size: 1.45em;
  font-weight: 500;
  line-height: 1.25em;
  color: #404041;
  padding: 0 1em;
  margin: 1em 0; }
  @media (max-width: 500px) {
    blockquote {
      font-size: 1.45em; } }
  blockquote:before {
    margin-left: -1em;
    padding-right: 0.75em; }

.content {
  max-width: 950px;
  margin: 0 auto; }
  .content:before, .content:after {
    content: "";
    display: table; }
  .content:after {
    clear: both; }
  .content ul,
  .content ol {
    margin-left: 2em;
    padding-left: 0.5em; }
    @media (max-width: 500px) {
      .content ul,
      .content ol {
        clear: both; } }
  .content ul {
    list-style: disc; }
  .content ol {
    list-style: decimal; }
  .content article {
    zoom: 1; }
    .content article:before, .content article:after {
      content: "";
      display: table; }
    .content article:after {
      clear: both; }
  .content hr {
    margin: 1.5em 0; }
  .content a {
    word-wrap: break-word; }

a {
  color: #3678BD;
  text-decoration: underline;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s; }
  a:hover {
    color: #1f466e; }

.image,
.articleimg {
  max-width: 305px;
  margin: 0; }
  .image + p, .image + ul, .image + ol, .image + h1, .image + h2, .image + h3, .image + h4, .image + .form-row, .image + .articleimg.left, .image + .articleimg.right, .image + .articleimg.centered, .image + table, .image + .table-container, .image + form,
  .articleimg + p,
  .articleimg + ul,
  .articleimg + ol,
  .articleimg + h1,
  .articleimg + h2,
  .articleimg + h3,
  .articleimg + h4,
  .articleimg + .form-row,
  .articleimg + .articleimg.left,
  .articleimg + .articleimg.right,
  .articleimg + .articleimg.centered,
  .articleimg + table,
  .articleimg + .table-container,
  .articleimg + form {
    padding-top: 1em; }
  .image img,
  .articleimg img {
    display: block;
    width: 100%;
    zoom: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden; }
    .image img:before, .image img:after,
    .articleimg img:before,
    .articleimg img:after {
      content: "";
      display: table; }
    .image img:after,
    .articleimg img:after {
      clear: both; }
  .image.left,
  .articleimg.left {
    float: left;
    padding: 0 2em 1em 0; }
  .image.right,
  .articleimg.right {
    float: right;
    padding: 0 0 1em 2em; }
  .image.centered,
  .articleimg.centered {
    margin: 0 auto; }
  .image .caption,
  .articleimg .caption {
    text-align: center;
    padding: 0.725em; }
    .image .caption p,
    .articleimg .caption p {
      color: #404041;
      font-size: 1em;
      max-width: none; }
  .image.centered,
  .articleimg.centered {
    max-width: none; }
  @media (max-width: 500px) {
    .image,
    .articleimg {
      float: left;
      clear: both;
      max-width: none;
      width: 100%; }
      .image.left,
      .articleimg.left {
        float: left;
        padding: 0 0 1em; }
      .image.right,
      .articleimg.right {
        float: right;
        padding: 0 0 1em; } }
  .image a,
  .articleimg a {
    zoom: 1;
    display: block;
    position: relative; }
    .image a:before, .image a:after,
    .articleimg a:before,
    .articleimg a:after {
      content: "";
      display: table; }
    .image a:after,
    .articleimg a:after {
      clear: both; }
    .image a b,
    .articleimg a b {
      position: absolute;
      background: url("../img/expand.png") no-repeat top right;
      width: 51px;
      height: 51px;
      top: 0;
      right: 0;
      display: block; }

.element + .element
.element + .form-row {
  margin-top: 1em; }

.table-container {
  clear: both; }
  .table-container table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border-top: 1px solid #F7F7F7;
    border-left: 1px solid #F7F7F7;
    text-align: left; }
    .table-container table + p, .table-container table + ul, .table-container table + ol, .table-container table + h1, .table-container table + h2, .table-container table + h3, .table-container table + h4, .table-container table + .form-row, .table-container table + .articleimg.left, .table-container table + .articleimg.right, .table-container table + .articleimg.centered, .table-container table + table, .table-container table + .table-container, .table-container table + form {
      padding-top: 1em; }
    .table-container table + p {
      margin-top: 2em; }
    .table-container table th,
    .table-container table td {
      border-bottom: 1px solid #F7F7F7;
      border-right: 1px solid #F7F7F7;
      text-align: left; }
    .table-container table td {
      padding: 0.5em; }
    .table-container table th {
      font-weight: bold; }
    .table-container table tr:nth-of-type(even) {
      background-color: #fcfcfc; }

.table-container {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .table-container + p, .table-container + ul, .table-container + ol, .table-container + h1, .table-container + h2, .table-container + h3, .table-container + h4, .table-container + .form-row, .table-container + .articleimg.left, .table-container + .articleimg.right, .table-container + .articleimg.centered, .table-container + table, .table-container + .table-container, .table-container + form {
    padding-top: 1em; }
  .table-container + p {
    padding-top: 2em; }
  @media screen and (min-width: 900px) {
    .table-container .table-container {
      overflow: visible; } }
.button, .ics_link,
input[type="submit"] {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-family: "proxima-nova",sans-serif;
  border: 1px solid #3678BD;
  padding: 0.4em 1em;
  font-size: inherit;
  text-decoration: none;
  color: #3678BD;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  outline: none;
  position: relative; }
  .button.light, .ics_link.light,
  input.light[type="submit"] {
    color: #FFFFFF;
    border-color: #FFFFFF; }
    .button.light:hover, .ics_link.light:hover,
    input.light[type="submit"]:hover {
      border-color: #096640;
      background-color: #0c8755; }
  .button.large, .ics_link.large,
  input.large[type="submit"] {
    font-size: 1.375em;
    padding: 0.75em 1em; }
  .button.small, .ics_link.small,
  input.small[type="submit"] {
    font-size: 0.85em;
    padding: 0.15em 0.65em; }
  .button:hover, .button:active, .ics_link:hover, .ics_link:active,
  input[type="submit"]:hover,
  input[type="submit"]:active {
    color: #FFFFFF;
    background-color: #3678BD; }

input[type="submit"] {
  background-color: transparent; }

input[type=text],
input[type=email],
input[type=password],
textarea {
  border: 1px solid #3678BD;
  background-color: #F7F7F7;
  color: #404041;
  -webkit-font-smoothing: antialiased;
  padding: 0.5em; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  textarea:focus {
    outline: none;
    background-color: #FFFFFF; }

textarea {
  resize: none; }

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0; }

.field-contain {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#message {
  text-align: center;
  padding: 0 0 1.5em; }
  #message.error {
    color: red; }
  #message.success {
    color: green; }

.row {
  padding: 0.75em 2em;
  zoom: 1; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
  @media (max-width: 700px) {
    .row {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0.5em 1em; } }
  .row input[type=text],
  .row input[type=email],
  .row input[type=password],
  .row textarea {
    width: 230px; }
    @media (max-width: 700px) {
      .row input[type=text],
      .row input[type=email],
      .row input[type=password],
      .row textarea {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
  .row label {
    margin-right: 1em;
    line-height: 38px; }
  .row .column-left {
    text-align: right;
    width: 200px; }
  .row .column-right {
    text-align: left;
    width: 300px; }
  .row .column-left,
  .row .column-right {
    float: left; }
    @media (max-width: 700px) {
      .row .column-left,
      .row .column-right {
        float: left;
        width: 100%;
        text-align: center; } }
label.overlabel {
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 1;
  color: #000000;
  font-style: italic;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

.select-wrap {
  background: transparent;
  padding: 0;
  line-height: 38px;
  height: 38px;
  width: 203px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none; }
  .select-wrap select {
    width: 100%;
    background-image: url("../img/dropdown-arrow.png"); }

.select-wrap select, .ui-datepicker-title select {
  background-color: #F7F7F7;
  padding: 0 0.75em;
  height: 38px;
  line-height: 36px;
  color: #3678BD;
  font-family: "proxima-nova",sans-serif;
  font-size: 1em;
  border: 1px solid #3678BD;
  border-radius: 0;
  -webkit-appearance: none;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }
  .select-wrap select:focus, .ui-datepicker-title select:focus {
    background-color: #FFFFFF; }

.ui-datepicker-title select {
  background-image: url("../img/down-arrow-bkg.svg");
  background-size: 37px;
  background-position: right -5px center; }

.lt-ie10 select {
  background-image: none; }

@-moz-document url-prefix() {
  .select-wrap {
    margin-top: -3px; }
    .select-wrap select {
      line-height: normal;
      padding: 9px 0.75em;
      height: 41px; } }

.lt-ie10 select {
  padding: 5px 10px;
  border: none; }

.select_contain {
  display: inline-block;
  text-align: left;
  position: relative;
  vertical-align: top; }
  .select_contain .gradient {
    width: 300px; }
  .select_contain .select_toggle {
    width: 300px;
    height: 51px;
    overflow: hidden; }
    .select_contain .select_toggle a {
      width: 282px;
      height: 53px;
      padding: 0 0 0 18px;
      display: block;
      position: relative;
      font-size: 1.5em;
      text-decoration: none;
      line-height: 53px;
      color: #333;
      background: url(../img/dropdown-arrow.png) 265px center no-repeat;
      background-color: #e9e9e9;
      cursor: pointer; }
  .select_contain ul.select {
    position: absolute;
    z-index: 2;
    width: 300px;
    display: none;
    list-style-type: none !important; }
    .select_contain ul.select li a {
      padding: 9px 15px 9px 15px;
      width: 270px;
      border-top: 1px solid #f1f1f1;
      display: block;
      font-size: 1.5em;
      text-decoration: none;
      cursor: pointer;
      background: #fff; }
      .select_contain ul.select li a:hover {
        color: #333;
        background: #f7edbc; }

#map {
  margin-bottom: 3em; }

#contact_form,
#password_form {
  zoom: 1;
  padding-top: 0; }
  #contact_form:before, #contact_form:after,
  #password_form:before,
  #password_form:after {
    content: "";
    display: table; }
  #contact_form:after,
  #password_form:after {
    clear: both; }
  #contact_form .row,
  #password_form .row {
    width: 500px;
    margin: 0 auto; }
    @media (max-width: 700px) {
      #contact_form .row,
      #password_form .row {
        width: 100%; } }
#password_form {
  margin-top: 1em; }
  #password_form .column-left {
    width: 140px; }
    @media (max-width: 700px) {
      #password_form .column-left {
        width: 100%; } }
  #password_form .column-right {
    width: 360px; }
    @media (max-width: 700px) {
      #password_form .column-right {
        width: 100%; } }
#bus_form .column-left {
  width: 300px; }
  #bus_form .column-left .error {
    color: #ff0000; }

#bus_form .add_child, #bus_form .remove_child, #bus_form #transporation_close, #bus_form #show_transportation, #bus_form #mailing_address_toggle, #bus_form #mailing_address_close {
  cursor: pointer;
  padding: 3px 0px 5px 0px;
  display: inline-block; }

.form-builder-form .row label {
  margin-right: 1em;
  line-height: 38px;
  width: 150px;
  display: block;
  float: left; }

.form-builder-form .row.checkbox label, .form-builder-form .row.radio label {
  margin-right: 0;
  line-height: 38px;
  width: 100%;
  display: block;
  float: none; }

.form-builder-form .row input[type=text], .form-builder-form .row input[type=email], .form-builder-form .row input[type=password], .form-builder-form .row textarea {
  width: 70%; }
  @media (max-width: 700px) {
    .form-builder-form .row input[type=text], .form-builder-form .row input[type=email], .form-builder-form .row input[type=password], .form-builder-form .row textarea {
      width: 100%; } }
.form-builder-form .row .file {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 10px; }
  .form-builder-form .row .file input {
    cursor: pointer;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.01;
    z-index: 1; }
  .form-builder-form .row .file span.filename {
    color: #C3C3C3; }

.form-builder-form input {
  webkit-appearance: normal !important;
  appearance: normal !important; }

.form-builder-form input.radio, .form-builder-form input.checkbox {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
  webkit-appearance: normal;
  appearance: normal !important; }

.form-builder-form .option-wrap {
  margin: 0.5em 0;
  width: 100%;
  overflow: auto; }
  .form-builder-form .option-wrap input {
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #ccc;
    outline: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 1; }
    .form-builder-form .option-wrap input.radio {
      border-radius: 100px; }
    .form-builder-form .option-wrap input:checked {
      background: #0D955E; }

.form-builder-form .select-wrap {
  float: left; }

.form-builder-form label.h_timestamp_p {
  margin-right: 1em;
  line-height: 38px;
  width: 150px;
  display: block;
  float: left;
  padding: 1em 0 1em 2em; }
  @media (max-width: 720px) {
    .form-builder-form label.h_timestamp_p {
      width: 100%;
      padding: 0.5em 0 0.5em 1em; } }
.form-builder-form input.h_timestamp_p {
  width: 65%;
  margin: 1em 0;
  float: left; }
  @media (max-width: 720px) {
    .form-builder-form input.h_timestamp_p {
      width: 90%;
      margin: 1em 2em 1em 1em;
      box-sizing: border-box; } }
  @media (max-width: 500px) {
    .form-builder-form input.h_timestamp_p {
      width: 90%; } }
.submit {
  float: left; }

#ui-datepicker-div {
  background: #fff;
  padding: 24px 6px 6px;
  -webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.25); }
  #ui-datepicker-div .ui-datepicker-header {
    min-width: 255px;
    padding-bottom: 15px;
    position: relative; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
      float: left;
      margin-left: 6px;
      background: url(../img/prev-arrow.svg) center no-repeat; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
      float: right;
      margin-right: 6px;
      background: url(../img/next-arrow.svg) center no-repeat; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
      display: block;
      height: 38px;
      width: 14px; }
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
        display: none; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month {
      min-width: 125px;
      margin: 0 8px 0 14px; }
      @media screen and (max-width: 324px) {
        #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month {
          min-width: 120px; } }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
      min-width: 86px;
      margin-right: 14px; }
  #ui-datepicker-div .ui-datepicker-calendar {
    margin: 0 auto;
    font-size: 14px;
    line-height: 22px; }
    #ui-datepicker-div .ui-datepicker-calendar thead {
      text-transform: uppercase; }
      #ui-datepicker-div .ui-datepicker-calendar thead th {
        font-weight: bold;
        color: #3678BD; }
    #ui-datepicker-div .ui-datepicker-calendar td {
      height: 39px;
      width: 39px; }
    #ui-datepicker-div .ui-datepicker-calendar td, #ui-datepicker-div .ui-datepicker-calendar th {
      text-align: center; }
    #ui-datepicker-div .ui-datepicker-calendar tbody td:hover {
      background-color: #3678BD;
      cursor: pointer; }
      #ui-datepicker-div .ui-datepicker-calendar tbody td:hover a {
        color: #fff; }
    #ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-today {
      background-color: #ECEAEA; }
    #ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-current-day {
      background-color: #3678BD; }
      #ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-current-day a {
        color: #fff; }
  #ui-datepicker-div a {
    text-decoration: none;
    color: #404041; }

.kindergarten-calculator .row {
  padding-left: 0; }
  .kindergarten-calculator .row label {
    display: block;
    line-height: 19px;
    padding-bottom: 6px; }
  .kindergarten-calculator .row input {
    width: 350px; }
    @media (max-width: 500px) {
      .kindergarten-calculator .row input {
        width: 100%; } }
.kindergarten-calculator form {
  margin-top: 4px; }

.photo_row {
  overflow: hidden;
  text-align: center; }
  .photo_row .photo {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 1em;
    margin: 0;
    vertical-align: top; }
    .photo_row .photo a,
    .photo_row .photo img {
      float: left;
      display: block;
      position: relative; }
  .photo_row a img {
    zoom: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    display: block; }
    .photo_row a img:before, .photo_row a img:after {
      content: "";
      display: table; }
    .photo_row a img:after {
      clear: both; }
  .photo_row .photo a b {
    position: absolute;
    background: url("../img/expand.png") no-repeat top right;
    width: 51px;
    height: 51px;
    top: 0;
    right: 0;
    display: block; }
  .photo_row .caption {
    float: left;
    clear: both;
    width: 100%;
    padding: 0.5em 0; }

.gallery-header {
  margin-bottom: 0.5em; }

.page-header {
  position: relative;
  z-index: 20; }

.header-container {
  background-color: #0D955E;
  padding: 0;
  -webkit-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
  margin-bottom: 2.5em; }
  .header-container.stuck {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: transparent; }
    .header-container.stuck.stuck-active {
      margin-bottom: 0;
      background-color: #0D955E; }

.visible-navigation {
  padding: 2em 0 1.5em; }
  @media (max-width: 720px) {
    .visible-navigation {
      padding: 1em 0 0; } }
  @media (max-width: 500px) {
    .visible-navigation {
      padding: 1em 0; } }
.logo-container {
  float: left; }
  @media (max-width: 1020px) {
    .logo-container {
      float: left;
      width: 100%;
      margin-bottom: 1em; } }
.awards-container {
  float: left;
  margin-left: 10px;
  margin-top: 16px; }
  .awards-container img {
    width: 126px;
    height: 44px; }
  @media (max-width: 1020px) {
    .awards-container {
      display: none; } }
.navigation-container {
  float: right;
  zoom: 1; }
  .navigation-container:before, .navigation-container:after {
    content: "";
    display: table; }
  .navigation-container:after {
    clear: both; }
  @media (max-width: 1020px) {
    .navigation-container {
      float: left;
      clear: both;
      width: 100%; } }
  .navigation-container #nav_toggle {
    cursor: pointer; }
  .navigation-container .menu-toggled {
    color: #FBDA53; }

.logo {
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 260px;
  height: 80px;
  background: url("../img/logo.png") no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
  margin: 0 auto; }
  .logo:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75; }
  @media (max-width: 800px) {
    .logo {
      max-width: 300px;
      width: 100%; } }
.header-navigation-list {
  line-height: 80px;
  zoom: 1; }
  .header-navigation-list:before, .header-navigation-list:after {
    content: "";
    display: table; }
  .header-navigation-list:after {
    clear: both; }
  @media (max-width: 1020px) {
    .header-navigation-list {
      width: 100%;
      text-align: center;
      line-height: 60px; } }
  @media (max-width: 500px) {
    .header-navigation-list {
      line-height: 40px; } }
  .header-navigation-list li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 0.75em; }
    @media (max-width: 900px) {
      .header-navigation-list li {
        margin: 0 0.25em; } }
    @media (max-width: 720px) {
      .header-navigation-list li {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        float: none;
        margin: 0 0.75em; } }
    @media (max-width: 500px) {
      .header-navigation-list li {
        margin: 0 1.25em; } }
    .header-navigation-list li a {
      display: block; }
      @media (max-width: 700px) {
        .header-navigation-list li a {
          text-indent: -99999px;
          white-space: nowrap;
          overflow: hidden; } }
#navigation-menu-container {
  display: none;
  position: relative;
  clear: both;
  width: 100%;
  text-align: center;
  z-index: 50; }
  @media (max-width: 900px) {
    #navigation-menu-container > .container {
      margin: 0;
      padding: 0;
      width: 100%; } }
  #navigation-menu-container #navigation-menu {
    border-top: 1px solid #0ea367;
    display: block;
    padding: 2em 1em;
    width: 100%;
    zoom: 1;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #navigation-menu-container #navigation-menu:before, #navigation-menu-container #navigation-menu:after {
      content: "";
      display: table; }
    #navigation-menu-container #navigation-menu:after {
      clear: both; }
    @media (max-width: 900px) {
      #navigation-menu-container #navigation-menu {
        padding: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1); } }
    #navigation-menu-container #navigation-menu .main-navigation {
      font-size: 1em;
      zoom: 1; }
      #navigation-menu-container #navigation-menu .main-navigation:before, #navigation-menu-container #navigation-menu .main-navigation:after {
        content: "";
        display: table; }
      #navigation-menu-container #navigation-menu .main-navigation:after {
        clear: both; }
      #navigation-menu-container #navigation-menu .main-navigation * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      #navigation-menu-container #navigation-menu .main-navigation > li {
        width: 16.5%;
        padding: 0.15em 0.5em;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        margin: 1px 0 0; }
        @media (max-width: 900px) {
          #navigation-menu-container #navigation-menu .main-navigation > li {
            width: 100%;
            padding: 0;
            margin: 0;
            background-color: #0F8B5A; }
            #navigation-menu-container #navigation-menu .main-navigation > li + li {
              border-top: 1px solid rgba(0, 0, 0, 0.1); } }
        #navigation-menu-container #navigation-menu .main-navigation > li > ul > li > ul {
          display: none; }
      #navigation-menu-container #navigation-menu .main-navigation a {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 0.925em;
        display: block;
        line-height: 1.5em;
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #navigation-menu-container #navigation-menu .main-navigation a:hover {
          text-decoration: underline; }
        @media (max-width: 900px) {
          #navigation-menu-container #navigation-menu .main-navigation a {
            padding: 0.5em; }
            #navigation-menu-container #navigation-menu .main-navigation a:hover {
              background: #096640;
              text-decoration: none; } }
        #navigation-menu-container #navigation-menu .main-navigation a.head b {
          font-weight: bold; }
      #navigation-menu-container #navigation-menu .main-navigation .secondary-navigation {
        font-size: 1em; }
        @media (max-width: 900px) {
          #navigation-menu-container #navigation-menu .main-navigation .secondary-navigation {
            background-color: #0B7E4F;
            border-top: 1px solid rgba(0, 0, 0, 0.1); }
            #navigation-menu-container #navigation-menu .main-navigation .secondary-navigation > li + .children {
              background-color: #0A6B43; }
            #navigation-menu-container #navigation-menu .main-navigation .secondary-navigation > li a + ul {
              border-top: 1px solid rgba(0, 0, 0, 0.1); } }
        #navigation-menu-container #navigation-menu .main-navigation .secondary-navigation li {
          padding: 0.15em 0;
          position: relative; }
          @media (max-width: 900px) {
            #navigation-menu-container #navigation-menu .main-navigation .secondary-navigation li {
              padding: 0; }
              #navigation-menu-container #navigation-menu .main-navigation .secondary-navigation li + li {
                border-top: 1px solid rgba(0, 0, 0, 0.1); } }
          #navigation-menu-container #navigation-menu .main-navigation .secondary-navigation li.current > a {
            color: #FBDA53; }
      #navigation-menu-container #navigation-menu .main-navigation .dropdown-toggle {
        display: none; }
        @media (max-width: 900px) {
          #navigation-menu-container #navigation-menu .main-navigation .dropdown-toggle {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: auto;
            text-align: center;
            background: url("../img/sub-navigation-toggle.png") no-repeat center center transparent;
            padding: 0 1.5em;
            height: 37px;
            text-indent: -99999px;
            white-space: nowrap;
            overflow: hidden;
            border-left: 1px solid rgba(0, 0, 0, 0.1); }
            #navigation-menu-container #navigation-menu .main-navigation .dropdown-toggle:hover {
              background: url("../img/sub-navigation-toggle.png") no-repeat center center #0a7449; } }
@media (max-width: 900px) {
  .collapsed {
    display: none; } }

.top-link {
  padding-left: 43px;
  background-repeat: no-repeat;
  background-position: left center; }
  @media (max-width: 500px) {
    .top-link {
      padding-left: 35px; } }
  .top-link.search-link, .top-link.schools-link {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75;
    -webkit-transition: opacity 0.15s;
    -moz-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s; }
    .top-link.search-link:hover, .top-link.schools-link:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .top-link.search-link {
    background-image: url("../img/navigation-icon-search.png"); }
  .top-link.schools-link {
    background-image: url("../img/navigation-icon-schools.png"); }
  .top-link.logout-link {
    padding-left: 0; }
    @media (max-width: 700px) {
      .top-link.logout-link {
        display: none; } }
  .top-link.menu-link {
    background-image: url("../img/navigation-icon-menu.png"); }
    .top-link.menu-link.menu-toggled {
      background-image: url("../img/navigation-icon-menu-active.png"); }

.search-site {
  background-color: #0b7e4f;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 25;
  display: none; }
  .search-site .search-container {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    float: none;
    margin: 1.5em 1em; }
  .search-site #site-search {
    max-width: 150px; }
  .search-site input[type=text],
  .search-site input[type=email],
  .search-site textarea {
    border: 1px solid #0D955E; }
  .search-site .search-button {
    background-color: #0b7e4f;
    color: #FFFFFF;
    border-color: #FFFFFF; }
    .search-site .search-button:hover {
      background-color: #0a7449;
      border-color: #FFFFFF; }

.tertiary-nav {
  display: flex;
  position: relative;
  padding: 0;
  margin-bottom: 2em; }
  @media (max-width: 900px) {
    .tertiary-nav {
      display: none; } }
  .tertiary-nav h4 {
    display: flex;
    align-items: center;
    flex: 0 0 25%;
    width: 25%;
    background-color: #3678BD;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 700;
    padding: 1em;
    box-sizing: border-box; }
    .tertiary-nav h4 a {
      color: white;
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      margin: 0;
      text-decoration: none;
      font-size: 0.85em; }
  .tertiary-nav .tertiary-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 0 0 75%;
    max-width: 75%;
    width: 80%;
    padding: 0;
    background-color: #e7f4ef;
    padding: 1.75em 2em;
    box-sizing: border-box; }
    .tertiary-nav .tertiary-container > ul li {
      display: inline-block;
      margin: 0 15px 0 0;
      vertical-align: top; }
      .tertiary-nav .tertiary-container > ul li a {
        display: block; }

.page-header.refresh-2018:not(.home-header) .header-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  background: none;
  overflow: auto; }

.page-header.refresh-2018:not(.home-header) .logo-container {
  background-color: #F4F8FB;
  -webkit-box-flex: 0 0 40%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 40%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 40%;
  /* Chrome */
  -ms-flex: 0 0 40%;
  /* IE 10 */
  flex: 0 0 40%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 38px 30px 46px;
  box-sizing: border-box; }

.page-header.refresh-2018:not(.home-header) .logo {
  width: 355px;
  height: 115px; }

.page-header.refresh-2018:not(.home-header) .navigation-container {
  background-color: #29598F;
  -webkit-box-flex: 0 0 60%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 60%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 60%;
  /* Chrome */
  -ms-flex: 0 0 60%;
  /* IE 10 */
  flex: 0 0 60%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }

.page-header.refresh-2018:not(.home-header) .header-navigation-list {
  margin-top: 90px; }

@media (max-width: 1020px) {
  .page-header.refresh-2018:not(.home-header) {
    /*.overlay {
			display: none;
		}*/ }
    .page-header.refresh-2018:not(.home-header) .header-container {
      display: block; }
    .page-header.refresh-2018:not(.home-header) .logo-container {
      margin-bottom: 0;
      padding: 22px 30px 30px; }
    .page-header.refresh-2018:not(.home-header) .logo {
      height: 95px; }
    .page-header.refresh-2018:not(.home-header) .navigation-container {
      height: 63px;
      background-image: none !important; }
    .page-header.refresh-2018:not(.home-header) .header-navigation-list {
      position: static;
      margin-top: 0; }
    .page-header.refresh-2018:not(.home-header) .top-link {
      background-size: initial;
      font-size: 1.1em;
      padding-left: 43px; } }

@media (max-width: 500px) {
  .page-header.refresh-2018:not(.home-header) .logo-container {
    padding: 17px 30px 25px; }
  .page-header.refresh-2018:not(.home-header) .logo {
    height: 70px; }
  .page-header.refresh-2018:not(.home-header) .navigation-container {
    height: 43px; } }

.page-header.home-header.refresh-2018 {
  /*@include breakpoint(extra-extra-large) {
		.header-navigation-list {
			margin-top: -15px;
			li:not(.social-icons) {
				display: block;
				height: 60px;
			}
		}
	}*/
  /*@include breakpoint(extra-large) {
		.header-navigation-list {
			width: auto;
		}
	}*/ }
  .page-header.home-header.refresh-2018 .header-container {
    padding-top: 1.5rem; }
  .page-header.home-header.refresh-2018 .logo-container {
    background-color: transparent;
    height: 500px;
    width: 500px;
    border-radius: 50%;
    background-color: #F4F8FB;
    position: relative;
    top: -292px;
    left: -60px; }
  .page-header.home-header.refresh-2018 .logo {
    width: 306px;
    height: 97px;
    padding-top: 3rem;
    position: relative;
    top: 274px;
    left: 28px; }
  .page-header.home-header.refresh-2018 .awards-container {
    margin-left: -35px; }
    @media (max-width: 1250px) {
      .page-header.home-header.refresh-2018 .awards-container {
        display: none; } }
  .page-header.home-header.refresh-2018 #navigation-menu-container {
    top: 126px; }
  .page-header.home-header.refresh-2018 .top-link.menu-link {
    cursor: pointer; }
  @media (max-width: 1020px) {
    .page-header.home-header.refresh-2018 .header-container {
      display: block;
      padding-top: 0; }
    .page-header.home-header.refresh-2018 .logo-container {
      margin-bottom: 0;
      padding: 22px 30px 30px;
      height: auto;
      width: 100%;
      border-radius: 0;
      position: static;
      box-sizing: border-box; }
    .page-header.home-header.refresh-2018 .logo {
      height: 95px;
      position: static;
      padding-top: 0; }
    .page-header.home-header.refresh-2018 .navigation-container {
      height: 63px;
      background-image: none !important; }
    .page-header.home-header.refresh-2018 .header-navigation-list {
      position: static;
      margin-top: 0;
      width: 100%;
      height: 63px;
      clear: both;
      background-color: #29598F; }
      .page-header.home-header.refresh-2018 .header-navigation-list li:not(.social-icons) {
        display: inline-block; }
    .page-header.home-header.refresh-2018 .top-link {
      background-size: initial;
      font-size: 1.1em;
      padding-left: 43px; } }
  @media (max-width: 1020px) {
    .page-header.home-header.refresh-2018 #navigation-menu-container {
      top: 210px; } }
  @media (max-width: 500px) {
    .page-header.home-header.refresh-2018 .header-navigation-list {
      height: 43px; }
    .page-header.home-header.refresh-2018 .logo-container {
      padding: 17px 30px 25px; }
    .page-header.home-header.refresh-2018 .logo {
      height: 70px; }
    .page-header.home-header.refresh-2018 #navigation-menu-container {
      top: 155px; } }
.page-header.refresh-2018 .header-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

.page-header.refresh-2018 .logo-container {
  -webkit-box-flex: 0 0 40%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 40%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 40%;
  /* Chrome */
  -ms-flex: 0 0 40%;
  /* IE 10 */
  flex: 0 0 40%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

.page-header.refresh-2018 .navigation-container {
  -webkit-box-flex: 0 0 60%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 60%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 60%;
  /* Chrome */
  -ms-flex: 0 0 60%;
  /* IE 10 */
  flex: 0 0 60%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

.page-header.refresh-2018 .header-navigation-list {
  position: absolute;
  right: 85px; }
  @media (max-width: 1250px) {
    .page-header.refresh-2018 .header-navigation-list {
      right: 50px; } }
  @media (max-width: 900px) {
    .page-header.refresh-2018 .header-navigation-list li {
      margin: 0 0.75em; } }
.page-header.refresh-2018 #navigation-menu-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 200px;
  background-color: #F4F8FB; }
  .page-header.refresh-2018 #navigation-menu-container #navigation-menu {
    border-top: 0; }
    .page-header.refresh-2018 #navigation-menu-container #navigation-menu .main-navigation a {
      color: #29598F !important; }
  @media (max-width: 1020px) {
    .page-header.refresh-2018 #navigation-menu-container {
      top: 210px; } }
  @media (max-width: 500px) {
    .page-header.refresh-2018 #navigation-menu-container {
      top: 155px; } }
.page-header.refresh-2018 .logo {
  background: url("../img/logo-2018.svg") no-repeat center center; }

.page-header.refresh-2018 .navigation-container .menu-toggled {
  color: #FFFFFF; }

.page-header.refresh-2018 .top-link {
  background-size: 40px;
  font-size: 1.25em;
  padding-left: 55px; }
  .page-header.refresh-2018 .top-link.menu-link.menu-toggled {
    background-image: url(../img/navigation-icon-menu.png); }

.page-header.refresh-2018 .social-icons {
  position: relative;
  top: 7px;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s; }
  .page-header.refresh-2018 .social-icons:last-child {
    margin-right: 0; }
  .page-header.refresh-2018 .social-icons:hover {
    opacity: 0.8; }
  .page-header.refresh-2018 .social-icons .icon-twitter {
    background-image: url(../img/icon-twitter.svg);
    background-size: cover;
    display: inline-block;
    width: 33px;
    height: 28px; }
  .page-header.refresh-2018 .social-icons .icon-facebook {
    background-image: url(../img/icon-facebook.svg);
    background-size: cover;
    display: inline-block;
    width: 28px;
    height: 28px; }
  @media (max-width: 1320px) {
    .page-header.refresh-2018 .social-icons {
      display: none; } }
.page-header.refresh-2018 #navigation-menu-container #navigation-menu .main-navigation .secondary-navigation li.current > a {
  color: #FAB82F !important; }

@media (max-width: 900px) {
  .page-header.refresh-2018 #navigation-menu-container #navigation-menu .main-navigation > li {
    background-color: #3678BD; }
  .page-header.refresh-2018 #navigation-menu-container #navigation-menu .main-navigation a {
    color: #FFFFFF !important; }
    .page-header.refresh-2018 #navigation-menu-container #navigation-menu .main-navigation a:hover {
      background-color: #2b5f95; }
  .page-header.refresh-2018 #navigation-menu-container #navigation-menu .main-navigation .secondary-navigation {
    background-color: #306ba9; }
    .page-header.refresh-2018 #navigation-menu-container #navigation-menu .main-navigation .secondary-navigation > li + .children {
      background-color: #2d649d; } }

.search-site.refresh-2018 {
  background-color: #29598F; }
  .search-site.refresh-2018 .search-button {
    background-color: #29598F; }
  .search-site.refresh-2018 input[type=text] {
    border: 1px solid #29598F; }

.breadcrumb-navigation {
  text-align: center;
  margin-bottom: 1em; }
  @media (max-width: 500px) {
    .breadcrumb-navigation {
      padding: 0 1em; } }
  .breadcrumb-navigation li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0;
    list-style-type: none;
    margin-right: 5px;
    color: #000000;
    font-size: 1.05em;
    line-height: 1.75em; }
    .breadcrumb-navigation li + li:before {
      content: "\00BB\00a0\00a0"; }
    .breadcrumb-navigation li a {
      color: #3678BD;
      font-weight: 400;
      text-decoration: none; }
      .breadcrumb-navigation li a:hover {
        color: #255282; }
    .breadcrumb-navigation li:last-child a {
      font-weight: 600; }

.similar-pages {
  zoom: 1;
  background: #e7f4ef;
  padding: 3em 0;
  margin-top: 5em;
  text-align: center; }
  .similar-pages:before, .similar-pages:after {
    content: "";
    display: table; }
  .similar-pages:after {
    clear: both; }
  @media (max-width: 500px) {
    .similar-pages {
      margin-top: 3em;
      padding: 2.5em 0; } }
  .similar-pages + footer .footer-container {
    margin-top: 0; }
  .similar-pages .other-pages-title {
    margin-bottom: 0.5em; }

.list-sibling-pages {
  font-size: 1em;
  max-width: 660px;
  margin: 0 auto; }
  .list-sibling-pages li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0;
    list-style-type: none;
    margin-right: 5px;
    color: #000000;
    font-size: 1em;
    line-height: 1.75em;
    color: #a4c2b6; }
    .list-sibling-pages li + li:before {
      content: "\2022\00a0\00a0"; }
    .list-sibling-pages li a {
      color: #3678BD;
      font-weight: 400;
      text-decoration: none; }
      .list-sibling-pages li a:hover {
        color: #255282; }

.content-filters {
  text-align: center;
  margin: 0 0 2em; }

.filter-column, .search_box.filter {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 1em;
  vertical-align: top; }
  .filter-column input, .search_box.filter input {
    float: left;
    max-width: 140px; }
    .filter-column input.search-input, .search_box.filter input.search-input {
      color: #3678BD; }
  .filter-column .search-button, .search_box.filter .search-button {
    height: 38px;
    width: 45px;
    background-color: #3678BD;
    color: #FFFFFF;
    float: left;
    font-weight: 600;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    background-image: url("../img/search-icon.png");
    background-position: 9px center;
    background-repeat: no-repeat; }
    .filter-column .search-button:hover, .search_box.filter .search-button:hover {
      background-color: #2b5f95; }

.filter-row {
  margin: 1em 0; }

.district-notice-container {
  zoom: 1;
  text-align: center;
  color: #FFFFFF;
  background-color: #D78500;
  padding: 1em 2em;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  position: relative;
  z-index: 50; }
  .district-notice-container:before, .district-notice-container:after {
    content: "";
    display: table; }
  .district-notice-container:after {
    clear: both; }
  .district-notice-container.emergency {
    background-color: #DE3200; }
  .district-notice-container p {
    font-size: 1em; }
  .district-notice-container a {
    color: #FFFFFF;
    font-weight: bold; }
    .district-notice-container a:hover {
      text-decoration: none; }

.notice-header {
  font-weight: 600; }

.notice-subheader {
  font-size: 1.2em;
  color: #FFFFFF;
  font-weight: 400; }
  .notice-subheader + p {
    margin-top: 0.5em; }

.footer-container {
  background-color: #0D955E;
  color: #FFFFFF;
  padding: 3em 0;
  margin-top: 5em; }
  @media (max-width: 500px) {
    .footer-container {
      margin-top: 3em; } }
  .footer-container a {
    color: #FFFFFF; }
    .footer-container a:hover {
      text-decoration: none; }
  .footer-container.refresh-2018 {
    background-color: #29598F;
    background-image: none; }
    .footer-container.refresh-2018 .subscription-form button {
      background-color: #29598F; }

@media (min-width: 1500px) {
  .footer-container .container {
    padding: 0 60px; } }

.subscription-form {
  float: left;
  margin-left: 4em; }
  @media (max-width: 1045px) {
    .subscription-form {
      margin-left: 2em; } }
  @media (max-width: 960px) {
    .subscription-form {
      margin-left: 0;
      text-align: center;
      margin-top: 2em;
      width: 100%; } }
  .subscription-form form {
    padding-top: 0.25em; }
  .subscription-form label {
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: bold; }
  .subscription-form input[type=text],
  .subscription-form input[type=email] {
    height: 1em;
    margin-top: 0.25em;
    background: #ffffff;
    border: 1px solid #ffffff; }
  .subscription-form .district-updates {
    margin-bottom: 0.35em;
    font-weight: bold; }
  .subscription-form button {
    border: 1px solid rgba(255, 255, 255, 0.49);
    background: #188052;
    padding: 0.5em 0.75em;
    font-size: 0.95em;
    color: #FFF;
    margin: 0;
    font-weight: bold;
    cursor: pointer;
    font-family: "proxima-nova",sans-serif;
    -webkit-font-smoothing: antialiased; }

.school-information {
  float: left;
  max-width: 190px; }
  @media (max-width: 960px) {
    .school-information {
      max-width: 100%;
      width: 100%;
      text-align: center; } }
.school-full-name {
  font-weight: 600;
  line-height: 1.25em; }

.school-full-address,
.school-contact {
  padding: 0.25em 0 0;
  font-size: 1em; }

.box-clever {
  padding: 1.5em 0 0;
  font-size: 1em; }

.quick-navigation {
  float: right; }
  @media (max-width: 960px) {
    .quick-navigation {
      float: left;
      clear: both;
      text-align: center;
      width: 100%; } }
  .quick-navigation > ul {
    float: left;
    max-width: 180px;
    padding: 0 0 0 4em; }
    @media (max-width: 1045px) {
      .quick-navigation > ul {
        padding: 0 0 0 1em; } }
    @media (max-width: 960px) {
      .quick-navigation > ul {
        padding: 0;
        max-width: 100%;
        width: 100%;
        clear: both;
        margin-bottom: 1em; } }
    .quick-navigation > ul li {
      font-size: 1em; }
      .quick-navigation > ul li a {
        line-height: 1.35em;
        display: block;
        padding: 0.3em 0; }
  .quick-navigation .parent {
    font-weight: 600;
    margin-bottom: 0.35em; }

.full-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -ms-behavior: url("http://site1.gsacrd.webguideforschools.ca/public/backgroundsize.min.htc"); }
  @media all and (orientation: landscape) {
    .full-image {
      min-height: 434px; } }
  @media (max-width: 500px) {
    .full-image {
      background-position: 100% center; } }
.gradient-overlay {
  background-image: -owg(linear-gradient(#0d955e, rgba(13, 149, 94, 0.35) 77%, rgba(13, 149, 94, 0)));
  background-image: -webkit(linear-gradient(#0d955e, rgba(13, 149, 94, 0.35) 77%, rgba(13, 149, 94, 0)));
  background-image: -moz(linear-gradient(#0d955e, rgba(13, 149, 94, 0.35) 77%, rgba(13, 149, 94, 0)));
  background-image: -o(linear-gradient(#0d955e, rgba(13, 149, 94, 0.35) 77%, rgba(13, 149, 94, 0)));
  background-image: linear-gradient(#0d955e, rgba(13, 149, 94, 0.35) 77%, rgba(13, 149, 94, 0));
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  position: absolute; }

.lt-ie10 .gradient-overlay {
  background: #0D955E;
  height: 160px; }

@media (max-width: 900px) {
  #homepage-introduction {
    position: relative; } }

#homepage-introduction .container {
  zoom: 1;
  position: relative; }
  #homepage-introduction .container:before, #homepage-introduction .container:after {
    content: "";
    display: table; }
  #homepage-introduction .container:after {
    clear: both; }

.header-navigation-list li {
  font-size: 1.1em; }
  .header-navigation-list li a {
    color: #fff;
    text-decoration: none; }

.news-feed-container {
  position: absolute;
  bottom: 5%;
  width: 100%; }
  @media (max-width: 900px) {
    .news-feed-container {
      bottom: 1em; } }
  @media (max-width: 700px) {
    .news-feed-container {
      background-color: rgba(255, 255, 255, 0.85);
      bottom: 0; } }
  @media only screen and (max-width: 500px) and (orientation: landscape) {
    .news-feed-container {
      position: relative;
      bottom: auto;
      top: 187px; } }
  @media (max-width: 500px) {
    .news-feed-container {
      padding: 1em 0; } }
.news-feed li {
  display: block;
  width: 32.3333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0.5em 0;
  float: left;
  border: 1px solid #FFFFFF; }
  @media (max-width: 900px) {
    .news-feed li {
      width: 100%;
      margin: 0.175em 0; } }
  @media (max-width: 700px) {
    .news-feed li {
      border: none; } }
  .news-feed li:nth-child(2) {
    margin: 0.5em 1.5%; }
    @media (max-width: 900px) {
      .news-feed li:nth-child(2) {
        margin: 0.175em 0; } }
  .news-feed li a {
    display: block;
    background-position: center -2000px;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-transition: color 0.15s, border 0.15s, background-color 0.15s;
    -moz-transition: color 0.15s, border 0.15s, background-color 0.15s;
    -o-transition: color 0.15s, border 0.15s, background-color 0.15s;
    transition: color 0.15s border 0.15s background-color 0.15s;
    text-decoration: none;
    height: 220px;
    background-color: rgba(255, 255, 255, 0.75);
    color: #0D955E; }
    @media (max-width: 900px) {
      .news-feed li a {
        height: auto;
        padding: 2em 0; } }
    @media (max-width: 700px) {
      .news-feed li a {
        padding: 0.5em 0;
        background-color: transparent; } }
    @media (max-width: 500px) {
      .news-feed li a {
        padding: 0; } }
    .news-feed li a:hover {
      background-position: center center;
      background-color: rgba(255, 255, 255, 0.95);
      color: #FFFFFF;
      text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.85); }
      @media (max-width: 900px) {
        .news-feed li a:hover {
          background-image: none !important; } }
      @media (max-width: 500px) {
        .news-feed li a:hover {
          background-color: transparent;
          color: #053723; } }
      .news-feed li a:hover h3 {
        color: #FFFFFF; }
        @media (max-width: 500px) {
          .news-feed li a:hover h3 {
            color: #053723; } }
      .news-feed li a:hover .date-posted {
        color: #FFFFFF; }
        @media (max-width: 500px) {
          .news-feed li a:hover .date-posted {
            color: #FFFFFF; } }
.news-feed .news-item-container {
  display: table;
  width: 100%;
  height: 100%; }

.news-feed .vertical-center {
  padding: 0 1em; }
  @media (max-width: 500px) {
    .news-feed .vertical-center {
      padding: 0; } }
.news-feed h3 {
  color: #0D955E;
  font-size: 1.375em;
  margin-bottom: 0.25em;
  line-height: 1.25em;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s; }
  @media (max-width: 500px) {
    .news-feed h3 {
      font-size: 1.15em; } }
.news-feed .date-posted {
  color: #0D955E;
  -webkit-transition: color 0.15s, border 0.15s, background-color 0.15s;
  -moz-transition: color 0.15s, border 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, border 0.15s, background-color 0.15s;
  transition: color 0.15s border 0.15s background-color 0.15s; }
  @media (max-width: 500px) {
    .news-feed .date-posted {
      font-size: 0.9em; } }
.lt-ie9 .news-feed li {
  width: 32.3333%;
  margin: 0.5em 0.5%; }
  .lt-ie9 .news-feed li a {
    background-color: #fff; }

.scroll-indicator {
  width: 34px;
  height: 65px;
  position: absolute;
  bottom: 5%;
  right: 4%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75; }
  @media (max-width: 900px) {
    .scroll-indicator {
      display: none; } }
#district-information,
#programs-offered {
  padding: 4em 0; }
  @media (max-width: 500px) {
    #district-information,
    #programs-offered {
      padding: 2em 0; } }
  #district-information + footer .footer-container,
  #programs-offered + footer .footer-container {
    margin-top: 1em; }
    @media (max-width: 500px) {
      #district-information + footer .footer-container,
      #programs-offered + footer .footer-container {
        margin-top: 0; } }
.dual-grid {
  text-align: center;
  zoom: 1; }
  .dual-grid:before, .dual-grid:after {
    content: "";
    display: table; }
  .dual-grid:after {
    clear: both; }
  .dual-grid + .dual-grid {
    padding: 0; }
  .dual-grid li {
    display: block;
    width: 50%;
    float: left;
    border: none;
    padding: 0;
    margin: 0; }
    .dual-grid li:nth-child(odd) .grid-block {
      margin-left: 0; }
    .dual-grid li:nth-child(even) .grid-block {
      margin-right: 0; }
    @media (max-width: 900px) {
      .dual-grid li {
        width: 100%; }
        .dual-grid li:nth-child(odd) .grid-block, .dual-grid li:nth-child(even) .grid-block {
          margin-left: 0;
          margin-right: 0; } }
.grid-block {
  display: block;
  margin: 0.75em;
  padding: 0;
  height: 245px;
  overflow: hidden;
  border: 1px solid #0D955E;
  background-color: #FFFFFF;
  -webkit-transition: -webkit-transform 0.15s, opacity 0.15s;
  -moz-transition: -moz-transform 0.15s, opacity 0.15s;
  -o-transition: -o-transform 0.15s, opacity 0.15s;
  transition: transform 0.15s opacity 0.15s;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-decoration: none; }
  @media (max-width: 900px) {
    .grid-block {
      height: auto; } }
  .grid-block:hover .enticer-container {
    background-color: #0c8c58; }
  .grid-block.on-time {
    border: 1px solid #0D955E;
    -webkit-transition: -webkit-transform 0.15s, opacity 0.15s, border 0.15s;
    -moz-transition: -moz-transform 0.15s, opacity 0.15s, border 0.15s;
    -o-transition: -o-transform 0.15s, opacity 0.15s, border 0.15s;
    transition: transform 0.15s opacity 0.15s border 0.15s; }
    .grid-block.on-time .status-container {
      background-color: #0D955E;
      -webkit-transition: background 0.15s;
      -moz-transition: background 0.15s;
      -o-transition: background 0.15s;
      transition: background 0.15s; }
    .grid-block.on-time .link-information-container {
      border-top: 1px solid #0D955E;
      -webkit-transition: border 0.15s;
      -moz-transition: border 0.15s;
      -o-transition: border 0.15s;
      transition: border 0.15s; }
    .grid-block.on-time .link-information {
      color: #096640;
      -webkit-transition: color 0.15s;
      -moz-transition: color 0.15s;
      -o-transition: color 0.15s;
      transition: color 0.15s; }
  .grid-block.on-time:hover {
    border: 1px solid #0b7e4f; }
    .grid-block.on-time:hover .status-container {
      background-color: #0b7e4f; }
    .grid-block.on-time:hover .link-information-container {
      border-top: 1px solid #0b7e4f; }
  .grid-block.delayed {
    border: 1px solid #E6BB00;
    -webkit-transition: -webkit-transform 0.15s, opacity 0.15s, border 0.15s;
    -moz-transition: -moz-transform 0.15s, opacity 0.15s, border 0.15s;
    -o-transition: -o-transform 0.15s, opacity 0.15s, border 0.15s;
    transition: transform 0.15s opacity 0.15s border 0.15s; }
    .grid-block.delayed .status-container {
      background-color: #E6BB00;
      -webkit-transition: background 0.15s;
      -moz-transition: background 0.15s;
      -o-transition: background 0.15s;
      transition: background 0.15s; }
    .grid-block.delayed .link-information-container {
      border-top: 1px solid #E6BB00;
      -webkit-transition: border 0.15s;
      -moz-transition: border 0.15s;
      -o-transition: border 0.15s;
      transition: border 0.15s; }
    .grid-block.delayed .link-information {
      color: #b39200;
      -webkit-transition: color 0.15s;
      -moz-transition: color 0.15s;
      -o-transition: color 0.15s;
      transition: color 0.15s; }
  .grid-block.delayed:hover {
    border: 1px solid #cda600; }
    .grid-block.delayed:hover .status-container {
      background-color: #cda600; }
    .grid-block.delayed:hover .link-information-container {
      border-top: 1px solid #cda600; }
  .grid-block.cancelled {
    border: 1px solid #E64D00;
    -webkit-transition: -webkit-transform 0.15s, opacity 0.15s, border 0.15s;
    -moz-transition: -moz-transform 0.15s, opacity 0.15s, border 0.15s;
    -o-transition: -o-transform 0.15s, opacity 0.15s, border 0.15s;
    transition: transform 0.15s opacity 0.15s border 0.15s; }
    .grid-block.cancelled .status-container {
      background-color: #E64D00;
      -webkit-transition: background 0.15s;
      -moz-transition: background 0.15s;
      -o-transition: background 0.15s;
      transition: background 0.15s; }
    .grid-block.cancelled .link-information-container {
      border-top: 1px solid #E64D00;
      -webkit-transition: border 0.15s;
      -moz-transition: border 0.15s;
      -o-transition: border 0.15s;
      transition: border 0.15s; }
    .grid-block.cancelled .link-information {
      color: #b33c00;
      -webkit-transition: color 0.15s;
      -moz-transition: color 0.15s;
      -o-transition: color 0.15s;
      transition: color 0.15s; }
  .grid-block.cancelled:hover {
    border: 1px solid #cd4400; }
    .grid-block.cancelled:hover .status-container {
      background-color: #cd4400; }
    .grid-block.cancelled:hover .link-information-container {
      border-top: 1px solid #cd4400; }
  .grid-block.twitter {
    border: 1px solid #1099dd;
    -webkit-transition: -webkit-transform 0.15s, opacity 0.15s, border 0.15s;
    -moz-transition: -moz-transform 0.15s, opacity 0.15s, border 0.15s;
    -o-transition: -o-transform 0.15s, opacity 0.15s, border 0.15s;
    transition: transform 0.15s opacity 0.15s border 0.15s; }
    .grid-block.twitter .status-container {
      background-color: #1099dd;
      -webkit-transition: background 0.15s;
      -moz-transition: background 0.15s;
      -o-transition: background 0.15s;
      transition: background 0.15s; }
    .grid-block.twitter .link-information-container {
      border-top: 1px solid #1099dd;
      -webkit-transition: border 0.15s;
      -moz-transition: border 0.15s;
      -o-transition: border 0.15s;
      transition: border 0.15s; }
    .grid-block.twitter .link-information {
      color: #0d78ad;
      -webkit-transition: color 0.15s;
      -moz-transition: color 0.15s;
      -o-transition: color 0.15s;
      transition: color 0.15s; }
  .grid-block.twitter:hover {
    border: 1px solid #0e89c5; }
    .grid-block.twitter:hover .status-container {
      background-color: #0e89c5; }
    .grid-block.twitter:hover .link-information-container {
      border-top: 1px solid #0e89c5; }

.status-container {
  display: table;
  height: 66.666%;
  max-height: 163px;
  width: 101%;
  margin-left: -0.5%; }
  @media (max-width: 900px) {
    .status-container {
      padding: 2em 0; } }
  .status-container .vertical-center {
    padding: 0 2em; }
    @media (max-width: 900px) {
      .status-container .vertical-center {
        padding: 0 1em; } }
.status-update {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.250em; }
  .status-update a {
    color: #FFFFFF; }

.link-information-container {
  display: table;
  height: 33.333%;
  width: 101%;
  margin-left: -0.5%;
  border-top: 1px solid #0D955E; }
  @media (max-width: 900px) {
    .link-information-container {
      padding: 1em 0; } }
  .link-information-container .vertical-center {
    margin-top: -10px; }

@media (max-width: 500px) {
  .link-information {
    padding: 0 1em; } }

.link-information .icon-container {
  height: 50px;
  line-height: 50px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }
  .link-information .icon-container.bus-status-icon {
    padding-left: 130px;
    background-repeat: no-repeat;
    background-position: left center; }
  .link-information .icon-container.twitter-icon {
    padding-left: 60px;
    background: url("../img/twitter-icon.png") no-repeat left center; }
  @media (max-width: 500px) {
    .link-information .icon-container {
      height: auto;
      line-height: 1.75em; }
      .link-information .icon-container.bus-status-icon, .link-information .icon-container.twitter-icon {
        padding-left: 0;
        background-image: none !important; } }
.transportation.on-time .link-information .icon-container.bus-status-icon {
  background-image: url("../img/bus-icon-on-time.png"); }

.transportation.delayed .link-information .icon-container.bus-status-icon {
  background-image: url("../img/bus-icon-delayed.png"); }

.transportation.cancelled .link-information .icon-container.bus-status-icon {
  background-image: url("../img/bus-icon-cancelled.png"); }

.enticer-container {
  display: table;
  background-color: rgba(13, 149, 94, 0.8);
  height: 100%;
  width: 101%;
  margin-left: -0.5%;
  -webkit-transition: background 0.15s;
  -moz-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s; }
  @media (max-width: 900px) {
    .enticer-container {
      padding: 3em 0; } }
  .enticer-container .vertical-center {
    padding: 0 4em; }
    @media (max-width: 900px) {
      .enticer-container .vertical-center {
        padding: 0 1em; } }
.lt-ie9 .enticer-container {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC0D955E,endColorstr=#CC0D955E)";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC0D955E,endColorstr=#CC0D955E);
  /* IE6 & 7 */
  zoom: 1; }

.enticer-title,
.enticer-description {
  display: block;
  width: 100%;
  color: #FFFFFF; }

.enticer-title {
  font-weight: 600;
  font-size: 1.250em;
  margin-bottom: 0.25em; }

.enticer-description {
  font-size: 0.93em;
  line-height: 1.35em; }

.vertical-center {
  display: table-cell;
  vertical-align: middle; }

.parallax {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  height: 700px;
  position: relative;
  background-color: #FFFFFF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media only screen and (max-width: 500px) and (orientation: landscape) {
    .parallax {
      background: none !important;
      height: auto !important; }
      .parallax.full-image {
        min-height: 320px; } }
  @media (max-width: 500px) {
    .parallax {
      background: none;
      height: auto !important;
      width: 100%;
      background: transparent; } }
.parallax-caption {
  position: absolute;
  left: 0;
  bottom: 2.5%;
  width: 55%;
  padding: 2.5em 4em;
  background: rgba(13, 149, 94, 0.85);
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 900px) {
    .parallax-caption {
      width: 75%; } }
  @media (max-width: 700px) {
    .parallax-caption {
      width: 100%;
      bottom: 0;
      padding: 3em 2em;
      text-align: center;
      padding: 2.5em 2em 3em;
      position: relative;
      left: auto;
      bottom: auto;
      background: #0D955E; } }
  .parallax-caption h2 {
    color: #FFFFFF;
    font-size: 1.8em; }
    .parallax-caption h2 + p {
      margin-top: 0.5em; }
  .parallax-caption p + .button {
    margin-top: 1em; }

.lt-ie9 .parallax-caption {
  background: #0D955E; }

.triple-grid-container {
  text-align: center;
  zoom: 1;
  margin-top: 1.25em; }
  .triple-grid-container:before, .triple-grid-container:after {
    content: "";
    display: table; }
  .triple-grid-container:after {
    clear: both; }
  @media (max-width: 720px) {
    .triple-grid-container {
      margin-top: 0; } }
.triple-grid li {
  display: block;
  float: left;
  width: 32.3333%;
  margin: 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0D955E; }
  @media (max-width: 900px) {
    .triple-grid li {
      width: 100%; } }
  @media (max-width: 720px) {
    .triple-grid li {
      border: none; } }
  .triple-grid li:nth-child(2), .triple-grid li:nth-child(5) {
    margin: 0.5em 1.5%; }
    @media (max-width: 900px) {
      .triple-grid li:nth-child(2), .triple-grid li:nth-child(5) {
        margin: 0.5em 0; } }
  .triple-grid li a {
    display: block;
    background-color: #FFFFFF;
    -webkit-transition: background 0.15s, opacity 0.15s;
    -moz-transition: background 0.15s, opacity 0.15s;
    -o-transition: background 0.15s, opacity 0.15s;
    transition: background 0.15s opacity 0.15s;
    text-decoration: none; }
    .triple-grid li a:hover {
      background-color: #0D955E; }
      .triple-grid li a:hover .item-information {
        color: #FFFFFF; }
      @media (max-width: 900px) {
        .triple-grid li a:hover {
          background-color: #FFFFFF;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
          opacity: 0.9; }
          .triple-grid li a:hover .item-information {
            color: #0D955E; } }
      @media (max-width: 720px) {
        .triple-grid li a:hover .item-information {
          color: #074f32; } }
.lt-ie9 .triple-grid li {
  width: 32.3333%;
  margin: 0.5em 0.5%; }

.item-container {
  display: block;
  overflow: hidden; }
  @media (max-width: 500px) {
    .item-container {
      padding: 0 1em; } }
  .item-container .item-image {
    display: table;
    width: 101%;
    border-bottom: 1px solid #0D955E; }
    @media (max-width: 900px) {
      .item-container .item-image {
        width: 50%;
        float: left;
        display: block;
        border-bottom: none; } }
    @media (max-width: 720px) {
      .item-container .item-image {
        display: none; } }
    .item-container .item-image img {
      width: 100%;
      display: block; }
  .item-container .item-information {
    display: table;
    width: 86%;
    height: 175px;
    padding: 0 7.5%;
    color: #0D955E;
    -webkit-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -o-transition: color 0.15s;
    transition: color 0.15s; }
    @media (max-width: 900px) {
      .item-container .item-information {
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left; } }
    @media (max-width: 720px) {
      .item-container .item-information {
        width: 100%; } }
    @media (max-width: 500px) {
      .item-container .item-information {
        padding: 0; } }
  .item-container .item-title,
  .item-container .item-description {
    display: block;
    width: 100%; }
  .item-container .item-title {
    font-weight: 600;
    font-size: 1.200em;
    margin-bottom: 0.15em; }
  .item-container .item-description {
    display: block;
    font-size: 0.950em;
    line-height: 1.35em; }

.triple-grid .grid-action {
  background-color: #0D955E; }
  @media (max-width: 500px) {
    .triple-grid .grid-action {
      background: transparent;
      border: 1px solid #0D955E;
      margin-top: 0.5em; } }
  .triple-grid .grid-action:hover {
    background-color: #0c8755; }
    @media (max-width: 500px) {
      .triple-grid .grid-action:hover {
        background-color: #0D955E;
        border: 1px solid #0b7e4f; }
        .triple-grid .grid-action:hover .action-description {
          color: #FFFFFF; } }
.action-description-container {
  display: table;
  height: 100%;
  width: 100%; }
  .action-description-container .vertical-center {
    padding: 0 1.5em; }
    @media (max-width: 900px) {
      .action-description-container .vertical-center {
        padding: 1.5em; } }
    @media (max-width: 500px) {
      .action-description-container .vertical-center {
        padding: 0.4em 1em; } }
  .action-description-container .action-description {
    display: block;
    width: 100%;
    color: #FFFFFF;
    font-size: 1.375em;
    font-weight: 600;
    -webkit-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -o-transition: color 0.15s;
    transition: color 0.15s; }
    @media (max-width: 500px) {
      .action-description-container .action-description {
        font-size: 0.9em;
        font-weight: 400;
        color: #0D955E;
        line-height: 1.45em; } }
  .action-description-container .action-icon {
    display: block;
    margin: 1em auto 0;
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    width: 52px;
    height: 52px;
    background: url("../img/action-icon.png") no-repeat center center; }
    @media (max-width: 900px) {
      .action-description-container .action-icon {
        display: none; } }
.facebook-link {
  display: block;
  width: 100%;
  background-color: #3C5A99;
  background-image: url("../img/facebook.png");
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  margin-top: 1em;
  text-align: center;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  padding: 3.5em 0;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s; }
  @media (max-width: 500px) {
    .facebook-link {
      -webkit-background-size: 60%;
      -moz-background-size: 60%;
      -o-background-size: 60%;
      background-size: 60%; } }
  .facebook-link:hover {
    background-color: #2e4474; }

.bus_status_container {
  width: 100%;
  height: auto; }
  .bus_status_container .double span.cancelled-buses {
    margin-top: 2.75em !important; }
  .bus_status_container .double span.delayed-buses {
    margin-top: 0 !important; }
  .bus_status_container .status .bus_status {
    width: auto;
    display: block;
    margin: 0.75em 0.75em 0.75em 0;
    padding: 0;
    height: 245px;
    overflow: hidden;
    border: 1px solid #0D955E;
    background-color: #fff;
    transition: transform 0.15s opacity 0.15s;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    text-decoration: none;
    background-color: #0D955E;
    background-image: url("../img/texture.png");
    background-repeat: repeat; }
    @media (max-width: 960px) {
      .bus_status_container .status .bus_status {
        margin-right: 0; } }
    .bus_status_container .status .bus_status span {
      margin-top: 3.5em;
      display: block;
      text-transform: none;
      font-size: 1.25em; }
    .bus_status_container .status .bus_status:before {
      position: absolute;
      left: 10%;
      bottom: 6%;
      width: 24%;
      height: 50px;
      z-index: 10; }
      @media (max-width: 700px) {
        .bus_status_container .status .bus_status:before {
          background-image: none !important; } }
    .bus_status_container .status .bus_status:after {
      content: "Transportation information";
      display: block;
      background-color: #fff;
      width: 100%;
      height: 82px;
      position: absolute;
      bottom: 0;
      vertical-align: middle;
      line-height: 82px;
      font-size: 1em;
      text-transform: none;
      font-weight: 400;
      padding-left: 6.5em;
      box-sizing: border-box; }
      @media (max-width: 900px) {
        .bus_status_container .status .bus_status:after {
          padding-left: 0; } }
  .bus_status_container.ontime .bus_status {
    border: 1px solid #0D955E;
    background-color: #0D955E; }
    .bus_status_container.ontime .bus_status:before {
      background-image: url("../img/bus-icon-on-time.png"); }
    .bus_status_container.ontime .bus_status:after {
      color: #096640; }
    .bus_status_container.ontime .bus_status:hover {
      background-color: #0d905b; }
  .bus_status_container.delayed .bus_status {
    border: 1px solid #FFB43F;
    background-color: #FFB43F; }
    .bus_status_container.delayed .bus_status:before {
      background-image: url("../img/bus-icon-delayed.png"); }
    .bus_status_container.delayed .bus_status:after {
      color: #FFB43F; }
    .bus_status_container.delayed .bus_status:hover {
      background-color: #ffb23a; }
  .bus_status_container.cancelled .bus_status {
    border: 1px solid #FC3842;
    background-color: #FC3842; }
    .bus_status_container.cancelled .bus_status:before {
      background-image: url("../img/bus-icon-cancelled.png"); }
    .bus_status_container.cancelled .bus_status:after {
      color: #FC3842; }
    .bus_status_container.cancelled .bus_status:hover {
      background-color: #fc2e38; }
  .bus_status_container.inactive .bus_status {
    border: 1px solid #cccccc;
    background-color: #cccccc; }
    .bus_status_container.inactive .bus_status:before {
      background-image: url("../img/bus-icon-on-time.png"); }
    .bus_status_container.inactive .bus_status:after {
      color: #cccccc; }
    .bus_status_container.inactive .bus_status:hover {
      background-color: #c9c9c9; }

.buses .bus-status-list .single-bus.ontime {
  background: #0D955E; }
  .buses .bus-status-list .single-bus.ontime .special-notice {
    background: #0c8755; }

.buses .bus-status-list .single-bus .bus {
  font-size: 1.5em;
  font-weight: 600; }

.buses .bus-status-list .single-bus .driver {
  font-weight: 400; }

.bus-container .search-form {
  margin: 2em 0 1.5em; }

.bus-container .search-form .select_box {
  max-width: 220px; }

.bus-container .search-form .search_box {
  max-width: 220px; }

.bus-container .select-wrap {
  height: auto;
  width: 100%; }

.content .bus-schedules {
  zoom: 1;
  margin: 0;
  padding: 0; }
  .content .bus-schedules:before, .content .bus-schedules:after {
    content: "";
    display: table; }
  .content .bus-schedules:after {
    clear: both; }

.one-bus {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  zoom: 1;
  line-height: 3em; }
  .one-bus:before, .one-bus:after {
    content: "";
    display: table; }
  .one-bus:after {
    clear: both; }
  @media (max-width: 700px) {
    .one-bus {
      line-height: 2em;
      padding: 1em 0;
      text-align: center; } }
  .one-bus.legend {
    background-color: #FFFFFF; }
    .one-bus.legend > div {
      font-weight: 600; }
    @media (max-width: 700px) {
      .one-bus.legend {
        display: none; } }
  .one-bus .bus-status-column {
    display: block;
    float: left;
    padding: 0 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .one-bus .bus-status-column.bus-number {
      width: 13%; }
      @media (max-width: 700px) {
        .one-bus .bus-status-column.bus-number {
          font-weight: 600; } }
    .one-bus .bus-status-column.bus-status {
      width: 17%; }
    .one-bus .bus-status-column.status-last-updated {
      width: 37%; }
      .one-bus .bus-status-column.status-last-updated .updated-date,
      .one-bus .bus-status-column.status-last-updated .updated-time {
        display: inline; }
      @media (max-width: 700px) {
        .one-bus .bus-status-column.status-last-updated {
          display: none; } }
    .one-bus .bus-status-column.status-comments {
      width: 33%; }
    @media (max-width: 700px) {
      .one-bus .bus-status-column.bus-status, .one-bus .bus-status-column.bus-number, .one-bus .bus-status-column.status-last-updated, .one-bus .bus-status-column.status-comments {
        width: 100%; } }
  .one-bus .bus-number-mobile {
    display: none; }
    @media (max-width: 700px) {
      .one-bus .bus-number-mobile {
        display: inline; } }
.single-bus {
  border-bottom: 1px solid #FFFFFF;
  background-color: #E7F4EF; }
  .single-bus:hover {
    background-color: #eaf6f1; }
  .single-bus .special-notice {
    padding: 0.5em;
    background: #D3E8E0; }
  .single-bus.cancelled {
    background-color: #F54755;
    color: #FFFFFF;
    font-weight: 600; }
    .single-bus.cancelled .special-notice {
      background: #DE404C; }
      .single-bus.cancelled .special-notice .special-notice-icon {
        background: url(../img/bus-status-icon-white.svg); }
    .single-bus.cancelled:hover {
      background-color: #f54251 !important; }
  .single-bus.delayed {
    background-color: #FFDA4A; }
    .single-bus.delayed .special-notice {
      background: #F1CE45; }
    .single-bus.delayed:hover {
      background-color: #ffdb4f !important; }

.news-archive-container {
  margin: 2.5em 0 0; }

.news-item-container {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }

.main_loader {
  display: none;
  background: url(../../img/ajaxloader.gif) no-repeat center center;
  height: 100px; }

.news-archive {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #0D955E;
  text-align: center;
  border-bottom: 1px solid #daebe4;
  font-size: 1em; }
  .news-archive li {
    list-style: none;
    border-top: 1px solid #daebe4;
    padding: 3em 0;
    background-color: #f4f9f7; }
    .news-archive li:nth-child(even) {
      background: #FFFFFF; }
    .news-archive li:last-child {
      padding-bottom: 2em; }
  .news-archive .date-bar-container {
    position: absolute;
    width: 100%; }
  .news-archive .date-bar {
    background-color: #0D955E;
    color: #FFFFFF;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0.25em 2em;
    text-transform: uppercase;
    font-size: 0.8em;
    position: relative;
    top: -5em; }
  .news-archive .article-title-link {
    display: block;
    font-size: 1.525em;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 0.35em; }
  .news-archive .article-description {
    font-size: 1.05em;
    margin-bottom: 0.75em; }
  .news-archive .article-read-more {
    font-size: 1.2em;
    text-decoration: none;
    font-weight: 600; }

.article-image {
  width: 100%;
  padding: 0.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0D955E;
  margin-bottom: 2em; }
  .article-image img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 760px; }

.date-posted {
  text-align: center;
  font-weight: 400;
  font-size: 1.05em;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  margin-top: 2em;
  color: #9e9e9e; }
  .date-posted + p, .date-posted + ul, .date-posted + ol, .date-posted + h1, .date-posted + h2, .date-posted + h3, .date-posted + h4, .date-posted + .form-row, .date-posted + .articleimg.left, .date-posted + .articleimg.right, .date-posted + .articleimg.centered, .date-posted + table, .date-posted + .table-container, .date-posted + form {
    padding-top: 1em; }
  .date-posted .date {
    font-weight: 600; }

#comments {
  background: #f7f7f7;
  padding: 2em 0;
  margin: 2em auto 1em;
  width: 100%;
  max-width: 950px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #comments article {
    margin-bottom: 0; }
  #comments .header2 {
    margin-bottom: 0.5em;
    text-align: center; }
  #comments #comments_form {
    margin-top: 0;
    padding-top: 0; }

#user_comments .comment {
  background: #fafafa;
  padding: 1em; }

#user_comments .comment + .comment {
  margin-top: 1em; }

#user_comments .info {
  color: #FFFFFF;
  font-size: 0.95em; }

#user_comments .comment_info {
  margin-bottom: 0.25em; }

#user_comments .info + .comment_body {
  padding-top: 0.25em; }

.blog-pagination {
  zoom: 1; }
  .blog-pagination:before, .blog-pagination:after {
    content: "";
    display: table; }
  .blog-pagination:after {
    clear: both; }
  .blog-pagination .post_nav.prev {
    float: left; }
  .blog-pagination .post_nav.next {
    float: right; }
  @media (max-width: 700px) {
    .blog-pagination .post_nav.prev,
    .blog-pagination .post_nav.next {
      width: 100%;
      float: left; } }
#comments_form {
  zoom: 1;
  padding-top: 1em; }
  #comments_form:before, #comments_form:after {
    content: "";
    display: table; }
  #comments_form:after {
    clear: both; }
  #comments_form .row {
    width: 500px;
    margin: 0 auto; }
    @media (max-width: 700px) {
      #comments_form .row {
        width: 100%; } }
#pagination {
  text-align: center;
  padding: 1em 0;
  display: none; }
  #pagination span {
    padding: 0 1em; }

.blog-pagination {
  margin-top: 2em; }
  @media (max-width: 700px) {
    .blog-pagination .post_nav {
      margin: 0.5em 0;
      width: 100%;
      text-align: center; } }
.meta-container {
  text-align: center;
  margin: 2em 0; }
  .meta-container .blog-tags p,
  .meta-container .blog-tags ul,
  .meta-container .blog-tags li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .meta-container .blog-tags ul {
    margin: 0;
    padding: 0; }
    .meta-container .blog-tags ul li {
      margin: 0 0.25em; }
  .meta-container .blog-tags,
  .meta-container .blog-date-small {
    margin: 0.25em 0;
    zoom: 1; }
    .meta-container .blog-tags:before, .meta-container .blog-tags:after,
    .meta-container .blog-date-small:before,
    .meta-container .blog-date-small:after {
      content: "";
      display: table; }
    .meta-container .blog-tags:after,
    .meta-container .blog-date-small:after {
      clear: both; }

.content .document-listing {
  margin: 0;
  padding: 0;
  zoom: 1;
  font-size: 1em; }
  .content .document-listing:before, .content .document-listing:after {
    content: "";
    display: table; }
  .content .document-listing:after {
    clear: both; }
  .content .document-listing li {
    display: block;
    list-style: none;
    width: 100%;
    float: left;
    clear: both;
    border-bottom: 1px solid #F7F7F7;
    padding: 1.5em 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .content .document-listing li:nth-child(even) {
      background-color: #fcfcfc; }
    @media (max-width: 700px) {
      .content .document-listing li {
        padding: 2em 0; } }
.document-information {
  float: left;
  max-width: 410px; }
  @media (max-width: 700px) {
    .document-information {
      width: 100%;
      text-align: center;
      max-width: none;
      margin-bottom: 0.5em; } }
  .document-information .document-title {
    font-size: 1.225em; }
    .document-information .document-title + .document-description {
      margin-top: 0.5em; }
  .document-information .document-description {
    font-size: 1em;
    color: #919191; }

.document-download {
  float: right; }
  @media (max-width: 700px) {
    .document-download {
      float: left;
      clear: both;
      width: 100%;
      text-align: center; } }
  .document-download .button {
    margin-top: 0.75em; }

.schools-directory {
  zoom: 1;
  margin: 0 auto;
  padding: 0;
  font-size: 1em;
  max-width: 900px;
  display: block; }
  .schools-directory:before, .schools-directory:after {
    content: "";
    display: table; }
  .schools-directory:after {
    clear: both; }
  .schools-directory li {
    display: block;
    width: 32.3333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0.5em 0;
    float: left;
    border: 1px solid #0D955E; }
    @media (max-width: 900px) {
      .schools-directory li {
        width: 100%;
        border: none;
        margin: 0;
        border-bottom: 1px solid #F7F7F7;
        padding: 1em 0; } }
    @media (max-width: 700px) {
      .schools-directory li {
        border: none; } }
    .schools-directory li:nth-child(3n + 2) {
      margin: 0.5em 1.5%; }
      @media (max-width: 900px) {
        .schools-directory li:nth-child(3n + 2) {
          margin: 0; } }
.lt-ie9 .schools-directory li {
  width: 32.3333%;
  margin: 0.5em 0.5%; }

.school-logo {
  display: table;
  width: 100%;
  padding-top: 1em;
  height: 120px; }
  @media (max-width: 900px) {
    .school-logo {
      height: auto;
      display: block;
      padding: 1em 0; }
      .school-logo .vertical-center {
        margin: 0 auto;
        display: block;
        width: 100%; } }
  .school-logo img {
    display: block;
    margin: 0 auto;
    max-width: 70px; }

.school-name-description {
  zoom: 1;
  background-color: #FFFFFF;
  display: table;
  height: 120px;
  width: 100%;
  margin-left: 1px;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .school-name-description:before, .school-name-description:after {
    content: "";
    display: table; }
  .school-name-description:after {
    clear: both; }
  @media (max-width: 900px) {
    .school-name-description {
      height: auto;
      margin: 0;
      display: block;
      text-align: center; }
      .school-name-description .vertical-center {
        margin: 0 auto;
        display: block;
        width: 100%; } }
.link-box {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.15s;
  -moz-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s; }
  @media (max-width: 720px) {
    .link-box {
      height: auto;
      padding: 1.5em 1em; } }
  @media (max-width: 500px) {
    .link-box {
      padding: 0 1em; } }
.school {
  text-align: center;
  overflow: hidden; }
  .school .school-name {
    font-size: 1.225em;
    font-weight: 600; }
    .school .school-name + .school-description {
      margin-top: 0.25em; }
  .school .school-description {
    font-size: 1em;
    font-style: italic;
    color: #9e9e9e; }
  .school .school-links {
    width: 100%;
    zoom: 1;
    background-color: #0D955E;
    padding: 1em 0; }
    .school .school-links:before, .school .school-links:after {
      content: "";
      display: table; }
    .school .school-links:after {
      clear: both; }
    @media (max-width: 900px) {
      .school .school-links {
        background-color: transparent; } }
    .school .school-links ul,
    .school .school-links li {
      padding: 0;
      margin: 0;
      display: inline;
      text-align: center;
      float: none;
      width: auto;
      border: none;
      color: #0fac6d; }
      @media (max-width: 900px) {
        .school .school-links ul,
        .school .school-links li {
          color: #dedede; } }
    .school .school-links ul li:first-child:after {
      content: "  \2022  "; }
    .school .school-links .school-information-link,
    .school .school-links .school-website {
      font-size: 1em;
      text-decoration: underline;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      padding: 0 0.25em;
      color: #FFFFFF; }
      @media (max-width: 900px) {
        .school .school-links .school-information-link,
        .school .school-links .school-website {
          color: #3678BD; } }
      .school .school-links .school-information-link:hover,
      .school .school-links .school-website:hover {
        text-decoration: none; }

.school-meta {
  zoom: 1;
  margin: 1em 0 2em;
  border-bottom: 1px solid #F7F7F7;
  padding-bottom: 2em; }
  .school-meta:before, .school-meta:after {
    content: "";
    display: table; }
  .school-meta:after {
    clear: both; }
  .school-meta .school-name-single {
    font-size: 1.75em;
    font-weight: bold;
    margin-bottom: 0.5em; }
  .school-meta .school-name-address {
    float: left;
    line-height: 1.5em; }
    @media (max-width: 700px) {
      .school-meta .school-name-address {
        float: left;
        width: 100%;
        text-align: center; } }
    .school-meta .school-name-address .view-website {
      margin-bottom: 1em; }
  .school-meta .thumb {
    float: right; }
    @media (max-width: 700px) {
      .school-meta .thumb {
        margin-bottom: 1em;
        float: left;
        width: 100%;
        text-align: center; }
        .school-meta .thumb img {
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline; } }
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
	 * Don't show links for images, or javascript/internal links
	 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Copyright (c) 20010 Janis Skarnelis
 * Examples and documentation at: http://fancybox.net
 *
 * Version: 1.3.0 (02/02/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  z-index: 1104;
  display: none; }

* html #fancybox-loading {
  /* IE6 */
  position: absolute;
  margin-top: 0; }

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background: transparent url("fancy_loading.png") no-repeat; }

#fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 1100;
  display: none; }

* html #fancybox-overlay {
  /* IE6 */
  position: absolute;
  width: 100%; }

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none; }

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  z-index: 1101;
  display: none; }

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFF; }

#fancybox-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  outline: none;
  overflow: hidden; }

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent; }

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 32px;
  height: 32px;
  background: url("fancy_close.png") top left no-repeat;
  cursor: pointer;
  z-index: 1103;
  display: none; }

#fancybox_error {
  color: #444;
  font: normal 12px/20px Arial; }

#fancybox-content {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0; }

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic; }

#fancybox-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  display: block; }

#fancybox-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: Arial;
  font-size: 12px;
  z-index: 1102; }

.fancybox-title-inside {
  padding: 10px 0;
  text-align: center;
  color: #333; }

.fancybox-title-outside {
  padding-top: 5px;
  color: #FFF;
  text-align: center;
  font-weight: bold; }

.fancybox-title-over {
  color: #FFF;
  text-align: left; }

#fancybox-title-over {
  padding: 10px;
  background: url("fancy_title_over.png");
  display: block; }

#fancybox-title-wrap {
  display: inline-block; }

#fancybox-title-wrap span {
  height: 32px;
  float: left; }

#fancybox-title-left {
  padding-left: 15px;
  background: transparent url("fancy_title_left.png") repeat-x; }

#fancybox-title-main {
  font-weight: bold;
  line-height: 29px;
  background: transparent url("fancy_title_main.png") repeat-x;
  color: #FFF; }

#fancybox-title-right {
  padding-left: 15px;
  background: transparent url("fancy_title_right.png") repeat-x; }

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background-image: url("blank.gif");
  z-index: 1102;
  display: none; }

#fancybox-left {
  left: 0px; }

#fancybox-right {
  right: 0px; }

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block; }

#fancybox-left-ico {
  background: transparent url("fancy_nav_left.png") no-repeat; }

#fancybox-right-ico {
  background: transparent url("fancy_nav_right.png") no-repeat; }

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */ }

#fancybox-left:hover span {
  left: 20px; }

#fancybox-right:hover span {
  left: auto;
  right: 20px; }

div.fancy-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  z-index: 1001; }

div#fancy-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent url("fancy_shadow_n.png") repeat-x; }

div#fancy-bg-ne {
  top: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  background: transparent url("fancy_shadow_ne.png") no-repeat; }

div#fancy-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  width: 20px;
  background: transparent url("fancy_shadow_e.png") repeat-y; }

div#fancy-bg-se {
  bottom: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  background: transparent url("fancy_shadow_se.png") no-repeat; }

div#fancy-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent url("fancy_shadow_s.png") repeat-x; }

div#fancy-bg-sw {
  bottom: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: transparent url("fancy_shadow_sw.png") no-repeat; }

div#fancy-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  width: 20px;
  background: transparent url("fancy_shadow_w.png") repeat-y; }

div#fancy-bg-nw {
  top: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: transparent url("fancy_shadow_nw.png") no-repeat; }

.container-home {
  width: 100%;
  max-width: 1400px;
  padding: 0 6%;
  margin: 0 auto;
  box-sizing: border-box;
  zoom: 1; }
  .container-home h3 {
    display: inline-block;
    margin-bottom: 0.25em; }
  .container-home a.view-all-posts {
    float: right;
    font-size: 1.125em;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer; }

a:hover .icon-arrow {
  right: -5px; }

.icon-arrow {
  width: 10px;
  height: 10px;
  position: relative;
  right: 0;
  display: inline-block;
  transition: all 0.35s; }

.page-header.new .container {
  width: 100%;
  max-width: 1400px;
  padding: 0 6%;
  margin: 0 auto;
  box-sizing: border-box; }
  .page-header.new .container .logo-container .logo {
    background: url(../img/logo.svg) no-repeat center center;
    background-size: 100%;
    width: 300px; }
    @media (max-width: 800px) {
      .page-header.new .container .logo-container .logo {
        max-width: 300px;
        width: 100%; } }
  .page-header.new .container .top-link {
    background-size: 30%; }
    @media (max-width: 700px) {
      .page-header.new .container .top-link {
        background-size: 100%; } }
    .page-header.new .container .top-link.search-link {
      background-image: url("../img/navigation-icon-search.svg"); }
    .page-header.new .container .top-link.schools-link {
      background-image: url("../img/navigation-icon-schools.svg"); }
    .page-header.new .container .top-link.menu-link {
      background-image: url("../img/navigation-icon-menu.svg"); }
      .page-header.new .container .top-link.menu-link.menu-toggled {
        background-image: url("../img/navigation-icon-menu-active.svg"); }
  @media (max-width: 1140px) {
    .page-header.new .container .social-icons {
      display: none; } }
  .page-header.new .container .icon-facebook {
    background-image: url(../img/icon-facebook.svg); }
  .page-header.new .container .icon-twitter {
    background-image: url(../img/icon-twitter.svg); }
  .page-header.new .container .icon-facebook, .page-header.new .container .icon-twitter {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: 80px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center; }

#homepage-introduction.new .full-image.extend-frame {
  height: 750px !important;
  position: relative; }
  @media (max-width: 700px) {
    #homepage-introduction.new .full-image.extend-frame {
      height: 500px !important; } }
  @media (max-width: 500px) {
    #homepage-introduction.new .full-image.extend-frame {
      background-position: center; } }
  #homepage-introduction.new .full-image.extend-frame:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 300px;
    display: block;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7) 77%, #fff); }

.home-news.new {
  margin: -2em 0 4em;
  position: relative;
  z-index: 10; }
  .home-news.new a.view-all-posts {
    color: #188052; }
  .home-news.new ul.home-news-feed {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-wrap: wrap;
    /* OLD - Firefox 19- */
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap; }
    @media (max-width: 960px) {
      .home-news.new ul.home-news-feed {
        -webkit-flex-direction: column;
        /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
        -moz-flex-direction: column;
        /* OLD - Firefox 19- */
        -ms-flex-direction: column;
        /* IE 10 */
        flex-direction: column; } }
    @media (max-width: 960px) {
      .home-news.new ul.home-news-feed {
        -webkit-flex-direction: column;
        /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
        -moz-flex-direction: column;
        /* OLD - Firefox 19- */
        -ms-flex-direction: column;
        /* IE 10 */
        flex-direction: column; } }
    .home-news.new ul.home-news-feed li {
      width: 33.333%;
      background: #188052; }
      @media (max-width: 960px) {
        .home-news.new ul.home-news-feed li {
          width: 100%;
          margin-bottom: 1em; } }
      @media (max-width: 700px) {
        .home-news.new ul.home-news-feed li {
          margin-bottom: 0; } }
      .home-news.new ul.home-news-feed li:nth-child(2n) {
        background: #0d955e; }
      .home-news.new ul.home-news-feed li a {
        text-decoration: none; }
        .home-news.new ul.home-news-feed li a img {
          width: 100%;
          backface-visibility: hidden;
          display: block;
          transition: opacity 0.35s; }
        .home-news.new ul.home-news-feed li a:hover img {
          opacity: 0.5; }
      .home-news.new ul.home-news-feed li .news-item-image img {
        max-width: 100%; }
        @media (max-width: 700px) {
          .home-news.new ul.home-news-feed li .news-item-image img {
            display: none; } }
      .home-news.new ul.home-news-feed li .news-item-container {
        padding: 1em; }
        .home-news.new ul.home-news-feed li .news-item-container h3, .home-news.new ul.home-news-feed li .news-item-container span {
          color: #FFFFFF; }
        .home-news.new ul.home-news-feed li .news-item-container h3 {
          font-size: 1.5em;
          padding: 0; }

.upcoming-events-container {
  background: #188052; }
  .upcoming-events-container .container-home {
    padding: 4em 6%; }
  .upcoming-events-container h3 {
    color: #FFFFFF;
    margin-bottom: 1em; }
  .upcoming-events-container a.view-all-posts {
    color: #FFFFFF; }
  .upcoming-events-container .interior-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-wrap: wrap;
    /* OLD - Firefox 19- */
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: space-between;
    /* OLD - Firefox 19- */
    -ms-flex-pack: space-between;
    /* IE 10 */
    justify-content: space-between; }
    .upcoming-events-container .interior-container .event-container {
      width: 23%; }
      @media (max-width: 960px) {
        .upcoming-events-container .interior-container .event-container {
          width: 50%;
          margin-bottom: 2em; } }
      @media (max-width: 700px) {
        .upcoming-events-container .interior-container .event-container {
          width: 100%; } }
      .upcoming-events-container .interior-container .event-container a {
        color: #FFFFFF;
        text-decoration: none; }
        .upcoming-events-container .interior-container .event-container a:hover h4 {
          opacity: 0.7; }
      .upcoming-events-container .interior-container .event-container .date-container {
        width: 15%;
        min-width: 50px;
        float: left;
        border-right: 1px solid rgba(255, 255, 255, 0.55);
        margin-right: 4%; }
        .upcoming-events-container .interior-container .event-container .date-container .month-year-container {
          font-size: 1.35em; }
        .upcoming-events-container .interior-container .event-container .date-container .day {
          font-size: 2em;
          font-weight: 400; }
      .upcoming-events-container .interior-container .event-container .event {
        width: 70%;
        display: inline-block; }
        .upcoming-events-container .interior-container .event-container .event h4 {
          transition: all 0.35s;
          color: #FFFFFF;
          font-weight: 100; }
        .upcoming-events-container .interior-container .event-container .event p {
          font-weight: bold;
          margin: 0; }

#social-media .container-home {
  padding: 4em 6%; }
  #social-media .container-home .icon--twitter {
    width: 60px;
    height: 50px;
    margin-right: 1em;
    display: inline-block;
    float: left; }
  #social-media .container-home .social-header {
    margin-bottom: 2em; }
    #social-media .container-home .social-header h3 {
      margin: 0; }
    #social-media .container-home .social-header h4 {
      font-size: 1.325em;
      color: #0D955E; }
  #social-media .container-home .home-twitter-feed {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-wrap: wrap;
    /* OLD - Firefox 19- */
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: space-between;
    /* OLD - Firefox 19- */
    -ms-flex-pack: space-between;
    /* IE 10 */
    justify-content: space-between; }
    #social-media .container-home .home-twitter-feed .home-twitter-item {
      width: 23%; }
      @media (max-width: 960px) {
        #social-media .container-home .home-twitter-feed .home-twitter-item {
          width: 50%;
          margin-bottom: 2em; } }
      @media (max-width: 700px) {
        #social-media .container-home .home-twitter-feed .home-twitter-item {
          width: 100%; } }
      #social-media .container-home .home-twitter-feed .home-twitter-item .tweet-content a {
        text-decoration: none;
        color: #404041; }
        #social-media .container-home .home-twitter-feed .home-twitter-item .tweet-content a.handle {
          color: #0D955E; }
        #social-media .container-home .home-twitter-feed .home-twitter-item .tweet-content a:hover {
          color: #0D955E; }

#about-gsacrd.new {
  position: relative; }
  #about-gsacrd.new .full-image {
    height: 560px;
    max-height: 560px;
    height: 55vw;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-behavior: url(../backgroundsize.min.htc);
    overflow: hidden;
    position: relative; }
    #about-gsacrd.new .full-image video {
      object-fit: cover;
      object-position: 50% 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      transform: translate(-50%, -50%);
      width: 100%;
      min-width: 100%;
      height: 100%; }
  @media screen and (max-width: 700px) {
    #about-gsacrd.new .full-image {
      max-height: 294px; } }
  #about-gsacrd.new .parallax-caption {
    bottom: 0;
    z-index: 1; }
  #about-gsacrd.new img {
    width: 100%; }

.programs-offered.new {
  margin-top: 5em; }
  .programs-offered.new a.view-all-posts {
    color: #188052; }
  .programs-offered.new ul.grid {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-wrap: wrap;
    /* OLD - Firefox 19- */
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: space-between;
    /* OLD - Firefox 19- */
    -ms-flex-pack: space-between;
    /* IE 10 */
    justify-content: space-between; }
    @media (max-width: 960px) {
      .programs-offered.new ul.grid {
        -webkit-flex-direction: column;
        /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
        -moz-flex-direction: column;
        /* OLD - Firefox 19- */
        -ms-flex-direction: column;
        /* IE 10 */
        flex-direction: column; } }
    .programs-offered.new ul.grid li {
      width: 49.7%;
      margin-bottom: 0.5em; }
      @media (max-width: 960px) {
        .programs-offered.new ul.grid li {
          width: 100%; } }
      .programs-offered.new ul.grid li .item-container {
        padding: 0;
        position: relative; }
      .programs-offered.new ul.grid li .item-image {
        width: 100%;
        float: none;
        display: block;
        border: 0; }
      .programs-offered.new ul.grid li .information {
        width: 100%;
        position: absolute;
        bottom: 0;
        background: rgba(24, 128, 82, 0.9);
        color: #fff;
        padding: 1em;
        box-sizing: border-box;
        transition: all 0.8s; }
        .programs-offered.new ul.grid li .information .item-title {
          font-size: 1.5em;
          line-height: 1.5em;
          display: inline-block;
          width: auto;
          margin: 0; }
        .programs-offered.new ul.grid li .information .learn-more {
          float: right;
          padding: 0.25em 0.5em;
          border: 1px solid #fff;
          transition: all 0.35s; }
      .programs-offered.new ul.grid li a:hover .information {
        background: rgba(24, 128, 82, 0.5);
        padding-top: 100%; }
        .programs-offered.new ul.grid li a:hover .information .learn-more {
          background: #FFFFFF;
          color: #227d50; }

.footer-container .container-home:after {
  content: "";
  display: block;
  clear: both; }

@media screen and (min-width: 960px) {
  .footer-container .container-home .quick-navigation.new {
    width: 50%; }
    .footer-container .container-home .quick-navigation.new ul {
      width: 33.3%;
      padding: 0; } }

.home-2018 .container-home {
  padding: 0 4.5%; }
  .home-2018 .container-home h2 {
    font-family: "proxima-nova",sans-serif;
    font-size: 2em;
    display: inline-block;
    margin-bottom: 6px; }

.home-2018 #homepage-introduction.new {
  position: relative; }
  .home-2018 #homepage-introduction.new .tagline-container {
    position: absolute;
    bottom: 1.5em;
    width: 100%;
    max-width: 1400px;
    padding: 0 5.5%;
    margin: 0 auto;
    box-sizing: border-box; }
    @media (max-width: 1250px) {
      .home-2018 #homepage-introduction.new .tagline-container {
        padding: 0 4.5%; } }
    .home-2018 #homepage-introduction.new .tagline-container h1 {
      font-family: "aller", sans-serif;
      font-size: 4.375em;
      line-height: 70px;
      text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
      color: #FFFFFF;
      font-weight: 300;
      max-width: 500px; }
      @media (max-width: 700px) {
        .home-2018 #homepage-introduction.new .tagline-container h1 {
          font-size: 3em;
          line-height: 48px; } }
      @media (max-width: 700px) {
        .home-2018 #homepage-introduction.new .tagline-container h1 {
          font-size: 2.25em;
          line-height: 36px; } }
  .home-2018 #homepage-introduction.new .full-image.extend-frame:after {
    content: none; }

.home-2018 .home-news.new {
  margin: 3.5em 0 4.5em; }
  .home-2018 .home-news.new a.view-all-posts {
    font-size: 1.25em;
    color: #3678BD; }
    .home-2018 .home-news.new a.view-all-posts .st0 {
      fill: #3678BD; }
    @media (max-width: 500px) {
      .home-2018 .home-news.new a.view-all-posts {
        float: none;
        display: block;
        margin-bottom: 1em; } }
  .home-2018 .home-news.new ul.home-news-feed li {
    position: relative;
    background: #000000; }
    .home-2018 .home-news.new ul.home-news-feed li:nth-child(2) {
      background: #000000; }
    .home-2018 .home-news.new ul.home-news-feed li .news-item-image {
      height: 350px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      -webkit-transition: 0.15s;
      -moz-transition: 0.15s;
      -o-transition: 0.15s;
      transition: 0.15s; }
      .home-2018 .home-news.new ul.home-news-feed li .news-item-image:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
        /* IE6-9 */ }
      .home-2018 .home-news.new ul.home-news-feed li .news-item-image img {
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .home-2018 .home-news.new ul.home-news-feed li .news-item-container {
      position: absolute;
      bottom: 0; }
      .home-2018 .home-news.new ul.home-news-feed li .news-item-container span {
        font-family: "proxima-nova",sans-serif;
        font-size: 1.25em;
        font-weight: 600; }
      .home-2018 .home-news.new ul.home-news-feed li .news-item-container h3 {
        font-family: "proxima-nova",sans-serif;
        font-size: 1.6em;
        font-weight: 800;
        margin-top: 5px; }
    .home-2018 .home-news.new ul.home-news-feed li a:hover img {
      opacity: 0.85; }
    @media (max-width: 700px) {
      .home-2018 .home-news.new ul.home-news-feed li {
        margin-bottom: 0.5em; }
        .home-2018 .home-news.new ul.home-news-feed li .news-item-image {
          height: 250px; }
          .home-2018 .home-news.new ul.home-news-feed li .news-item-image img {
            display: block; } }
.home-2018 .upcoming-events-container {
  background: #3678BD; }
  .home-2018 .upcoming-events-container .container-home {
    padding: 4.25em 4.5% 6.25em; }
  .home-2018 .upcoming-events-container h2 {
    color: #FFFFFF;
    margin-bottom: 34px; }
  @media (max-width: 500px) {
    .home-2018 .upcoming-events-container a.view-all-posts {
      float: none;
      display: block;
      margin-bottom: 1em; } }
  .home-2018 .upcoming-events-container .interior-container .event-container .event h4 {
    font-family: "proxima-nova",sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px; }
  .home-2018 .upcoming-events-container .interior-container .event-container .event p {
    font-size: 1.25em;
    font-weight: bold; }
  .home-2018 .upcoming-events-container .interior-container .event-container .date-container .day {
    font-size: 2.25em; }

.home-2018 #social-media .container-home {
  padding: 4.5em 4.5%; }

.home-2018 #about-gsacrd.new .parallax-caption {
  background: rgba(250, 184, 47, 0.9);
  width: calc(100% / 3); }
  .home-2018 #about-gsacrd.new .parallax-caption h2 {
    font-family: "proxima-nova",sans-serif;
    font-weight: bold;
    margin-bottom: 32px;
    /*& + p {
					font-size: 1.125em;
					line-height: 22px;
					margin-top: 22px;
					margin-bottom: 20px;
				}*/ }
  .home-2018 #about-gsacrd.new .parallax-caption .button {
    font-size: 19px;
    color: #d79305;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF; }
    .home-2018 #about-gsacrd.new .parallax-caption .button:hover {
      background-color: rgba(240, 164, 6, 0.9);
      color: #FFFFFF; }

.home-2018 #about-gsacrd.new .full-image {
  max-height: 614px; }

@media (max-width: 900px) {
  .home-2018 #about-gsacrd.new .parallax-caption {
    width: 100%; } }

@media (max-width: 700px) {
  .home-2018 #about-gsacrd.new .full-image {
    height: auto; }
  .home-2018 #about-gsacrd.new .video-container {
    display: none; } }

.home-2018 .programs-offered.new {
  margin-top: 5.5em; }
  .home-2018 .programs-offered.new a.view-all-posts {
    color: #3678BD; }
    .home-2018 .programs-offered.new a.view-all-posts .st0 {
      fill: #3678BD; }
    @media (max-width: 500px) {
      .home-2018 .programs-offered.new a.view-all-posts {
        float: none;
        display: block;
        margin-bottom: 1em; } }
  .home-2018 .programs-offered.new ul.grid li a .item-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
    /* IE6-9 */ }
  .home-2018 .programs-offered.new ul.grid li a .information {
    background-color: transparent;
    padding-top: 1.25em;
    z-index: 1; }
    .home-2018 .programs-offered.new ul.grid li a .information .item-title {
      font-size: 1.75em;
      line-height: 35px;
      max-width: calc(100% - 140px); }
      @media (max-width: 500px) {
        .home-2018 .programs-offered.new ul.grid li a .information .item-title {
          font-size: 1.25em;
          line-height: 1.25em; } }
    .home-2018 .programs-offered.new ul.grid li a .information .learn-more {
      font-size: 1.125em;
      color: #3678BD;
      background-color: #FFFFFF;
      border: 1px solid #FFFFFF;
      margin-top: 12px;
      position: absolute;
      right: 1em;
      bottom: 1em; }
  .home-2018 .programs-offered.new ul.grid li a:hover .information {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 100%; }
    .home-2018 .programs-offered.new ul.grid li a:hover .information .learn-more {
      color: #FFFFFF;
      background-color: #3678BD; }

.calendar-filter {
  margin-bottom: 2em; }
  .calendar-filter .search_filter {
    text-align: center; }

#cal_toggle {
  position: relative;
  margin: 10px 0px 30px; }
  @media screen and (max-width: 720px) {
    #cal_toggle {
      display: none; } }
  #cal_toggle .switch {
    position: relative;
    height: 42px;
    width: 202px;
    border-radius: 2px;
    background: #f2f2f2;
    margin: 0 auto;
    font-family: "proxima-nova",sans-serif; }
  #cal_toggle .switch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 96px;
    line-height: 40px;
    font-size: 14px;
    color: #2e66a1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    text-align: center;
    cursor: pointer;
    font-weight: bold; }
    #cal_toggle .switch-label:hover {
      color: #2b5f95; }
  #cal_toggle .switch-label-off {
    padding-left: 4px; }
  #cal_toggle .switch-label-on {
    padding-right: 4px; }
  #cal_toggle .switch-input {
    display: none; }
    #cal_toggle .switch-input:checked + .switch-label {
      font-weight: bold;
      color: #FFFFFF;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      -webkit-transition: all, 0.15s, ease-out;
      -moz-transition: all, 0.15s, ease-out;
      -o-transition: all, 0.15s, ease-out;
      transition: all 0.15s ease-out; }
  #cal_toggle .switch-selection {
    display: block;
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 4px;
    width: 96px;
    height: 32px;
    background: #3678BD;
    -webkit-transition: left, 0.15s, ease-out;
    -moz-transition: left, 0.15s, ease-out;
    -o-transition: left, 0.15s, ease-out;
    transition: left 0.15s ease-out; }

#cal_toggle .switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 100px; }

#grid_calendar table.calendar {
  border-collapse: collapse;
  border-spacing: 0;
  background: #FFFFFF;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  vertical-align: top;
  font-family: "proxima-nova",sans-serif; }
  #grid_calendar table.calendar caption, #grid_calendar table.calendar th, #grid_calendar table.calendar td {
    text-align: left;
    font-weight: normal;
    vertical-align: top; }
  @media (max-width: 720px) {
    #grid_calendar table.calendar {
      display: none; } }
  #grid_calendar table.calendar th {
    font-weight: bold;
    background: #0D955E;
    padding: 7px 10px 7px 7px;
    border: none; }
  #grid_calendar table.calendar.loading tr.calendar_nav .month_heading {
    background: url(../img/loader-white-on-green.gif) no-repeat center center;
    text-indent: -9999px;
    overflow: hidden; }
  #grid_calendar table.calendar tr.calendar_nav .month_heading {
    text-align: center;
    font-weight: bold;
    font-size: 1.667em;
    line-height: 2em;
    margin-top: 6px;
    color: #FFFFFF; }
  #grid_calendar table.calendar tr.calendar_nav a {
    text-decoration: none;
    background: #0b7e4f;
    padding: 24px 10px;
    display: inline-block;
    width: auto;
    color: #FFFFFF;
    position: relative;
    font-size: 0.889em;
    text-transform: uppercase; }
    #grid_calendar table.calendar tr.calendar_nav a:hover {
      background: #096640; }
  #grid_calendar table.calendar tr.calendar_nav th {
    padding: 0; }
    #grid_calendar table.calendar tr.calendar_nav th.th_next {
      text-align: right; }
      #grid_calendar table.calendar tr.calendar_nav th.th_next a {
        right: -1px;
        border-left: 1px solid #0a7449; }
    #grid_calendar table.calendar tr.calendar_nav th.th_prev a {
      left: -1px;
      border-right: 1px solid #0a7449; }
  #grid_calendar table.calendar td {
    width: 14.285714286%;
    margin: 10px 10px;
    padding: 10px 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #grid_calendar table.calendar td.cal_daycell {
      padding: 0;
      width: 14.285714286%;
      padding: 4px 5px;
      position: relative;
      text-align: left;
      border-right: 1px solid #d9d9d9;
      border-left: 1px solid #d9d9d9;
      border-top: 1px solid #d9d9d9; }
      #grid_calendar table.calendar td.cal_daycell span.event_date {
        font-size: 0.778em;
        font-weight: bold; }
    #grid_calendar table.calendar td .event {
      padding: 0; }
      #grid_calendar table.calendar td .event p {
        margin-bottom: 10px; }
        #grid_calendar table.calendar td .event p a.item_link {
          display: inline-block;
          text-decoration: none;
          line-height: 1.1em;
          font-size: 0.9em;
          color: #0D955E; }
          #grid_calendar table.calendar td .event p a.item_link:hover {
            color: #053723; }
    #grid_calendar table.calendar td .cal_day {
      background: #f2f2f2;
      color: #4d4d4d;
      padding: 2px 5px;
      width: 100%;
      left: -5px;
      top: -4px;
      position: relative; }
    #grid_calendar table.calendar td .highlight {
      background: none; }
      #grid_calendar table.calendar td .highlight .cal_day {
        background: #b3b3b3;
        color: #FFFFFF; }
  #grid_calendar table.calendar .cal_fullcell {
    min-height: 100px; }

.event-group {
  text-align: left;
  font-family: "proxima-nova",sans-serif; }
  .event-group .date-wrap {
    font-size: 1em;
    color: #0D955E;
    margin-bottom: 0.5em;
    font-family: "proxima-nova",sans-serif; }
    @media screen and (max-width: 720px) {
      .event-group .date-wrap {
        font-size: 0.889em; } }
  .event-group .name {
    color: #0D955E;
    font-size: 1.25em;
    padding: 0.25em 0 0.75em; }
  .event-group .times, .event-group .location {
    display: block;
    margin-bottom: 0.5em; }
  .event-group .single-event {
    clear: both;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #d9d9d9; }
  .event-group .event-info {
    margin: 1em 0;
    list-style-type: none;
    padding: 0; }
    .event-group .event-info p {
      line-height: 1.2em; }
  .event-group a {
    color: #3678BD;
    margin: 1em 0 0; }
    .event-group a:hover {
      color: #fff; }

> h3 {
  padding-bottom: 50px;
  line-height: 2em; }
  @media screen and (max-width: 720px) {
    > h3 {
      padding-bottom: 20px; } }
#main_calendar h2 {
  font-family: "proxima-nova",sans-serif;
  color: #b3b3b3;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2em;
  margin-bottom: 20px;
  clear: both; }
  @media screen and (max-width: 800px) {
    #main_calendar h2 {
      font-size: 1.75em; } }
  @media screen and (max-width: 640px) {
    #main_calendar h2 {
      font-size: 1.5em; } }
@media (max-width: 720px) {
  #main_calendar {
    display: block !important; } }

.ui-dialog {
  padding: 0;
  border: none;
  border-color: #FFFFFF;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 5px 2px #999999;
  -moz-box-shadow: 0px 0px 5px 2px #999999;
  box-shadow: 0px 0px 5px 2px #999999;
  position: relative;
  z-index: 500; }
  .ui-dialog > .ui-widget-header {
    background: #0D955E;
    border-radius: 0;
    padding: 0.5em 0 0.5em 1em; }
    .ui-dialog > .ui-widget-header > .ui-dialog-title {
      font-weight: bold;
      font-size: 1.2em;
      line-height: 38px;
      color: #FFFFFF;
      padding: 7px 0 5px 0;
      margin: 0; }
    .ui-dialog > .ui-widget-header > .ui-dialog-titlebar-close {
      border-radius: 0;
      border-color: transparent;
      background: transparent;
      right: 0;
      top: 0;
      margin: 0;
      height: 54px;
      width: 54px;
      position: absolute;
      color: #0a7449;
      background: #11c47c; }
      .ui-dialog > .ui-widget-header > .ui-dialog-titlebar-close:hover {
        color: #11c47c;
        background: #096640; }
      .ui-dialog > .ui-widget-header > .ui-dialog-titlebar-close:focus {
        outline: none; }
  .ui-dialog > #cal_item {
    background: #FFFFFF;
    color: #4d4d4d;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.5em; }
    .ui-dialog > #cal_item.loading {
      background: url(../img/loader.gif) #fff no-repeat center center; }
    .ui-dialog > #cal_item strong {
      font-weight: 700; }
    .ui-dialog > #cal_item .event .event_details {
      padding: 1em;
      border: 1px solid #f2f2f2; }
      .ui-dialog > #cal_item .event .event_details .name.name {
        font-weight: bold;
        padding-bottom: 10px;
        color: #0D955E; }
      .ui-dialog > #cal_item .event .event_details .dates {
        font-weight: bold;
        font-size: 1.375em;
        line-height: 1.5em;
        padding: 5px 0;
        margin-bottom: 5px; }
      .ui-dialog > #cal_item .event .event_details .name {
        color: #FFFFFF;
        font-weight: normal;
        font-size: 1.375em;
        line-height: 1.5em; }

.ical_google_cal {
  overflow: auto;
  padding: 2em 0; }
  .ical_google_cal a {
    width: 33.333%;
    display: inline-block;
    float: left;
    text-align: center; }
    @media screen and (min-width: 720px) {
      .ical_google_cal a {
        width: 28.5%;
        border: 1px solid #3678BD;
        padding: 0.5em;
        margin: 0 1%;
        text-decoration: none;
        transition: all 0.25s; }
        .ical_google_cal a:hover {
          background: #3678BD;
          color: #FFFFFF; } }
    @media (max-width: 700px) {
      .ical_google_cal a {
        width: 100%;
        padding: 0.5em 0; } }
