/*
Theme Name: dioceseofsalford
Theme URI: http://www.cuckoodesign.com
Author: Cuckoo Design
Author URI: http://www.cuckoodesign.com
Description: The dioceseofsalford theme for WordPress. 
Version: 1.00

Tags: dioceseofsalford
*/

/*
z-index's

1
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right

.dates


2.
.scrollLeft
.scrollRight

3
.goLeft
.goRight
.swipeToView

4 .header

1000 .cc_cookieHolder

9999 .loader
*/


.loader
{
  position: fixed;
  left: 0px;
  top: 0px;
  width:100%;
  height:100%;
  z-index:9999;
  background: url('images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
  background-size:100px 100px;
}

.affix
{
  top:0px;
  width:100%;
}

img.imageStretch
{
  width:100%;
}

.imageGrowth
{
  overflow:hidden;
}
.imageGrowth img:first-child
{
  -webkit-transition: all 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.imageGrowth img:first-child:hover
{
  -ms-transform: scale(1.15); /* IE 9 */
  -webkit-transform: scale(1.15); /* Safari */
  transform:scale(1.15);
}

article img,
p img
{
  max-width:100%;
  height:auto;
  margin-bottom:5px;
}


.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a
{
  color:inherit;
  outline:none; /*remove outline on image links, looks nicer.  If its needed for accessibility we can put it back in later*/
  
  cursor:pointer; /*for when <a doesn't have href, ie onclick="javascript*/
}

a:hover,
a:focus
{
  color:inherit;
  text-decoration:none;
  outline:none; 
}

h2, h3, p
{
  padding:0px;
  margin:0px;
}

article h1,
article h2
{
  padding-bottom:20px;
  
  border-bottom:2px solid #A00028;
}

h2
{
  font-family:"kepler-std-display",serif;
  font-style:normal;
  font-weight:700;
  font-size:36px;
  
  padding:0px;
  margin:0px;
  
  margin-bottom:15px;
  
  color:#A00028;
}

h2 small
{
  color:inherit;
}

h3
{
  font-family:"mr-eaves-modern",sans-serif;
  font-style:normal;
  font-weight:300;
  font-size:26px;
  
  padding:0px;
  margin:0px;
  
  margin-bottom:8px;
}
h3.heavy 
{
  color: black;
  font-weight: 800;
}
h3.active
{
  font-weight:bold;
  color:#A00028;
}

p
{
  padding-bottom:30px;
}

p a
{
  color:#A00028;
}

ul
{
  margin-bottom:20px;
}

.glyphicon
{
  top:4px;
  font-size:91%;
}

.container
{
  -webkit-transition:all 0.15s;
  transition:all 0.15s;
}


/* Style adjustments for viewports 320px and over go here, anything smaller than 320 treat it as 320 */
@media all and (min-width: 0px)
{
  html, body
  {
    margin:0;
    padding:0;
    height:100%;
    
    font-family:"mr-eaves-modern",sans-serif;
    font-style:normal;
    font-weight:300;
    font-size:20px;
    line-height:normal;
    letter-spacing:1px;

    -webkit-text-size-adjust: none; /* Prevent font scaling on iOS devices */
  }
  
  h1
  {
    font-family:"kepler-std-display",serif;
    font-style:normal;
    font-weight:700;
    font-size:38px;
    
    padding:0px;
    margin:0px;
    
    margin-bottom:20px;
    
    color:#A00028;
  }
  
  .header
  {
    /*background-color:rgba(255, 255, 255, 0.88);*/
    position:fixed;
    z-index:4;
    width:100%;
    box-shadow:0px 1px 3px #BBBBBB;
  }
  .header .button.big.red 
  {
    padding: 8px 30px;
    margin-top: 4px;
  }
  .header form.searchform {
    float: right;
  }
  .navPrimary
  {
    background-color:rgba(255, 255, 255, 0.95);
  }
  
  .logo
  {
    width:31px;
    float:left;
    margin-top:5px;
    margin-bottom:3px;
    margin-left:0px;
    margin-right:0px;
  }
  
  #exCollapsingNavbar
  {
    background-color:rgba(160, 0, 40, 0.83);
    
  }
  
  .navbar-toggler
  {
    border:0px;
    background-color:transparent;
    position:absolute;
    right:15px;
    top:5px;
  }
  
  .lines-button
  {
    padding: 0.7rem 0rem;
    transition: .3s;
    cursor: pointer;
    user-select: none;
    border-radius: 0.57143rem;
    
    outline:none;
  }
  .lines-button:hover
  {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
  }
  .lines-button:active
  {
    transition: 0;
  }
  .lines
  {
    display: inline-block;
    width: 2.2rem;
    height: 0.15rem;
    background: #A00028;
    border-radius: 1.0rem;
    transition: 0.4s;
    position: relative;
    
    vertical-align:middle;
  }
  .lines:before,
  .lines:after
  {
    display: inline-block;
    width: 2.2rem;
    height: 0.15rem;
    background: #A00028;
    border-radius: 1.0rem;
    transition: 0.4s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center;
  }
  .lines:before
  {
    top: 0.6rem;
  }
  .lines:after
  {
    top: -0.6rem;
  }
  .lines-button:hover .lines,
  .lines-button:hover .lines:before,
  .lines-button:hover .lines:after
  {
    background: #A00028;
  }
  .lines-button:hover .lines:before
  {
    top: 0.6rem;
  }
  .lines-button:hover .lines:after
  {
    top: -0.6rem;
  }
  .lines-button.open
  {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  .lines-button.x.open .lines
  {
    background: transparent;
  }
  .lines-button.x.open .lines:before,
  .lines-button.x.open .lines:after
  {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 3rem;
  }
  .lines-button.x.open .lines:before
  {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  .lines-button.x.open .lines:after
  {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  
  .nav ul
  {
    list-style:none;
    padding:0px;
    width:100%;
    
    color:white;
    font-size:24px;
    margin-bottom:0px;
  }
  .nav ul li
  {
    float:none;
    margin-left:0px;
    margin-right:0px;
    border-top-width:0px;
    border-top-style:solid;
    border-color:transparent;
    text-align:center;
  }
  .nav ul li a
  {
    display:block;
    padding-top:8px;
    padding-bottom:8px;
  }
  
  .navSecondaryToggle
  {
    display:block;
    padding-top:5px;
    padding-bottom:5px;
    font-size:23px;
    cursor:pointer;
  }
  .navSecondaryToggle .glyphicon
  {
    position:absolute;
    right:25px;
  }
  .navSecondary
  {
    display:none;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:8px;
    font-size:18px;
  }
  .navSecondary a
  {
    display:block;
    padding-top:4px;
    padding-bottom:4px;
  }
  
  .bannerHolder .carousel .item
  {
    height:290px;
  }
  .bannerHolderSmall .carousel .item
  {
    height:140px;
  }
  
  .bannerHolder .banner
  {
    overflow:hidden;
    
    position:absolute;
    top:0;
    left:0;
    width:1px;
    min-width:100%;
    max-width:100%;
    
    height:290px;
    
    background-repeat:no-repeat!important;
    background-size:cover!important;
  }
  .bannerHolderSmall .banner
  {
    overflow:hidden;
    
    position:absolute;
    top:0;
    left:0;
    width:1px;
    min-width:100%;
    max-width:100%;
    
    height:140px;
    
    background-repeat:no-repeat!important;
    background-size:cover!important;
  }
  
  .banner-title
  {
    font-family:"kepler-std-display",serif;
    font-style:normal;
    font-weight:700;
    font-size:35px;
    line-height:100%;
    color:white;
    
    position:absolute;
    padding-right:15px;
    bottom:15px;
  }
  
  .sectionBar
  {
    padding-top:3px;
    padding-bottom:3px;
  }
  
  .quickLink
  {
    float:left;
    margin-right:4%;
    margin-bottom:20px;
    
    text-align:center;
    font-size:75%;
    
    width:85px;
    display:block;
  }

  #mapDirectory
  {
    height:500px;
  }
  
  .footer
  {
    background-color:#666666;
    color:white;
    
    font-family:"mr-eaves-modern",sans-serif;
    font-style:normal;
    font-weight:200;
    font-size:100%;
    
    padding-top:25px;
    padding-bottom:25px;
  }
  
  .logoFooter
  {
    width:340px;
    max-width:100%;
    display:block;
    margin-bottom:10px;
  }
}


/*iPhone 6 or iPhone 5 sideways*/
@media all and (min-width: 375px)
{
  html, body
  {
    margin:0;
    padding:0;
    height:100%;
  
    -webkit-text-size-adjust: none; /* Prevent font scaling on iOS devices */
  }
  
  h1
  {
    font-family:"kepler-std-display",serif;
    font-style:normal;
    font-weight:700;
    font-size:43px;
    
    padding:0px;
    margin:0px;
    
    margin-bottom:20px;
    
    color:#A00028;
  }
  
  .nav ul
  {
    list-style:none;
    padding:0px;
    width:100%;
    
    color:white;
    font-size:30px;
    margin-bottom:0px;
  }
  
  .nav ul li a
  {
    display:block;
    padding-top:13px;
    padding-bottom:13px;
  }
  
  .navSecondaryToggle
  {
    display:block;
    padding-top:8px;
    padding-bottom:8px;
    font-size:24px;
    cursor:pointer;
  }
  .navSecondaryToggle .glyphicon
  {
    position:absolute;
    right:25px;
  }
  .navSecondary
  {
    display:none;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    font-size:22px;
  }
  .navSecondary a
  {
    display:block;
    padding-top:5px;
    padding-bottom:5px;
  }
  
  .banner-title
  {
    font-family:"kepler-std-display",serif;
    font-style:normal;
    font-weight:700;
    font-size:40px;
    line-height:100%;
    color:white;
    
    position:absolute;
    padding-right:15px;
    bottom:30px;
  }
  
  .quickLink
  {
    float:left;
    margin-right:4%;
    margin-bottom:25px;
    
    text-align:center;
    font-size:60%;
    
    width:72px;
    display:block;
  }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px)
{
  html, body
  {
    margin:0;
    padding:0;
    height:100%;
    
    font-family:"mr-eaves-modern",sans-serif;
    font-style:normal;
    font-weight:300;
    font-size:18px;
    line-height:normal;
    letter-spacing:0.5px;

    -webkit-text-size-adjust: none; /* Prevent font scaling on iOS devices */
  }
  
  h1
  {
    font-family:"kepler-std-display",serif;
    font-style:normal;
    font-weight:700;
    font-size:55px;
    
    padding:0px;
    margin:0px;
    
    margin-bottom:20px;
    
    color:#A00028;
  }
  
  .header
  {
    /*background-color:rgba(255, 255, 255, 1.0);*/
    position:fixed;
    z-index:4;
    width:100%;
    box-shadow:none;
  }
  
  .navPrimary
  {
    background-color:rgba(255, 255, 255, 1.0);
  }
  
  .logo
  {
    width:46px;
    float:left;
    margin-top:5px;
    margin-bottom:12px;
    margin-left:0px;
    margin-right:25px;
  }
  
  #exCollapsingNavbar
  {
    background-color:transparent;
    position:absolute;
    top:-100px;
    left:85px;

    display:block!important;
    height:auto!important;
  }
  
  .navbar-toggler
  {
    display:none;
  }
  
  .nav ul
  {
    list-style:none;
    padding:0px;
    width:100%;
    
    color:#666666;
    font-size:16px;
    margin-bottom:0px;
  }
  .nav ul li
  {
    float:left;
    margin-left:7px;
    margin-right:6px;
    border-top-width:8px;
    border-top-style:solid;
    border-color:transparent;
    text-align:left;
  }
  .nav ul li a
  {
    display:block;
    padding-top:30px;
    padding-bottom:30px;
  }
  
  .navSecondaryToggle
  {
    display:none;
  }
  .navSecondaryToggle .glyphicon
  {
    position:absolute;
    right:25px;
  }
  .navSecondary
  {
    display:block!important;
    padding-top:7px;
    padding-bottom:7px;
    font-size:17px;
  }
  .navSecondary a
  {
    display:block;
    padding-top:4px;
    padding-bottom:3px;
  }
  
  .bannerHolder .carousel .item
  {
    height:600px;
  }
  .bannerHolderSmall .carousel .item
  {
    height:240px;
  }
  
  .bannerHolder .banner
  {
    overflow:hidden;
    
    position:absolute;
    top:0;
    left:0;
    width:1px;
    min-width:100%;
    max-width:100%;
    
    height:600px;
    
    background-repeat:no-repeat!important;
    background-size:cover!important;
  }
  .bannerHolderSmall .banner
  {
    overflow:hidden;
    
    position:absolute;
    top:0;
    left:0;
    width:1px;
    min-width:100%;
    max-width:100%;
    
    height:240px;
    
    background-repeat:no-repeat!important;
    background-size:cover!important;
  }
  
  .banner-title
  {
    font-family:"kepler-std-display",serif;
    font-style:normal;
    font-weight:700;
    font-size:75px;
    line-height:100%;
    color:white;
    
    position:absolute;
    padding-right:15px;
    bottom:30px;
  }
  
  .sectionBar
  {
    padding-top:7px;
    padding-bottom:8px;
  }
  
  .quickLink
  {
    float:left;
    margin-right:4%;
    margin-bottom:30px;
    
    text-align:center;
    font-size:75%;
    
    width:74px;
    display:block;
  }

  #mapDirectory
  {
    height:500px;
  }
  
  .footer
  {
    background-color:#666666;
    color:white;
    
    font-family:"mr-eaves-modern",sans-serif;
    font-style:normal;
    font-weight:200;
    font-size:90%;
    
    padding-top:30px;
    padding-bottom:30px;
  }
  
  .logoFooter
  {
    width:435px;
    max-width:100%;
    display:block;
    margin-bottom:10px;
  }
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px)
{
  html, body
  {
    margin:0;
    padding:0;
    height:100%;
    
    font-family:"mr-eaves-modern",sans-serif;
    font-style:normal;
    font-weight:300;
    font-size:24px;
    line-height:normal;
    letter-spacing:1px;

    -webkit-text-size-adjust: none; /* Prevent font scaling on iOS devices */
  }
  
  h1
  {
    font-family:"kepler-std-display",serif;
    font-style:normal;
    font-weight:700;
    font-size:60px;
    
    padding:0px;
    margin:0px;
    
    margin-bottom:20px;
    
    color:#A00028;
  }
  
  .header
  {
    /*background-color:rgba(255, 255, 255, 1.0);*/
    position:fixed;
    z-index:4;
    width:100%;
    box-shadow:none;
  }
  .header .button.big.red 
  {
    padding: 8px 30px;
  }
  .navPrimary
  {
    background-color:rgba(255, 255, 255, 1.0);
  }
  
  .logo
  {
    width:46px;
    float:left;
    margin-top:0px;
    margin-bottom:12px;
    margin-left:0px;
    margin-right:25px;
  }
  
  #exCollapsingNavbar
  {
    background-color:transparent;
    position:absolute;
    top:-100px;
    left:100px;

    display:block!important;
    height:auto!important;
  }
  
  .navbar-toggler
  {
    display:none;
  }
  
  .nav ul
  {
    list-style:none;
    padding:0px;
    width:100%;
    
    color:#666666;
    font-size:19px;
    margin-bottom:0px;
  }
  .nav ul li
  {
    float:left;
    margin-left:11px;
    margin-right:11px;
    border-top-width:8px;
    border-top-style:solid;
    border-color:transparent;
    text-align:left;
  }
  .nav ul li a
  {
    display:block;
    padding-top:30px;
    padding-bottom:30px;
  }
  
  .navSecondaryToggle
  {
    display:none;
  }
  .navSecondaryToggle .glyphicon
  {
    position:absolute;
    right:25px;
  }
  .navSecondary
  {
    display:block!important;
    padding-top:7px;
    padding-bottom:7px;
    font-size:21px;
  }
  .navSecondary a
  {
    display:block;
    padding-top:4px;
    padding-bottom:3px;
  }
  
  .bannerHolder .carousel .item
  {
    height:640px;
  }
  .bannerHolderSmall .carousel .item
  {
    height:240px;
  }
  
  .bannerHolder .banner
  {
    overflow:hidden;
    
    position:absolute;
    top:0;
    left:0;
    width:1px;
    min-width:100%;
    max-width:100%;
    
    height:640px;
    
    background-repeat:no-repeat!important;
    background-size:cover!important;
  }
  .bannerHolderSmall .banner
  {
    overflow:hidden;
    
    position:absolute;
    top:0;
    left:0;
    width:1px;
    min-width:100%;
    max-width:100%;
    
    height:240px;
    
    background-repeat:no-repeat!important;
    background-size:cover!important;
  }
  
  .banner-title
  {
    font-family:"kepler-std-display",serif;
    font-style:normal;
    font-weight:700;
    font-size:100px;
    line-height:100%;
    color:white;
    
    position:absolute;
    padding-right:15px;
    bottom:30px;
  }
  
  .sectionBar
  {
    padding-top:7px;
    padding-bottom:8px;
  }
  
  .quickLink
  {
    float:left;
    margin-right:4%;
    margin-bottom:30px;
    
    text-align:center;
    font-size:75%;
    
    width:96px;
    display:block;
  }

  #mapDirectory
  {
    height:500px;
  }
  
  .footer
  {
    background-color:#666666;
    color:white;
    
    font-family:"mr-eaves-modern",sans-serif;
    font-style:normal;
    font-weight:200;
    font-size:90%;
    
    padding-top:38px;
    padding-bottom:38px;
  }

  .logoFooter
  {
    width:500px;
    max-width:100%;
    display:block;
    margin-bottom:10px;
  }
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{
  .nav ul
  {
    list-style:none;
    padding:0px;
    width:100%;
    
    color:#666666;
    font-size:20px;
    margin-bottom:0px;
  }
  .nav ul li
  {
    float:left;
    margin-left:15px;
    margin-right:15px;
    border-top-width:8px;
    border-top-style:solid;
    border-color:transparent;
    text-align:left;
  }

  #mapDirectory
  {
    height:550px;
  }
}

@media (min-width: 1400px)
{
  .container
  {
    width:1370px;
  }
}


@media (min-width: 1600px)
{
  /*
  .container
  {
    width:1570px;
  }
  */

  #mapDirectory
  {
    height:600px;
  }
}


body.noscroll
{
  position:fixed;
  overflow:hidden;
  width:100%;
}

.navSecondary a
{
  display:inline-block;
  margin-bottom:2px;
  border-bottom:1px solid transparent;
}
.navSecondary a:hover
{
  border-bottom:1px solid white;
}


/*makes the footer always sit at bottom of screen on short pages*/
body
{
  display:flex;
  min-height:100vh;
  flex-direction:column;
}
.content 
{
  flex:1;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  
  body
  {
    display:block;
  }
  
}



.carousel-fade .carousel-inner .item
{
  opacity: 0;
  filter: alpha(opacity=0);
  /*transition-property: opacity;*/
  /*
  -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    */
    transition: opacity .9s ease-in-out;
}
.carousel-fade .carousel-inner .active
{
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right
{
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right
{
  opacity: 1;
}


.bannerHolder,
.bannerHolderSmall
{
  background-color:#EEEEEE;
  margin-bottom:0px;
}

.banner .container,
.banner .row,
.banner .col-sm-10,
.banner .col-md-9
.banner .col-lg-8
{
  height:100%;
}



.tile-wrapper
{
  position:relative;
  top:0;
  left:0;
  height:100%!important;
  width:100%;
  
  margin-bottom:30px;
}
.tile-wrapper > img
{
  width:100%;
}
.tile-content-wrapper
{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  padding:20px;
  
  background:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
}
.tile-content-wrapper:hover
{
  background:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75));
}  

.tile-content-wrapper h3
{
  font-weight:700;
  text-transform:uppercase;
}

a.tile-link
{
  display:block;
  color:white;
  width:100%;
}




.tile
{
  float:left;
  width:100%;
  position:relative;
  overflow:hidden;
  
  margin-bottom:30px;
}
.tile img
{
  position:relative;
  top:0px;
  left:0px;
}
.tileOverlay
{
  position:absolute;
  top:0px;
  left:0px;
  padding-top:45%;
  width:100%;
  height:100%;
  
  text-align:center;

  color:white!important;
  /*
  background-color:rgb(66, 66, 66);
  background-color:rgba(66, 66, 66, 0.25);
  */
  
  opacity:0.20;
  filter:alpha(opacity=20);
  
  -webkit-transition:all 0.5s;
  transition:all 0.5s;
}
.tile:hover .tileOverlay,
.tile:focus .tileOverlay
{
  /*
  background-color:rgb(210, 5, 53);
  background-color:rgba(210, 5, 53, 0.4);
  */
  
  opacity:0.8;
  filter:alpha(opacity=0.8);
  
  color:white;
}
.tileTitle
{
  display:block;
  
  font-size:30px;
}








.breadcrumbs
{
  font-size:88%;
  padding-bottom:20px;
}
.breadcrumbs a:hover
{
  color:#A00028;
}

.iconSocial
{
  width:36px;
  margin-left:1px;
  margin-right:1px;
}



.quickLink img
{
  width:100%;
  padding-bottom:10px;
  display:block;
}


.timeline
{
  height:390px;
  width:100%;
  overflow:hidden; 
  position:relative;
}
.goLeft
{
  width:32%;
  height:47%;
  
  cursor:w-resize;
  /*pointer-events:none;*/
  
  position:absolute;
  left:0px;
  z-index:3;

  /*background-color:rgba(255, 0, 0, 0.5);*/
}
.goRight
{
  width:32%;
  height:47%;
  
  cursor:e-resize;
  /*pointer-events:none;*/
  
  position:absolute;
  right:0px;
  z-index:3;

  /*background-color:rgba(255, 0, 0, 0.5);*/
}

.scrollLeft
{
  
  opacity:0.0;
  filter:alpha(opacity=0);
  
  position:absolute;
  top:20px;
  left:20px;
  z-index:2;
  
  height:60px;

  cursor:w-resize;
}
.scrollRight
{
  
  opacity:0.0;
  filter:alpha(opacity=0);
  
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
  
  height:60px;

  cursor:e-resize;
}

.swipeToView
{
  opacity:0.0;
  filter:alpha(opacity=0);
  
  position:absolute;
  z-index:3;
  bottom:30px;
  right:30px;
}

.dates
{
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  height:100%;
  
  width:4000px;
}
.dateline
{
  border-bottom:1px #A00028 solid;
  width:100%;
  position:absolute;
  top:50px;
}
.dateBlock
{
  width:300px;
  margin-left:50px;
  margin-right:50px;
  position:absolute;
}

.dateBlock .date
{
  width:100px;
  height:100px;
  padding:10px;
  
  border-radius:50px 50px 50px 50px;
  -moz-border-radius:50px 50px 50px 50px;
  -webkit-border-radius:50px 50px 50px 50px;
  
  display:table;

  
  text-align:center;
  color:#A00028;
  
  border:1px solid #666666;
  background-color:white;
  
  margin-bottom:20px;
}

div.date span
{
  display:table-cell;
  vertical-align:middle;
}


.mapFilters
{
  margin-left:auto;
  margin-right:auto;
}

.mapFilter
{
  margin-top:10px;
  margin-bottom:30px;
  margin-left:1%;
  margin-right:1%;
  
  text-align:center;
  font-size:75%;
  
  width:75px;
  display:inline-block;
}
.mapFilter img
{
  width:100%;
  padding-bottom:10px;
  display:block;
}

.mapFilters a
{
  color:#575756;
}

.mapFilters a#mapFilter-churches.active
/*,
.mapFilters a#mapFilter-churches:hover*/
{
  color:#A00028;
}

.mapFilters a#mapFilter-schools.active
/*,
.mapFilters a#mapFilter-schools:hover*/
{
  color:#006B3D;
}

.mapFilters a#mapFilter-projects.active
/*,
.mapFilters a#mapFilter-projects:hover*/
{
  color:#328296;
}




ul.navList
{
  padding:0px;
  margin:0px;
  margin-bottom:40px;
  
  list-style:none;
}
ul.navList li
{
  padding-bottom:8px;
}

ul.navList li a
{
  cursor:pointer;
}
ul.navList li a:hover
{
  color:#A00028;
}

ul.navList li.active
{
  font-weight:bold;
  color:#A00028;
}

ul.navList li.active a::before {
    /*content: &mdash; &nbsp;*/
    content:"\2014 \00a0";
}


.listHolder
{
  display:none;
}
.sub1
{
  /*display:none;*/
}
.sub2
{
  display:none; 
  border-left:2px solid #A00028;
}

.blocksHolder
{
  display:none;
}


.archiveYear
{
  border-bottom:1px solid white;
  padding-bottom:5px;
  margin-bottom:10px;
}

table.link
{
  margin-bottom:10px;
}
table.link td
{
  vertical-align:top;
}

.linkImage a
{
  display:block;
  width:100px;
  height:100px;
  text-align:center;
  
  margin-right:20px;
}
/*
.linkImage .glyphicon
{
  font-size:80px;
}
*/


.pagination .current
{
  font-weight:bold;
  color:#A00028;
}


.footer a
{
  white-space:nowrap;
}

.footerIcons
{
  margin-bottom:10px;
}

.bgRed input.text
{ 
  width:100%;
  height:40px;
  
  padding-left:10px;
  padding-right:10px;
  padding-bottom:0px;
  
  border:1px solid white;
  background-color:transparent;
  
  font-family:"mr-eaves-modern",sans-serif;
  font-style:normal;
  font-weight:300;
  color:white;
  
  margin-top:0px;
  margin-bottom:10px;
  
  -webkit-appearance:none;
  border-radius:2px 2px 2px 2px;
  -moz-border-radius:2px 2px 2px 2px;
  -webkit-border-radius:2px 2px 2px 2px;
}


input.text
{ 
  width:100%;
  height:40px;
  
  padding-left:10px;
  padding-right:10px;
  padding-bottom:0px;
  
  border:1px solid #A00028;
  background-color:transparent;
  
  font-family:"mr-eaves-modern",sans-serif;
  font-style:normal;
  font-weight:300;
  /*color:white;*/
  
  margin-top:0px;
  margin-bottom:10px;
  
  -webkit-appearance:none;
  border-radius:2px 2px 2px 2px;
  -moz-border-radius:2px 2px 2px 2px;
  -webkit-border-radius:2px 2px 2px 2px;
}

.bgRed input[type="submit"]
{
  cursor:pointer;
  display:inline-block;
  
  max-width:100%;
  height:40px;

  border:1px solid white;
  background-color:transparent;
  color:white;
  
  font-family:"mr-eaves-modern",sans-serif;
  font-style:normal;
  font-weight:300;
  text-align:center;
  
  -webkit-appearance:none;
  border-radius:2px 2px 2px 2px;
  -moz-border-radius:2px 2px 2px 2px;
  -webkit-border-radius:2px 2px 2px 2px;
}
.bgRed input[type="submit"]:hover
{
  background-color:white;
  color:#A00028!important;
}

input[type="submit"]
{
  cursor:pointer;
  display:inline-block;
  
  max-width:100%;
  height:40px;

  border:1px solid #A00028;
  background-color:transparent;
  color: #A00028;
  
  font-family:"mr-eaves-modern",sans-serif;
  font-style:normal;
  font-weight:300;
  text-align:center;
  
  -webkit-appearance:none;
  border-radius:2px 2px 2px 2px;
  -moz-border-radius:2px 2px 2px 2px;
  -webkit-border-radius:2px 2px 2px 2px;
}
input[type="submit"]:hover
{
  background-color:#A00028;
  color:white!important;
}


.button
{
  display:inline-block;
  
  padding-top:5px;
  padding-bottom:5px;
  
  padding-left:10px;
  padding-right:10px;
  
  
  margin-bottom:10px;
  background-color:#A00028;
  color:white!important;
  border:1px solid #A00028;
  
  
  font-family:"mr-eaves-modern",sans-serif;
  font-style:normal;
  font-weight:300;
  text-align:center;
  
  -webkit-appearance:none;
  border-radius:2px 2px 2px 2px;
  -moz-border-radius:2px 2px 2px 2px;
  -webkit-border-radius:2px 2px 2px 2px;
}
.button:hover
{
  background-color:transparent;
  color:#A00028!important;
}

.button .glyphicon
{
  font-size:75%;
}
.button.big.red 
{
  background-color:#A00028;
  padding: 10px 30px;
  color:white!important;
  transition:all 0.4s ease-in-out;
}
.button.big.red:hover 
{
  background-color:transparent;
  color:#A00028!important;
}
.button.mob-button 
{
  width: 90%;
  margin: 20px auto;
  max-width: 300px;
  color: white !important;
  border-color: white;
}
.button.mob-button:hover 
{
  transition:all 0.4s ease-in-out;
  background: white;
  color: #A00028 !important;
}
input.search,
.sf_search .sf_input
{ 
  width:73%;
  height:40px!important;
  
  padding-top:0px;
  padding-bottom:0px;

  padding-left:10px;
  padding-right:10px;
  
  
  border:0px;
  background-color:transparent;
  
  font-family:"mr-eaves-modern",sans-serif;
  font-style:normal;
  font-weight:300;
  color:#A00028;
  
  margin-top:0px;
  margin-bottom:0px;
  
  -webkit-appearance:none;
  border-radius:0px;
  outline:none;
  /*border-bottom:1px solid #A00028;*/
  /*border:1px solid #A00028;*/
}

button.search,
.sf_button
{
  height:40px!important;
  box-sizing: border-box;

  padding-top:0px;
  padding-bottom:0px;

  border:0px;
  /*background-color:transparent;*/
  background-color:#F2F2F2;
  
  font-family:"mr-eaves-modern",sans-serif;
  font-style:normal;
  font-weight:300;
  color:#A00028;
  
  margin-top:0px;
  margin-bottom:0px;
  
  -webkit-appearance:none;
  outline:none;

  /*border:1px solid #A00028;*/
}

.searchHolder
{
  padding-top:5px;
  margin-bottom:5px;
  border-bottom:1px solid #A00028;
  text-align:right;
  display:inline-block;
}


textarea
{
  border:1px solid #A00028;
  
  width:100%;
  resize:none;

  padding:10px;

  margin-top:0px;
  margin-bottom:10px;  

  -webkit-appearance:none;
  border-radius:2px 2px 2px 2px;
  -moz-border-radius:2px 2px 2px 2px;
  -webkit-border-radius:2px 2px 2px 2px;
}

hr
{
  margin-top:10px;
  margin-bottom:20px;
  border-color:#666666;
}

.white
{
  color:white;
}

.red
{
  color:#A00028;
}
.brown
{
  color:#8C6239;
}
.yellow
{
  color:#F0B400;
}
.green
{
  color:#006B3D;
}
.grey
{
  color:#666666;
}
.blue
{
  color:#2878B4;
}



.bgRed
{
  background-color:#A00028;
  color:white;
}
.bgRed h1
{
  color:white;
}

.bgBrown
{
  background-color:#8C6239;
}
.bgYellow
{
  background-color:#F0B400;
}
.bgGreen
{
  background-color:#006B3D;
  color:white;
}
.bgGreen h1
{
  color:white;
}

.bgGrey
{
  background-color:#666666;
}
.bgGreyLight
{
  background-color:#F2F2F2;
}
  
.bgBlue
{
  background-color:#2878B4;
}

.bgBlack
{
  background-color:black;
  color:white;
}


.bgRedAlpha
{
  /*background-color:#A00028;*/
  background-color:rgba(160, 0, 40, 0.88);
  color:white;
}
.bgBrownAlpha
{
  /*background-color:#8C6239;*/
  background-color:rgba(140, 98, 57, 0.88);
  color:white;
}
.bgYellowAlpha
{
  /*background-color:#F0B400;*/
  background-color:rgba(240, 180, 0, 0.88);
  color:white;
}
.bgGreenAlpha
{
  /*background-color:#006B3D;*/
  background-color:rgba(0, 107, 61, 0.88);
  color:white;
}
.bgGreyAlpha
{
  /*background-color:#666666;*/
  background-color:rgba(102, 102, 102, 0.88);
  color:white;
}
.bgBlueAlpha
{
  /*background-color:#2878B4;*/
  background-color:rgba(40, 120, 180, 0.88);
  color:white;
}

.bgBlackAlpha
{
  background-color:rgba(0, 0, 0, 0.80);
  color:white;
}

.bgShield
{ 
  background-image:url("images/bgShield.png");
  background-position:center center;
  background-repeat:no-repeat;
  background-color:#F2F2F2;
  /*height:100%;*/
}


.activeRed.active,
.activeRed:hover
{
  border-color:#A00028;
}
.activeBrown.active,
.activeBrown:hover
{
  border-color:#8C6239;
}
.activeYellow.active,
.activeYellow:hover
{
  border-color:#E6A500;
}
.activeGreen.active,
.activeGreen:hover
{
  border-color:#006B3D;
}
.activeGrey.active,
.activeGrey:hover
{
  border-color:#666666;
}
.activeBlue.active,
.activeBlue:hover
{
  border-color:#2878B4;
}
.activeGreyLight.active,
.activeGreyLight:hover
{
  border-color:#F2F2F2;
}


.titleBar
{
  text-align:center;
  padding-top:8px;
  padding-bottom:8px;
  padding-left:12px;
  padding-right:12px;
}
.titleBar a
{
  display:block;
}

.titleBar img
{
  display:inline-block;
  float:right;
}

.more
{
  display:none;
}
.moreLess
{
  cursor:pointer;
  margin-bottom:5px;
}


.display-table
{
  display:table;
}

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

.vertical-align
{
  display:flex;
  align-items:center;
}

.vertical-align-bottom
{
  display:flex;
  align-items:flex-end;
}


.table
{
  position:relative;
  display:table;
  top:0;
  left:0;
  height:100%;
  width:100%;
  margin-bottom:0;
}
.table-cell-middle
{
  display:table-cell;
  vertical-align:middle;
  width:100%;
}
.table-cell-bottom
{
  display:table-cell;
  vertical-align:bottom;
  width:100%;
}


img.center
{
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.center
{
  text-align:center;
}
.leftText
{
  text-align:left;
}
.rightText
{
  text-align:right;
}


.no-gutter > [class*='col-']
{
  padding-right:0;
  padding-left:0;
}

.no-padding
{
  padding:0!important;
}

.padding15
{
  padding:15px;
}






#sf_results
{
  background:#A00028;
  border: 1px solid #000000;
  padding-top:3px;
  font-size:18px;
}
#sf_val ul
{
  list-style:none;
  padding:0px;
}

#sf_val li.sf_more
{
  border-top: 1px solid white;
  background: #666666;
  text-align:center;

}
#sf_val ul ul li
{
  border-color: #D1D6FA;
  border-top-width: 0;
}
.sf_sb_top
{
  /*background-image: url("images/arrow.png") !important;*/
  background-repeat: no-repeat !important;
  background-position: 5px 0px !important;
  background-color: transparent !important;
  height: 8px;
  width: 30px;
  left:2%;
  top:-7px;
  position:absolute;
  z-index: 9 !important;
}
#sf_val ul li.sf_selected
{
  background-color: white !important;
  border-color: white !important;
}
#sf_val ul li.sf_selected .sf_text
{
  color: #A00028 !important;
  font-weight:bold;
}
#sf_val ul li.sf_selected .sf_small
{
  color: #000000 !important;
}

#sf_val ul li.sf_selected a, #sf_val ul li.sf_selected span
{
  color: #314E8B !important;
}
#sf_val ul li.sf_item
{
  /*border-color: white;*/
  border:0px;
}
#sf_val ul li.sf_item a
{
  color: white;
}
#sf_val ul li.sf_item a img
{
  display:none; /*hide thumbnails in css, dashboard broken*/
  width:0px;
  height:0px;
}


#sf_val ul li.sf_header
{
  background:#F2F2F2;
  border-bottom:1px solid white;
}
#sf_val li.sf_item img
{
  background-color: #F2F2F2;
}
#sf_val li .sf_small
{
  color: white !important;
}
#sf_val li.sf_more .sf_text
{
  color: white;
}

.sf_search .sf_input{
  /*
  color:#aaa !important;
  background:#fff !important;
  */
}
.sf_search .sf_focused{
  /*
  color:#333 !important;
  font-style:normal !important;
  */
}
.sf_search
{ 
  background:#fff;
}
.sf_search .sf_button,.sf_search  .searchsubmit
{
  /*
  background-image: url("images/sf_search.png") !important;
  background-repeat: no-repeat !important;
  background-position: 0px 0 !important;
  background-color: white !important;
  */
}
#sf_loading
{
  background-image: url("images/sf_loading.gif") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
/* selective search css */
.sf_ajaxy-selective-search {
    color: rgba(255, 255, 255, 0.498039);
    text-decoration: none solid rgba(255, 255, 255, 0.498039);
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
    border-color:rgba(0, 0, 0, 0.247059) rgba(0, 0, 0, 0.14902) rgba(0, 0, 0, 0.14902) rgba(0, 0, 0, 0.14902);
    font: 16px/24px Arial, sans-serif;
    outline: rgba(255, 255, 255, 0.498039) none 0px;
}


.sf_ajaxy-selective-item {
    color: rgb(157, 171, 255);
  text-decoration: none solid rgb(255, 255, 255);
  background: rgb(235, 238, 255) -webkit-linear-gradient(top, rgb(242, 244, 255), rgb(234, 237, 255)) repeat scroll 0% 0% / auto padding-box border-box;
  border: 1px solid rgb(219, 225, 255);
  border-radius: 2px 2px 2px 2px;
  font: normal normal bold 11px/19px Arial, sans-serif;
  outline: rgb(255, 255, 255) none 0px;
  padding: 0px 8px;
  transition: all 0.218s ease 0s;
}

.sf_ajaxy-selective-close {
    color: rgb(157, 171, 255);
    text-decoration: none solid rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: normal normal bold 11px/19px Arial, sans-serif;
    margin: 16.5px 0px;
    outline: rgb(255, 255, 255) none 0px;
  background: transparent;
}

.sf_ajaxy-selective-search input.sf_ajaxy-selective-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(0, 0, 0);
  box-shadow: 0 0 0;
}




/*common.css*/
#sf_results
{
  /*
  -font-family: 'lucida grande', tahoma, verdana, arial, sans-serif !important;
  font-size: 11px !important;
  */
  z-index: 9999 !important;
  text-align: left !important;
  box-shadow: 0 0 5px #aaa;
  border-radius: 0px;
  border: solid;
  border-width: 1px 1px 2px;
  overflow: hidden;
}
.sf_more
{
  display: block;
  min-height: 1px;
  margin: 3px 0 0px;
  padding: 9px;
  text-align: center;
  /*font-weight:bold; */
  line-height:12px;
}
.sf_more .sf_text, .sf_more .sf_small
{
  text-align:center !important;
}
.sf_more img
{ 
  padding:10px 0;
}
#sf_val 
{
  z-index:9999 !important;
  -height:180px;
  -overflow-y:auto;
}
#sf_val ul
{
  margin:0 !important;
  list-style:none;
  padding: 0 !important;
}
#sf_val ul.sf_main
{
  margin:0 !important;
  list-style:none;
  padding: 0 !important;
}#sf_val .sf_result_container ul
{
  margin:0 !important;
  list-style:none;
  padding: 0 !important;
}
#sf_val ul li.sf_category a
{
  margin-left:5px;
  padding: 3px 0;
}
#sf_val ul ul li
{
  list-style:none;
  border-style:solid;
  /*border-width: 1px 0;*/
  cursor: pointer;
  display: block;
}
#sf_val ul li a:hover
{
  text-decoration:none !important;
}
#sf_val ul li a
{
  text-decoration:none !important;
  display: block;
}
#sf_val ul li.sf_selected a, #sf_val ul li.sf_selected span
{
  text-decoration:none;
}
#sf_val ul li.sf_item
{
  /*padding: 2px 30px 2px 63px;*/
  padding: 10px 30px 10px 20px;
  position:relative;
  line-height:12px;
  min-height:50px;
}
#sf_val ul li.sf_item a
{
  display:block;
}
#sf_val ul li.sf_header
{
  padding:4px 15px 5px 6px;
  font-weight:bold;
  border-bottom: 0 none;
}
#sf_val li.sf_item img
{
  /*
  display: block;
  height: 50px;
  left: 6px;
  position: absolute;
  width: 50px;
  top:2px;
  */
}
#sf_val li .sf_text
{
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  line-height: 15px;
}
#sf_val li a span.sf_text, #sf_val li a span.sf_small
{
  display:block;
}
#sf_val li .sf_small
{
  text-align: left;
  line-height: 18px;
}
#sf_val li.sf_more .sf_small
{
  
  font-size:16px;
  text-align: center !important;
  line-height: 16px;

}
.sf_search .sf_input{
  font-style:italic;
  border:0 none !important;
  padding:0 !important;
  box-shadow:none !important;
  -webkit-box-shadow:none !important;
  -moz-box-shadow:none !important;
  width:90%;
  margin-left:2px;
  /*height:19px !important;*/
}
.sf_search .sf_focused{
  font-style:normal !important;
}
.sf_search .sf_input:focus, .searchsubmit:focus
{ 
  border:0 none !important;
  outline: none;
}
.sf_hidden
{
  display:none;
}
.sf_search
{ 
  border-radius:2px;
  text-align:left !important;
}
.sf_search span.sf_block
{
  /*
  display: block;
  height: 20px;
  padding: 1px 0 2px;
  position:relative;
  */
}
.sf_search .sf_button,.sf_search  .searchsubmit
{
  /*
  background-repeat: no-repeat !important;
  background-position: 0px 0 !important;
  border: 0 none !important; 
  cursor: pointer !important;
  display: block !important;
  height: 19px !important;
  padding: 0 !important;
  position: absolute !important;
  right: 1px !important;
  top: 1px !important;
  width: 22px !important;
  margin: 1px 1% 1px 2px !important;
  font-size: 11px !important;
  -webkit-box-shadow: 0 0 0 0 !important;
  -moz-box-shadow:0 0 0 0 !important;
  box-shadow:0 0 0 0 !important;
  */
}
.sf_search  .screen-reader-text
{ 
  display:none;
}
.sf_search  .searchsubmit
{
  /*display:block !important;*/
}
.sf_search  .searchsubmit {
    float:none !important;
}
#sf_loading
{
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display:block !important;
  width:100%;
  height:30px !important;
}
#sf_sb ::-webkit-scrollbar {
  height: 10px;
  overflow: visible;
  width: 10px;
}
#sf_sb ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .2);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 1px 1px 1px 1px;
  min-height: 28px;
  padding: 100px 0 0;
}
#sf_sb ::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
#sf_sb ::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 4px;
}
#sf_sb ::-webkit-scrollbar-corner {
  background: transparent;
}
.sf_result_container {
  max-height:200px;
  overflow:auto;
  margin-top: 0;
  margin-bottom: 0;
}
.sf_search
{ 
  position:relative;
  display:inline-block;
}
.screen-reader-text {
  display:block;
}







/*Search term highlighting*/
.hilite
{
  background-color:#EEEEEE;
  color:inherit;
}

p iframe
{
  width:100%;
}


/*Calendar*/
.fc-event 
{
  font-size:0.6em;
}

.fc-day-grid-event .fc-content 
{
  white-space:normal;
}