/* Imports */
/*! 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 {
  -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; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

/*#logo {
	@include column(3);
}

#headerContact {
	@include column(3);
	@include push(6);
}

#headerMenuContainer {
	@include column(12);
}

@media screen and (max-width: 720px) {
	#logo,
	#headerContact {
		@include column(12);
	}
}*/
/* Sitewide Variables*/
/*
	"open-sans-condensed"
	"open-sans"
*/
/* Base Styles */
html {
  background-color: #aaa;
  background-image: url("/Images/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left; }

body {
  font-size: 16px;
  font-family: "open-sans", Arial, Sans-Serif;
  font-weight: 100;
  color: #000000; }
  body.body {
    margin: 0;
    padding: 0; }
  body > form {
    height: 100%; }

a {
  color: #97100f;
  text-decoration: none; }
  a > img {
    border: none; }

.clear {
  clear: both; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/Includes/styles/boxsizing.htc); }

* {
  margin: 0; }

/* Headings */
h1 {
  font-size: 32px;
  font-family: "open-sans", Arial, Sans-Serif;
  color: #000000; }

h2 {
  font-size: 24px;
  font-family: "open-sans", Arial, Sans-Serif;
  color: #000000; }

/* Page Layout */
.wrap {
  width: 960px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .wrap {
      width: 100%; } }
  @media only screen and (max-width: 40em) {
    .wrap {
      width: 100%; } }

#siteWrap {
  min-height: 100%;
  float: left;
  width: 100%;
  margin-bottom: 0px;
  /*footer shift-up*/ }
  #siteWrap:after {
    content: "";
    display: block; }

* html #siteWrap {
  height: 100%; }

footer, #siteWrap:after {
  /* .push must be the same height as footer */
  height: 0px; }

footer {
  margin-top: 0px;
  /*footer shift-up*/
  position: relative;
  height: 0px; }

#aDigerati {
  float: right; }

/* Form Elements */
input.tbxStyle {
  width: 250px;
  font-size: 16px;
  font-family: "open-sans", Arial, Sans-Serif; }

textarea.tbxStyle {
  width: 250px;
  height: 100px;
  font-size: 16px;
  font-family: "open-sans", Arial, Sans-Serif;
  resize: vertical; }

.center {
  width: 950px;
  margin: 0 auto; }
  @media only screen and (max-width: 64em) {
    .center {
      width: 100%;
      padding: 0 10px; } }

@media only screen and (min-width: 40.063em) {
  .relativeCenter1 {
    position: relative;
    left: 50%;
    float: left; } }
@media only screen and (min-width: 40.063em) {
  .relativeCenter1 .relativeCenter2 {
    position: relative;
    left: -50%;
    float: left; } }

#headerLogo {
  min-height: 110px; }
  #headerLogo .center {
    position: relative; }
  #headerLogo #socialLinks {
    height: 40px; }
    @media only screen and (min-width: 40.063em) {
      #headerLogo #socialLinks {
        position: absolute;
        top: 20px;
        right: 20px; } }
    @media only screen and (max-width: 40em) {
      #headerLogo #socialLinks {
        float: right; } }
    #headerLogo #socialLinks a {
      display: block;
      height: 35px;
      width: 35px;
      margin-right: 5px;
      float: left; }

#divNav {
  min-height: 43px;
  background-color: #bb0a09; }

#aLogo {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
  display: block;
  width: 237px; }
  @media only screen and (max-width: 40em) {
    #aLogo {
      width: 70%; } }
  #aLogo img {
    width: 100%; }

