/*
Theme Name: Blue Datto
Theme URI: http://www.motionaction.net
Author: dan@motionaction.net
Author URI: http://www.motionaction.net
Description: Custom theme for Blue Datto (Based on underscores.me)
Version: 1.0
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio, canvas, progress, video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template, [hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, select, textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

body {
  font-family: PT Sans, sans-serif;
  color: #444242;
  line-height: 1.7em; }

h1, h2, h3, h4, h5, h6 {
  font-family: matizregular, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  color: #0db0d4; }

h2 {
  font-size: 42px; }

h3 {
  font-weight: 400;
  font-size: 38px;
  margin: 0; }

a {
  font-weight: 700;
  text-decoration: none;
  border-bottom: 4px solid #81d8e9;
  color: #444242; }
  a:visited {
    color: #444242; }
  a:hover {
    border-color: #ffba26; }

body, html {
  margin: 0;
  padding: 0; }

/*
sass vars
*/
/*
-----
susy stuff
-----
*/
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  box-sizing: border-box; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 900px) {
    .container {
      padding: 0 4%; } }

/*
------------
header stuff
------------
*/
@keyframes skip-link {
  0% {
    top: -2.5em; }

  100% {
    top: 0; } }

.skip-link {
  line-height: 1em;
  position: absolute;
  z-index: 99;
  top: -2.5em;
  left: 1em;
  padding: 0.5em 1em 1em 1em;
  background-color: #ffba26;
  font-weight: 700; }
  .skip-link:focus {
    animation-name: skip-link;
    animation-duration: .3s;
    animation-timing-function: ease-out;
    top: 0; }

#nav-padder {
  height: 165px;
  background-color: #35bad7; }

.site-header {
  position: fixed;
  width: 100%;
  z-index: 9999; }

.fold-out-menu {
  display: none; }

.site-header .banner {
  -webkit-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
  -o-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
  transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01) false;
  height: 165px;
  width: 100%;
  background-color: #4ac1db;
  overflow: hidden; }
  .site-header .banner .inhead {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row wrap;
    flex-direction: row wrap;
    -webkit-align-items: center;
    align-items: center; }
  .site-header .banner .site-branding {
    position: relative;
    height: 165px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row wrap;
    flex-direction: row wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
    -o-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
    transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01) false; }
    .site-header .banner .site-branding:after {
      content: 'gday';
      position: absolute;
      z-index: 1;
      right: -34%;
      top: 0;
      bottom: 0;
      width: 3000px;
      background-image: url('images/menu-grad.png'), url('images/menu-block.png');
      background-position: top right, 100% -90px;
      background-repeat: no-repeat, repeat;
      background-size: auto 250px, auto; }
  .site-header .banner h1 {
    position: relative;
    z-index: 99;
    margin: 0; }
    .site-header .banner h1 a {
      border: 0; }
      .site-header .banner h1 a:hover img, .site-header .banner h1 a:focus img {
        -webkit-transform: scale(1.2) rotate(1deg);
        -moz-transform: scale(1.2) rotate(1deg);
        -ms-transform: scale(1.2) rotate(1deg);
        -o-transform: scale(1.2) rotate(1deg);
        transform: scale(1.2) rotate(1deg); }
  .site-header .banner .site-logo {
    max-width: 180px;
    height: 66px;
    max-height: 66px;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
    -o-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
    transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01) false; }

