/*! normalize.css v3.0.2 | 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.
 */
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=bc758947-f318-4f66-a770-7d8dbebc0919");
@import url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/css/saddleback.com/dist/icomoon.css");
@import url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/css/saddleback.com/dist/sb-custom-icons.css");
@import "https://fonts.googleapis.com/css?family=Lato:300,400,700,900|PT+Serif:400,700";
@import url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/css/saddleback.com/dist/sb-custom-icons.css");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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,
menu,
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-color: 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 {
  -moz-box-sizing: content-box;
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

@font-face {
  font-family: "GeomSlabSerif";
  src: url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/mentalhealth/6930abf6-6941-4a77-937e-650d4903dcbf.eot?#iefix");
  src: url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/mentalhealth/6930abf6-6941-4a77-937e-650d4903dcbf.eot?#iefix") format("eot"), url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/mentalhealth/5956503a-9715-4858-a5cd-5754266f3d9f.woff") format("woff"), url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/mentalhealth/248bb583-a35e-495f-89b0-ce10ead1c214.ttf") format("truetype"), url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/mentalhealth/fa7ffc34-3a05-43fc-b5ea-fcb61b437e83.svg#fa7ffc34-3a05-43fc-b5ea-fcb61b437e83") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GeomSlabSerif";
  src: url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/mentalhealth/2ac7d3b8-c869-4794-9f9d-c521404c73a9.eot?#iefix");
  src: url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/mentalhealth/2ac7d3b8-c869-4794-9f9d-c521404c73a9.eot?#iefix") format("eot"), url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/mentalhealth/545e7a8c-3454-4669-a2f0-633061b88af7.woff") format("woff"), url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/mentalhealth/2c90db7c-666e-4348-af7b-ea453c5eeb03.ttf") format("truetype"), url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/mentalhealth/57589e19-0f90-4725-8dee-3fef8f3003e1.svg#57589e19-0f90-4725-8dee-3fef8f3003e1") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/mentalhealth/96676c88-bae1-468a-acf5-fa74fdb2b736.eot?#iefix");
  src: url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/mentalhealth/96676c88-bae1-468a-acf5-fa74fdb2b736.eot?#iefix") format("eot"), url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/mentalhealth/dba0fe51-98c1-4045-b289-c0e6afb10f73.woff") format("woff"), url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/mentalhealth/14c284c3-7a50-4ef0-becf-c01232631f59.ttf") format("truetype"), url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/mentalhealth/c7536b52-8fbc-472d-8d8a-335dae2980df.svg#c7536b52-8fbc-472d-8d8a-335dae2980df") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/mentalhealth/cb0a2948-31e1-4f3e-8df8-f8fed5125537.eot?#iefix");
  src: url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/mentalhealth/cb0a2948-31e1-4f3e-8df8-f8fed5125537.eot?#iefix") format("eot"), url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/mentalhealth/b28633d8-c94c-4a40-8eb1-1e0b32ea0e06.woff") format("woff"), url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/mentalhealth/0ec7744d-038f-46bd-a3a8-f3e0020ab4b8.ttf") format("truetype"), url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/mentalhealth/3f6b8eb6-2678-4b83-ab47-6cbfa9dcc9db.svg#3f6b8eb6-2678-4b83-ab47-6cbfa9dcc9db") format("svg");
  font-weight: bold;
  font-style: normal;
}
html {
  font-size: 100%;
  line-height: 1.5em;
}

html {
  font-size: 62.5%;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

h1 {
  /* color: $darkgrey; */
  font: bold 4rem/4.4rem "GeomSlabSerif", "Times New Roman";
  margin: 0 0 2.2rem 0;
  text-transform: uppercase;
}

h2 {
  /* color: $darkgrey; */
  font: 3.6rem/4.4rem "GeomSlabSerif", "Times New Roman";
  margin: 0 0 1.1rem 0;
  text-transform: uppercase;
}

h3 {
  /* color: $darkgrey; */
  font: bold 3rem/3.3rem "ProximaNova", Arial;
  margin: 0 0 1.1rem 0;
  text-transform: uppercase;
}

h4 {
  /* color: $darkgrey; */
  font: bold 2.4rem "ProximaNova", Arial;
  margin: 0 0 1.1rem 0;
}

h5, h6 {
  /* color: $darkgrey; */
  font: bold 2rem/2.2rem "ProximaNova", Arial;
  margin: 0 0 1.1rem 0;
}

article p, article li, article a {
  font: 2.4rem/3.3rem "ProximaNova", Arial;
  margin: 0 0 1.1rem 0;
}

p, li {
  font: 1.6rem/2.2rem "ProximaNova", Arial;
  margin: 0 0 1.1rem 0;
}

a, a:visited {
  color: #009e94;
  font: normal 1.6rem/2.2rem "ProximaNova", Arial;
  /*** Works better to inherit this ***/
  text-decoration: none;
}
a:hover, a:visited:hover {
  color: #00726b;
  text-decoration: underline;
}
a:active, a:visited:active {
  border: 0;
  outline: 0;
}
a.btn, a:visited.btn {
  color: #ffffff;
}

a, a:visited, a span {
  transition: color .1s ease-out, background .1s ease-out;
}

span, input, textarea {
  font-size: 1.6rem;
  line-height: 1.375;
}

label {
  font: 1.4rem/2.2rem "ProximaNova", Arial;
  text-transform: uppercase;
}

input[type=text], input[type=password] {
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  color: #323232;
  height: 5.5rem;
  line-height: 5.5rem;
  padding-left: 22px;
  width: 100%;
}
input[type=text]:focus, input[type=password]:focus {
  border: 2px solid #3A4474 !important;
  outline: 0;
}

textarea {
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  color: #323232;
  display: block;
  min-height: 21.1rem;
  width: 100%;
}

article p {
  margin-bottom: 1.1rem;
}
article ul {
  list-style: disc;
  padding-left: 22px;
}
article ul li {
  font-size: 1.6rem;
  line-height: 2.0625;
}
article ol {
  list-style: decimal;
  padding-left: 20px;
}
article ol li {
  font-size: 1.6rem;
  line-height: 2.0625;
}
article .pullQuote {
  border-left: #293055 5px solid;
  padding-left: 18px;
  margin: 2.2rem 0;
}
article .pullQuote p, article .pullQuote span, article .pullQuote a {
  font-family: "ProximaNova", Arial;
  font-style: italic;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0;
}
article img {
  display: block;
  height: auto !important;
  width: 100%;
}

.noPullQuotes {
  float: none !important;
  margin: 0 auto !important;
  width: 95% !important;
}
.noPullQuotes .pullQuote {
  display: none;
}

.rotate90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotateNeg90 {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rotate180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.btn {
  border: 0;
  border-radius: 17px;
  display: inline-block;
  font: 1.6rem/3.3rem "GeomSlabSerif", "Times New Roman";
  height: 3.3rem;
  padding: 0 22px;
  text-align: center;
  text-shadow: none;
  position: relative;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  outline: 0;
}
.btn.white {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.white:hover, .btn.white:focus {
  background: #ffffff;
  color: #000000;
}
.btn.white.transparent {
  background: transparent;
}
.btn.black {
  background: #000000;
  color: #ffffff;
}
.btn.black:hover, .btn.black:focus {
  background: #323232;
}
.btn.black.transparent {
  background: transparent;
}
.btn.blue {
  background: #009e94;
  color: #ffffff;
}
.btn.blue:hover, .btn.blue:focus {
  background: #00726b;
}
.btn.calendar {
  line-height: 2.2rem;
}
.btn.playButton {
  padding-left: 40px;
}
.btn.playButton:before {
  content: " ";
  border-bottom: 6px solid transparent;
  border-left: 10px solid;
  border-top: 6px solid transparent;
  height: 0;
  left: 0;
  margin: -5px 0 0 22px;
  position: absolute;
  top: 50%;
  width: 0;
}

.playButtonTriangle {
  border-bottom: 15px solid transparent;
  border-left: 20px solid white;
  border-top: 15px solid transparent;
  height: 0;
  left: 50%;
  margin: -15px 0 0 -10px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* Grid system for sb33 and child sites. Responsive, and uses flexbox as the primary layout (until grid is finalized and supported?) */
/* define the base grid */
/* parent container must have 11px padding on left and right to work properly OR main content section needs the padding */
.grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  letter-spacing: -.31em;
  margin-left: -11px;
  margin-right: -11px;
}

/* define grid units */
.grid-u-m-1, .grid-u-m-1,
.grid-u-m-2, .grid-u-m-3,
.grid-u-m-4, .grid-u-m-5,
.grid-u-m-6, .grid-u-m-7,
.grid-u-m-8, .grid-u-m-9,
.grid-u-m-10, .grid-u-m-11,
.grid-u-m-12 {
  display: inline-block;
  letter-spacing: normal;
  padding-left: 11px;
  padding-right: 11px;
  vertical-align: top;
  word-spacing: normal;
  zoom: 1;
}

.grid-u-m-1 {
  width: 8.3333333333333333333333333333333%;
}

.grid-u-m-2 {
  width: 16.666666666666666666666666666667%;
}

.grid-u-m-3 {
  width: 25%;
}

.grid-u-m-4 {
  width: 33.333333333333333333333333333333%;
}

.grid-u-m-5 {
  width: 41.666666666666666666666666666667%;
}

.grid-u-m-6 {
  width: 50%;
}

.grid-u-m-7 {
  width: 58.333333333333333333333333333333%;
}

.grid-u-m-8 {
  width: 66.666666666666666666666666666667%;
}

.grid-u-m-9 {
  width: 75%;
}

.grid-u-m-10 {
  width: 83.333333333333333333333333333333%;
}

.grid-u-m-11 {
  width: 91.666666666666666666666666666667%;
}

.grid-u-m-12 {
  width: 100%;
}

.m-offset-1 {
  margin-left: 8.3333333333333333333333333333333%;
}

.m-offset-2 {
  margin-left: 16.666666666666666666666666666667%;
}

.m-offset-3 {
  margin-left: 25%;
}

.m-offset-4 {
  margin-left: 33.333333333333333333333333333333%;
}

.m-offset-5 {
  margin-left: 41.666666666666666666666666666667%;
}

.m-offset-6 {
  margin-left: 50%;
}

.m-offset-7 {
  margin-left: 58.333333333333333333333333333333%;
}

.m-offset-8 {
  margin-left: 66.666666666666666666666666666667%;
}

.m-offset-9 {
  margin-left: 75%;
}

.m-offset-10 {
  margin-left: 83.333333333333333333333333333333%;
}

.m-offset-11 {
  margin-left: 91.666666666666666666666666666667%;
}

.m-offset-12 {
  margin-left: 100%;
}

/* order adjustments, yay flexbox */
.m-order-1 {
  order: 1;
}

.m-order-2 {
  order: 2;
}

.m-order-3 {
  order: 3;
}

.m-order-4 {
  order: 4;
}

.m-order-5 {
  order: 5;
}

.m-order-6 {
  order: 6;
}

.m-order-7 {
  order: 7;
}

.m-order-8 {
  order: 8;
}

.m-order-9 {
  order: 9;
}

.m-order-10 {
  order: 10;
}

.m-order-11 {
  order: 11;
}

.m-order-12 {
  order: 12;
}

.m-hidden {
  display: none;
}

.m-visible-inline {
  display: inline;
}

.m-visible-block {
  display: block;
}

.m-visible-inline-block {
  display: inline-block;
}

.m-invisible {
  visibility: hidden;
}

.m-left {
  text-align: left;
}

.m-center {
  text-align: center;
}

.m-right {
  text-align: right;
}

.m-align-center {
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.m-justify-center {
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (min-width: 35.5em) {
  .grid-u-sm-1, .grid-u-sm-1,
  .grid-u-sm-2, .grid-u-sm-3,
  .grid-u-sm-4, .grid-u-sm-5,
  .grid-u-sm-6, .grid-u-sm-7,
  .grid-u-sm-8, .grid-u-sm-9,
  .grid-u-sm-10, .grid-u-sm-11,
  .grid-u-sm-12 {
    display: inline-block;
    letter-spacing: normal;
    padding-left: 11px;
    padding-right: 11px;
    vertical-align: top;
    word-spacing: normal;
    zoom: 1;
  }

  .grid-u-sm-1 {
    width: 8.3333333333333333333333333333333%;
  }

  .grid-u-sm-2 {
    width: 16.666666666666666666666666666667%;
  }

  .grid-u-sm-3 {
    width: 25%;
  }

  .grid-u-sm-4 {
    width: 33.333333333333333333333333333333%;
  }

  .grid-u-sm-5 {
    width: 41.666666666666666666666666666667%;
  }

  .grid-u-sm-6 {
    width: 50%;
  }

  .grid-u-sm-7 {
    width: 58.333333333333333333333333333333%;
  }

  .grid-u-sm-8 {
    width: 66.666666666666666666666666666667%;
  }

  .grid-u-sm-9 {
    width: 75%;
  }

  .grid-u-sm-10 {
    width: 83.333333333333333333333333333333%;
  }

  .grid-u-sm-11 {
    width: 91.666666666666666666666666666667%;
  }

  .grid-u-sm-12 {
    width: 100%;
  }

  .sm-offset-1 {
    margin-left: 8.3333333333333333333333333333333%;
  }

  .sm-offset-2 {
    margin-left: 16.666666666666666666666666666667%;
  }

  .sm-offset-3 {
    margin-left: 25%;
  }

  .sm-offset-4 {
    margin-left: 33.333333333333333333333333333333%;
  }

  .sm-offset-5 {
    margin-left: 41.666666666666666666666666666667%;
  }

  .sm-offset-6 {
    margin-left: 50%;
  }

  .sm-offset-7 {
    margin-left: 58.333333333333333333333333333333%;
  }

  .sm-offset-8 {
    margin-left: 66.666666666666666666666666666667%;
  }

  .sm-offset-9 {
    margin-left: 75%;
  }

  .sm-offset-10 {
    margin-left: 83.333333333333333333333333333333%;
  }

  .sm-offset-11 {
    margin-left: 91.666666666666666666666666666667%;
  }

  .sm-offset-12 {
    margin-left: 100%;
  }

  /* order adjustments, yay flexbox */
  .sm-order-1 {
    order: 1;
  }

  .sm-order-2 {
    order: 2;
  }

  .sm-order-3 {
    order: 3;
  }

  .sm-order-4 {
    order: 4;
  }

  .sm-order-5 {
    order: 5;
  }

  .sm-order-6 {
    order: 6;
  }

  .sm-order-7 {
    order: 7;
  }

  .sm-order-8 {
    order: 8;
  }

  .sm-order-9 {
    order: 9;
  }

  .sm-order-10 {
    order: 10;
  }

  .sm-order-11 {
    order: 11;
  }

  .sm-order-12 {
    order: 12;
  }

  .sm-hidden {
    display: none;
  }

  .sm-visible-inline {
    display: inline;
  }

  .sm-visible-block {
    display: block;
  }

  .sm-visible-inline-block {
    display: inline-block;
  }

  .sm-invisible {
    visibility: hidden;
  }

  .sm-left {
    text-align: left;
  }

  .sm-center {
    text-align: center;
  }

  .sm-right {
    text-align: right;
  }

  .sm-align-center {
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .sm-justify-center {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 48em) {
  .grid-u-md-1, .grid-u-md-1,
  .grid-u-md-2, .grid-u-md-3,
  .grid-u-md-4, .grid-u-md-5,
  .grid-u-md-6, .grid-u-md-7,
  .grid-u-md-8, .grid-u-md-9,
  .grid-u-md-10, .grid-u-md-11,
  .grid-u-md-12 {
    display: inline-block;
    letter-spacing: normal;
    padding-left: 11px;
    padding-right: 11px;
    vertical-align: top;
    word-spacing: normal;
    zoom: 1;
  }

  .grid-u-md-1 {
    width: 8.3333333333333333333333333333333%;
  }

  .grid-u-md-2 {
    width: 16.666666666666666666666666666667%;
  }

  .grid-u-md-3 {
    width: 25%;
  }

  .grid-u-md-4 {
    width: 33.333333333333333333333333333333%;
  }

  .grid-u-md-5 {
    width: 41.666666666666666666666666666667%;
  }

  .grid-u-md-6 {
    width: 50%;
  }

  .grid-u-md-7 {
    width: 58.333333333333333333333333333333%;
  }

  .grid-u-md-8 {
    width: 66.666666666666666666666666666667%;
  }

  .grid-u-md-9 {
    width: 75%;
  }

  .grid-u-md-10 {
    width: 83.333333333333333333333333333333%;
  }

  .grid-u-md-11 {
    width: 91.666666666666666666666666666667%;
  }

  .grid-u-md-12 {
    width: 100%;
  }

  .md-offset-1 {
    margin-left: 8.3333333333333333333333333333333%;
  }

  .md-offset-2 {
    margin-left: 16.666666666666666666666666666667%;
  }

  .md-offset-3 {
    margin-left: 25%;
  }

  .md-offset-4 {
    margin-left: 33.333333333333333333333333333333%;
  }

  .md-offset-5 {
    margin-left: 41.666666666666666666666666666667%;
  }

  .md-offset-6 {
    margin-left: 50%;
  }

  .md-offset-7 {
    margin-left: 58.333333333333333333333333333333%;
  }

  .md-offset-8 {
    margin-left: 66.666666666666666666666666666667%;
  }

  .md-offset-9 {
    margin-left: 75%;
  }

  .md-offset-10 {
    margin-left: 83.333333333333333333333333333333%;
  }

  .md-offset-11 {
    margin-left: 91.666666666666666666666666666667%;
  }

  .md-offset-12 {
    margin-left: 100%;
  }

  /* order adjustments, yay flexbox */
  .md-order-1 {
    order: 1;
  }

  .md-order-2 {
    order: 2;
  }

  .md-order-3 {
    order: 3;
  }

  .md-order-4 {
    order: 4;
  }

  .md-order-5 {
    order: 5;
  }

  .md-order-6 {
    order: 6;
  }

  .md-order-7 {
    order: 7;
  }

  .md-order-8 {
    order: 8;
  }

  .md-order-9 {
    order: 9;
  }

  .md-order-10 {
    order: 10;
  }

  .md-order-11 {
    order: 11;
  }

  .md-order-12 {
    order: 12;
  }

  .md-hidden {
    display: none;
  }

  .md-visible-inline {
    display: inline;
  }

  .md-visible-block {
    display: block;
  }

  .md-visible-inline-block {
    display: inline-block;
  }

  .md-invisible {
    visibility: hidden;
  }

  .md-left {
    text-align: left;
  }

  .md-center {
    text-align: center;
  }

  .md-right {
    text-align: right;
  }

  .md-align-center {
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .md-justify-center {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 64em) {
  .grid-u-lg-1, .grid-u-lg-1,
  .grid-u-lg-2, .grid-u-lg-3,
  .grid-u-lg-4, .grid-u-lg-5,
  .grid-u-lg-6, .grid-u-lg-7,
  .grid-u-lg-8, .grid-u-lg-9,
  .grid-u-lg-10, .grid-u-lg-11,
  .grid-u-lg-12 {
    display: inline-block;
    letter-spacing: normal;
    padding-left: 11px;
    padding-right: 11px;
    vertical-align: top;
    word-spacing: normal;
    zoom: 1;
  }

  .grid-u-lg-1 {
    width: 8.3333333333333333333333333333333%;
  }

  .grid-u-lg-2 {
    width: 16.666666666666666666666666666667%;
  }

  .grid-u-lg-3 {
    width: 25%;
  }

  .grid-u-lg-4 {
    width: 33.333333333333333333333333333333%;
  }

  .grid-u-lg-5 {
    width: 41.666666666666666666666666666667%;
  }

  .grid-u-lg-6 {
    width: 50%;
  }

  .grid-u-lg-7 {
    width: 58.333333333333333333333333333333%;
  }

  .grid-u-lg-8 {
    width: 66.666666666666666666666666666667%;
  }

  .grid-u-lg-9 {
    width: 75%;
  }

  .grid-u-lg-10 {
    width: 83.333333333333333333333333333333%;
  }

  .grid-u-lg-11 {
    width: 91.666666666666666666666666666667%;
  }

  .grid-u-lg-12 {
    width: 100%;
  }

  .lg-offset-1 {
    margin-left: 8.3333333333333333333333333333333%;
  }

  .lg-offset-2 {
    margin-left: 16.666666666666666666666666666667%;
  }

  .lg-offset-3 {
    margin-left: 25%;
  }

  .lg-offset-4 {
    margin-left: 33.333333333333333333333333333333%;
  }

  .lg-offset-5 {
    margin-left: 41.666666666666666666666666666667%;
  }

  .lg-offset-6 {
    margin-left: 50%;
  }

  .lg-offset-7 {
    margin-left: 58.333333333333333333333333333333%;
  }

  .lg-offset-8 {
    margin-left: 66.666666666666666666666666666667%;
  }

  .lg-offset-9 {
    margin-left: 75%;
  }

  .lg-offset-10 {
    margin-left: 83.333333333333333333333333333333%;
  }

  .lg-offset-11 {
    margin-left: 91.666666666666666666666666666667%;
  }

  .lg-offset-12 {
    margin-left: 100%;
  }

  /* order adjustments, yay flexbox */
  .lg-order-1 {
    order: 1;
  }

  .lg-order-2 {
    order: 2;
  }

  .lg-order-3 {
    order: 3;
  }

  .lg-order-4 {
    order: 4;
  }

  .lg-order-5 {
    order: 5;
  }

  .lg-order-6 {
    order: 6;
  }

  .lg-order-7 {
    order: 7;
  }

  .lg-order-8 {
    order: 8;
  }

  .lg-order-9 {
    order: 9;
  }

  .lg-order-10 {
    order: 10;
  }

  .lg-order-11 {
    order: 11;
  }

  .lg-order-12 {
    order: 12;
  }

  .lg-hidden {
    display: none;
  }

  .lg-visible-inline {
    display: inline;
  }

  .lg-visible-block {
    display: block;
  }

  .lg-visible-inline-block {
    display: inline-block;
  }

  .lg-invisible {
    visibility: hidden;
  }

  .lg-left {
    text-align: left;
  }

  .lg-center {
    text-align: center;
  }

  .lg-right {
    text-align: right;
  }

  .lg-align-center {
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .lg-justify-center {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 80em) {
  .grid-u-xl-1, .grid-u-xl-1,
  .grid-u-xl-2, .grid-u-xl-3,
  .grid-u-xl-4, .grid-u-xl-5,
  .grid-u-xl-6, .grid-u-xl-7,
  .grid-u-xl-8, .grid-u-xl-9,
  .grid-u-xl-10, .grid-u-xl-11,
  .grid-u-xl-12 {
    display: inline-block;
    letter-spacing: normal;
    padding-left: 11px;
    padding-right: 11px;
    vertical-align: top;
    word-spacing: normal;
    zoom: 1;
  }

  .grid-u-xl-1 {
    width: 8.3333333333333333333333333333333%;
  }

  .grid-u-xl-2 {
    width: 16.666666666666666666666666666667%;
  }

  .grid-u-xl-3 {
    width: 25%;
  }

  .grid-u-xl-4 {
    width: 33.333333333333333333333333333333%;
  }

  .grid-u-xl-5 {
    width: 41.666666666666666666666666666667%;
  }

  .grid-u-xl-6 {
    width: 50%;
  }

  .grid-u-xl-7 {
    width: 58.333333333333333333333333333333%;
  }

  .grid-u-xl-8 {
    width: 66.666666666666666666666666666667%;
  }

  .grid-u-xl-9 {
    width: 75%;
  }

  .grid-u-xl-10 {
    width: 83.333333333333333333333333333333%;
  }

  .grid-u-xl-11 {
    width: 91.666666666666666666666666666667%;
  }

  .grid-u-xl-12 {
    width: 100%;
  }

  .xl-offset-1 {
    margin-left: 8.3333333333333333333333333333333%;
  }

  .xl-offset-2 {
    margin-left: 16.666666666666666666666666666667%;
  }

  .xl-offset-3 {
    margin-left: 25%;
  }

  .xl-offset-4 {
    margin-left: 33.333333333333333333333333333333%;
  }

  .xl-offset-5 {
    margin-left: 41.666666666666666666666666666667%;
  }

  .xl-offset-6 {
    margin-left: 50%;
  }

  .xl-offset-7 {
    margin-left: 58.333333333333333333333333333333%;
  }

  .xl-offset-8 {
    margin-left: 66.666666666666666666666666666667%;
  }

  .xl-offset-9 {
    margin-left: 75%;
  }

  .xl-offset-10 {
    margin-left: 83.333333333333333333333333333333%;
  }

  .xl-offset-11 {
    margin-left: 91.666666666666666666666666666667%;
  }

  .xl-offset-12 {
    margin-left: 100%;
  }

  /* order adjustments, yay flexbox */
  .xl-order-1 {
    order: 1;
  }

  .xl-order-2 {
    order: 2;
  }

  .xl-order-3 {
    order: 3;
  }

  .xl-order-4 {
    order: 4;
  }

  .xl-order-5 {
    order: 5;
  }

  .xl-order-6 {
    order: 6;
  }

  .xl-order-7 {
    order: 7;
  }

  .xl-order-8 {
    order: 8;
  }

  .xl-order-9 {
    order: 9;
  }

  .xl-order-10 {
    order: 10;
  }

  .xl-order-11 {
    order: 11;
  }

  .xl-order-12 {
    order: 12;
  }

  .xl-hidden {
    display: none;
  }

  .xl-visible-inline {
    display: inline;
  }

  .xl-visible-block {
    display: block;
  }

  .xl-visible-inline-block {
    display: inline-block;
  }

  .xl-invisible {
    visibility: hidden;
  }

  .xl-left {
    text-align: left;
  }

  .xl-center {
    text-align: center;
  }

  .xl-right {
    text-align: right;
  }

  .xl-align-center {
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .xl-justify-center {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
/***********************************
    TEMPLATE ELEMENTS
    ********************************/
html {
  -ms-overflow-style: scrollbar;
}

body {
  background: #e5e5e5;
}

.wrapper {
  margin: 0 auto;
  max-width: 1280px;
  min-width: 320px;
  position: relative;
  z-index: 100;
}

.content {
  background: #e5e5e5;
  padding: 0 1.1rem 1.1rem;
  position: relative;
  width: 100%;
  z-index: 100;
}

.navWide .grid .connect:before {
  display: none !important;
}

.footerNav .grid .connect:before {
  display: none !important;
}

.churchSlider #content-slider-1 .rsOverflow {
  border: none;
}

/* defaults */
img {
  display: block;
  height: auto;
  width: 100%;
}

/* Turn off text hilighting on touch */
a, .rsTab, .ui-state-default {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     not supported by any browser */
}

/* Video lightboxes */
.mfp-content {
  max-width: 720px;
}

/* No background on slides */
.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
  background: none !important;
}

/* Colors */
.bgGreen {
  background: #89c150;
}

.bgBlue {
  background: #3A4474;
}

.bgOrange {
  background: #f9a134;
}

.bgYellow {
  background: #fce730;
}

.bgDarkgreen {
  background: #679935;
}

.bgDarkblue {
  background: #293055;
}

.bgDarkorange {
  background: #d27c12;
}

.bgDarkyellow {
  background: #d4c50e;
}

.sectionColor {
  background: #ffffff;
}

.bgLightGrey {
  background: #e5e5e5;
}

.bgGrey {
  background: #aaaaaa;
}

.bgDarkGrey {
  background: #323232;
}

.bgTeal {
  background: #009e94;
}

.bgTwitterBlue {
  background: #55acee;
}

.bgYoutubeRed {
  background: #e52d27;
}

.bgFacebookBlue {
  background: #3b5998;
}

.gradientGreen {
  background: #89c150;
  background: -moz-linear-gradient(-45deg, #89c150 0%, #89c150 80%, #fce730 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #89c150), color-stop(80%, #89c150), color-stop(100%, #fce730));
  background: -webkit-linear-gradient(-45deg, #89c150 0%, #89c150 80%, #fce730 100%);
  background: -o-linear-gradient(-45deg, #89c150 0%, #89c150 80%, #fce730 100%);
  background: -ms-linear-gradient(-45deg, #89c150 0%, #89c150 80%, #fce730 100%);
  background: linear-gradient(135deg, #89c150 0%, #89c150 80%, #fce730 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$green', endColorstr='$yellow',GradientType=1 );
}

.gradientBlue {
  background: #3A4474;
  background: -moz-linear-gradient(-45deg, #3A4474 0%, #3A4474 50%, #89c150 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #3A4474), color-stop(50%, #3A4474), color-stop(100%, #89c150));
  background: -webkit-linear-gradient(-45deg, #3A4474 0%, #3A4474 50%, #89c150 100%);
  background: -o-linear-gradient(-45deg, #3A4474 0%, #3A4474 50%, #89c150 100%);
  background: -ms-linear-gradient(-45deg, #3A4474 0%, #3A4474 50%, #89c150 100%);
  background: linear-gradient(135deg, #3a4474 0%, #3a4474 50%, #89c150 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue', endColorstr='$green',GradientType=1 );
}

.gradientOrange {
  background: #f9a134;
  background: -moz-linear-gradient(-45deg, #f9a134 0%, #f9a134 80%, #89c150 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f9a134), color-stop(80%, #f9a134), color-stop(100%, #89c150));
  background: -webkit-linear-gradient(-45deg, #f9a134 0%, #f9a134 80%, #89c150 100%);
  background: -o-linear-gradient(-45deg, #f9a134 0%, #f9a134 80%, #89c150 100%);
  background: -ms-linear-gradient(-45deg, #f9a134 0%, #f9a134 80%, #89c150 100%);
  background: linear-gradient(135deg, #f9a134 0%, #f9a134 80%, #89c150 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a134', endColorstr='$green',GradientType=1 );
}

.gradientBlueTealGreen {
  background: #3a4474;
  background: -moz-linear-gradient(-45deg, #3a4474 0%, #1f9793 70%, #89c150 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #3a4474), color-stop(70%, #1f9793), color-stop(100%, #89c150));
  background: -webkit-linear-gradient(-45deg, #3a4474 0%, #1f9793 70%, #89c150 100%);
  background: -o-linear-gradient(-45deg, #3a4474 0%, #1f9793 70%, #89c150 100%);
  background: -ms-linear-gradient(-45deg, #3a4474 0%, #1f9793 70%, #89c150 100%);
  background: linear-gradient(135deg, #3a4474 0%, #1f9793 70%, #89c150 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a4474', endColorstr='#89c150',GradientType=1 );
}

/***** grey box Place Holders  *****/
.aspectPlaceHolder169, .aspectPlaceHolder1-1 {
  width: 100%;
  display: block;
}

.imgAfterPlaceholder {
  position: absolute !important;
  top: 0;
}

.clearfix:after {
  clear: both;
}

/* Textboxes */
input[type="text"]:-moz-placeholder {
  color: #bfbfbf;
  font-style: italic;
}
input[type="text"]::-moz-placeholder {
  color: #bfbfbf;
  font-style: italic;
}
input[type="text"]:-ms-input-placeholder {
  color: #bfbfbf;
  font-style: italic;
}
input[type="text"]::-webkit-input-placeholder {
  color: #bfbfbf;
  font-style: italic;
}

/***********************************
    AD SLIDER ELEMENTS
    ********************************/
.staticHeightAdContainer {
  height: 220px !important;
  max-height: 240px;
}

.staticHeightAdContainer.adFocusLeft .rsImg {
  margin-left: 0 !important;
}

/* Icons */
span[class*='icon-'], span[class*='sb-icon-'] {
  display: inline-block;
}

span:hover[class*='icon-'], span:hover[class*='sb-icon-'] {
  text-decoration: none;
}

/*******************************
    NAVIGATION
    *******************************/
nav ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.top {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -17px;
}

.logoContainer {
  width: 126px;
}

.menuBtn {
  background: #ffffff;
  border: 1px solid #009e94;
  float: right;
  height: 3.3rem;
  line-height: 3.3rem;
  padding: 0 1.1rem;
  text-transform: uppercase;
}
.menuBtn:hover, .menuBtn:focus {
  background: #009e94;
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.menuBtn:active {
  border: 1px solid #009e94;
}

.navMobile {
  background: #ffffff;
  border: 1px solid #6a7781;
  padding: 6.6rem 0;
  position: fixed;
  right: -400px;
  top: 0;
  -webkit-transition: right 0.2s ease-in;
  transition: right 0.2s ease-in;
  width: 100%;
  max-width: 400px;
  min-width: 300px;
  z-index: 200;
  text-align: center;
}
.navMobile.active {
  right: 0;
}
.navMobile .close {
  color: #009e94;
  padding: 1.1rem;
  position: absolute;
  right: 1.1rem;
  top: 1.1rem;
}
.navMobile .close:hover {
  text-decoration: none;
}
.navMobile ul {
  letter-spacing: normal;
  list-style: none;
  margin: 6.6rem 0;
  margin: 0;
  padding: 0;
}
.navMobile ul li {
  margin-bottom: 3.3rem;
}
.navMobile ul li a {
  color: #009e94;
  font: 2.4rem "ProximaNova", Arial;
  text-transform: uppercase;
  padding: 0 5.5rem;
}
.navMobile ul li a:hover {
  text-decoration: none;
}
.navMobile ul li .subNav {
  display: none;
  transition: all .1s;
}
.navMobile ul li .subNav li {
  margin: 1.1rem 0;
}
.navMobile ul li .subNav li a {
  color: #ffffff;
}
.navMobile ul li .subNav.active {
  background: #aaaaaa;
  padding: 1rem 0 2rem;
}
.navMobile ul li .subNav.active a {
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: .5rem 0;
  text-transform: none;
}
.navMobile ul li:last-of-type {
  margin-bottom: 0;
}

/****************************
    WIDE NAV
    ****************************/
.navContainer {
  background: #ffffff;
  margin: 0;
  padding: 2.2rem 11px;
  position: relative;
}
.navContainer.home {
  z-index: 200;
  background: transparent;
  padding: 0;
}

.navWide {
  display: none;
}
.navWide ul {
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.navWide ul li {
  margin: 0;
  position: relative;
  text-align: center;
}
.navWide ul li a {
  color: #009e94;
  font-size: 2rem;
  text-transform: uppercase;
  font: 20px "proxima-nova", Arial;
}
.navWide ul li a:hover {
  text-decoration: none;
}
.navWide ul li .subNav {
  background: rgba(120, 121, 118, 0.95);
  border-radius: 0 5px 5px 5px;
  display: none;
  left: 50%;
  padding: 2.2rem;
  position: absolute;
  width: 250px;
  z-index: 1000;
}
.navWide ul li .subNav li {
  margin-bottom: 1.1rem;
  text-align: left;
}
.navWide ul li .subNav li a {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.navWide ul li:hover .subNav {
  display: block;
}
.navWide ul li.about .subNav {
  margin-left: -3.5rem;
}
.navWide ul li.connect .subNav {
  margin-left: -4.6rem;
}
.navWide ul li.act .subNav {
  margin-left: -2.0rem;
}
.navWide ul li.watch .subNav {
  margin-left: -3.7rem;
}
.navWide ul li.give .subNav {
  border-radius: 5px 0 5px 5px;
  left: inherit;
  margin-left: 0;
  margin-right: -2.5rem;
  right: 50%;
}
.navWide ul li.login .subNav {
  margin-left: -5rem;
}

/* SEARCH */
.navSearchContainer {
  position: relative;
}

.searchForm {
  background: #ffffff;
  height: 55px;
  position: absolute;
  right: 0;
  top: -18px;
  width: 300px;
}
.searchForm .searchText {
  background: #323232;
  border-radius: 0;
  border: 0;
  float: right;
  width: auto;
}
.searchForm .searchSubmit {
  background: #323232;
  border: 1px solid #ffffff;
  color: #ffffff;
  height: 33px;
  margin-top: -16px;
  position: absolute;
  right: 5%;
  top: 50%;
}

.searchOverflow {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 400px;
  width: 75px;
  transition: all 0.5s;
}

.searchOverflow {
  display: none;
}

.navSearchContainer.wide {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 1000;
  width: 400px;
}
.navSearchContainer.wide .searchButton {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-left: -70px;
  width: 60px;
}
.navSearchContainer.wide .searchButton .icon-search {
  position: absolute;
  top: 20px;
  left: 23px;
}
.navSearchContainer.wide .icon-search:hover {
  text-decoration: none;
}
.navSearchContainer.wide .searchForm {
  margin: 22px;
  top: 0;
}
.navSearchContainer.wide .searchText {
  background: #e5e5e5;
  width: 300px;
}
.navSearchContainer.wide .icon-close {
  display: block;
  position: absolute;
  right: 11px;
  top: 19px;
}

.navSearchContainer.mobile {
  display: block;
  margin-bottom: 6.6rem;
}

.navMobile .searchForm {
  padding: 0 3rem;
  width: 100%;
}
.navMobile .searchForm input[type=text], .navMobile .searchForm input[type=password] {
  width: 100%;
  padding-left: 40px;
  position: relative;
  background: #aaa;
  color: white;
}
.navMobile .searchForm .searchButton {
  position: absolute;
  top: 18px;
  left: 44px;
  color: white;
}

.searchForm .active .searchText {
  border: 1px solid #000000;
}

/*********************************
    COMMON
    ***********************************/
.headingSection, .storiesHome {
  margin: 0 -11px;
  overflow-x: hidden;
}
.headingSection .staticHeightImageContainer, .storiesHome .staticHeightImageContainer {
  margin: 0;
}

.taglineAndDescriptionContainer {
  margin-bottom: 22px;
}

/* Cards */
.cardSection {
  padding: 0;
}

.cardContainer {
  background: white;
  border-left: 11px solid #e5e5e5;
  border-right: 11px solid #e5e5e5;
  border-radius: 3px;
  margin-bottom: 2.2rem;
  padding: 1.1rem;
}
.cardContainer .inner {
  background: #ffffff;
  padding: 11px 11px 0 11px;
}
.cardContainer .inner h4 {
  height: 54px;
  overflow: hidden;
}
.cardContainer .inner p {
  display: block !important;
  height: 150px;
  overflow-y: scroll;
  margin-bottom: 1.1rem !important;
}
.cardContainer .inner .moreToggle {
  display: block;
}
.cardContainer .inner .campusNameContainer > span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: #3A4474;
  border-radius: 3px;
  padding: 1rem 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
  color: white;
  margin-bottom: 1.1rem;
}
.cardContainer .inner .contactInfoContainer {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.cardContainer .inner .contactInfoContainer div {
  padding: 11px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.cardContainer .inner .contactInfoContainer .phoneContainer, .cardContainer .inner .contactInfoContainer .emailContainer {
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.cardContainer .inner .iconContainer {
  display: -webkit-flex;
  display: flex;
  text-align: center;
  position: relative;
}
.cardContainer .inner .iconContainer span[class*='icon-'], .cardContainer .inner .iconContainer span[class*='sb-icon-'] {
  height: 16px;
  width: 16px;
}

/*********************************
    FOOTER
    ***********************************/
.footer {
  background: #e5e5e5;
  padding: 0 11px;
}
.footer .socialMediaContainer a {
  box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.2) inset;
  color: #ffffff;
  display: inline-flex;
  position: relative;
  padding: 0;
}
.footer .socialMediaContainer a .aspectPlaceHolder1-1 {
  z-index: -1;
}
.footer .socialMediaContainer a span[class*='icon-'] {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4.4rem;
}
.footer .socialMediaContainer a:hover {
  text-decoration: none;
}
.footer .socialMediaContainer a.facebook {
  background-color: #3b5998;
}
.footer .socialMediaContainer a.twitter {
  background-color: #55acee;
}
.footer .socialMediaContainer a.youtube {
  background-color: #e52d27;
}
.footer .emailSubscriptionContainer {
  margin: 4.4rem 0;
  padding: 0 10%;
  text-align: center;
}
.footer .emailSubscriptionContainer p {
  margin-bottom: 2%;
}
.footer .emailSubscriptionContainer h4 {
  color: #ffffff;
  text-transform: uppercase;
}
.footer .emailSubscriptionContainer span {
  font-size: 1.4rem;
  display: inline-block;
}
.footer .subscriptionFieldsContainer {
  height: 3.3rem;
  letter-spacing: normal;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.footer .subscriptionFieldsContainer #EmailSubscriptionForm {
  position: relative;
  display: block;
  height: 3.3rem;
  width: 100%;
}
.footer .subscriptionFieldsContainer input {
  display: block;
  border: none;
  border-radius: 17px;
  font-size: 1.6rem;
  height: 3.3rem;
  line-height: 3.3rem;
  position: absolute;
  width: 100%;
}
.footer .subscriptionFieldsContainer .email {
  padding-left: 22px;
  z-index: 101;
  right: 0;
}
.footer .subscriptionFieldsContainer .firstName {
  height: 3.3rem;
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  -moz-transform: translate(-110%, 0);
  -ms-transform: translate(-110%, 0);
  -webkit-transform: translate(-110%, 0);
  transform: translate(-110%, 0);
  width: 100%;
  z-index: 102;
}
.footer .subscriptionFieldsContainer .firstName.active {
  height: 33px;
  padding-left: 22px;
  -moz-transform: translate(-11px, 0);
  -ms-transform: translate(-11px, 0);
  -webkit-transform: translate(-11px, 0);
  transform: translate(-11px, 0);
  width: 100%;
}
.footer .subscriptionFieldsContainer .lastName {
  height: 3.3rem;
  /* transition: right opacity 0.2s ease-in; */
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  -moz-transform: translate(-110%, 0);
  -ms-transform: translate(-110%, 0);
  -webkit-transform: translate(-110%, 0);
  transform: translate(-110%, 0);
  width: 100%;
  z-index: 103;
}
.footer .subscriptionFieldsContainer .lastName.active {
  height: 33px;
  padding-left: 22px;
  -moz-transform: translate(-11px, 0);
  -ms-transform: translate(-11px, 0);
  -webkit-transform: translate(-11px, 0);
  transform: translate(-11px, 0);
  width: 100%;
}
.footer .subscriptionFieldsContainer .subscriptionSubmit {
  right: 0;
  width: auto;
  z-index: 104;
}
.footer .backToTopContainer {
  background: #27282d;
}
.footer .backToTopContainer a {
  color: #ffffff;
  display: block;
  font: 0.90909 "ProximaNova", Arial;
  padding: 3.3rem;
  text-align: center;
  text-transform: uppercase;
}
.footer .backToTopContainer a:hover {
  text-decoration: none;
}
.footer .backToTopContainer a span {
  display: block;
  font-size: 5.5rem;
  margin-bottom: 2.2rem;
  text-align: center;
}
.footer .footerNavContainer {
  display: none;
}
.footer .footerNavContainer .grid {
  padding: 7%;
}
.footer .footerNavContainer nav ul {
  background: #27282d;
  margin-bottom: 0;
  margin-top: 0;
}
.footer .footerNavContainer nav ul li {
  text-align: left;
  margin: 0;
  text-transform: uppercase;
}
.footer .footerNavContainer nav ul li a {
  color: #838383;
  font-size: 11px;
  font-weight: 300;
  line-height: 2.4rem;
}
.footer .footerNavContainer .grid > li > span {
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 3rem;
  letter-spacing: 0.84px;
  margin-bottom: 11px;
  display: inline-block;
}
.footer .footerNavContainer .give a {
  color: white;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 3rem;
  border: 1px solid;
  border-radius: 17px;
  display: inline-block;
  height: 37px;
  padding: 3px 2%;
  text-align: center;
  vertical-align: top;
  position: absolute;
  margin-left: -1%;
}
.footer .footerNavContainer .give a:hover {
  text-decoration: none;
  background: white;
  color: #000000;
}
.footer .footerNavContainer .give .icon-close {
  font-size: 12px;
  margin-right: 11px;
}
.footer .footerNavContainer .give .icon-close:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-flex;
}
.footer .contactInfoContainer {
  background: #000000;
  padding: 3.3rem 0;
}
.footer .contactInfoContainer div {
  margin-bottom: 1.1rem;
}
.footer .contactInfoContainer div:last-of-type {
  margin-bottom: 0;
}
.footer .contactInfoContainer div span {
  color: #323232;
  font-size: 1.4rem;
}

.formSection {
  padding: 0 33px;
}
.formSection > div {
  padding: 0;
}

.parsley-error {
  outline: 1px solid red;
  background: #f6cfcf;
  color: #000000;
}

.parsley-error-list {
  display: none !important;
}

/****************************
    TABS
    ****************************/
.tabs .ui-tabs-nav, .tabs .tabsNav {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding: 0;
}
.tabs .ui-tabs-nav li, .tabs .tabsNav li {
  background: #ffffff;
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  margin-bottom: 0;
  padding: 1.1rem 2.2rem;
}
.tabs .ui-tabs-nav li.ui-state-active, .tabs .tabsNav li.ui-state-active {
  background: #3A4474;
  box-shadow: none;
}
.tabs .ui-tabs-nav li.ui-state-active a, .tabs .tabsNav li.ui-state-active a {
  color: #ffffff;
}

.tabsContent {
  background: #ffffff;
  padding: 0;
}

.accordion .ui-accordion-header {
  background: #3A4474;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  outline: none;
  padding: 1.1rem 0;
  text-align: center;
}
.accordion .ui-accordion-header:last-of-type {
  border-bottom: 0;
}

/****************************
    IMAGE CONTAINERS
    ****************************/
.titleContainer {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.staticHeightImageContainer {
  height: 190px;
  margin: 0 -11px 0 -11px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.staticHeightImageContainer img {
  width: auto;
  height: 190px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.staticHeightImageContainer .titleContainer {
  left: 50%;
  max-width: 600px;
  position: absolute;
  text-align: center;
  top: 50%;
  padding: 0 11px;
}
.staticHeightImageContainer .titleContainer img {
  display: block;
  width: auto;
  height: 190px;
  min-width: 680px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.staticHeightImageContainer .titleContainer h1, .staticHeightImageContainer .titleContainer h2 {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  /* white-space: nowrap; */
}
.staticHeightImageContainer .titleContainer h2 {
  font-size: 3.6rem;
}
.staticHeightImageContainer .titleContainer h4 {
  color: #ffffff;
  font: normal 2.4rem "ProximaNova";
  text-shadow: 0px 0px 6px black;
}

.staticHeightImageCenter {
  margin-left: 50%;
  position: relative;
  right: 350px;
}
.staticHeightImageCenter.width1080 {
  right: 540px;
}

.staticHeightImageRight {
  float: right;
}

/****************************
    BREADCRUMB
    ****************************/
.breadcrumb {
  background: #009e94;
  color: white;
  margin: 0 -11px 3.3rem;
  padding: 4px 0 4px 44px;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
}
.breadcrumb ul li {
  display: inline-block;
  margin-bottom: 0;
  padding: 0 3px;
}
.breadcrumb ul li:first-child {
  padding-left: 0;
}
.breadcrumb ul li a {
  color: white;
  text-decoration: underline;
}
.breadcrumb ul li a, .breadcrumb ul li span {
  font-size: 1.3rem;
  text-transform: uppercase;
}

form .fieldContainer {
  margin-bottom: 2.2rem;
}
form input[field-type=name] {
  margin-bottom: 11px;
}
form input[type=checkbox], form input[type=radio] {
  width: 15px;
  margin: 0 -100% 0 0;
  float: left;
}
form input[type=checkbox] + label, form input[type=radio] + label {
  width: 90%;
  margin: -5px -100% 0 20px;
  float: left;
  clear: none;
}

/****************************
        SCHEDULE
****************************/
.scheduleSection .scheduleTabs .tabsNav .sm-visible-block {
  padding: 0;
}
.scheduleSection .scheduleTabs .tabsNav .sm-visible-block a {
  display: block;
  padding: 15px;
}

@media screen and (min-width: 450px) {
  .staticHeightImageContainer, .staticHeightImageContainer img {
    height: 290px;
  }

  .staticHeightImageCenter {
    right: 530px;
  }
}
@media screen and (min-width: 700px) {
  .staticHeightImageContainer, .staticHeightImageContainer img {
    height: 390px;
  }
  .staticHeightImageContainer > img, .staticHeightImageContainer img > img {
    min-width: 1400px;
    transition: none;
  }

  .staticHeightImageCenter {
    right: 700px;
  }

  .staticHeightAdContainer {
    height: 460px !important;
  }

  .staticHeightAdContainer.adFocusLeft .rsImg {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 48em) {
  .footer .socialMediaContainer {
    margin: 0 0 3.3rem 0;
  }
}
@media screen and (min-width: 48em) {
  .menuBtn, .navMobile, .top {
    display: none;
  }

  .navWide, .navSearchContainer.wide, .searchOverflow {
    display: block;
  }

  .backToTopContainer {
    display: none;
  }

  .footer .emailSubscriptionContainer {
    display: -webkit-flex;
    display: flex;
    letter-spacing: -0.31em;
    margin: 0 0 0 22px;
    padding: 0;
  }
  .footer .contactInfoContainer div {
    margin-bottom: 0;
  }
  .footer .footerNavContainer {
    display: block;
  }
}
@media screen and (min-width: 80em) {
  .staticHeightImageContainer {
    overflow: inherit;
  }
  .staticHeightImageContainer > img {
    height: 390px;
    left: 0;
    margin-left: -60px;
    position: absolute;
  }

  .sectionContainer .staticHeightImageContainer > img {
    margin-left: -72px;
  }
}
@font-face {
  font-family: 'SB-Icons';
  src: url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/saddleback/SB-Icons.eot?itbk42");
  src: url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/saddleback/SB-Icons.eot?itbk42#iefix") format("embedded-opentype"), url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/saddleback/SB-Icons.ttf?itbk42") format("truetype"), url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/saddleback/SB-Icons.woff?itbk42") format("woff"), url("https://sbwebstoragelrsdev.z22.web.core.windows.net/frontend/fonts/saddleback/SB-Icons.svg?itbk42#SB-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'SB-Icons' !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-back-10:before {
  content: "\e953";
}

.icon-forward-10:before {
  content: "\e954";
}

.icon-share:before {
  content: "\e97b";
}

.icon-more:before {
  content: "\e97a";
}

.icon-respond:before {
  content: "\e900";
}

.icon-view:before {
  content: "\e901";
}

.icon-subscribe:before {
  content: "\e902";
}

.icon-heart:before {
  content: "\e903";
}

.icon-print-outline:before {
  content: "\e904";
}

.icon-printer-glyph:before {
  content: "\e905";
}

.icon-pdf:before {
  content: "\e906";
}

.icon-email-glyph:before {
  content: "\e907";
}

.icon-email-outline:before {
  content: "\e908";
}

.icon-download:before {
  content: "\e909";
}

.icon-cloud:before {
  content: "\e90a";
}

.icon-settings:before {
  content: "\e90b";
}

.icon-tools:before {
  content: "\e90c";
}

.icon-phone-glyph:before {
  content: "\e90d";
}

.icon-phone-outline:before {
  content: "\e90e";
}

.icon-mobile-phone-glyph:before {
  content: "\e90f";
}

.icon-mobile-phone-outline:before {
  content: "\e910";
}

.icon-bible:before {
  content: "\e911";
}

.icon-map:before {
  content: "\e912";
}

.icon-computer-outline:before {
  content: "\e913";
}

.icon-computer-glyph:before {
  content: "\e914";
}

.icon-glasses:before {
  content: "\e915";
}

.icon-info:before {
  content: "\e916";
}

.icon-alert:before {
  content: "\e917";
}

.icon-conversation:before {
  content: "\e918";
}

.icon-chat:before {
  content: "\e919";
}

.icon-location-glyph:before {
  content: "\e91a";
}

.icon-location-outline:before {
  content: "\e91b";
}

.icon-controls:before {
  content: "\e91c";
}

.icon-badge:before {
  content: "\e91d";
}

.icon-search-big:before {
  content: "\e91e";
}

.icon-search:before {
  content: "\e91f";
}

.icon-copy:before {
  content: "\e920";
}

.icon-television:before {
  content: "\e921";
}

.icon-volunteer:before {
  content: "\e922";
}

.icon-friends:before {
  content: "\e923";
}

.icon-travel:before {
  content: "\e924";
}

.icon-lock-opened:before {
  content: "\e925";
}

.icon-lock:before {
  content: "\e926";
}

.icon-curriculum:before {
  content: "\e927";
}

.icon-calendar:before {
  content: "\e928";
}

.icon-profile-incomplete:before {
  content: "\e929";
  color: #4d4d4f;
}

.icon-profile-1-star:before {
  content: "\e930";
  color: #4d4d4f;
}

.icon-profile-2-star:before {
  content: "\e931";
  color: #4d4d4f;
}

.icon-profile-complete:before {
  content: "\e932";
  color: #4d4d4f;
}

.icon-check-mark:before {
  content: "\e93d";
}

.icon-close:before {
  content: "\e942";
}

.icon-add:before {
  content: "\e943";
}

.icon-add-item:before {
  content: "\e944";
}

.icon-subtract:before {
  content: "\e945";
}

.icon-arrow-down:before {
  content: "\e946";
}

.icon-arrow-left:before {
  content: "\e947";
}

.icon-arrow-right:before {
  content: "\e948";
}

.icon-arrow-up:before {
  content: "\e949";
}

.icon-play-circle:before {
  content: "\e94a";
}

.icon-play-big:before {
  content: "\e94b";
}

.icon-play:before {
  content: "\e94c";
}

.icon-pause:before {
  content: "\e94d";
}

.icon-pause-circle:before {
  content: "\e94e";
}

.icon-last-track:before {
  content: "\e94f";
}

.icon-next-track:before {
  content: "\e952";
}

.icon-full-screen-outline:before {
  content: "\e959";
}

.icon-full-screen-glyph:before {
  content: "\e95a";
}

.icon-volume-none:before {
  content: "\e95b";
}

.icon-volume:before {
  content: "\e95c";
}

.icon-volume-raise:before {
  content: "\e95d";
}

.icon-facebook:before {
  content: "\e960";
}

.icon-facebook-box:before {
  content: "\e961";
}

.icon-googleplus:before {
  content: "\e962";
}

.icon-googleplus-box:before {
  content: "\e963";
}

.icon-instagram:before {
  content: "\e964";
}

.icon-instagram-box:before {
  content: "\e965";
}

.icon-linkedin:before {
  content: "\e966";
}

.icon-linkedin-box:before {
  content: "\e967";
}

.icon-pinterest:before {
  content: "\e968";
}

.icon-pinterest-box:before {
  content: "\e969";
}

.icon-podcast:before {
  content: "\e96a";
}

.icon-podcast-box:before {
  content: "\e96b";
}

.icon-rss:before {
  content: "\e970";
}

.icon-rss-box:before {
  content: "\e971";
}

.icon-skype:before {
  content: "\e972";
}

.icon-skype-box:before {
  content: "\e973";
}

.icon-twitter:before {
  content: "\e974";
}

.icon-twitter-box:before {
  content: "\e975";
}

.icon-whatsapp:before {
  content: "\e976";
}

.icon-whatsapp-box:before {
  content: "\e977";
}

.icon-youtube:before {
  content: "\e978";
}

.icon-youtube-box:before {
  content: "\e979";
}

.icon-delete:before {
  content: "\e97c";
}

.icon-clock:before {
  content: "\e97e";
}

.icon-building:before {
  content: "\e97f";
}

.icon-language-select:before {
  content: "\e955";
}

.icon-language:before {
  content: "\e92d";
}

.icon-demographic:before {
  content: "\e92e";
}
