/**********************************************************************
Project Specific Styles
Christopher P. Burton
2016-10-20 11:12AM
**********************************************************************/
footer{
background-color:#e7e7e7;
border-top:2px solid #ddd;
padding-top:20px;
}
/**********************************************************************
IE10 viewport hack for Surface/desktop Windows 8 bug
**********************************************************************/
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

/**********************************************************************
Changes to display badge as indicator on list group menu
Formatting for input panel
**********************************************************************/
.badgeInd {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.list-group-item>.badgeInd {
    float: right;
}
.formPanel,
.hintList,
.linkList{
margin-top:1em;
}
.bg-dim {
background-color:#ECF1F2;
}
.borderLeft{
border-left: 1px solid rgba(75,84,85,.2);
}
.borderRight{
border-right: 1px solid rgba(75,84,85,.2);
}
/**********************************************************************
Parallax scrolling
**********************************************************************/
.parallax{
position: relative;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.parallax-container{
position: relative;
padding:2em 1em;
}
.parallax-container h1,
.parallax-container h2,
.parallax-container h3,
.parallax-container h4{
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
}
.bgimg-1 {
background-image: url("../images/photo-1469461084727-4bfb496cf55a.jpg");
min-height: 80vh;
background-color:#FFFFFF;
-webkit-border-radius: 0 0 20px 20px;
border-radius: 0 0 20px 20px;
}

.bgimg-2 {
background-image: url("../images/bag-and-hands.jpg");
min-height: 60vh;
background-color:#FFFFFF;
-webkit-border-radius: 20px 20px 20px 20px;
border-radius: 20px 20px 20px 20px;
}

.bgimg-3 {
background-image: url("../images/photo-1442849914809-0df6c377974f.jpg");
min-height: 60vh;
background-color:#FFFFFF;
-webkit-border-radius: 20px 20px 20px 20px;
border-radius: 20px 20px 20px 20px;
}


/**********************************************************************
Fixed top navbar
**********************************************************************/
body.fixednav{
height:100%;
min-height: 100vh;
padding-top: 70px;
}

/**********************************************************************
Fixes for top navbar
**********************************************************************/
.navbar{
/*min-height:70px;*/
}
.navbar-brand{
padding:0;
/*height:70px;*/
}
.navbar-nav > li > a {
/*
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 40px;
*/
}
@media (min-width: 768px){
  .navbar-nav > li > a{
/*  
  padding-top: 15px;
  padding-bottom: 15px;
*/
  }
}

/**********************************************************************
Slide and Fade effect experiments
**********************************************************************/
.slideLeft{
position:absolute;
left:-100%;
display:none;
}
.slideRight{
position:absolute;
right:-100%;
display:none;
}
.fadeIn{
display:none;
position:relative;
}
.slideLeft,
.slideRight,
.fadeIn{
border-top:2px solid #3A8E03;
border-bottom:2px solid #3A8E03;
margin-bottom:2em;
padding-top:2em;
}
@media (max-width: 765px){
  .slideLeft,
  .slideRight,
  .fadeIn{
    display:block;
    position:relative;
    right:0;
    left:0;
  }
}
.caption {
position: absolute;
left: 0;
top: 20%;
width: 100%;
text-align: center;
color: #000;
}
.page-header{
margin:0;
padding:0;
border:none;
background-color: rgba(255, 255, 255, 0.5);
}
.page-header h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:5vw;
}
.page-header small{
color:#000;
font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
line-height: 1em;
display: inline-block;
width: 75%;
font-size:2vw;
}

[data-flyout],
[data-flyout] * {
  box-sizing: border-box;
}
[data-flyout] {
  width: 100%;
  padding: 0 15px 15px 15px;
  position: fixed;
  bottom: 0;
margin-bottom:10px;
  right: -300px;
  color: #555;
  background: #FFF;
  font-size: 10pt;
  text-align: left;
  opacity: 0;
  z-index: 500;
-webkit-border-radius: 10px 0 0 10px;
border-radius: 10px 0 0 10px;
  pointer-events: none;
  box-shadow: rgba(0,0,0,.5) 0 0 1px,
              rgba(0,0,0,.15) 0 5px 15px;
  transition: right .2s ease-in-out,
              opacity .2s ease-in-out;
}
[data-flyout] div:after {
  content: '';
  display: block;
  clear: both;
}
[data-flyout] img {
  width: auto;
  max-width: 50px;
  margin: 0 15px 0 0;
  float: left;
}
[data-flyout] h2 {
  margin: -15px -15px 15px -15px;
  padding: 15px;
  color: #FFF;
  background: #021770;
  line-height: 1;
  font-size: 14pt;
  font-weight: 600;
  letter-spacing: -.02em;
  text-shadow: #000 1px 1px 0;
-webkit-border-radius: 10px 0 0 0x;
border-radius: 10px 0 0 0;
}
[data-flyout] h3 {
  color: #111;
  margin: 0 0 5px 0;
  line-height: 1.2;
  font-size: 12pt;
  letter-spacing: -.02em;
}
[data-flyout] p {
  margin: 0;
}
[data-flyout] [data-button] {
  width: auto;
  display: block;
  margin: 15px 0 0 0 !important;
}

/* hide Headline, Image, Article Headline, & Description by default  */
[data-flyout] h2,
[data-flyout] h3,
[data-flyout] img,
[data-flyout] p {
  display: none;
}

/* reveal Image and Article Headline if browser is <300px */
@media (min-width: 300px) {
  [data-flyout] {
    padding-top: 15px;
  }
  [data-flyout] img,
  [data-flyout] h3 {
    display: block;
  }
}

/* reveal Description if browser is <400px */
@media (min-width: 400px) {
  [data-flyout] img {
    max-width: 75px;
  }
  [data-flyout] p {
    display: block;
  }
}

/* set max-width on Flyout and reveal Headline if browser is <500px */
@media (min-width: 500px) {
  [data-flyout] {
    max-width: 300px;
  }
  [data-flyout] h2 {
    display: block;
  }
}

/* display Flyout when page is scrolled <90% */
@element 'html,body' and (min-scroll-y: 90%) {
  [data-flyout] {
    right: 0;
    pointer-events: all;
    opacity: 1;
  }
}

/* */
.datepicker-dropdown{
z-index:1050 !important;
}