.site-header .donate-button {
  background-color: #ffba26;
  background-image: none, radial-gradient(ellipse at top, #ffd917 20%, #ffb427 130%);
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: 1.1em, auto;
  appearance: none;
  border: 0;
  padding: .5em 2em;
  cursor: pointer;
  margin-left: .5em;
  font-weight: 700;
  color: #320904; }
  .site-header .donate-button:hover {
    background-color: #ffca28;
    background-image: none, radial-gradient(ellipse at top, #fff500 20%, #ffb427 130%); }

.main-navigation {
  margin-left: auto;
  font-size: 18px;
  padding-left: 40px;
  cursor: default;
  text-align: right; }
  .main-navigation .menu-toggle {
    display: none; }
  .main-navigation ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    cursor: default; }
    .main-navigation ul li {
      display: inline-block; }
      .main-navigation ul li a {
        color: #063844;
        border: 0;
        text-decoration: none;
        font-weight: 700;
        padding: 0 .6em;
        line-height: 2em; }
        .main-navigation ul li a:hover, .main-navigation ul li a:focus {
          color: #007f9c; }
  .main-navigation form {
    display: inline-block; }
  .main-navigation .menu-front-page-menu-container {
    display: inline-block; }

.small-nav .site-header {
  width: 100%; }

.small-nav .site-header .banner {
  height: 70px;
  -webkit-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
  -o-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
  transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01) false; }
  .small-nav .site-header .banner .site-branding {
    height: 70px;
    -webkit-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
    -o-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
    transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01) false; }
    .small-nav .site-header .banner .site-branding .site-logo {
      max-width: none;
      height: 50px;
      width: auto;
      -webkit-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
      -webkit-transition-delay: 0s;
      -moz-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
      -o-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
      transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01) false;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s;
      margin-top: 8px; }
  .small-nav .site-header .banner h1 a {
    border: 0; }
    .small-nav .site-header .banner h1 a:hover img, .small-nav .site-header .banner h1 a:focus img {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }

@media (max-width: 1200px) {
  .site-header nav a {
    font-size: 16px;
    padding: 0 .4em !important; }
  .site-header nav input {
    font-size: 16px; }
  .site-logo {
    max-width: 100% !important;
    height: auto !important; }
  .site-branding {
    max-width: 15% !important;
    min-width: 140px; }
  .site-header .donate-button {
    padding: .2em .7em;
    background-image: none; } }

@media (max-width: 900px) {
  .inhead {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row wrap;
    flex-direction: row wrap; }
  .main-navigation .menu-front-page-menu-container, .main-navigation form {
    display: none !important; }
  .fold-out-menu {
    display: block;
    background-color: #2fa3c7;
    width: 100%;
    padding: 1em 0; }
    .fold-out-menu a {
      color: #fff !important;
      border: 0; }
    .fold-out-menu ul {
      margin: 0;
      list-style: none;
      padding: 0; }
      .fold-out-menu ul a {
        text-decoration: none;
        font-weight: 700;
        padding: .5em 3em;
        display: block;
        text-align: center;
        border: 0; }
    .fold-out-menu .donate-button {
      margin: 0 auto;
      display: block; }
  .collapsed {
    display: none; }
  .menu-toggle {
    display: block !important;
    border: 0;
    color: #fff;
    height: 100%;
    padding: 0 1em;
    height: 70px;
    font-size: 33px;
    text-transform: uppercase;
    background-color: inherit; }
    .menu-toggle:after {
      content: ' menu';
      line-height: 1.5em; }
  .small-nav .menu-toggle {
    font-size: 22px; }
    .small-nav .menu-toggle:after {
      content: ' menu'; } }

@media (max-width: 430px) {
  .menu-toggle {
    font-size: 22px; } }

/*
----------
general content rules
----------
*/
body.single #content.site-content {
  padding-top: 3em; }

/*
---
'top banner'
--
*/
#top-banner {
  background-color: #4ac1db;
  min-height: 30em;
  background-image: linear-gradient(to bottom right, rgba(255, 124, 0, 0.3) 0%, rgba(10, 19, 89, 0.3) 70%), url('images/kids-banner.jpg');
  background-size: cover, cover; }
  @media (max-width: 900px) {
    #top-banner {
      padding: 2em;
      min-height: 0; } }
  #top-banner .bannerinner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative; }
    #top-banner .bannerinner:after {
      content: " ";
      display: block;
      clear: both; }
    @media (max-width: 900px) {
      #top-banner .bannerinner {
        padding: 0 4%; } }
  #top-banner p.heading {
    margin: 0;
    font-size: 2.9em;
    font-family: matizregular, sans-serif;
    font-weight: bold;
    color: #8ff0ff;
    line-height: 1em;
    margin-bottom: .2em;
    text-transform: uppercase; }
  #top-banner p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2em; }
  #top-banner a {
    color: #fff;
    font-size: 1.3em;
    font-family: PT Sans, sans-serif;
    text-transform: uppercase; }
    #top-banner a:after {
      content: "\00bb"; }
  #top-banner .bannertext {
    position: absolute;
    right: 0;
    max-width: 50em;
    top: 10em; }
    @media (max-width: 900px) {
      #top-banner .bannertext {
        top: 3em;
        position: relative;
        right: 0;
        top: 0; } }

/*
-----
About us section
-----
*/
#about-us {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  box-sizing: border-box;
  margin-top: 5em; }
  #about-us:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 900px) {
    #about-us {
      padding: 0 4%; } }
  #about-us h2 {
    font-size: 32px;
    margin: 0;
    width: 95%;
    margin-top: -.2em;
    background: -webkit-linear-gradient(200deg, #0db0d4 10%, #6cd4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  #about-us h3 {
    font-size: 24px; }
  #about-us:before {
    position: absolute;
    right: 0;
    top: 120px;
    display: block;
    width: 100%;
    height: 500px;
    background-image: url('images/crystal-light.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    z-index: -99; }
  #about-us p:first-child {
    margin-top: 0; }
  #about-us h3 {
    margin: 0 0 .5em 0; }
  #about-us blockquote {
    background-color: #f3f3f3;
    margin: 0 auto;
    padding: 2em;
    width: 85%; }
    #about-us blockquote p {
      margin-top: 0;
      text-align: center; }
  #about-us ul {
    font-weight: 700;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #0db0d4;
    text-transform: uppercase;
    margin-bottom: 1em;
    margin-top: 1.5em; }
    #about-us ul li {
      margin: 0;
      display: inline-block;
      padding: 0 1em;
      position: relative;
      text-align: left; }
      #about-us ul li:first-child:after, #about-us ul li:nth-child(2):after {
        content: '*';
        position: absolute;
        right: -.4em;
        margin-top: .2em; }
      #about-us ul li:first-child {
        padding-left: 0; }
      #about-us ul li:last-child {
        padding-right: 0; }

.our-mission {
  width: 48.8235294118%;
  float: left;
  margin-right: 2.3529411765%; }

