/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 70px;
}
footer {
  padding: 30px 0;
}

/* Top nav is a little dark. */

.navbar-inverse .navbar-brand {
    color: #ccc;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ccc;
}

/* Custom stuff for SA */

blockquote {
    font-size: 14px;

}
.mainContent img
{
    max-width: 100%;
}


.offSiteVideoLink
{
    text-align: center;
    position:relative;
}

.offSiteVideoLinkBtn
{
    position: absolute; 
    top: 50%; 
    left: 50%; 
    margin-top: -26px;
    margin-left: -23px; 
    
}

.center-cells tr td { text-align: center; }
.center-cells tr th { text-align: center; }


/* Make it so our anchors don't disappear under the fixed header.*/
a.anchor {
    padding-top: 50px;
    text-underline:none;
}


.imgBlock img, .vidBlock video
{
    display: block;
    margin: 0px auto;
    max-width: 100%;    
}

.imgBlock .caption
{
    margin: 10px 50px  20px 50px;
    font-size: 80%;
}


.boldRoman 
{
    list-style-type: upper-roman;
    font-weight: bold;
}

/* li::marker isn't supported, this is a hack. */
.boldRoman >  li > * {
  font-weight: normal;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}