/*Slider*/
.sliderSlide {
  position: relative; }
  .sliderSlide img {
    width: 100%;
    max-width: 950px;
    height: auto; }
  .sliderSlide .sliderContent {
    position: absolute;
    width: 50%;
    margin-top: 50px;
    top: 0;
    right: 0;
    overflow: hidden;
    max-height: 390px; }
    @media only screen and (max-width: 40em) {
      .sliderSlide .sliderContent {
        /*display:none;*/
        float: none;
        margin-top: 0px;
        width: 100%;
        padding: 00px 15px; } }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .sliderSlide .sliderContent {
        /*display:none;*/
        float: none;
        margin-top: 30px;
        width: 100%;
        padding: 20px 15px; } }
    .sliderSlide .sliderContent .title {
      font-family: "open-sans-condensed";
      font-weight: bold;
      font-size: 60px;
      color: #fff;
      text-transform: uppercase;
      line-height: 60px;
      background-color: rgba(0, 0, 0, 0.3);
      padding: 5px 5px 0 5px; }
      @media only screen and (max-width: 40em) {
        .sliderSlide .sliderContent .title {
          font-size: 30px;
          line-height: 40px; } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        .sliderSlide .sliderContent .title {
          font-size: 50px;
          line-height: 50px; } }
    .sliderSlide .sliderContent .caption {
      color: #fff;
      font-family: "open-sans-condensed";
      font-weight: 100;
      font-size: 20px;
      background-color: rgba(0, 0, 0, 0.3);
      padding: 0 5px 5px 5px; }
      @media only screen and (max-width: 40em) {
        .sliderSlide .sliderContent .caption {
          font-size: 15px; } }
    .sliderSlide .sliderContent .sliderButton {
      display: block;
      width: 155px;
      height: 45px;
      background-color: #bb0a09;
      color: #fff;
      font-family: "open-sans-condensed";
      font-weight: 100;
      font-size: 22px;
      padding-top: 5px;
      text-align: center;
      margin-top: 20px; }
      @media only screen and (max-width: 40em) {
        .sliderSlide .sliderContent .sliderButton {
          margin: 0 auto;
          margin-top: 5px;
          padding-top: 3px;
          height: 40px; } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        .sliderSlide .sliderContent .sliderButton {
          margin: 20px auto 0 auto; } }

@media only screen and (max-width: 40em) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 60px !important; } }

#newsFeed {
  padding-top: 15px;
  padding-bottom: 20px; }
  #newsFeed > .title {
    text-transform: uppercase;
    color: #fff;
    font-family: "open-sans-condensed";
    font-weight: bold;
    font-size: 30px;
    padding-top: 43px;
    float: left;
    width: 150px; }
    @media only screen and (max-width: 64em) {
      #newsFeed > .title {
        float: none;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
        padding-top: 20px; } }
  #newsFeed #newsSlider {
    float: right;
    width: calc(100% - 150px); }
    @media only screen and (max-width: 64em) {
      #newsFeed #newsSlider {
        float: none;
        width: 100%; } }
    #newsFeed #newsSlider > * {
      float: left; }
    #newsFeed #newsSlider .prev, #newsFeed #newsSlider .next {
      margin-top: 40px; }
      @media only screen and (max-width: 64em) {
        #newsFeed #newsSlider .prev, #newsFeed #newsSlider .next {
          display: none; } }
    #newsFeed #newsSlider #newsULWrapper {
      padding: 0 30px;
      width: calc(100% - 100px); }
      @media only screen and (max-width: 64em) {
        #newsFeed #newsSlider #newsULWrapper {
          width: 100%;
          padding: 0; } }
    #newsFeed #newsSlider img.newsImg {
      display: block;
      float: left; }
      @media only screen and (max-width: 64em) {
        #newsFeed #newsSlider img.newsImg {
          float: none;
          width: 100%; } }
      @media only screen and (max-width: 40em) {
        #newsFeed #newsSlider img.newsImg {
          width: 100%; } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        #newsFeed #newsSlider img.newsImg {
          width: 40%;
          margin: 0 auto; } }
    #newsFeed #newsSlider .newsItemRight {
      float: left;
      margin-left: 55px;
      padding-top: 25px; }
      @media only screen and (max-width: 64em) {
        #newsFeed #newsSlider .newsItemRight {
          float: none;
          width: 100%; } }
      #newsFeed #newsSlider .newsItemRight .title {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase; }

#topBackground {
  background-image: url("/Images/headerBackground.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

#homeWelcome h1 {
  font-weight: 100;
  font-size: 36px;
  color: #000;
  text-align: center; }
#homeWelcome .redLinkBox {
  width: calc((100% - 180px) / 3);
  float: left;
  margin-right: 60px; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #homeWelcome .redLinkBox {
      margin-right: 20px;
      height: 200px;
      width: calc((100% - 63px) / 3); } }
  @media only screen and (max-width: 40em) {
    #homeWelcome .redLinkBox {
      padding-right: 0;
      float: none;
      height: 300px;
      width: 100%;
      margin-bottom: 15px; } }
  #homeWelcome .redLinkBox:last-child {
    margin-right: 0px !important; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #homeWelcome .redLinkBox .redLinkContent {
      font-size: 17px; } }