.call-to-action {
  background-image: linear-gradient(to bottom right, rgba(83, 192, 210, 0.2) 0%, rgba(83, 192, 210, 0.2) 100%), url('images/presentation.jpg');
  background-color: #49a3bd;
  background-size: cover, cover;
  width: 48.8235294118%;
  float: right;
  margin-right: 0;
  min-height: 19em;
  font-size: 22px;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
  color: white; }
  .call-to-action p {
    text-shadow: 1px 1px 30px rgba(1, 16, 20, 0.9);
    font-size: 28px;
    line-height: 1.4em; }
  .call-to-action .ctain {
    width: 80%;
    margin: 0 auto;
    margin-top: 5em; }
  .call-to-action a {
    margin: 0 auto;
    display: inline-block;
    background-color: #ffba26;
    color: #320904;
    font-weight: 700;
    padding: .6em 2em;
    text-decoration: none;
    font-size: 20px;
    border: 0;
    background-image: radial-gradient(ellipse at top, #ffd917 20%, #ffb427 90%); }
    .call-to-action a:hover {
      background-color: #ffca28;
      background-image: none, radial-gradient(ellipse at top, #fff500 20%, #ffb427 130%); }

.about-phil-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  box-sizing: border-box;
  margin-top: 1em; }
  .about-phil-section:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 900px) {
    .about-phil-section {
      padding: 0 4%; } }

.phil-gallery {
  clear: both;
  margin-top: 4em;
  position: relative;
  z-index: 1;
  width: 48.8235294118%;
  float: left;
  margin-right: 2.3529411765%; }
  .phil-gallery a {
    overflow: hidden;
    display: block;
    margin-bottom: 1.8em;
    border: 0; }
  .phil-gallery .col {
    width: 45%;
    padding: .9em;
    box-sizing: border-box;
    float: left; }
    .phil-gallery .col:first-child {
      margin-top: -.8em;
      width: 55%; }
  .phil-gallery img {
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
    -o-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
    transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01) false; }
  .phil-gallery a:nth-child(2) {
    width: 90%;
    float: right; }
  .phil-gallery a:hover {
    z-index: -99; }
    .phil-gallery a:hover img {
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
      -o-transform: scale(1.03);
      transform: scale(1.03);
      -webkit-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
      -webkit-transition-delay: 0s;
      -moz-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
      -o-transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01);
      transition: all 0.7s cubic-bezier(0, 0.765, 0, 1.01) false;
      z-index: -99; }

.about-phil {
  clear: right;
  margin-top: 4em;
  width: 48.8235294118%;
  float: right;
  margin-right: 0; }
  .about-phil h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 400; }

