* {
  box-sizing: border-box; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body {
  padding: 0;
  margin: 0;
  background: #3E3E3E; }

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  nav ul li {
    display: inline-block; }

blockquote {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%;
  margin-left: 8.5298%; }
  blockquote:last-child {
    margin-right: 0; }
  @media screen and (min-width: 620px) {
    blockquote {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 34.11922%; }
      blockquote:last-child {
        margin-right: 0; } }
img {
  max-width: 100%;
  height: auto; }

img#map-static {
  display: block;
  margin: 0;
  padding: 0; }

a.menu-reveal {
  position: relative;
  font-size: 1.25em;
  padding-left: 1.25em;
  height: 1.25em; }

a.menu-reveal:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0em;
  width: 1em;
  height: 0.13em;
  background: white;
  box-shadow: 0 0.33em 0 0 white, 0 0.66em 0 0 white; }

.top-link {
  position: absolute;
  bottom: 1em;
  left: 1em;
  text-align: center; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 2em; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wrap {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  overflow: hidden;
  position: relative; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }

.row {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  .row:last-child {
    margin-right: 0; }

.centered {
  text-align: center; }

.content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 620px) {
    .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .content:last-child {
        margin-right: 0; } }
.intro-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  .intro-content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 620px) {
    .intro-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .intro-content:last-child {
        margin-right: 0; } }
.content.single-col {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding-top: 1em; }
  .content.single-col:last-child {
    margin-right: 0; }
  @media screen and (min-width: 720px) {
    .content.single-col {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%;
      margin-right: 0; }
      .content.single-col:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .content.single-col {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 17.05961%;
      margin-right: 0; }
      .content.single-col:last-child {
        margin-right: 0; } }
.button {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 0.8em 1.4em;
  color: #3E3E3E;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  margin-bottom: 1em;
  font-size: 1em; }
  .button:hover {
    background-color: white;
    border: 4px solid rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 620px) {
    .button {
      font-size: 1.1em; } }
.phone {
  position: relative;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  height: 340px; }
  .phone:last-child {
    margin-right: 0; }
  .phone img.phone-frame {
    position: absolute;
    top: 0;
    left: 0; }
  @media screen and (min-width: 620px) {
    .phone {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-left: 8.5298%;
      min-height: 450px; }
      .phone:last-child {
        margin-right: 0; } }
#header {
  background: #FE8600;
  color: #fff; }
  #header:after {
    content: "";
    display: table;
    clear: both; }
  #header a {
    color: #fff;
    text-decoration: none; }
  #header .logo {
    display: block;
    width: 149px;
    margin: 0px auto; }
    @media screen and (min-width: 620px) {
      #header .logo {
        float: left;
        margin: 0; } }
  #header .fusion {
    display: none; }
    @media screen and (min-width: 620px) {
      #header .fusion {
        float: right;
        margin-top: 6px; } }
@media screen and (min-width: 620px) {
  #map {
    min-height: 500px;
    background: #72A1D4; } }

#map-canvas {
  background-color: #72A1D4;
  height: 500px;
  opacity: 0; }

#map-canvas img {
  max-width: inherit; }

#about .wrap, #sessions .wrap, #students .wrap, #churches .wrap {
  padding-bottom: 3em; }

#students {
  border-top: 3px solid #FE8600;
  background: #fff;
  color: #FE8600; }
  #students .store {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding: 2em 0 1em; }
    #students .store:last-child {
      margin-right: 0; }
    #students .store a:hover {
      opacity: 0.8; }

#churches {
  background: #4DBCA2;
  color: #fff; }

.counter {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 0em; }
  .counter:last-child {
    margin-right: 0; }
  @media screen and (min-width: 480px) {
    .counter {
      padding: 2em; } }
  @media screen and (min-width: 620px) {
    .counter {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      padding: 2em; }
      .counter:last-child {
        margin-right: 0; } }
  .counter .digit {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    border: 2px solid #fff;
    border-radius: 6px;
    text-align: center; }
    .counter .digit:last-child {
      margin-right: 0; }
    .counter .digit:last-of-type {
      margin-right: 0; }