.redLinkBox {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 275px;
  position: relative;
  margin-bottom: 20px; }
  .redLinkBox .redLinkContent {
    display: block;
    height: 90px;
    width: 100%;
    background-color: rgba(187, 10, 9, 0.75);
    position: absolute;
    bottom: 30px;
    font-weight: 100;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    line-height: 22px;
    color: #fff; }

footer {
  padding-top: 45px;
  font-size: 11px;
  padding-bottom: 40px; }

.contentHeaderImage img {
  width: 100%; }

.CPHleft {
  float: left;
  width: calc(100% - 260px); }
  @media only screen and (max-width: 40em) {
    .CPHleft {
      float: none;
      width: 100%; } }

.CPHsidebar {
  float: right;
  width: 245px; }
  @media only screen and (max-width: 40em) {
    .CPHsidebar {
      float: none;
      width: 100%; } }

#sidebarLinks {
  margin-top: 30px; }

/*TEXT STYLING*/
.divMyCMSPageContent div {
  margin-bottom: 10px; }

/*form styling*/
input[type=text], textarea {
  width: 100%;
  height: 35px;
  border: 1px solid #b20a12;
  margin: 5px 0;
  padding: 0 5px; }

textarea {
  height: 60px;
  padding-top: 5px; }

.prayerForm {
  width: 100%; }
  .prayerForm td:first-child {
    width: 100px;
    text-align: right; }
  .prayerForm td:nth-child(2) {
    padding-left: 10px;
    width: calc(100% - 110px); }

button, input[type=submit] {
  border: none;
  display: block;
  width: 155px;
  height: 45px;
  background-color: #bb0a09;
  color: #fff;
  font-family: "open-sans-condensed";
  font-weight: 100;
  font-size: 22px;
  text-align: center; }
  @media only screen and (max-width: 40em) {
    button, input[type=submit] {
      margin: 20px auto 0 auto; } }

#Gallery {
  margin-top: 30px; }
  #Gallery .galleryThumb {
    display: block;
    float: left;
    width: 200px;
    margin: 0 30px 30px 0;
    text-align: center; }
    #Gallery .galleryThumb img {
      display: block; }

.eventListItem {
  margin-bottom: 30px; }

/*Navigation*/
#headerNav {
  padding-top: 8px;
  width: 100%;
  float: left; }
  @media only screen and (max-width: 40em) {
    #headerNav {
      display: none; } }
  #headerNav ul {
    list-style: none;
    float: left;
    padding: 0;
    position: relative; }
    #headerNav ul .active a {
      font-weight: bold; }
    @media only screen and (max-width: 40em) {
      #headerNav ul .opened:after {
        position: absolute;
        top: 20px;
        right: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-top: 6px solid white;
        border-left: 6px solid transparent;
        content: ''; }
      #headerNav ul .closed:after {
        position: absolute;
        top: 20px;
        right: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid white;
        border-left: 6px solid transparent;
        content: ''; } }
    #headerNav ul li {
      float: left;
      padding-bottom: 8px; }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        #headerNav ul li {
          width: 25%; } }
      @media only screen and (max-width: 40em) {
        #headerNav ul li {
          width: 100%;
          padding: 5px;
          position: relative; } }
      @media only screen and (min-width: 40.063em) {
        #headerNav ul li {
          margin-left: 30px; } }
      #headerNav ul li:hover > ul {
        display: block; }
      @media only screen and (min-width: 64.063em) {
        #headerNav ul li:hover {
          background-image: url("/Images/menuArrow.png");
          background-repeat: no-repeat;
          background-position: center bottom; } }
      #headerNav ul li a {
        font-weight: 100;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase; }
      #headerNav ul li ul {
        position: absolute;
        z-index: 99;
        padding: 10px;
        overflow: visible;
        display: none; }
        @media only screen and (max-width: 40em) {
          #headerNav ul li ul {
            position: relative;
            width: 100%;
            overflow: visible; } }
        @media only screen and (min-width: 40.063em) {
          #headerNav ul li ul {
            margin-top: 8px;
            width: 260px;
            background-color: #231f20; } }
        #headerNav ul li ul li {
          position: relative;
          /*float: left;*/
          float: none;
          margin: 5px;
          padding-bottom: 6px; }
          #headerNav ul li ul li a {
            font-weight: 100 !important;
            font-size: 16px; }
          @media only screen and (min-width: 40.063em) {
            #headerNav ul li ul li {
              width: 230px; } }
          #headerNav ul li ul li > ul {
            position: absolute;
            left: 100%;
            top: 0; }

.toggle-nav {
  display: none; }
  @media only screen and (max-width: 40em) {
    .toggle-nav {
      width: 100%;
      padding: 10px;
      float: left;
      color: #FFF;
      display: block;
      font-size: 20px; }
      .toggle-nav:hover {
        cursor: pointer; }
      .toggle-nav img {
        margin-right: 10px; } }

.vision {
  text-align: center;
  color: white;
  font-family: "reklame-script",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 1px;
  padding-bottom: 10px; }

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