@media (max-width: 900px) {
  #about-us h2, #about-us h3 {
    text-align: center; }
  #about-us ul {
    text-align: center;
    margin-bottom: 3em; }
  .our-mission {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .our-mission h2 {
      width: 100% !important; }
  .call-to-action {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background-size: cover;
    min-height: inherit; }
    .call-to-action .ctain {
      margin: 2em auto; }
  .phil-gallery {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .phil-gallery .col {
      padding: 0; }
      .phil-gallery .col:first-child {
        padding-right: 1em; }
      .phil-gallery .col a {
        margin-bottom: 1em; }
  .about-phil {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .about-phil h3 {
      text-align: center;
      margin-top: .5em; } }

/*
-----
Our programs section
-----
*/
.section-header {
  text-align: center;
  z-index: 1;
  position: relative;
  text-transform: uppercase; }

#our-programs {
  margin-top: 1.5em; }

.our-programs {
  background-color: #f3f3f3;
  background-image: url('images/crystal-gray.jpg');
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  z-index: 0;
  padding: 6em 0;
  margin: -50px 0; }
  .our-programs h1, .our-programs h2, .our-programs h3, .our-programs h4, .our-programs h5, .our-programs h6 {
    word-wrap: normal; }
  .our-programs div.column img.alignleft {
    margin-top: -1.1em;
    max-width: 200px;
    margin-left: -.5em;
    margin-bottom: .5em; }
    @media (max-width: 1100px) and (min-width: 951px) {
      .our-programs div.column img.alignleft {
        margin-top: 0; } }
  .our-programs .inner-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    box-sizing: border-box; }
    .our-programs .inner-wrap:after {
      content: " ";
      display: block;
      clear: both; }
    @media (max-width: 900px) {
      .our-programs .inner-wrap {
        padding: 0 4%; } }
  .our-programs:before {
    width: 100%;
    height: 100px;
    position: absolute;
    top: -50px;
    background-color: #fff;
    content: '';
    display: block;
    -webkit-transform: skew(0, -0.5deg);
    -moz-transform: skew(0, -0.5deg);
    -ms-transform: skew(0, -0.5deg);
    -o-transform: skew(0, -0.5deg);
    transform: skew(0, -0.5deg);
    z-index: -10; }
  .our-programs:after {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -50px;
    background-color: #fff;
    content: '';
    display: block;
    -webkit-transform: skew(0, -0.5deg);
    -moz-transform: skew(0, -0.5deg);
    -ms-transform: skew(0, -0.5deg);
    -o-transform: skew(0, -0.5deg);
    transform: skew(0, -0.5deg);
    z-index: -10; }
  .our-programs .column {
    padding: 2em;
    box-sizing: border-box; }
    .our-programs .column:first-child {
      width: 48.8235294118%;
      float: left;
      margin-right: 2.3529411765%; }
      .our-programs .column:first-child h3 {
        margin-top: -.45em; }
    .our-programs .column:last-child {
      width: 48.8235294118%;
      float: right;
      margin-right: 0; }
    .our-programs .column img.alignleft {
      float: left;
      width: 30%;
      height: auto;
      margin-right: 1em; }
    .our-programs .column h4 {
      font-family: PT Sans, sans-serif;
      font-size: 24px;
      margin: 1em 0 0 0;
      color: #0ca4c6; }
    .our-programs .column h3 {
      line-height: 1.2em;
      color: #0ca4c6; }
      @media (max-width: 400px) {
        .our-programs .column h3 {
          font-size: 28px; } }

@media (max-width: 950px) {
  .our-programs .column {
    padding: 0; }
    .our-programs .column:first-child {
      width: 100%;
      float: right;
      margin-right: 0; }
    .our-programs .column:last-child {
      width: 100%;
      float: right;
      margin-right: 0; } }

/*
----
Bookings
----
*/
#booking {
  margin-top: 1em; }

.booking {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  box-sizing: border-box; }
  .booking:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 900px) {
    .booking {
      padding: 0 4%; } }
  .booking .column {
    background-color: #f6f6f6;
    box-sizing: border-box;
    padding: 2em;
    text-align: center; }
    .booking .column:first-child {
      width: 48.8235294118%;
      float: left;
      margin-right: 2.3529411765%; }
    .booking .column:last-child {
      width: 48.8235294118%;
      float: right;
      margin-right: 0; }
    .booking .column a {
      display: inline-block;
      margin: 1em auto;
      border: 3px solid #299bb9;
      color: #299bb9;
      padding: .6em 2em; }
      .booking .column a:hover {
        border: 3px solid #53c0d2;
        color: #53c0d2; }
    .booking .column p {
      width: 90%;
      margin: 1em auto; }
    .booking .column h3 {
      font-family: PT Sans, sans-serif;
      font-weight: 700; }

@media (max-width: 900px) {
  .booking .column {
    margin: 1em 0; }
    .booking .column:first-child {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .booking .column:last-child {
      width: 100%;
      float: right;
      margin-right: 0; } }

/*
-----
news
-----
*/
h2#news {
  margin-top: 2em; }

.news {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  box-sizing: border-box; }
  .news:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 900px) {
    .news {
      padding: 0 4%; } }
  .news .news-posts {
    width: 65.8823529412%;
    float: left;
    margin-right: 2.3529411765%; }
  .news .news-post {
    width: 30.1204819277%;
    float: left;
    margin-right: 4.8192771084%; }
    .news .news-post:last-child {
      width: 30.1204819277%;
      float: right;
      margin-right: 0; }
    .news .news-post a.image-link {
      border: 0;
      position: static; }
    .news .news-post img {
      width: 100%;
      height: auto; }
    .news .news-post h4 {
      min-height: 2.75em;
      font-family: PT Sans, sans-serif;
      font-size: 20px;
      margin: .5em 0; }
      .news .news-post h4 a {
        color: #299bb9;
        border: 0;
        position: static; }
    .news .news-post p {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 1.9em; }
    .news .news-post a {
      position: relative;
      top: 1em; }
  .news .latest {
    width: 31.7647058824%;
    float: right;
    margin-right: 0; }
    .news .latest .latest-section {
      background-color: #f6f6f6;
      box-sizing: border-box;
      padding: 1.5em;
      border: 1px solid #d7d7d7;
      margin: 1em 0; }
    .news .latest ul {
      margin: .5em 0;
      padding: 0;
      list-style: none; }
    .news .latest li {
      margin: 0;
      padding: 0;
      line-height: 1.6em;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .news .latest li a {
        font-weight: 400; }
  .news h3 {
    font-size: 20px;
    font-weight: 700; }
  .news a.archive-link {
    border: 0;
    color: #299bb9;
    margin-top: 2em; }
    .news a.archive-link:hover {
      color: #53c0d2; }

@media (max-width: 900px) {
  .news .news-posts {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .news .news-posts .news-post {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin: 1em 0; }
      .news .news-posts .news-post h4 {
        min-height: inherit; }
      .news .news-posts .news-post p {
        font-size: 16px; }
  .news .latest {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

/*
--
get involved
--
*/
h2#get-involved {
  margin-top: 2em;
  margin-bottom: 0; }

.get-involved-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  box-sizing: border-box; }
  .get-involved-inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 900px) {
    .get-involved-inner {
      padding: 0 4%; } }

.get-involved {
  background-color: #20a9c9;
  background-image: url('images/crystal-mid-blue.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  z-index: 0;
  padding: 6em 0; }
  .get-involved h1, .get-involved h2, .get-involved h3, .get-involved h4, .get-involved h5, .get-involved h6 {
    background: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: currentcolor; }
  .get-involved h3 {
    color: #fff; }
  .get-involved h4 {
    color: #ffca28;
    margin: 0;
    margin-top: 1.2em;
    font-family: PT Sans, sans-serif;
    font-weight: 700;
    font-size: 1.1em;
    margin-top: .8em; }
  .get-involved a {
    color: #fff; }
  .get-involved:before {
    width: 100%;
    height: 100px;
    position: absolute;
    top: -50px;
    background-color: #fff;
    content: '';
    display: block;
    -webkit-transform: skew(0, -0.3deg);
    -moz-transform: skew(0, -0.3deg);
    -ms-transform: skew(0, -0.3deg);
    -o-transform: skew(0, -0.3deg);
    transform: skew(0, -0.3deg);
    z-index: -10; }
  .get-involved:after {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -50px;
    background-color: #f3f3f3;
    content: '';
    display: block;
    -webkit-transform: skew(0, 0.3deg);
    -moz-transform: skew(0, 0.3deg);
    -ms-transform: skew(0, 0.3deg);
    -o-transform: skew(0, 0.3deg);
    transform: skew(0, 0.3deg);
    z-index: -10; }

.donate-section {
  width: 65.8823529412%;
  float: left;
  margin-right: 2.3529411765%;
  box-sizing: border-box;
  padding-right: 0; }
  .donate-section .col {
    width: 48.2142857143%;
    float: left;
    margin-right: 3.5714285714%;
    box-sizing: border-box;
    padding: 0 1em; }
  .donate-section .col:last-child {
    width: 48.2142857143%;
    float: right;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0 1em; }
  .donate-section em {
    font-size: 15px;
    color: #cde6ec; }
  .donate-section span {
    font-size: 15px;
    font-style: italic; }
  .donate-section span.title {
    font-weight: 700;
    float: left;
    clear: left;
    width: 30%; }
  .donate-section span.item {
    float: right;
    clear: right;
    width: 70%; }
  .donate-section .donate-button {
    background-color: #ffba26;
    appearance: none;
    border: 0;
    padding: .6em 3em;
    cursor: pointer;
    margin: 0 auto;
    font-weight: 700;
    display: block;
    color: #320904;
    margin-top: 2em;
    background-image: none, radial-gradient(ellipse at top, #ffd917 20%, #ffb427 130%); }
    .donate-section .donate-button:hover {
      background-color: #ffca28;
      background-image: none, radial-gradient(ellipse at top, #fff500 20%, #ffb427 130%); }

.shop-volunteer {
  width: 31.7647058824%;
  float: right;
  margin-right: 0;
  box-sizing: border-box;
  padding: 0 0 0 1em; }
  .shop-volunteer img.alignleft {
    float: left;
    padding: 0 1em .1em 0; }
  .shop-volunteer .shop-button {
    border: 2px solid white;
    padding: .5em 3em;
    display: inline-block;
    margin-bottom: 2em; }
    .shop-volunteer .shop-button:hover {
      color: #ffca28;
      border-color: #ffca28; }

.sign-up {
  background-color: #f3f3f3;
  position: relative;
  z-index: 1;
  padding-bottom: 6em; }
  .sign-up .facilitator {
    width: 48.8235294118%;
    float: left;
    margin-right: 2.3529411765%;
    box-sizing: border-box;
    padding: 0 2em;
    text-align: center; }
    .sign-up .facilitator p {
      text-align: left; }
    .sign-up .facilitator a {
      display: inline-block;
      margin: 1em auto;
      border: 3px solid #299bb9;
      color: #299bb9;
      padding: .6em 2em; }
      .sign-up .facilitator a:hover {
        background-color: white; }
  .sign-up .newsletter {
    width: 48.8235294118%;
    float: right;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0 2em;
    text-align: center; }
    .sign-up .newsletter p {
      text-align: left; }
    .sign-up .newsletter input {
      display: block;
      padding: .2em;
      box-sizing: border-box;
      width: 100%; }
    .sign-up .newsletter input.wpcf7-submit {
      max-width: 10em;
      margin: 0 auto;
      padding: .5em;
      background-color: #63cae0;
      border: 0;
      font-weight: 700;
      color: #fff; }
  .sign-up:after {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -50px;
    background-color: #fff;
    content: '';
    display: block;
    -webkit-transform: skew(0, -0.3deg);
    -moz-transform: skew(0, -0.3deg);
    -ms-transform: skew(0, -0.3deg);
    -o-transform: skew(0, -0.3deg);
    transform: skew(0, -0.3deg);
    z-index: -10; }

.sign-up-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  box-sizing: border-box; }
  .sign-up-inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 900px) {
    .sign-up-inner {
      padding: 0 4%; } }

@media (max-width: 900px) {
  .get-involved .donate-section, .get-involved .col, .get-involved .shop-volunteer {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .get-involved .col:last-child {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .get-involved .donate-section {
    margin-bottom: 2em; }
  .sign-up {
    padding: 0 0 4em 0; }
    .sign-up .facilitator {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .sign-up .newsletter {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-top: 2em; } }

/*
sponsors!!!
*/
#community-support {
  position: relative;
  -webkit-text-fill-color: currentcolor; }
  #community-support:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 900px;
    background-image: url('images/crystal-lightgrey.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    z-index: -99; }

.community-support {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 1; }
  .community-support:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 900px) {
    .community-support {
      padding: 0 4%; } }
  .community-support p {
    text-align: center;
    max-width: 50em;
    margin: 1em auto; }

.sponsors {
  margin-top: 3em;
  text-align: center;
  overflow: hidden; }
  .sponsors h4 {
    font-family: PT Sans, sans-serif;
    font-size: 17px;
    margin-bottom: 0; }
  .sponsors p {
    margin: 0; }
  .sponsors ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .sponsors ul li {
      display: block;
      float: left;
      width: 50%;
      position: relative; }
      .sponsors ul li a {
        height: 10em;
        display: block;
        border: 4px solid #e6e6e6;
        background-color: #fff;
        margin: .2em; }
        .sponsors ul li a:hover {
          border: 4px solid #53c0d2; }
      .sponsors ul li img {
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        max-width: 80%;
        max-height: 40%; }

ul.feat-spon {
  width: 45%;
  float: left;
  box-sizing: border-box; }
  ul.feat-spon li img {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 80%;
    max-height: 40%; }

ul.regular-sponsors {
  width: 55%;
  float: left;
  box-sizing: border-box;
  position: relative; }
  ul.regular-sponsors li a {
    height: 9em;
    margin-top: .7em; }
  ul.regular-sponsors button {
    position: absolute; }

@media (max-width: 900px) {
  ul.feat-spon {
    width: 100%; }
  ul.regular-sponsors {
    width: 100%; }
    ul.regular-sponsors li a {
      height: 7em; }
      ul.regular-sponsors li a img {
        top: 30%; } }

/*
--
persons!
--
*/
.person {
  width: 48.8235294118%;
  float: left;
  margin-right: 2.3529411765%;
  box-sizing: border-box;
  text-align: left;
  padding: 2em;
  z-index: 2;
  position: relative;
  overflow: hidden; }
  .person p {
    text-align: left;
    font-size: 15px;
    line-height: 1.6em; }
  .person h4 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: -.7em;
    font-family: PT Sans, sans-serif;
    font-weight: 700; }
  .person:last-child {
    width: 48.8235294118%;
    float: right;
    margin-right: 0; }
  .person img.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: .1em; }

#ambassadors {
  margin-top: 1em;
  margin-bottom: .6em; }

#patrons {
  margin-top: 0;
  margin-bottom: .6em;
  clear: both;
  float: left;
  width: 100%; }

.patrons .col1 {
  width: 48.8235294118%;
  float: left;
  margin-right: 2.3529411765%; }
.patrons .col2 {
  width: 48.8235294118%;
  float: right;
  margin-right: 0; }
.patrons .person {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.person img {
  max-width: 100%; }

@media (max-width: 900px) {
  .person {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-bottom: 2em; }
    .person:last-child {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
  .patrons .col1, .patrons .col2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 360px) {
  .person img.alignleft {
    float: none;
    display: block; } }

/*
--
our vision
--
*/
#our-vision {
  margin-top: 0; }

.our-vision {
  background-color: #f3f3f3;
  background-image: url('images/crystal-gray.jpg');
  background-repeat: no-repeat;
  min-height: 300px;
  position: relative;
  z-index: 0;
  padding: 6em 0 6em 0;
  margin: -50px 0; }
  .our-vision h1, .our-vision h2, .our-vision h3, .our-vision h4, .our-vision h5, .our-vision h6 {
    -webkit-text-fill-color: currentcolor; }
  .our-vision:before {
    width: 100%;
    height: 100px;
    position: absolute;
    top: -50px;
    background-color: #fff;
    content: '';
    display: block;
    -webkit-transform: skew(0, -0.3deg);
    -moz-transform: skew(0, -0.3deg);
    -ms-transform: skew(0, -0.3deg);
    -o-transform: skew(0, -0.3deg);
    transform: skew(0, -0.3deg);
    z-index: -10; }
  .our-vision:after {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -50px;
    background-color: #fff;
    content: '';
    display: block;
    -webkit-transform: skew(0, 1.2deg);
    -moz-transform: skew(0, 1.2deg);
    -ms-transform: skew(0, 1.2deg);
    -o-transform: skew(0, 1.2deg);
    transform: skew(0, 1.2deg);
    z-index: -10; }

.our-vision-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  box-sizing: border-box; }
  .our-vision-inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 900px) {
    .our-vision-inner {
      padding: 0 4%; } }
  .our-vision-inner .col {
    width: 60%;
    box-sizing: border-box;
    padding: 0 1em;
    float: left; }
    .our-vision-inner .col a {
      display: block;
      width: 10em;
      text-align: center;
      margin: 1em auto;
      margin-top: 3em;
      border: 3px solid #299bb9;
      color: #299bb9;
      padding: .6em 2em; }
      .our-vision-inner .col a:hover {
        background-color: white; }
  .our-vision-inner .col:last-child {
    width: 40%; }
  .our-vision-inner ul.objectives {
    list-style: none; }
    .our-vision-inner ul.objectives li.vision-item {
      margin-bottom: 2em;
      padding-left: 5em;
      background-image: url('images/objective-icon.png');
      background-size: auto 5em;
      background-repeat: no-repeat;
      min-height: 5em; }
    .our-vision-inner ul.objectives h3, .our-vision-inner ul.objectives h4 {
      font-family: PT Sans, sans-serif;
      margin: 0; }
    .our-vision-inner ul.objectives h3 {
      font-size: 18px;
      color: #444242; }
    .our-vision-inner ul.objectives h4 {
      font-size: 20px; }

@media (max-width: 900px) {
  .our-vision .col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .our-vision .col:last-child {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-top: 2em; } }

/*
Contact
*/
#contact-us {
  margin-top: 1em;
  margin-bottom: 1em; }

.contact-us {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  box-sizing: border-box;
  padding-bottom: 10em; }
  .contact-us h3 {
    font-family: PT Sans, sans-serif;
    font-weight: 700; }
  .contact-us:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 900px) {
    .contact-us {
      padding: 0 4%; } }
  .contact-us .form {
    width: 48.8235294118%;
    float: left;
    margin-right: 2.3529411765%;
    padding: 0 1em;
    box-sizing: border-box; }
    .contact-us .form input {
      width: 100%; }
    .contact-us .form textarea {
      width: 100%;
      max-width: 100%;
      height: 10em; }
  .contact-us .physical {
    width: 48.8235294118%;
    float: right;
    margin-right: 0; }
    .contact-us .physical ul {
      padding: 0 0 0 .5em;
      margin: 1.5em 0;
      list-style: none; }
      .contact-us .physical ul li {
        line-height: 2.5em;
        margin: .5em 0;
        color: #444444; }
        .contact-us .physical ul li strong {
          display: none; }
      .contact-us .physical ul .address:before {
        content: '';
        display: inline-block;
        height: 2.5em;
        width: 2.5em;
        background: url('images/placeholder.svg'), #53c0d2;
        background-size: 50%, 50%;
        background-position: center center, center;
        background-repeat: no-repeat;
        border-radius: 50% 50%;
        vertical-align: middle;
        margin-right: .5em; }
      .contact-us .physical ul .phone:before {
        content: '';
        display: inline-block;
        height: 2.5em;
        width: 2.5em;
        background: url('images/technology.svg'), #53c0d2;
        background-size: 50%, 50%;
        background-position: center center, center;
        background-repeat: no-repeat;
        border-radius: 50% 50%;
        vertical-align: middle;
        margin-right: .5em; }
      .contact-us .physical ul .fax:before {
        content: '';
        display: inline-block;
        height: 2.5em;
        width: 2.5em;
        background: url('images/technology-1.svg'), #53c0d2;
        background-size: 50%, 50%;
        background-position: center center, center;
        background-repeat: no-repeat;
        border-radius: 50% 50%;
        vertical-align: middle;
        margin-right: .5em; }
      .contact-us .physical ul .email:before {
        content: '';
        display: inline-block;
        height: 2.5em;
        width: 2.5em;
        background: url('images/email.svg'), #53c0d2;
        background-size: 50%, 50%;
        background-position: center center, center;
        background-repeat: no-repeat;
        border-radius: 50% 50%;
        vertical-align: middle;
        margin-right: .5em; }
  .contact-us input.wpcf7-submit {
    max-width: 10em;
    margin: 0 auto;
    padding: .5em;
    background-color: #63cae0;
    border: 0;
    font-weight: 700;
    color: #fff; }

@media (max-width: 900px) {
  .contact-us .form {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .contact-us .physical {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

/*

footer

*/
footer {
  width: 100%;
  background-color: #231f20;
  height: 3.5em;
  position: fixed;
  bottom: 0;
  z-index: 99;
  float: right;
  padding-right: 1em; }
  footer .site-info {
    color: #8e8083;
    font-size: 12px; }
  footer .socialmedia {
    height: 100%;
    width: 10em;
    position: absolute;
    left: .5em;
    bottom: 0; }
    footer .socialmedia a {
      border: 0;
      display: inline-block;
      width: 2.5em;
      margin-top: .5em;
      opacity: 0.6; }
      footer .socialmedia a img {
        width: 100%;
        height: auto; }
  footer .footer-inner {
    position: absolute;
    bottom: 0;
    right: 2em; }
  footer .footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    line-height: 1em; }
    footer .footer-links li {
      display: inline-block; }
      footer .footer-links li a {
        color: white;
        border: none;
        font-weight: 400;
        font-size: 14px;
        padding: .5em .5em; }
      footer .footer-links li:last-child a {
        padding-right: 0; }

@media (max-width: 900px) {
  footer {
    position: relative;
    height: auto; }
    footer .footer-inner {
      padding: 1em; }
    footer .socialmedia {
      position: relative;
      float: none;
      left: 1em;
      margin: 0 auto;
      display: block;
      width: 6em; }
    footer .footer-sponsors {
      display: none; }
    footer .footer-inner {
      position: static;
      float: none;
      text-align: center;
      margin: 0 auto;
      right: 0; }
      footer .footer-inner .footer-links {
        margin-bottom: 1em;
        line-height: 2em;
        text-align: center; }
      footer .footer-inner .site-info {
        line-height: 1.5em; } }

.entry-title {
  margin-bottom: 0; }

.post-gallery ul {
  margin: 0;
  padding: 0; }
  .post-gallery ul li {
    display: inline-block; }
    .post-gallery ul li a {
      border: 0; }

.video-wrapper {
  max-width: 40em;
  width: 100%; }

body.post-type-archive #content, body.single #content, body.blog #content, body.page-id-58 #content, body.page-id-54 #content, body.page-id-56 #content, body.archive #content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  box-sizing: border-box;
  margin-bottom: 7em; }
  body.post-type-archive #content:after, body.single #content:after, body.blog #content:after, body.page-id-58 #content:after, body.page-id-54 #content:after, body.page-id-56 #content:after, body.archive #content:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 900px) {
    body.post-type-archive #content, body.single #content, body.blog #content, body.page-id-58 #content, body.page-id-54 #content, body.page-id-56 #content, body.archive #content {
      padding: 0 4%; } }
  body.post-type-archive #content article, body.single #content article, body.blog #content article, body.page-id-58 #content article, body.page-id-54 #content article, body.page-id-56 #content article, body.archive #content article {
    margin-bottom: 5em; }
    body.post-type-archive #content article.news, body.single #content article.news, body.blog #content article.news, body.page-id-58 #content article.news, body.page-id-54 #content article.news, body.page-id-56 #content article.news, body.archive #content article.news {
      padding: 0; }
  body.post-type-archive #content h4, body.single #content h4, body.blog #content h4, body.page-id-58 #content h4, body.page-id-54 #content h4, body.page-id-56 #content h4, body.archive #content h4 {
    font-size: 22px; }
  body.post-type-archive #content h3, body.single #content h3, body.blog #content h3, body.page-id-58 #content h3, body.page-id-54 #content h3, body.page-id-56 #content h3, body.archive #content h3 {
    font-size: 22px;
    font-weight: 700; }
  body.post-type-archive #content form.wpcf7-form, body.single #content form.wpcf7-form, body.blog #content form.wpcf7-form, body.page-id-58 #content form.wpcf7-form, body.page-id-54 #content form.wpcf7-form, body.page-id-56 #content form.wpcf7-form, body.archive #content form.wpcf7-form {
    max-width: 50em;
    margin-top: 3em;
    margin-left: 1em; }
    body.post-type-archive #content form.wpcf7-form textarea, body.single #content form.wpcf7-form textarea, body.blog #content form.wpcf7-form textarea, body.page-id-58 #content form.wpcf7-form textarea, body.page-id-54 #content form.wpcf7-form textarea, body.page-id-56 #content form.wpcf7-form textarea, body.archive #content form.wpcf7-form textarea {
      width: 100%;
      max-width: 100%; }
    body.post-type-archive #content form.wpcf7-form input, body.single #content form.wpcf7-form input, body.blog #content form.wpcf7-form input, body.page-id-58 #content form.wpcf7-form input, body.page-id-54 #content form.wpcf7-form input, body.page-id-56 #content form.wpcf7-form input, body.archive #content form.wpcf7-form input {
      width: 100%; }
    body.post-type-archive #content form.wpcf7-form span.wpcf7-radio input, body.single #content form.wpcf7-form span.wpcf7-radio input, body.blog #content form.wpcf7-form span.wpcf7-radio input, body.page-id-58 #content form.wpcf7-form span.wpcf7-radio input, body.page-id-54 #content form.wpcf7-form span.wpcf7-radio input, body.page-id-56 #content form.wpcf7-form span.wpcf7-radio input, body.archive #content form.wpcf7-form span.wpcf7-radio input {
      display: inline-block;
      width: auto; }
    body.post-type-archive #content form.wpcf7-form .form-section, body.single #content form.wpcf7-form .form-section, body.blog #content form.wpcf7-form .form-section, body.page-id-58 #content form.wpcf7-form .form-section, body.page-id-54 #content form.wpcf7-form .form-section, body.page-id-56 #content form.wpcf7-form .form-section, body.archive #content form.wpcf7-form .form-section {
      padding: 2em;
      background-color: #f3f3f3;
      margin: 2em 0; }

.wp-caption-text {
  font-style: italic; }

.wpcf7-form-control-wrap {
  width: 100%; }

.edit-link {
  display: none; }

body.page-template-Vision-page-template .col {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: block;
  max-width: 60em;
  float: none; }
  body.page-template-Vision-page-template .col:last-child {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    margin-top: 4em; }
body.page-template-Vision-page-template .our-vision {
  padding-top: 2em;
  margin: 0; }
  body.page-template-Vision-page-template .our-vision:before {
    display: none; }
  body.page-template-Vision-page-template .our-vision ul ul {
    margin-top: 1em;
    padding-left: 1em; }
  body.page-template-Vision-page-template .our-vision .general-goals {
    font-size: 18px; }
    body.page-template-Vision-page-template .our-vision .general-goals li {
      margin: .5em 0; }
  body.page-template-Vision-page-template .our-vision h3 {
    font-size: 20px; }
  body.page-template-Vision-page-template .our-vision h4 {
    font-size: 24px; }

.page-id-58 h4 {
  margin: 1.5em 0 0 0; }

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