#quote {
  background-image: url(../images/students.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  height: 300px; }

#boxad {
  background-image: url(../images/box.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  height: 250px; }
  #boxad a {
    color: white;
    text-decoration: underline; }
  @media screen and (min-width: 720px) {
    #boxad {
      height: 500px; } }
#about, #sessions {
  background: #E1DFE0;
  color: #3E3E3E; }

#footer {
  color: #fff;
  padding: 1em 0 3em; }
  #footer .footer-wrap {
    text-align: center; }
    #footer .footer-wrap:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 460px) {
      #footer .footer-wrap {
        text-align: left; } }
  #footer .left {
    display: inline-block;
    float: none;
    margin-bottom: 0.6em; }
    @media screen and (min-width: 460px) {
      #footer .left {
        display: inline;
        float: left;
        margin: 0; } }
  #footer .right {
    display: block;
    float: none; }
    @media screen and (min-width: 460px) {
      #footer .right {
        display: inline;
        float: right; } }
  #footer span {
    display: inline-block;
    padding-left: 1em;
    line-height: 32px;
    height: 32px;
    vertical-align: center; }
  #footer span.fusion {
    display: block;
    width: 90px;
    margin: 0.6em auto;
    padding: 0; }
    @media screen and (min-width: 460px) {
      #footer span.fusion {
        display: inline-block;
        margin: 0;
        padding-left: 1em; } }
  #footer a.fusion {
    display: block;
    width: 80px;
    height: 32px;
    padding: 0;
    margin: 0;
    background: url(../images/fusion-logo.svg) 0px 0px no-repeat;
    background-size: 80px 32px; }
    #footer a.fusion:hover {
      background: url(../images/fusion-logo-orange.svg) 0px 0px no-repeat;
      background-size: 80px 32px; }

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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-twitter:before {
  content: "\e600"; }

.icon-facebook:before {
  content: "\e601"; }

.icon-mail:before {
  content: "\e602"; }

body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300; }

h1 {
  text-transform: uppercase;
  font-weight: 900; }

h2 {
  margin-top: 0;
  font-size: 1.2em; }
  @media screen and (min-width: 481px) {
    h2 {
      font-size: 1.5em; } }
  @media screen and (min-width: 620px) {
    h2 {
      font-size: 1.7em; } }
h3 {
  font-size: 1.1em; }
  @media screen and (min-width: 481px) {
    h3 {
      font-size: 1.3em; } }
  @media screen and (min-width: 620px) {
    h3 {
      font-size: 1.5em; } }
p, li {
  font-size: 1.1em;
  line-height: 1.45em; }
  @media screen and (min-width: 481px) {
    p, li {
      font-size: 1.25em; } }
  @media screen and (min-width: 620px) {
    p, li {
      font-size: 1.4em; } }
li {
  margin-bottom: 0.5em; }

li > p {
  font-size: 1em; }

p.quote {
  font-style: italic; }

nav {
  font-weight: 400; }

.top-link a {
  font-size: 0.8em;
  font-weight: 400;
  text-decoration: none;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%; }

#students .top-link a {
  color: #FE8600; }
  #students .top-link a:hover {
    background-color: rgba(0, 0, 0, 0.1); }

#students p.web {
  color: #3E3E3E; }
  #students p.web a {
    color: #FE8600; }
    #students p.web a:hover {
      color: #cb6b00;
      text-decoration: none; }

#churches .top-link a {
  color: #fff; }
  #churches .top-link a:hover {
    background-color: rgba(0, 0, 0, 0.1); }

#about .top-link a, #sessions .top-link a {
  color: #3E3E3E; }
  #about .top-link a:hover, #sessions .top-link a:hover {
    background-color: rgba(0, 0, 0, 0.1); }

blockquote {
  text-align: right;
  font-size: 1.6em;
  font-style: italic;
  font-weight: 600;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6); }
  blockquote a {
    font-size: 0.8em;
    color: #cb6b00;
    text-shadow: none;
    text-decoration: none; }
    blockquote a:hover {
      color: #985000; }
  @media screen and (min-width: 620px) {
    blockquote {
      font-size: 2em; }
      blockquote a {
        font-size: 0.7em; } }
  @media screen and (min-width: 720px) {
    blockquote {
      font-size: 2.2em; } }
.content.single-col h2 {
  color: #FE8600; }

.content.single-col strong {
  color: #FE8600; }

.counter .digit {
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  font-size: 3.8em;
  line-height: 1.5em; }
  .counter .digit.muted {
    color: rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 620px) {
    .counter .digit {
      font-size: 2.8em; } }
  @media screen and (min-width: 720px) {
    .counter .digit {
      font-size: 3.4em; } }
  @media screen and (min-width: 1024px) {
    .counter .digit {
      font-size: 4em; } }
.counter p {
  text-align: center;
  text-transform: uppercase;
  line-height: 2.4em;
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  font-size: 1.2em; }
  @media screen and (min-width: 620px) {
    .counter p {
      font-size: 1em; } }
  @media screen and (min-width: 720px) {
    .counter p {
      font-size: 1.4em; } }
#map-canvas div.info {
  height: 80px;
  padding: 10px; }

#map-canvas h4 {
  margin: 0; }

#map-canvas h4 a {
  color: #FE8600;
  text-decoration: none; }

#map-canvas a {
  color: #a4a4a4;
  text-decoration: none; }
  #map-canvas a:hover {
    color: #717171; }

#footer .right {
  font-size: 0.8em; }

#footer .left {
  font-size: 1.2em; }
  #footer .left a {
    padding: 0 0.2em; }

#footer a {
  text-decoration: none;
  color: #fff; }
  #footer a:hover {
    color: #FE8600; }

a.menu-reveal {
  position: absolute;
  top: 1em;
  left: 1em; }
  @media screen and (min-width: 620px) {
    a.menu-reveal {
      display: none; } }
#header {
  position: relative; }
  #header nav.main {
    float: none;
    max-height: 0;
    overflow: hidden;
    display: block;
    top: 0;
    left: 0;
    right: 0; }
    #header nav.main ul {
      padding-top: 0.8em; }
    #header nav.main li {
      display: block;
      font-size: 1em;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      #header nav.main li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
    #header nav.main a {
      display: block;
      text-transform: uppercase;
      padding: 0.2em 0em; }
      #header nav.main a:hover {
        color: #985000; }
    #header nav.main.open {
      max-height: 600px; }
  @media screen and (min-width: 620px) {
    #header nav.main {
      float: left;
      max-height: auto;
      overflow: visible;
      margin-left: 3em; }
      #header nav.main ul {
        padding: 0; }
      #header nav.main li {
        display: inline-block;
        padding: 0 0.4em;
        border: none; }
        #header nav.main li:first-child {
          border: none; }
      #header nav.main a {
        line-height: 34px; } }
  @media screen and (min-width: 720px) {
    #header a.fusion {
      float: right;
      display: inline-block; } }
#map .search {
  display: none; }
  @media screen and (min-width: 620px) {
    #map .search {
      display: block;
      position: absolute;
      top: 500px;
      width: 70%;
      left: 15%;
      z-index: 99999; }
      #map .search input {
        padding: 0.5em;
        font-size: 1.2em;
        width: 80%;
        border: none;
        margin: 0; }
      #map .search button {
        padding: 0.5em;
        font-size: 1.2em;
        width: 19%;
        border: none;
        margin: 0;
        background: #FE8600;
        text-transform: uppercase;
        color: white; }
        #map .search button:hover {
          background: #ff8d0e; }
        #map .search button:active {
          background: #e57900; } }
  @media screen and (min-width: 860px) {
    #map .search {
      width: 60%;
      left: 20%; } }
  @media screen and (min-width: 1024px) {
    #map .search {
      width: 50%;
      left: 25%; } }
  @media screen and (min-width: 1200px) {
    #map .search {
      width: 40%;
      left: 30%; } }
#map #map-canvas {
  z-index: 10; }
